From b159d0d3baf3f6c963d2bdff418efe050c65e441 Mon Sep 17 00:00:00 2001 From: Odett Pargas Date: Tue, 25 Apr 2023 16:54:07 -0400 Subject: [PATCH 1/6] proyecto --- package-lock.json | 13162 ++++++++++++ src/data.js | 10 +- src/data/athletes/README.md | 28 - src/data/athletes/README.pt-BR.md | 27 - src/data/athletes/athletes.js | 24284 ---------------------- src/data/athletes/athletes.json | 24284 ---------------------- src/data/ghibli/README.md | 33 - src/data/ghibli/README.pt-BR.md | 31 - src/data/ghibli/ghibli.js | 2435 --- src/data/ghibli/ghibli.json | 2435 --- src/data/harrypotter/README.md | 74 - src/data/harrypotter/README.pt-BR.md | 75 - src/data/harrypotter/data.js | 16228 --------------- src/data/harrypotter/harry.json | 19672 ------------------ src/data/lol/README.md | 46 - src/data/lol/README.pt-BR.md | 45 - src/data/lol/lol.js | 6842 ------ src/data/lol/lol.json | 6951 ------- src/data/rickandmorty/README.md | 40 - src/data/rickandmorty/README.pt-BR.md | 40 - src/data/rickandmorty/rickandmorty.js | 11165 ---------- src/data/rickandmorty/rickandmorty.json | 11165 ---------- src/img/Pikachu.png | Bin 0 -> 174445 bytes src/img/pokemon-agua.png | Bin 0 -> 632702 bytes src/img/pokemon-tierra.png | Bin 0 -> 107687 bytes src/index.html | 9 +- src/main.js | 31 +- src/style.css | 63 + 28 files changed, 13262 insertions(+), 125913 deletions(-) create mode 100644 package-lock.json delete mode 100644 src/data/athletes/README.md delete mode 100644 src/data/athletes/README.pt-BR.md delete mode 100644 src/data/athletes/athletes.js delete mode 100644 src/data/athletes/athletes.json delete mode 100644 src/data/ghibli/README.md delete mode 100644 src/data/ghibli/README.pt-BR.md delete mode 100644 src/data/ghibli/ghibli.js delete mode 100644 src/data/ghibli/ghibli.json delete mode 100644 src/data/harrypotter/README.md delete mode 100644 src/data/harrypotter/README.pt-BR.md delete mode 100644 src/data/harrypotter/data.js delete mode 100644 src/data/harrypotter/harry.json delete mode 100644 src/data/lol/README.md delete mode 100644 src/data/lol/README.pt-BR.md delete mode 100644 src/data/lol/lol.js delete mode 100644 src/data/lol/lol.json delete mode 100644 src/data/rickandmorty/README.md delete mode 100644 src/data/rickandmorty/README.pt-BR.md delete mode 100644 src/data/rickandmorty/rickandmorty.js delete mode 100644 src/data/rickandmorty/rickandmorty.json create mode 100644 src/img/Pikachu.png create mode 100644 src/img/pokemon-agua.png create mode 100644 src/img/pokemon-tierra.png diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..85aeeb52 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13162 @@ +{ + "name": "data-lovers", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "data-lovers", + "version": "1.0.0", + "license": "MIT", + "devDependencies": { + "@babel/core": "^7.6.2", + "@babel/plugin-transform-modules-commonjs": "^7.6.0", + "babel-jest": "^27.0.1", + "eslint": "^8.3.0", + "gh-pages": "^3.1.0", + "htmlhint": "^1.0.0", + "jest": "^27.0.1", + "opener": "^1.5.1", + "serve": "^13.0.2" + }, + "engines": { + "node": ">=16.x" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", + "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz", + "integrity": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz", + "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz", + "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.21.4", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz", + "integrity": "sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.21.4", + "@babel/helper-validator-option": "^7.21.0", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "dev": true, + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", + "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.21.4" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", + "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz", + "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==", + "dev": true, + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz", + "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==", + "dev": true, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", + "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz", + "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz", + "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz", + "integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz", + "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.5.1", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.37.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", + "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/console/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/console/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/console/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "dev": true, + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", + "micromatch": "^4.0.4", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/core/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/core/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "dev": true, + "dependencies": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "dev": true, + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "slash": "^3.0.0", + "source-map": "^0.6.0", + "string-length": "^4.0.1", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^8.1.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/reporters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "dev": true, + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "dev": true, + "dependencies": { + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.1.0", + "@jest/types": "^27.5.1", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-util": "^27.5.1", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/transform/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/transform/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/transform/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/transform/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^16.0.0", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/types/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/types/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@jest/types/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dev": true, + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "dev": true, + "dependencies": { + "@sinonjs/commons": "^1.7.0" + } + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/node": { + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", + "dev": true + }, + "node_modules/@types/prettier": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", + "dev": true + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "node_modules/@types/yargs": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz", + "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==", + "dev": true, + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "node_modules/@zeit/schemas": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz", + "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==", + "dev": true + }, + "node_modules/abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "dev": true + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dev": true, + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, + "node_modules/acorn-globals/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-align": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "dev": true, + "dependencies": { + "string-width": "^4.1.0" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arch": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/arg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz", + "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "node_modules/babel-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "dev": true, + "dependencies": { + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/babel-jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/babel-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "dev": true, + "dependencies": { + "babel-plugin-jest-hoist": "^27.5.1", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "dev": true, + "dependencies": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.2", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/boxen/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/boxen/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/boxen/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/boxen/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", + "dev": true + }, + "node_modules/browserslist": { + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001474", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001474.tgz", + "integrity": "sha512-iaIZ8gVrWfemh5DG3T9/YqarVZoYf0r188IjaGwx68j4Pf0SGY6CQkmJUIE+NZHkkecQGohzXmBGEwWDr9aM3Q==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==", + "dev": true + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "dependencies": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/clipboardy/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/clipboardy/node_modules/execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clipboardy/node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clipboardy/node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/clipboardy/node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/clipboardy/node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/clipboardy/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/clipboardy/node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/clipboardy/node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/clipboardy/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true, + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", + "dev": true + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz", + "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==", + "dev": true, + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.14", + "debug": "2.6.9", + "on-headers": "~1.0.1", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", + "dev": true + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dev": true, + "dependencies": { + "cssom": "~0.3.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + }, + "node_modules/data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "dev": true, + "dependencies": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "dev": true + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "dev": true, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "dev": true, + "dependencies": { + "webidl-conversions": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.353", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.353.tgz", + "integrity": "sha512-IdJVpMHJoBT/nn0GQ02wPfbhogDVpd1ud95lP//FTf5l35wzxKJwibB4HBdY7Q+xKPA1nkZ0UDLOMyRj5U5IAQ==", + "dev": true + }, + "node_modules/email-addresses": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz", + "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==", + "dev": true + }, + "node_modules/emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dev": true, + "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": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "dev": true, + "engines": { + "node": ">= 0.8.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": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "dev": true, + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.37.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", + "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.4.0", + "@eslint/eslintrc": "^2.0.2", + "@eslint/js": "8.37.0", + "@humanwhocodes/config-array": "^0.11.8", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "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-visitor-keys": "^3.4.0", + "espree": "^9.5.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-sdsl": "^4.1.4", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", + "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz", + "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==", + "dev": true, + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", + "dev": true, + "dependencies": { + "punycode": "^1.3.2" + } + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/filename-reserved-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/filenamify": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", + "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", + "dev": true, + "dependencies": { + "filename-reserved-regex": "^2.0.0", + "strip-outer": "^1.0.1", + "trim-repeated": "^1.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "dev": true + }, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gh-pages": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz", + "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==", + "dev": true, + "dependencies": { + "async": "^2.6.1", + "commander": "^2.18.0", + "email-addresses": "^3.0.1", + "filenamify": "^4.3.0", + "find-cache-dir": "^3.3.1", + "fs-extra": "^8.1.0", + "globby": "^6.1.0" + }, + "bin": { + "gh-pages": "bin/gh-pages.js", + "gh-pages-clean": "bin/gh-pages-clean.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", + "dev": true, + "dependencies": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "dev": true, + "dependencies": { + "whatwg-encoding": "^1.0.5" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/htmlhint": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz", + "integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==", + "dev": true, + "dependencies": { + "async": "3.2.3", + "chalk": "^4.1.2", + "commander": "^9.1.0", + "glob": "^7.2.0", + "is-glob": "^4.0.3", + "node-fetch": "^2.6.2", + "strip-json-comments": "3.1.0", + "xml": "1.0.1" + }, + "bin": { + "htmlhint": "bin/htmlhint" + } + }, + "node_modules/htmlhint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/htmlhint/node_modules/async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==", + "dev": true + }, + "node_modules/htmlhint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/htmlhint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/htmlhint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/htmlhint/node_modules/commander": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", + "dev": true, + "engines": { + "node": "^12.20.0 || >=14" + } + }, + "node_modules/htmlhint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/htmlhint/node_modules/strip-json-comments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz", + "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/htmlhint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "dev": true, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "dev": true, + "dependencies": { + "@jest/core": "^27.5.1", + "import-local": "^3.0.2", + "jest-cli": "^27.5.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "execa": "^5.0.0", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-circus": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-circus/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-circus/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-circus/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-circus/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "dev": true, + "dependencies": { + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-cli/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-config/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-config/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-diff/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-diff/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-diff/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "dev": true, + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-each/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-each/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-each/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-each/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-environment-jsdom": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", + "jsdom": "^16.6.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "dev": true, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^27.5.1", + "jest-serializer": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.4", + "walker": "^1.0.7" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-jasmine2": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-jasmine2/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-jasmine2/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-jasmine2/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-jasmine2/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-leak-detector": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "dev": true, + "dependencies": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-matcher-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-matcher-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-message-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-message-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-message-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "dev": true, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "resolve": "^1.20.0", + "resolve.exports": "^1.1.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-resolve/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-resolve/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-resolve/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "dev": true, + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "source-map-support": "^0.5.6", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-runner/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runner/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-runner/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "dev": true, + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-runtime/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runtime/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-runtime/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-serializer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "dev": true, + "dependencies": { + "@types/node": "*", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "dev": true, + "dependencies": { + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-snapshot/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-snapshot/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/jest-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "dev": true, + "dependencies": { + "@jest/types": "^27.5.1", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "leven": "^3.1.0", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-validate/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-validate/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-validate/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-validate/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "dev": true, + "dependencies": { + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "jest-util": "^27.5.1", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-watcher/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-watcher/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/jest-watcher/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-sdsl": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", + "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", + "dev": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsdom": { + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "dev": true, + "dependencies": { + "abab": "^2.0.5", + "acorn": "^8.2.4", + "acorn-globals": "^6.0.0", + "cssom": "^0.4.4", + "cssstyle": "^2.3.0", + "data-urls": "^2.0.0", + "decimal.js": "^10.2.1", + "domexception": "^2.0.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", + "html-encoding-sniffer": "^2.0.1", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^2.0.0", + "webidl-conversions": "^6.1.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch/node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/node-fetch/node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/node-fetch/node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nwsapi": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", + "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==", + "dev": true + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true, + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "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": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", + "dev": true + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", + "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dev": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "dev": true + }, + "node_modules/registry-auth-token": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz", + "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==", + "dev": true, + "dependencies": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==", + "dev": true, + "dependencies": { + "rc": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", + "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "dev": true, + "dependencies": { + "is-core-module": "^2.11.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dev": true, + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/serve": { + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.4.tgz", + "integrity": "sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==", + "dev": true, + "dependencies": { + "@zeit/schemas": "2.6.0", + "ajv": "6.12.6", + "arg": "2.0.0", + "boxen": "5.1.2", + "chalk": "2.4.1", + "clipboardy": "2.3.0", + "compression": "1.7.3", + "serve-handler": "6.1.3", + "update-check": "1.5.2" + }, + "bin": { + "serve": "bin/serve.js" + } + }, + "node_modules/serve-handler": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz", + "integrity": "sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==", + "dev": true, + "dependencies": { + "bytes": "3.0.0", + "content-disposition": "0.5.2", + "fast-url-parser": "1.1.3", + "mime-types": "2.1.18", + "minimatch": "3.0.4", + "path-is-inside": "1.0.2", + "path-to-regexp": "2.2.1", + "range-parser": "1.2.0" + } + }, + "node_modules/serve-handler/node_modules/mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-handler/node_modules/mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "dev": true, + "dependencies": { + "mime-db": "~1.33.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-handler/node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/serve/node_modules/chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true + }, + "node_modules/terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "dev": true, + "dependencies": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/throat": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", + "dev": true + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tough-cookie": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", + "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "dev": true, + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie/node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dev": true, + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tr46/node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/update-check": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz", + "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==", + "dev": true, + "dependencies": { + "registry-auth-token": "3.3.2", + "registry-url": "3.1.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/v8-to-istanbul": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "dev": true, + "dependencies": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/v8-to-istanbul/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", + "dev": true, + "dependencies": { + "browser-process-hrtime": "^1.0.0" + } + }, + "node_modules/w3c-xmlserializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "dev": true, + "dependencies": { + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "dev": true, + "engines": { + "node": ">=10.4" + } + }, + "node_modules/whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "dev": true, + "dependencies": { + "iconv-lite": "0.4.24" + } + }, + "node_modules/whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "dev": true, + "dependencies": { + "lodash": "^4.7.0", + "tr46": "^2.1.0", + "webidl-conversions": "^6.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/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==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", + "dev": true + }, + "node_modules/xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "dev": true + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@babel/code-frame": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", + "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.18.6" + } + }, + "@babel/compat-data": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz", + "integrity": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==", + "dev": true + }, + "@babel/core": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz", + "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.4", + "@babel/helper-compilation-targets": "^7.21.4", + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helpers": "^7.21.0", + "@babel/parser": "^7.21.4", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.4", + "@babel/types": "^7.21.4", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + } + }, + "@babel/generator": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz", + "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==", + "dev": true, + "requires": { + "@babel/types": "^7.21.4", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@babel/helper-compilation-targets": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz", + "integrity": "sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.21.4", + "@babel/helper-validator-option": "^7.21.0", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + } + }, + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true + }, + "@babel/helper-function-name": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "dev": true, + "requires": { + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-module-imports": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", + "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", + "dev": true, + "requires": { + "@babel/types": "^7.21.4" + } + }, + "@babel/helper-module-transforms": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", + "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true + }, + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, + "requires": { + "@babel/types": "^7.20.2" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "dev": true + }, + "@babel/helpers": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz", + "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==", + "dev": true, + "requires": { + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.0", + "@babel/types": "^7.21.0" + } + }, + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz", + "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==", + "dev": true + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.21.4.tgz", + "integrity": "sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz", + "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" + } + }, + "@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + } + }, + "@babel/traverse": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz", + "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.21.4", + "@babel/generator": "^7.21.4", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.21.4", + "@babel/types": "^7.21.4", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.21.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz", + "integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "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==", + "dev": true + }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.0.tgz", + "integrity": "sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==", + "dev": true + }, + "@eslint/eslintrc": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz", + "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==", + "dev": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.5.1", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "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==", + "dev": true + }, + "globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "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==", + "dev": true + } + } + }, + "@eslint/js": { + "version": "8.37.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.37.0.tgz", + "integrity": "sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==", + "dev": true + }, + "@humanwhocodes/config-array": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "dev": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + } + }, + "@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "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==", + "dev": true + }, + "@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + } + }, + "@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "@types/babel__core": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", + "dev": true, + "requires": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@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==", + "dev": true, + "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==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", + "dev": true, + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dev": true, + "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==", + "dev": true + }, + "@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dev": true, + "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==", + "dev": true, + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/node": { + "version": "18.15.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", + "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", + "dev": true + }, + "@types/prettier": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", + "dev": true + }, + "@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "dev": true + }, + "@types/yargs": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz", + "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "dev": true + }, + "@zeit/schemas": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz", + "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==", + "dev": true + }, + "abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "dev": true + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "dev": true + }, + "acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dev": true, + "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==", + "dev": true + } + } + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "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==", + "dev": true + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "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==", + "dev": true + }, + "arg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz", + "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "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": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "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": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true + }, + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "babel-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "browserslist": { + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "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==", + "dev": true + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "caniuse-lite": { + "version": "1.0.30001474", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001474.tgz", + "integrity": "sha512-iaIZ8gVrWfemh5DG3T9/YqarVZoYf0r188IjaGwx68j4Pf0SGY6CQkmJUIE+NZHkkecQGohzXmBGEwWDr9aM3Q==", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "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==", + "dev": true + }, + "ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "dev": true + }, + "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==", + "dev": true + }, + "cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true + }, + "clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "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": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "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": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true + }, + "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==", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "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": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "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==", + "dev": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==", + "dev": true + }, + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "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==", + "dev": true + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dev": true, + "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==", + "dev": true + } + } + }, + "data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "dev": true, + "requires": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + } + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", + "dev": true + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true + }, + "detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true + }, + "diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "dev": true + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + } + } + }, + "electron-to-chromium": { + "version": "1.4.353", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.353.tgz", + "integrity": "sha512-IdJVpMHJoBT/nn0GQ02wPfbhogDVpd1ud95lP//FTf5l35wzxKJwibB4HBdY7Q+xKPA1nkZ0UDLOMyRj5U5IAQ==", + "dev": true + }, + "email-addresses": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz", + "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==", + "dev": true + }, + "emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dev": true, + "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": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "dev": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "dev": true, + "requires": { + "prelude-ls": "~1.1.2" + } + } + } + }, + "eslint": { + "version": "8.37.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.37.0.tgz", + "integrity": "sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==", + "dev": true, + "requires": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.4.0", + "@eslint/eslintrc": "^2.0.2", + "@eslint/js": "8.37.0", + "@humanwhocodes/config-array": "^0.11.8", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "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-visitor-keys": "^3.4.0", + "espree": "^9.5.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-sdsl": "^4.1.4", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.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==", + "dev": true, + "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==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "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==", + "dev": true + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true + } + } + }, + "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==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + } + }, + "eslint-visitor-keys": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz", + "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==", + "dev": true + }, + "espree": { + "version": "9.5.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz", + "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==", + "dev": true, + "requires": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.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==", + "dev": true + }, + "esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "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": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true + }, + "expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "dev": true, + "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==", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==", + "dev": true, + "requires": { + "punycode": "^1.3.2" + } + }, + "fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", + "dev": true + }, + "filenamify": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", + "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "dev": true + }, + "form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "gh-pages": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz", + "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==", + "dev": true, + "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.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "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==", + "dev": true + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", + "dev": true, + "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.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "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": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "dev": true, + "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==", + "dev": true + }, + "htmlhint": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz", + "integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==", + "dev": true, + "requires": { + "async": "3.2.3", + "chalk": "^4.1.2", + "commander": "^9.1.0", + "glob": "^7.2.0", + "is-glob": "^4.0.3", + "node-fetch": "^2.6.2", + "strip-json-comments": "3.1.0", + "xml": "1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "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==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "commander": { + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz", + "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz", + "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "requires": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "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==", + "dev": true + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "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==", + "dev": true + } + } + }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "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": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "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==", + "dev": true + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "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==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "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==", + "dev": true + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + } + }, + "istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "jest-haste-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*" + } + }, + "jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "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==", + "dev": true + }, + "jest-resolve": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "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==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } + }, + "jest-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-sdsl": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.4.0.tgz", + "integrity": "sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==", + "dev": true + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "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==", + "dev": true + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "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==", + "dev": true + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "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==", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-fetch": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + }, + "dependencies": { + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "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": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node-releases": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==", + "dev": true + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "nwsapi": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", + "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "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==", + "dev": true + }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "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": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.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==", + "dev": true, + "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==", + "dev": true + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-to-regexp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz", + "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dev": true, + "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==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "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==", + "dev": true + }, + "pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dev": true, + "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==", + "dev": true + } + } + }, + "prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "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": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==", + "dev": true + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "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": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "dev": true + } + } + }, + "react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "dev": true + }, + "registry-auth-token": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz", + "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==", + "dev": true, + "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": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==", + "dev": true, + "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": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve": { + "version": "1.22.2", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz", + "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==", + "dev": true, + "requires": { + "is-core-module": "^2.11.0", + "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==", + "dev": true, + "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==", + "dev": true + }, + "resolve.exports": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dev": true, + "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==", + "dev": true + }, + "serve": { + "version": "13.0.4", + "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.4.tgz", + "integrity": "sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "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==", + "dev": true + } + } + }, + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, + "strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "dev": true, + "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==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dev": true, + "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==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "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==", + "dev": true + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true + }, + "terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "dev": true, + "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==", + "dev": true, + "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": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "throat": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", + "dev": true + }, + "tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", + "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "dev": true, + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "dependencies": { + "punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true + }, + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "dev": true + } + } + }, + "tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dev": true, + "requires": { + "punycode": "^2.1.1" + }, + "dependencies": { + "punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true + } + } + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "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==", + "dev": true + }, + "update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, + "update-check": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz", + "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==", + "dev": true, + "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==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + }, + "dependencies": { + "punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "dev": true + } + } + }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "v8-to-istanbul": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "dev": true, + "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.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true + } + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true + }, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "dev": true, + "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==", + "dev": true + }, + "whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true, + "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==", + "dev": true + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "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.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "requires": {} + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", + "dev": true + }, + "xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", + "dev": true + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "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==", + "dev": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + } + } +} diff --git a/src/data.js b/src/data.js index 6291453d..0dc09379 100644 --- a/src/data.js +++ b/src/data.js @@ -1,9 +1,5 @@ -// estas funciones son de ejemplo -export const example = () => { - return 'example'; -}; -export const anotherExample = () => { - return 'OMG'; -}; +//const filterData = (data, condition) => {}; + +//const sortData = (data, sortBy) => {}; diff --git a/src/data/athletes/README.md b/src/data/athletes/README.md deleted file mode 100644 index 771c7f4e..00000000 --- a/src/data/athletes/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Juegos Olímpicos de Río de Janeiro - -Juegos Olímpicos de Río de Janeiro, fueron un evento multideportivo internacional, -celebrado en la ciudad de Río de Janeiro, Brasil. La elección de Río marcó la -primera vez que se realiza en un país sudamericano. Este evento tuvo gran -acogida a nivel mundial, de todas estas personas hay un grupo que desea poder -interactuar y ver la información de los atletas, los deportes olímpicos y los -países que participaron. - -## Hallazgos - -Para entender mejor qué información que podrían necesitar nuestos usuarios, -hicimos una rápida investigación (research) y estos son algunos de los -hallazgos. - -- Información relevante sobre los atletas olímpicos, como nombre, altura, peso, -país que representa y especialidad deportiva -- En los juegos olímpicos son muchos los países participantes, para nuestros -usuarios es importante saber cuáles son -- Adicionalmente a esta información, para nuestros usuarios es importante poder -ver la cantidad de atletas que participaron por país -- En los juegos olímpicos hay deportes y estos tienen sus disciplinas, para -nuestros usuarios es importante saber cuántos y cuáles son -- En los juegos olímpicos siempre hay equipos o atletas que ganan diferentes -disciplinas, para nuestros usuarios es importante saber quiénes son y cuantas -son las medallas que ganaron -- Adicionalmente a nuestros usuarios les gustaría saber la cantidad de mujeres -atletas que participaron y ganaron medallas. diff --git a/src/data/athletes/README.pt-BR.md b/src/data/athletes/README.pt-BR.md deleted file mode 100644 index 4b27c451..00000000 --- a/src/data/athletes/README.pt-BR.md +++ /dev/null @@ -1,27 +0,0 @@ -# Jogos Olímpicos do Rio de Janeiro - -Jogos Olímpicos do Rio de Janeiro, foi um evento multiesportivo internacional, -realizado na cidade do Rio de Janeiro, Brasil. A escolha do Rio marcou a -primeira vez em que o evento foi realizado em um país sul-americano. Este evento -foi bem recebido em todo o mundo, e dentre todas essas pessoas há um grupo que -quer ser capaz de interagir e ver informações sobre os atletas, esportes -olímpicos e países que participaram do evento. - -## Achados - -Para entender melhor quais informações nossos usuários podem precisar, -fizemos uma investigação rápida (research) e essas são algumas das conclusões. - -- Informações relevantes sobre atletas olímpicos, como nome, altura, peso, -país que representa e especialidade esportiva -- Nos Jogos Olímpicos há muitos países participantes, para nossos usuários é -importante saber quais são -- Além dessas informações, é importante que nossos usuários possam ver o -número de atletas participantes por país -- Nos jogos olímpicos existem esportes e esses têm suas disciplinas, para nossos -usuários, é importante saber quantos e quais são -- Nos jogos olímpicos sempre há equipes ou atletas que vencem diferentes -disciplinas, para os nossos usuários é importante saber quem eles são e quantas -medalhas eles ganharam -- Além disso, nossos usuários gostariam de saber o número de mulheres -atletas que participaram e ganharam medalhas. diff --git a/src/data/athletes/athletes.js b/src/data/athletes/athletes.js deleted file mode 100644 index 7c5d4b7b..00000000 --- a/src/data/athletes/athletes.js +++ /dev/null @@ -1,24284 +0,0 @@ -export default { - "games": "Olympic Games", - "year": 2016, - "season": "summer", - "city": "Rio de Janeiro", - "athletes": [ - { - "name": "Giovanni Abagnale", - "gender": "M", - "height": "198", - "weight": "90", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Rowing Men's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Patimat Abakarova", - "gender": "F", - "height": "165", - "weight": "49", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 21, - "event": "Taekwondo Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Luc Abalo", - "gender": "M", - "height": "182", - "weight": "86", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Saeid Morad Abdevali", - "gender": "M", - "height": "170", - "weight": "80", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 26, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Horse Vault", - "medal": "Silver" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Rings", - "medal": "Bronze" - }, - { - "name": "Matthew \"Matt\" Abood", - "gender": "M", - "height": "197", - "weight": "92", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Alejandro \"lex\" Abrines Redondo", - "gender": "M", - "height": "198", - "weight": "93", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ahmad Abughaush", - "gender": "M", - "height": "178", - "weight": "68", - "sport": "Taekwondo", - "team": "Jordan", - "noc": "JOR", - "age": 20, - "event": "Taekwondo Men's Featherweight", - "medal": "Gold" - }, - { - "name": "Chantal Achterberg", - "gender": "F", - "height": "172", - "weight": "72", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Nicola Virginia Adams", - "gender": "F", - "height": "164", - "weight": "51", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Boxing Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Rachael Alexis Adams", - "gender": "F", - "height": "188", - "weight": "81", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Valerie Kasanita Adams-Vili (-Price)", - "gender": "F", - "height": "193", - "weight": "120", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 31, - "event": "Athletics Women's Shot Put", - "medal": "Silver" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Cecil Sebastian Afrika", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Timothy Ernest Victor Kwizera \"Tim\" Agaba", - "gender": "M", - "height": "193", - "weight": "104", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Clarisse Agbegnenou", - "gender": "F", - "height": "164", - "weight": "66", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Judo Women's Half-Middleweight", - "medal": "Silver" - }, - { - "name": "Sandra Aguilar Navarro", - "gender": "F", - "height": "167", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Sri Wahyuni Agustiani", - "gender": "F", - "height": "147", - "weight": "47", - "sport": "Weightlifting", - "team": "Indonesia", - "noc": "INA", - "age": 21, - "event": "Weightlifting Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Christian Ahlmann", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 41, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Tontowi Ahmad", - "gender": "M", - "height": "179", - "weight": "72", - "sport": "Badminton", - "team": "Indonesia-1", - "noc": "INA", - "age": 29, - "event": "Badminton Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Matteo Aicardi", - "gender": "M", - "height": "192", - "weight": "102", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Rosaria Aiello", - "gender": "F", - "height": "172", - "weight": "74", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Oluwafemi \"Junior\" Ajayi", - "gender": "M", - "height": "172", - "weight": "79", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Mobolade Abimbola Ajomale", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Taha Akgl", - "gender": "M", - "height": "192", - "weight": "125", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 25, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Murodzhon Kakharovich Akhmadaliyev", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 21, - "event": "Boxing Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Artur Kamilevich Akhmatkhuzin", - "gender": "M", - "height": "187", - "weight": "79", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Morolake Akinosun", - "gender": "F", - "height": "163", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Foluke Antinuke Akinradewo", - "gender": "F", - "height": "191", - "weight": "79", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Daniel Akpeyi", - "gender": "M", - "height": "187", - "weight": "80", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 30, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Monica Aksamit", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Fehaid Al-Deehani", - "gender": "M", - "height": "178", - "weight": "95", - "sport": "Shooting", - "team": "Individual Olympic Athletes", - "noc": "IOA", - "age": 49, - "event": "Shooting Men's Double Trap", - "medal": "Gold" - }, - { - "name": "Abdullah Al-Rashidi", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Shooting", - "team": "Individual Olympic Athletes", - "noc": "IOA", - "age": 52, - "event": "Shooting Men's Skeet", - "medal": "Bronze" - }, - { - "name": "Jo Qesem Ayela Aleh", - "gender": "F", - "height": "171", - "weight": "58", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 30, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Artur Aleksanyan", - "gender": "M", - "height": "190", - "weight": "98", - "sport": "Wrestling", - "team": "Armenia", - "noc": "ARM", - "age": 24, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Milan Aleksi", - "gender": "M", - "height": "193", - "weight": "96", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Abdoul Razak Issoufou Alfaga", - "gender": "M", - "height": "207", - "weight": "90", - "sport": "Taekwondo", - "team": "Niger", - "noc": "NIG", - "age": 21, - "event": "Taekwondo Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Nia Sifaatihii Ali", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Alison Conte Cerutti", - "gender": "M", - "height": "203", - "weight": "106", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 30, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Kimia Alizadeh Zenoorin", - "gender": "F", - "height": "185", - "weight": "57", - "sport": "Taekwondo", - "team": "Iran", - "noc": "IRI", - "age": 18, - "event": "Taekwondo Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Nathon Allen", - "gender": "M", - "height": "178", - "weight": "NA", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 20, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Ida Alstad", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Lzaro Jorge lvarez Estrada", - "gender": "M", - "height": "173", - "weight": "60", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 25, - "event": "Boxing Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Yuri Alvear Orjuela", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Judo", - "team": "Colombia", - "noc": "COL", - "age": 30, - "event": "Judo Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Marwa Al-Amri", - "gender": "F", - "height": "160", - "weight": "58", - "sport": "Wrestling", - "team": "Tunisia", - "noc": "TUN", - "age": 27, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Stanley Amuzie", - "gender": "M", - "height": "171", - "weight": "85", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "An Ba-Ul", - "gender": "M", - "height": "169", - "weight": "66", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 22, - "event": "Judo Men's Half-Lightweight", - "medal": "Silver" - }, - { - "name": "milie Andol", - "gender": "F", - "height": "170", - "weight": "97", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Judo Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Anne Dsane Andersen", - "gender": "F", - "height": "183", - "weight": "86", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 23, - "event": "Rowing Women's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Matthew John \"Matt\" Anderson", - "gender": "M", - "height": "202", - "weight": "100", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Jonna Andersson", - "gender": "F", - "height": "167", - "weight": "61", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 23, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Roman Sergeyevich Anoshkin", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Canoeing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Giselle Anne Ansley", - "gender": "F", - "height": "176", - "weight": "73", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Carmelo Kyan Anthony", - "gender": "M", - "height": "203", - "weight": "109", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Oleg Antonov", - "gender": "M", - "height": "198", - "weight": "88", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Emilia Elisabeth Appelqvist", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Hirooki Arai", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 28, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Katie Louise Archibald", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Joahnys Oscar Argilagos Prez", - "gender": "M", - "height": "152", - "weight": "49", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 19, - "event": "Boxing Men's Light-Flyweight", - "medal": "Bronze" - }, - { - "name": "William Peixoto Arjona", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 37, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Kristin Ann Armstrong (-Savola)", - "gender": "F", - "height": "173", - "weight": "58", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 42, - "event": "Cycling Women's Individual Time Trial", - "medal": "Gold" - }, - { - "name": "Emilie Hegh Arntzen", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Migran Arutyunyan", - "gender": "M", - "height": "166", - "weight": "67", - "sport": "Wrestling", - "team": "Armenia", - "noc": "ARM", - "age": 27, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Geraldina Rachel \"Dina\" Asher-Smith", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Nickel Ashmeade", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Jessica Ashwood", - "gender": "F", - "height": "173", - "weight": "64", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kosovare \"Kosse\" Asllani", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 27, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Sandra Auffarth", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Seimone Delicia Augustus", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Mohd Azizulhasni Awang", - "gender": "M", - "height": "166", - "weight": "69", - "sport": "Cycling", - "team": "Malaysia", - "noc": "MAS", - "age": 28, - "event": "Cycling Men's Keirin", - "medal": "Bronze" - }, - { - "name": "Viktor Axelsen", - "gender": "M", - "height": "194", - "weight": "88", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Badminton Men's Singles", - "medal": "Bronze" - }, - { - "name": "Almaz Ayana Eba", - "gender": "F", - "height": "166", - "weight": "47", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Women's 5,000 metres", - "medal": "Bronze" - }, - { - "name": "Almaz Ayana Eba", - "gender": "F", - "height": "166", - "weight": "47", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Women's 10,000 metres", - "medal": "Gold" - }, - { - "name": "Camille Anas Ayglon-Saurina", - "gender": "F", - "height": "180", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Jrmie Azou", - "gender": "M", - "height": "178", - "weight": "71", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Okechukwu Godson Azubuike", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 19, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Diana Bacosi", - "gender": "F", - "height": "175", - "weight": "85", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Shooting Women's Skeet", - "medal": "Gold" - }, - { - "name": "Timea Bacsinszky", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Tennis", - "team": "Switzerland", - "noc": "SUI", - "age": 27, - "event": "Tennis Women's Doubles", - "medal": "Silver" - }, - { - "name": "Kemar Bailey-Cole", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Kathleen Baker", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Kathleen Baker", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Mashu Baker", - "gender": "M", - "height": "178", - "weight": "90", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Judo Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Shakira Baker", - "gender": "F", - "height": "172", - "weight": "89", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Dmitry Igorevich Balandin", - "gender": "M", - "height": "195", - "weight": "85", - "sport": "Swimming", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 21, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Kayla Banwarth", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Carina Br", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Brbara Seixas de Freitas", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 29, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Elinor Jane Barker", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Harrison Bryce Jordan Barnes", - "gender": "M", - "height": "203", - "weight": "102", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Thomas Gabriel Jrmie Baroukh", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Bronte Amelia Arnold Barratt", - "gender": "F", - "height": "171", - "weight": "59", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Jennifer Mae \"Jenny\" Barringer-Simpson", - "gender": "F", - "height": "166", - "weight": "53", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Athletics Women's 1,500 metres", - "medal": "Bronze" - }, - { - "name": "Mutaz Essa Barshim", - "gender": "M", - "height": "190", - "weight": "65", - "sport": "Athletics", - "team": "Qatar", - "noc": "QAT", - "age": 25, - "event": "Athletics Men's High Jump", - "medal": "Silver" - }, - { - "name": "Jacob Jepsen Barse", - "gender": "M", - "height": "188", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Saskia Bartusiak", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Dimitri David Bascou", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Fabio Basile", - "gender": "M", - "height": "160", - "weight": "66", - "sport": "Judo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Judo Men's Half-Lightweight", - "medal": "Gold" - }, - { - "name": "Vitalina Igorevna Batsarashkina", - "gender": "F", - "height": "162", - "weight": "60", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Silver" - }, - { - "name": "Mathieu Albert Daniel Bauderlique", - "gender": "M", - "height": "185", - "weight": "81", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Robert Bauer", - "gender": "M", - "height": "183", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Grgory Benot Baug", - "gender": "M", - "height": "181", - "weight": "100", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Maxime Eugne Ren Beaumont", - "gender": "M", - "height": "191", - "weight": "94", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Nicole Elise Beck", - "gender": "F", - "height": "168", - "weight": "66", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Janine Elizabeth Beckie", - "gender": "F", - "height": "173", - "weight": "63", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "gatha Bednarczuk Rippel", - "gender": "F", - "height": "182", - "weight": "70", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 33, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Ludger Beerbaum", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 52, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Genevieve \"Gen\" Behrent", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Rowing Women's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Melanie Behringer", - "gender": "F", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Milad Beigi Hareqani", - "gender": "M", - "height": "197", - "weight": "80", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Taekwondo Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Ruth Beita Vila", - "gender": "F", - "height": "191", - "weight": "72", - "sport": "Athletics", - "team": "Spain", - "noc": "ESP", - "age": 37, - "event": "Athletics Women's High Jump", - "medal": "Gold" - }, - { - "name": "Jose Blanger", - "gender": "F", - "height": "163", - "weight": "63", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 30, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mathew Belcher", - "gender": "M", - "height": "173", - "weight": "62", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 33, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Zhan Vensanovych Beleniuk", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Wrestling", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Mireia Belmonte Garca", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Mireia Belmonte Garca", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Alexander Belonogoff", - "gender": "M", - "height": "187", - "weight": "90", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Olga Konstantinovna Belova-Gorbunova", - "gender": "F", - "height": "169", - "weight": "60", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Anastasiya Yevgenyevna Belyakova", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Boxing Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "David Sagitovich Belyavsky", - "gender": "M", - "height": "165", - "weight": "55", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "David Sagitovich Belyavsky", - "gender": "M", - "height": "165", - "weight": "55", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Bronze" - }, - { - "name": "Lars Bender", - "gender": "M", - "height": "184", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Sven Bender", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Meaghan Benfeito", - "gender": "F", - "height": "155", - "weight": "48", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Diving Women's Platform", - "medal": "Bronze" - }, - { - "name": "Meaghan Benfeito", - "gender": "F", - "height": "155", - "weight": "48", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Diving Women's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Brittany \"Britt\" Benn", - "gender": "F", - "height": "165", - "weight": "68", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Karen Bennett", - "gender": "F", - "height": "179", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Mark Stewart Bennett", - "gender": "M", - "height": "183", - "weight": "89", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Paul Bennett", - "gender": "M", - "height": "207", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Joseph \"Gunnar\" Bentz", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Matej Beu", - "gender": "M", - "height": "196", - "weight": "83", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 28, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Mdlina Bere", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 23, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Stig Andr Berge", - "gender": "M", - "height": "167", - "weight": "60", - "sport": "Wrestling", - "team": "Norway", - "noc": "NOR", - "age": 33, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Emma Sofia Berglund", - "gender": "F", - "height": "171", - "weight": "64", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 27, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Nicole Beukers", - "gender": "F", - "height": "170", - "weight": "66", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Allison Beveridge", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Roberta Bianconi", - "gender": "F", - "height": "176", - "weight": "76", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Daniel \"Dan\" Bibby", - "gender": "M", - "height": "176", - "weight": "86", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Fiona Clare Bigwood", - "gender": "F", - "height": "173", - "weight": "75", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 40, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Marko Bija", - "gender": "M", - "height": "201", - "weight": "85", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 25, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Horse Vault", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Balance Beam", - "medal": "Bronze" - }, - { - "name": "Emanuele Birarelli", - "gender": "M", - "height": "202", - "weight": "95", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 35, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Stefan Birevi", - "gender": "M", - "height": "210", - "weight": "104", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Suzanne Brigit \"Sue\" Bird", - "gender": "F", - "height": "175", - "weight": "66", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Dane Alex Bird-Smith", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Athletics", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Vera Leonidovna Biryukova", - "gender": "F", - "height": "168", - "weight": "47", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Emma Stina Blackstenius", - "gender": "F", - "height": "173", - "weight": "69", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 20, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Yohan Blake", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Irina Valeryevna Bliznova", - "gender": "F", - "height": "182", - "weight": "68", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Anastasiya Ilyinichna Bliznyuk", - "gender": "F", - "height": "173", - "weight": "51", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Pernille Blume", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Pernille Blume", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Jack Bobridge", - "gender": "M", - "height": "180", - "weight": "65", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Vladlena Eduardovna Bobrovnikova", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Gauthier Boccard", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Gbor Gyula Boczk", - "gender": "M", - "height": "192", - "weight": "89", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 39, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Michal Alexandre Bodegas", - "gender": "M", - "height": "192", - "weight": "102", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Bogdan Bogdanovi", - "gender": "M", - "height": "197", - "weight": "99", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 23, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Tijana Bogdanovi", - "gender": "F", - "height": "172", - "weight": "52", - "sport": "Taekwondo", - "team": "Serbia", - "noc": "SRB", - "age": 18, - "event": "Taekwondo Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Andreea Boghian", - "gender": "F", - "height": "186", - "weight": "78", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 24, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Shmagi Bolkvadze", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Timo Boll", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 35, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 100 metres", - "medal": "Gold" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 200 metres", - "medal": "Gold" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Hamish Byron Bond", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 30, - "event": "Rowing Men's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Bohdan Viktorovych Bondarenko", - "gender": "M", - "height": "198", - "weight": "77", - "sport": "Athletics", - "team": "Ukraine", - "noc": "UKR", - "age": 26, - "event": "Athletics Men's High Jump", - "medal": "Bronze" - }, - { - "name": "Tom Boon", - "gender": "M", - "height": "184", - "weight": "81", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Joshua \"Josh\" Booth", - "gender": "M", - "height": "190", - "weight": "93", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kjetil Borch", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Rowing Men's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Yannick Philippe Andr Borel", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Maurcio Borges Almeida Silva", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Mariya Olegovna Borisova", - "gender": "F", - "height": "184", - "weight": "95", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Ismael Borrero Molina", - "gender": "M", - "height": "160", - "weight": "59", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 24, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Willemijn Bos", - "gender": "F", - "height": "181", - "weight": "69", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Tijana Bokovi", - "gender": "F", - "height": "193", - "weight": "82", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Roger-Yves Bost", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 50, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Ins Boubakri", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Fencing", - "team": "Tunisia", - "noc": "TUN", - "age": 27, - "event": "Fencing Women's Foil, Individual", - "medal": "Bronze" - }, - { - "name": "David Alasdair Boudia", - "gender": "M", - "height": "175", - "weight": "73", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Diving Men's Platform", - "medal": "Bronze" - }, - { - "name": "David Alasdair Boudia", - "gender": "M", - "height": "175", - "weight": "73", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Diving Men's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Carline Bouw", - "gender": "F", - "height": "184", - "weight": "72", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Marit Bouwmeester", - "gender": "F", - "height": "177", - "weight": "68", - "sport": "Sailing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Sailing Women's One Person Dinghy", - "medal": "Gold" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 100 metres", - "medal": "Silver" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 200 metres", - "medal": "Bronze" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Jovana Brakoevi-Kancian", - "gender": "F", - "height": "196", - "weight": "82", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Julian Brandt", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Ana Maria Florentina Brnz-Popescu", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Sophie Charlotte Bray", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Thiago Braz da Silva", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Athletics", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Athletics Men's Pole Vault", - "medal": "Gold" - }, - { - "name": "Kelly Brazier", - "gender": "F", - "height": "171", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 26, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Sebastian Brendel", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Sebastian Brendel", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Thomas Briels", - "gender": "M", - "height": "172", - "weight": "71", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Lawrence Brittain", - "gender": "M", - "height": "187", - "weight": "94", - "sport": "Rowing", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Rowing Men's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Allison M. Brock", - "gender": "F", - "height": "168", - "weight": "59", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 36, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Kristina Brring-Sprehe", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Bronze" - }, - { - "name": "Kristina Brring-Sprehe", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Gayle Broughton", - "gender": "F", - "height": "174", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 20, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Alexander Brouwer", - "gender": "M", - "height": "198", - "weight": "88", - "sport": "Beach Volleyball", - "team": "Netherlands-1", - "noc": "NED", - "age": 26, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Aaron Brown", - "gender": "M", - "height": "198", - "weight": "79", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Christopher Deon \"Chris\" Brown", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 37, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kyle Gie Brown", - "gender": "M", - "height": "182", - "weight": "92", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Laura Brown", - "gender": "F", - "height": "167", - "weight": "61", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Alistair Edward Brownlee", - "gender": "M", - "height": "184", - "weight": "70", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Triathlon Men's Olympic Distance", - "medal": "Gold" - }, - { - "name": "Jonathan Callum \"Jonny\" Brownlee", - "gender": "M", - "height": "181", - "weight": "70", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Triathlon Men's Olympic Distance", - "medal": "Silver" - }, - { - "name": "Kristoffer Brun", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 28, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Manuel Brunet", - "gender": "M", - "height": "179", - "weight": "79", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Rachele Bruni", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Silver" - }, - { - "name": "Bruno \"Bruninho\" Mossa de Rezende", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Joshua Buatsi", - "gender": "M", - "height": "185", - "weight": "81", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kadeisha Buchanan", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Matthijs Bchli", - "gender": "M", - "height": "188", - "weight": "90", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Cycling Men's Keirin", - "medal": "Silver" - }, - { - "name": "Luka Buki", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Yekaterina Borisovna Bukina", - "gender": "F", - "height": "174", - "weight": "75", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Chlo Bulleux", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Phil Burgess", - "gender": "M", - "height": "180", - "weight": "92", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Damir Buri", - "gender": "M", - "height": "205", - "weight": "115", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 35, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Steven James Burke", - "gender": "M", - "height": "183", - "weight": "78", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Peter Burling", - "gender": "M", - "height": "186", - "weight": "82", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Sailing Men's Skiff", - "medal": "Gold" - }, - { - "name": "Christopher Burton", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Tom Burton", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Sailing Men's One Person Dinghy", - "medal": "Gold" - }, - { - "name": "Bianka Bua", - "gender": "F", - "height": "187", - "weight": "74", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 22, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Andro Bulje", - "gender": "M", - "height": "200", - "weight": "115", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Simone Buti", - "gender": "M", - "height": "206", - "weight": "100", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Jimmy Butler III", - "gender": "M", - "height": "201", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Linus Butt", - "gender": "M", - "height": "186", - "weight": "83", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Dajana Butulija", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Denia Caballero Ponce", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Athletics", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Athletics Women's Discus Throw", - "medal": "Bronze" - }, - { - "name": "Jrmy Cadot", - "gender": "M", - "height": "185", - "weight": "78", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Tania Cagnotto (-Parolin)", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Diving Women's Springboard", - "medal": "Bronze" - }, - { - "name": "Tania Cagnotto (-Parolin)", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Diving Women's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Cai Zelin", - "gender": "M", - "height": "175", - "weight": "55", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Chiara Cainero", - "gender": "F", - "height": "171", - "weight": "81", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 38, - "event": "Shooting Women's Skeet", - "medal": "Silver" - }, - { - "name": "Jos Manuel Caldern Borrallo", - "gender": "M", - "height": "191", - "weight": "90", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 34, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Hilary Caldwell", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Facundo Callioni", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Eva Calvo Gmez", - "gender": "F", - "height": "176", - "weight": "57", - "sport": "Taekwondo", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Taekwondo Women's Featherweight", - "medal": "Silver" - }, - { - "name": "Asuka Antonio \"Aska\" Cambridge", - "gender": "M", - "height": "179", - "weight": "74", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Bronte Campbell", - "gender": "F", - "height": "179", - "weight": "58", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Cate Natalie Campbell", - "gender": "F", - "height": "186", - "weight": "67", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Cate Natalie Campbell", - "gender": "F", - "height": "186", - "weight": "67", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Veronica Angella Campbell-Brown", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 34, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Niccol Campriani", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Gold" - }, - { - "name": "Niccol Campriani", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Gold" - }, - { - "name": "Fabian Cancellara", - "gender": "M", - "height": "186", - "weight": "81", - "sport": "Cycling", - "team": "Switzerland", - "noc": "SUI", - "age": 35, - "event": "Cycling Men's Individual Time Trial", - "medal": "Gold" - }, - { - "name": "Cao Yuan", - "gender": "M", - "height": "160", - "weight": "42", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Diving Men's Springboard", - "medal": "Gold" - }, - { - "name": "Cao Yuan", - "gender": "M", - "height": "160", - "weight": "42", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Diving Men's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Jazmin Roxy \"Jazz\" Carlin", - "gender": "F", - "height": "175", - "weight": "57", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Jazmin Roxy \"Jazz\" Carlin", - "gender": "F", - "height": "175", - "weight": "57", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Olivia Frances Carnegie-Brown", - "gender": "F", - "height": "181", - "weight": "73", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Cecilia Carranza Saroli", - "gender": "F", - "height": "164", - "weight": "63", - "sport": "Sailing", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Sailing Mixed Multihull", - "medal": "Gold" - }, - { - "name": "Lisa Carrington", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Lisa Carrington", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Michelle Denee Carter", - "gender": "F", - "height": "176", - "weight": "136", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's Shot Put", - "medal": "Gold" - }, - { - "name": "Charlotte Caslick", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Matteo Castaldo", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Kristi Castlin", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Tamika Devonne Catchings", - "gender": "F", - "height": "185", - "weight": "77", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 37, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Kelly Catlin", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Mark Simon Cavendish", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Omnium", - "medal": "Silver" - }, - { - "name": "Saa ao", - "gender": "F", - "height": "178", - "weight": "72", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Matthew Gerald \"Matt\" Centrowitz, Jr.", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's 1,500 metres", - "medal": "Gold" - }, - { - "name": "Davit Gochayevich Chakvetadze", - "gender": "M", - "height": "174", - "weight": "85", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Frank Chamizo Marquez", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Wrestling", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Miles Cleveland Chamley-Watson", - "gender": "M", - "height": "193", - "weight": "80", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Chan Peng Soon", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 28, - "event": "Badminton Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Chang Hye-Jin", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Archery Women's Individual", - "medal": "Gold" - }, - { - "name": "Chang Hye-Jin", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Allysha Chapman", - "gender": "F", - "height": "160", - "weight": "56", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Tina Alexandria Charles", - "gender": "F", - "height": "193", - "weight": "88", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Cdric Charlier", - "gender": "M", - "height": "181", - "weight": "81", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Yuriy Volodymyrovych Cheban", - "gender": "M", - "height": "185", - "weight": "93", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 30, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Paul Kipkemboi Chelimo", - "gender": "M", - "height": "175", - "weight": "57", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 5,000 metres", - "medal": "Silver" - }, - { - "name": "Chen Aisen", - "gender": "M", - "height": "168", - "weight": "60", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Diving Men's Platform", - "medal": "Gold" - }, - { - "name": "Chen Aisen", - "gender": "M", - "height": "168", - "weight": "60", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Diving Men's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Chen Long", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Badminton", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Badminton Men's Singles", - "medal": "Gold" - }, - { - "name": "Chen Peina", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Sailing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Sailing Women's Windsurfer", - "medal": "Silver" - }, - { - "name": "Chen Ruolin", - "gender": "F", - "height": "160", - "weight": "47", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Diving Women's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Cheng Xunzhao", - "gender": "M", - "height": "185", - "weight": "90", - "sport": "Judo", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Judo Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Cheong Jun Hoong", - "gender": "F", - "height": "150", - "weight": "48", - "sport": "Diving", - "team": "Malaysia", - "noc": "MAS", - "age": 26, - "event": "Diving Women's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Aleksey Borisovich Cheremisinov", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Emilee Cherry", - "gender": "F", - "height": "168", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Vivian Jepkemoi Cheruiyot", - "gender": "F", - "height": "153", - "weight": "40", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 32, - "event": "Athletics Women's 5,000 metres", - "medal": "Gold" - }, - { - "name": "Vivian Jepkemoi Cheruiyot", - "gender": "F", - "height": "153", - "weight": "40", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 32, - "event": "Athletics Women's 10,000 metres", - "medal": "Silver" - }, - { - "name": "Vlada Aleksandrovna Chigiryova", - "gender": "F", - "height": "162", - "weight": "46", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Eilidh Child-Doyle", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Choe Hyo-Sim", - "gender": "F", - "height": "159", - "weight": "63", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 22, - "event": "Weightlifting Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Choi Mi-Sun", - "gender": "F", - "height": "168", - "weight": "53", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 20, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Maialen Chourraut Yurramendi", - "gender": "F", - "height": "161", - "weight": "55", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 33, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Micah Makanamaikalani Christenson", - "gender": "M", - "height": "198", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Mads Christiansen", - "gender": "M", - "height": "197", - "weight": "93", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Max Christiansen", - "gender": "M", - "height": "187", - "weight": "84", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Anton Mikhaylovich Chupkov", - "gender": "M", - "height": "188", - "weight": "71", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Monika Ciaciuch", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 24, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Cheick Sallah Ciss Junior", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Taekwondo", - "team": "Cote d'Ivoire", - "noc": "CIV", - "age": 22, - "event": "Taekwondo Men's Welterweight", - "medal": "Gold" - }, - { - "name": "Souleymane Diop Cissokho", - "gender": "M", - "height": "179", - "weight": "69", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Boxing Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Edward \"Ed\" Clancy", - "gender": "M", - "height": "185", - "weight": "79", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Caroline Archer \"KK\" Clark", - "gender": "F", - "height": "188", - "weight": "72", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Saskia Clark", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Joseph \"Joe\" Clarke", - "gender": "M", - "height": "182", - "weight": "76", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Vctor Claver Arocas", - "gender": "M", - "height": "206", - "weight": "107", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 27, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "William Bundu \"Will\" Claye", - "gender": "M", - "height": "181", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's Triple Jump", - "medal": "Silver" - }, - { - "name": "Kerron Stephon Clement", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Kyle Clemons", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "lodie Pascaline Clouvel", - "gender": "F", - "height": "182", - "weight": "69", - "sport": "Modern Pentathlon", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Modern Pentathlon Women's Individual", - "medal": "Silver" - }, - { - "name": "Emma Jane Coburn", - "gender": "F", - "height": "173", - "weight": "54", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Bronze" - }, - { - "name": "Corey Cogdell-Unrein", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Shooting Women's Trap", - "medal": "Bronze" - }, - { - "name": "Roxana Gabriela Cogianu", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 29, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Adelina Maria Cojocariu-Bogus", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Massimo Colaci", - "gender": "M", - "height": "180", - "weight": "75", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Thibault Colard", - "gender": "M", - "height": "187", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Carlos Coloma Nicols", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "Spain", - "noc": "ESP", - "age": 34, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Bronze" - }, - { - "name": "Robson Donato Conceio", - "gender": "M", - "height": "171", - "weight": "57", - "sport": "Boxing", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Boxing Men's Lightweight", - "medal": "Gold" - }, - { - "name": "John \"Jack\" Conger", - "gender": "M", - "height": "193", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Sally Conway", - "gender": "F", - "height": "167", - "weight": "70", - "sport": "Judo", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Judo Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Tamsin Cook", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 17, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Yasmani Copello Escobar", - "gender": "M", - "height": "191", - "weight": "85", - "sport": "Athletics", - "team": "Turkey", - "noc": "TUR", - "age": 29, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Kevin Cordes", - "gender": "M", - "height": "196", - "weight": "88", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Tanguy Cosyns", - "gender": "M", - "height": "174", - "weight": "70", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 25, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Aleksandra Cotti", - "gender": "F", - "height": "167", - "weight": "65", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "DeMarcus Amir Cousins", - "gender": "M", - "height": "210", - "weight": "122", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "J'den Michael Tbory Cox", - "gender": "M", - "height": "180", - "weight": "86", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Kameryn Louise \"Kami\" Craig", - "gender": "F", - "height": "181", - "weight": "88", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Sal Craviotto Rivero", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Sal Craviotto Rivero", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Gold" - }, - { - "name": "Samuel Thomas \"Sam\" Cross", - "gender": "M", - "height": "191", - "weight": "103", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Ryan Crouser", - "gender": "M", - "height": "201", - "weight": "125", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Men's Shot Put", - "medal": "Gold" - }, - { - "name": "Kimberley \"Kim\" Crow-Brennan", - "gender": "F", - "height": "188", - "weight": "74", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Rowing Women's Single Sculls", - "medal": "Gold" - }, - { - "name": "Anna Cruz Lebrato", - "gender": "F", - "height": "176", - "weight": "60", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Aleksandra Crvendaki", - "gender": "F", - "height": "187", - "weight": "76", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 20, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Lszl Cseh, Jr.", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 30, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Tamara Csipes", - "gender": "F", - "height": "176", - "weight": "78", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 26, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Milo uk", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Chay Crista Kerio Cullen", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Rsul unayev", - "gender": "M", - "height": "171", - "weight": "66", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Michal D'Almeida", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Sabrina D'Angelo", - "gender": "F", - "height": "173", - "weight": "71", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mayra Aguiar da Silva", - "gender": "F", - "height": "177", - "weight": "78", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Judo Women's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Rafael Carlos da Silva", - "gender": "M", - "height": "203", - "weight": "160", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 29, - "event": "Judo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ana Dabovi", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Milica Dabovi", - "gender": "F", - "height": "173", - "weight": "63", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Sara Ilonka Dbritz", - "gender": "F", - "height": "171", - "weight": "59", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Lisa Karolina Viktoria Dahlkvist", - "gender": "F", - "height": "173", - "weight": "66", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Ro Masivesi Dakuwaqa", - "gender": "M", - "height": "190", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Thomas Robert \"Tom\" Daley", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Diving Men's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Francesca Dallap", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Diving Women's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Chloe Elysha Dalton", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Blandine Dancette", - "gender": "F", - "height": "169", - "weight": "60", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Emmanuel Shinkut Daniel", - "gender": "M", - "height": "174", - "weight": "88", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Alexandra Mary L. \"Alex\" Danson", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Hannah Darling", - "gender": "F", - "height": "174", - "weight": "72", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Lisa Darmanin", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Sailing Mixed Multihull", - "medal": "Silver" - }, - { - "name": "Tuyana Norpolovna Dashidorzhiyeva", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "James Davies", - "gender": "M", - "height": "181", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Lucy Davis", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Edward James Eddie Dawkins", - "gender": "M", - "height": "185", - "weight": "93", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Christine Day", - "gender": "F", - "height": "168", - "weight": "51", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Eva Roma Maria de Goede", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 100 metres", - "medal": "Bronze" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 200 metres", - "medal": "Silver" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Juan Leon de Jongh", - "gender": "M", - "height": "175", - "weight": "87", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Zoe Michaela de Toledo", - "gender": "F", - "height": "172", - "weight": "58", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Xan de Waard", - "gender": "F", - "height": "163", - "weight": "55", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 20, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Hlne Defrance", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Marco Del Lungo", - "gender": "M", - "height": "190", - "weight": "97", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 26, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Juan Martn del Potro", - "gender": "M", - "height": "198", - "weight": "97", - "sport": "Tennis", - "team": "Argentina", - "noc": "ARG", - "age": 27, - "event": "Tennis Men's Singles", - "medal": "Silver" - }, - { - "name": "Elena Delle Donne", - "gender": "F", - "height": "195", - "weight": "86", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Siraba Dembl", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Mirela Krasimirova Demireva", - "gender": "F", - "height": "180", - "weight": "58", - "sport": "Athletics", - "team": "Bulgaria", - "noc": "BUL", - "age": 26, - "event": "Athletics Women's High Jump", - "medal": "Silver" - }, - { - "name": "Soner Demirta", - "gender": "M", - "height": "170", - "weight": "74", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 25, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Nicholas Charles \"Nick\" Dempsey", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Sailing Men's Windsurfer", - "medal": "Silver" - }, - { - "name": "Valentin Demyanenko", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Canoeing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 32, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Felix Denayer", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Deng Shudi", - "gender": "M", - "height": "163", - "weight": "58", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Deng Wei", - "gender": "F", - "height": "159", - "weight": "63", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Weightlifting Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Aleksey Alekseyevich Denisenko", - "gender": "M", - "height": "185", - "weight": "68", - "sport": "Taekwondo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Taekwondo Men's Featherweight", - "medal": "Silver" - }, - { - "name": "Inna Vasilyevna Deriglazova", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Fencing Women's Foil, Individual", - "medal": "Gold" - }, - { - "name": "DeMar Darnell DeRozan", - "gender": "M", - "height": "201", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Gabriele Detti", - "gender": "M", - "height": "184", - "weight": "79", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Gabriele Detti", - "gender": "M", - "height": "184", - "weight": "79", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Daniel Deuer", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Jolien D'hoore", - "gender": "F", - "height": "176", - "weight": "64", - "sport": "Cycling", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Cycling Women's Omnium", - "medal": "Bronze" - }, - { - "name": "Marco Di Costanzo", - "gender": "M", - "height": "184", - "weight": "87", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Rowing Men's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Elisa Di Francisca", - "gender": "F", - "height": "177", - "weight": "65", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Fencing Women's Foil, Individual", - "medal": "Silver" - }, - { - "name": "Francesco Di Fulvio", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Tania Di Mario", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Emily Jane Diamond", - "gender": "F", - "height": "173", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Hidilyn Diaz", - "gender": "F", - "height": "149", - "weight": "53", - "sport": "Weightlifting", - "team": "Philippines", - "noc": "PHI", - "age": 25, - "event": "Weightlifting Women's Featherweight", - "medal": "Silver" - }, - { - "name": "Genzebe Dibaba Keneni", - "gender": "F", - "height": "168", - "weight": "52", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 25, - "event": "Athletics Women's 1,500 metres", - "medal": "Silver" - }, - { - "name": "Mare Dibaba Hurssa (-Ibrahimova-)", - "gender": "F", - "height": "156", - "weight": "45", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 26, - "event": "Athletics Women's Marathon", - "medal": "Bronze" - }, - { - "name": "Tirunesh Dibaba Keneni", - "gender": "F", - "height": "166", - "weight": "50", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 31, - "event": "Athletics Women's 10,000 metres", - "medal": "Bronze" - }, - { - "name": "Aurimas Didbalis", - "gender": "M", - "height": "172", - "weight": "94", - "sport": "Weightlifting", - "team": "Lithuania", - "noc": "LTU", - "age": 25, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Heidi Diethelm Gerber", - "gender": "F", - "height": "168", - "weight": "93", - "sport": "Shooting", - "team": "Switzerland", - "noc": "SUI", - "age": 47, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Bronze" - }, - { - "name": "Tina Dietze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Silver" - }, - { - "name": "Tina Dietze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Ding Ning", - "gender": "F", - "height": "171", - "weight": "63", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Women's Singles", - "medal": "Gold" - }, - { - "name": "Ding Ning", - "gender": "F", - "height": "171", - "weight": "63", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Ding Xia", - "gender": "F", - "height": "180", - "weight": "67", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Loredana Dinu (Iordchioiu-)", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 32, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Adrien Dipanda", - "gender": "M", - "height": "202", - "weight": "105", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Carlien Clemens Dirkse van den Heuvel", - "gender": "F", - "height": "170", - "weight": "56", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Christian Dissinger", - "gender": "M", - "height": "203", - "weight": "105", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Denis Sergeyevich Dmitriyev", - "gender": "M", - "height": "177", - "weight": "90", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Cycling Men's Sprint", - "medal": "Bronze" - }, - { - "name": "Darya Yevgenyevna Dmitriyeva", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sbastien Dockier", - "gender": "M", - "height": "175", - "weight": "74", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "John-John Dohmen", - "gender": "M", - "height": "174", - "weight": "69", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Slvia Domnguez Fernndez", - "gender": "F", - "height": "167", - "weight": "64", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Apisai Raviyawa Domolailai", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Dong Bin", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Athletics Men's Triple Jump", - "medal": "Bronze" - }, - { - "name": "Dong Dong", - "gender": "M", - "height": "168", - "weight": "57", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Trampolining Men's Individual", - "medal": "Silver" - }, - { - "name": "Dorjnyambuugiin Otgondalai", - "gender": "M", - "height": "170", - "weight": "60", - "sport": "Boxing", - "team": "Mongolia", - "noc": "MGL", - "age": 28, - "event": "Boxing Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Dorjsurengiin Sumiya", - "gender": "F", - "height": "160", - "weight": "59", - "sport": "Judo", - "team": "Mongolia", - "noc": "MGL", - "age": 25, - "event": "Judo Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Sam Dorman", - "gender": "M", - "height": "175", - "weight": "77", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Diving Men's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Sara Dosho", - "gender": "F", - "height": "159", - "weight": "69", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Josef Dostl", - "gender": "M", - "height": "202", - "weight": "115", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Josef Dostl", - "gender": "M", - "height": "202", - "weight": "115", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Gabrielle Christina Victoria \"Gabby\" Douglas", - "gender": "F", - "height": "157", - "weight": "50", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Douglas dos Santos Justino de Melo", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Owain Daniel John Doull", - "gender": "M", - "height": "181", - "weight": "73", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Felix Drahotta", - "gender": "M", - "height": "200", - "weight": "102", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Caeleb Remel Dressel", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Caeleb Remel Dressel", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Derek Drouin", - "gender": "M", - "height": "196", - "weight": "83", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 26, - "event": "Athletics Men's High Jump", - "medal": "Gold" - }, - { - "name": "Daniela Druncea", - "gender": "F", - "height": "150", - "weight": "50", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Paul Drux", - "gender": "M", - "height": "192", - "weight": "106", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Alexander Mah Owens Drysdale", - "gender": "M", - "height": "200", - "weight": "102", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 37, - "event": "Rowing Men's Single Sculls", - "medal": "Gold" - }, - { - "name": "Du Li", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 34, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Silver" - }, - { - "name": "Du Li", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 34, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Bronze" - }, - { - "name": "Duan Jingli", - "gender": "F", - "height": "180", - "weight": "76", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Rowing Women's Single Sculls", - "medal": "Bronze" - }, - { - "name": "Charlotte Susan Jane Dujardin", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Gold" - }, - { - "name": "Charlotte Susan Jane Dujardin", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Tom Dumoulin", - "gender": "M", - "height": "186", - "weight": "70", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Cycling Men's Individual Time Trial", - "medal": "Silver" - }, - { - "name": "Vitaly Vladimirovich Dunaytsev", - "gender": "M", - "height": "174", - "weight": "64", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Boxing Men's Light-Welterweight", - "medal": "Bronze" - }, - { - "name": "Fitzroy Junior Dunkley", - "gender": "M", - "height": "195", - "weight": "79", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 23, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Joshua Dunkley-Smith", - "gender": "M", - "height": "194", - "weight": "98", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kevin Wayne Durant", - "gender": "M", - "height": "206", - "weight": "105", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Scott David Durant", - "gender": "M", - "height": "196", - "weight": "96", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Hasanboy Dusmatov", - "gender": "M", - "height": "156", - "weight": "49", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Light-Flyweight", - "medal": "Gold" - }, - { - "name": "Phillip Peter Dutton", - "gender": "M", - "height": "168", - "weight": "68", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 52, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Bronze" - }, - { - "name": "Conor James Dwyer", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Conor James Dwyer", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Yekaterina Vladimirovna Dyachenko", - "gender": "F", - "height": "167", - "weight": "53", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Ivan Fyodorovich Dychko", - "gender": "M", - "height": "205", - "weight": "91", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Chlo Dygert (-Owen)", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Ashton James Eaton", - "gender": "M", - "height": "186", - "weight": "81", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Athletics Men's Decathlon", - "medal": "Gold" - }, - { - "name": "Masashi Ebinuma", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Judo Men's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Jessica Jane \"Jess\" Eddie", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "der Francis Carbonera", - "gender": "M", - "height": "205", - "weight": "107", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Alexander \"Alex\" Edmondson", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Batrice Edwige", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Naito Ehara", - "gender": "M", - "height": "172", - "weight": "59", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Stefaniya Aleksandrovna Elfutina", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Sailing", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Sailing Women's Windsurfer", - "medal": "Bronze" - }, - { - "name": "Marcus John Ellis", - "gender": "M", - "height": "175", - "weight": "80", - "sport": "Badminton", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Badminton Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Taylor Ellis-Watson", - "gender": "F", - "height": "183", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Brady Lee Ellison", - "gender": "M", - "height": "181", - "weight": "86", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Individual", - "medal": "Bronze" - }, - { - "name": "Brady Lee Ellison", - "gender": "M", - "height": "181", - "weight": "86", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Amanda Elmore", - "gender": "F", - "height": "180", - "weight": "80", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Brittany Joyce Elmslie", - "gender": "F", - "height": "179", - "weight": "73", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Brittany Joyce Elmslie", - "gender": "F", - "height": "179", - "weight": "73", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Giulia Enrica Emmolo", - "gender": "F", - "height": "171", - "weight": "67", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Tnu Endrekson", - "gender": "M", - "height": "198", - "weight": "104", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 37, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Jessica Phyllis Ennis-Hill", - "gender": "F", - "height": "165", - "weight": "57", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Athletics Women's Heptathlon", - "medal": "Silver" - }, - { - "name": "Magdalena \"Magda\" Eriksson", - "gender": "F", - "height": "172", - "weight": "66", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Saturday Keigo Erimuya", - "gender": "M", - "height": "171", - "weight": "NA", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 18, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Anthony Lee Ervin", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Anthony Lee Ervin", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Srgio \"Escadinha\" Dutra dos Santos", - "gender": "M", - "height": "184", - "weight": "78", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 40, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Mara del Rosario Espinoza Espinoza", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Taekwondo", - "team": "Mexico", - "noc": "MEX", - "age": 28, - "event": "Taekwondo Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Chloe Esposito", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Modern Pentathlon", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Modern Pentathlon Women's Individual", - "medal": "Gold" - }, - { - "name": "Oghenekaro Peter Etebo", - "gender": "M", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Gemma Etheridge", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Imoh Ezekiel", - "gender": "M", - "height": "171", - "weight": "80", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Ludovic Fabregas", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Simone Facey", - "gender": "F", - "height": "162", - "weight": "53", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 31, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Fan Yilin", - "gender": "F", - "height": "148", - "weight": "37", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "ime Fantela", - "gender": "M", - "height": "183", - "weight": "67", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Mohamed Muktar Jama \"Mo\" Farah", - "gender": "M", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Athletics Men's 5,000 metres", - "medal": "Gold" - }, - { - "name": "Mohamed Muktar Jama \"Mo\" Farah", - "gender": "M", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Athletics Men's 10,000 metres", - "medal": "Gold" - }, - { - "name": "Bianca Farella", - "gender": "F", - "height": "173", - "weight": "73", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kent Farrington", - "gender": "M", - "height": "173", - "weight": "66", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Steffen Fth", - "gender": "M", - "height": "199", - "weight": "97", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Rachel Fattal", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Krisztina Fazekas Zur", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 36, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "James \"Jimmy\" Feigen", - "gender": "M", - "height": "196", - "weight": "98", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Felipe Anderson Perieira Gomes", - "gender": "M", - "height": "178", - "weight": "66", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 400 metres", - "medal": "Silver" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Feng Shanshan", - "gender": "F", - "height": "170", - "weight": "85", - "sport": "Golf", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Golf Women's Individual", - "medal": "Bronze" - }, - { - "name": "Rodolfo \"Rudy\" Fernndez Farrs", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Rossella Fiamingo", - "gender": "F", - "height": "167", - "weight": "50", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Fencing Women's epee, Individual", - "medal": "Silver" - }, - { - "name": "Marco Fichera", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Connor Evan Fields", - "gender": "M", - "height": "183", - "weight": "88", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Cycling Men's BMX", - "medal": "Gold" - }, - { - "name": "Pietro Figlioli", - "gender": "M", - "height": "191", - "weight": "98", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "scar Albeyro Figueroa Mosquera", - "gender": "M", - "height": "159", - "weight": "62", - "sport": "Weightlifting", - "team": "Colombia", - "noc": "COL", - "age": 33, - "event": "Weightlifting Men's Featherweight", - "medal": "Gold" - }, - { - "name": "Roseline Filion", - "gender": "F", - "height": "152", - "weight": "52", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Diving Women's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Filip Filipovi", - "gender": "M", - "height": "196", - "weight": "101", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Yoel Segundo Finol Rivas", - "gender": "M", - "height": "168", - "weight": "52", - "sport": "Boxing", - "team": "Venezuela", - "noc": "VEN", - "age": 19, - "event": "Boxing Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Aria Fischer", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 17, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Makenzie Fischer", - "gender": "F", - "height": "186", - "weight": "74", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "sa Nilla Maria Fischer", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Theresa Matauaina Fitzpatrick", - "gender": "F", - "height": "168", - "weight": "75", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Jessie Alexandra Fleming", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 18, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "David Florence", - "gender": "M", - "height": "188", - "weight": "76", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Silver" - }, - { - "name": "Casper Michael von Folsach", - "gender": "M", - "height": "191", - "weight": "82", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 23, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Andrea Fondelli", - "gender": "M", - "height": "190", - "weight": "96", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Nouchka Fontijn", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Boxing Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Shashalee Forbes", - "gender": "F", - "height": "160", - "weight": "55", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Karsten Forsterling", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 36, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Sylvia Shaqueria Fowles", - "gender": "F", - "height": "198", - "weight": "90", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Jessica Esther \"Jess\" Fox", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Marit Malm Frafjord", - "gender": "F", - "height": "182", - "weight": "78", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Javon Francis", - "gender": "M", - "height": "183", - "weight": "68", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Phyllis Chanez Francis", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Tanja Chiara Frank", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Sailing", - "team": "Austria", - "noc": "AUT", - "age": 23, - "event": "Sailing Mixed Multihull", - "medal": "Bronze" - }, - { - "name": "Melissa Jeanette \"Missy\" Franklin", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Anna Jenny Eva Maria Fransson (Magnusson-)", - "gender": "F", - "height": "169", - "weight": "73", - "sport": "Wrestling", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Shelly-Ann Fraser-Pryce", - "gender": "F", - "height": "160", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 100 metres", - "medal": "Bronze" - }, - { - "name": "Shelly-Ann Fraser-Pryce", - "gender": "F", - "height": "160", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Teresa Frassinetti", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Carl Peder Fredricson", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Equestrianism", - "team": "Sweden", - "noc": "SWE", - "age": 44, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Silver" - }, - { - "name": "Christopher Clive \"Chris\" Froome", - "gender": "M", - "height": "185", - "weight": "69", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Individual Time Trial", - "medal": "Bronze" - }, - { - "name": "Fu Haifeng", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 32, - "event": "Badminton Men's Doubles", - "medal": "Gold" - }, - { - "name": "Fu Yuanhui", - "gender": "F", - "height": "179", - "weight": "63", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Florian Fuchs", - "gender": "M", - "height": "185", - "weight": "74", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Jakob Diemer Fuglsang", - "gender": "M", - "height": "183", - "weight": "69", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Cycling Men's Road Race, Individual", - "medal": "Silver" - }, - { - "name": "Ai Fukuhara", - "gender": "F", - "height": "156", - "weight": "48", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Magdalena Fularczyk-Kozowska", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 29, - "event": "Rowing Women's Double Sculls", - "medal": "Gold" - }, - { - "name": "Moritz Frste", - "gender": "M", - "height": "190", - "weight": "89", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Gabriel Barbosa Almeida", - "gender": "M", - "height": "178", - "weight": "68", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Gabriel Fernando de Jesus", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Otgontsetseg Galbadrakhyn", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Judo", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 24, - "event": "Judo Women's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Valentino Gallo", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Jacqueline \"Jackie\" Galloway", - "gender": "F", - "height": "178", - "weight": "80", - "sport": "Taekwondo", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Taekwondo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Dzhavid Shakirovich Gamzatov", - "gender": "M", - "height": "176", - "weight": "91", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 26, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Gao Lei", - "gender": "M", - "height": "170", - "weight": "64", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Trampolining Men's Individual", - "medal": "Bronze" - }, - { - "name": "Xavier Garca Gadea", - "gender": "M", - "height": "198", - "weight": "92", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Steven Gardiner", - "gender": "M", - "height": "193", - "weight": "94", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 20, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "English Gardner", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Denis Gargaud Chanut", - "gender": "M", - "height": "181", - "weight": "76", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Arianna Garibotti", - "gender": "F", - "height": "169", - "weight": "64", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Daniele Garozzo", - "gender": "M", - "height": "177", - "weight": "65", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Fencing Men's Foil, Individual", - "medal": "Gold" - }, - { - "name": "Enrico Garozzo", - "gender": "M", - "height": "190", - "weight": "70", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Zach Garrett", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Pau Gasol Sez", - "gender": "M", - "height": "215", - "weight": "115", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Justin Alexander Gatlin", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Athletics Men's 100 metres", - "medal": "Silver" - }, - { - "name": "Artemi Gavezou Castro", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Yuliya Petrovna Gavrilova", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Fazliddin Khasanbayevich Gaybnazarov", - "gender": "M", - "height": "169", - "weight": "64", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 25, - "event": "Boxing Men's Light-Welterweight", - "medal": "Gold" - }, - { - "name": "Ruth Marie Christelle Gbagbi", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Taekwondo", - "team": "Cote d'Ivoire", - "noc": "CIV", - "age": 22, - "event": "Taekwondo Women's Welterweight", - "medal": "Bronze" - }, - { - "name": "Hagos Gebrhiwet Berhe", - "gender": "M", - "height": "171", - "weight": "56", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 22, - "event": "Athletics Men's 5,000 metres", - "medal": "Bronze" - }, - { - "name": "Justin Gilberto Geduld", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Aniuar Borisovich Geduyev", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Uwe Gensheimer", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Paul George", - "gender": "M", - "height": "206", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Vincent Grard", - "gender": "M", - "height": "189", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Aleksandra Viktorovna Gerasimenya", - "gender": "F", - "height": "175", - "weight": "60", - "sport": "Swimming", - "team": "Belarus", - "noc": "BLR", - "age": 30, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Yarden Gerbi", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Judo", - "team": "Israel", - "noc": "ISR", - "age": 27, - "event": "Judo Women's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Komeil Nemat Ghasemi", - "gender": "M", - "height": "186", - "weight": "115", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 28, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Simona Cristina Gherman (Alexandru-)", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Simone Giannelli", - "gender": "M", - "height": "198", - "weight": "92", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 19, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Spyridon \"Spyros\" Gianniotis", - "gender": "M", - "height": "185", - "weight": "78", - "sport": "Swimming", - "team": "Greece", - "noc": "GRE", - "age": 36, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Silver" - }, - { - "name": "Laura Gil Collado", - "gender": "F", - "height": "191", - "weight": "78", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Juan Ignacio Gilardi", - "gender": "M", - "height": "186", - "weight": "91", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 34, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Kaleigh Gilchrist", - "gender": "F", - "height": "176", - "weight": "77", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Fabien Pierre Aurlien Dominique Gilot", - "gender": "M", - "height": "193", - "weight": "85", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Matthias Lukas Ginter", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Cameron Girdlestone", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Niccol Gitto", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Odette Giuffrida", - "gender": "F", - "height": "160", - "weight": "52", - "sport": "Judo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Judo Women's Half-Lightweight", - "medal": "Silver" - }, - { - "name": "Shakhram Dzhamshedovich Giyasov", - "gender": "M", - "height": "174", - "weight": "69", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Welterweight", - "medal": "Silver" - }, - { - "name": "Jasmin Glaesser", - "gender": "F", - "height": "167", - "weight": "58", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Josip Glasnovi", - "gender": "M", - "height": "178", - "weight": "82", - "sport": "Shooting", - "team": "Croatia", - "noc": "CRO", - "age": 33, - "event": "Shooting Men's Trap", - "medal": "Gold" - }, - { - "name": "Alisha Rebecca Glass", - "gender": "F", - "height": "183", - "weight": "72", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Laura Glauser", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Helen Rachel M. Glover", - "gender": "F", - "height": "177", - "weight": "67", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Women's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Nadezhda Sergeyevna Glyzina-Fedotova", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Serge David Gnabry", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Tessa Gobbo", - "gender": "F", - "height": "185", - "weight": "82", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "ivko Goci", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Lena Goeling", - "gender": "F", - "height": "171", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Goh Liu Ying", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Goh V Shem", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Men's Doubles", - "medal": "Silver" - }, - { - "name": "Vladislav Olegovich Goncharov", - "gender": "M", - "height": "173", - "weight": "66", - "sport": "Trampolining", - "team": "Belarus", - "noc": "BLR", - "age": 20, - "event": "Trampolining Men's Individual", - "medal": "Gold" - }, - { - "name": "Gong Jinjie", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Cycling", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Cycling Women's Team Sprint", - "medal": "Gold" - }, - { - "name": "Gong Xiangyu", - "gender": "F", - "height": "186", - "weight": "72", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Joel Gonzlez Bonilla", - "gender": "M", - "height": "185", - "weight": "68", - "sport": "Taekwondo", - "team": "Spain", - "noc": "ESP", - "age": 26, - "event": "Taekwondo Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "Mara Guadalupe Gonzlez Romero", - "gender": "F", - "height": "162", - "weight": "47", - "sport": "Athletics", - "team": "Mexico", - "noc": "MEX", - "age": 27, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Daniel Goodfellow", - "gender": "M", - "height": "167", - "weight": "58", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Diving Men's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Chrisann Gordon", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Leon Goretzka", - "gender": "M", - "height": "189", - "weight": "79", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Karina Khavazhevna Goricheva", - "gender": "F", - "height": "160", - "weight": "63", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Weightlifting Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Giulia Gorlero", - "gender": "F", - "height": "180", - "weight": "73", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Kennedy Goss", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 19, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Sarah Goss", - "gender": "F", - "height": "176", - "weight": "73", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Matthew Anthony W. \"Matt\" Gotrel", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Simon Gougnard", - "gender": "M", - "height": "187", - "weight": "84", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 25, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Martine Soffiatti Grael", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Sailing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Sailing Women's Skiff", - "medal": "Gold" - }, - { - "name": "Katherine Jane Grainger", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 40, - "event": "Rowing Women's Double Sculls", - "medal": "Silver" - }, - { - "name": "Mats Grambusch", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Tom Grambusch", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Laura Graves", - "gender": "F", - "height": "173", - "weight": "55", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Mathieu Grbille", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Draymond Jamal Green", - "gender": "M", - "height": "200", - "weight": "104", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Ellia Green", - "gender": "F", - "height": "172", - "weight": "75", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Alexander John \"Alex\" Gregory", - "gender": "M", - "height": "198", - "weight": "97", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Catherine Rose \"Katie\" Greves (-Solesbury)", - "gender": "F", - "height": "179", - "weight": "71", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Sam Griffiths", - "gender": "M", - "height": "171", - "weight": "73", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 44, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Kirill Akopovich Grigoryan", - "gender": "M", - "height": "179", - "weight": "88", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Bronze" - }, - { - "name": "Kari Aalvik Grimsb", - "gender": "F", - "height": "180", - "weight": "80", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Brittney Yevette Griner", - "gender": "F", - "height": "203", - "weight": "94", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Anna Sergeyevna Grinyova", - "gender": "F", - "height": "185", - "weight": "87", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Mindaugas Grikonis", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Rowing Men's Double Sculls", - "medal": "Silver" - }, - { - "name": "Marcus Gro", - "gender": "M", - "height": "182", - "weight": "85", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Marcus Gro", - "gender": "M", - "height": "182", - "weight": "85", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Madeline Groves", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Madeline Groves", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Hans Gruhne", - "gender": "M", - "height": "193", - "weight": "92", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Gauthier Grumier", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Fencing Men's epee, Individual", - "medal": "Bronze" - }, - { - "name": "Gauthier Grumier", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Gu Xiao", - "gender": "F", - "height": "174", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Evandro Motta Guerra", - "gender": "M", - "height": "207", - "weight": "106", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 34, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Michal Yves Robert Guigou", - "gender": "M", - "height": "179", - "weight": "79", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Guo Li", - "gender": "F", - "height": "167", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "James George Guy", - "gender": "M", - "height": "187", - "weight": "83", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "James George Guy", - "gender": "M", - "height": "187", - "weight": "83", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Gwak Dong-Han", - "gender": "M", - "height": "183", - "weight": "90", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Judo Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Mario-Elio Gyr", - "gender": "M", - "height": "187", - "weight": "76", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Francis Townley Haas", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Kai Hfner", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ryunosuke Haga", - "gender": "M", - "height": "186", - "weight": "100", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Lisa Hahn-Altenburg", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Aika Hakoyama", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Arman Hall", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Fabian Hambchen", - "gender": "M", - "height": "164", - "weight": "62", - "sport": "Gymnastics", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Gold" - }, - { - "name": "Pauline Louisa Hammarlund", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Sarah Kathryn Hammer (-Sparks)", - "gender": "F", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Sarah Kathryn Hammer (-Sparks)", - "gender": "F", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Cycling Women's Omnium", - "medal": "Silver" - }, - { - "name": "Ying Han", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Takuya Haneda", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Canoeing", - "team": "Japan", - "noc": "JPN", - "age": 29, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Martin Hner", - "gender": "M", - "height": "184", - "weight": "83", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Tawin Hanprab", - "gender": "M", - "height": "176", - "weight": "58", - "sport": "Taekwondo", - "team": "Thailand", - "noc": "THA", - "age": 18, - "event": "Taekwondo Men's Flyweight", - "medal": "Silver" - }, - { - "name": "Henrik Toft Hansen", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Jena Mai Hansen", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Sailing Women's Skiff", - "medal": "Bronze" - }, - { - "name": "Lasse Norman Hansen", - "gender": "M", - "height": "180", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Lasse Norman Hansen", - "gender": "M", - "height": "180", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Cycling Men's Omnium", - "medal": "Bronze" - }, - { - "name": "Mikkel Hansen", - "gender": "M", - "height": "196", - "weight": "98", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ren Toft Hansen", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Hao Jialu", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Hisayoshi Harasawa", - "gender": "M", - "height": "191", - "weight": "125", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Judo Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Christa Deanne Harmotto-Dietzen", - "gender": "F", - "height": "188", - "weight": "79", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kayla Harrison", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Judo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Judo Women's Half-Heavyweight", - "medal": "Gold" - }, - { - "name": "Christoph Harting", - "gender": "M", - "height": "207", - "weight": "120", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Athletics Men's Discus Throw", - "medal": "Gold" - }, - { - "name": "Artem Harutyunyan", - "gender": "M", - "height": "172", - "weight": "64", - "sport": "Boxing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Boxing Men's Light-Welterweight", - "medal": "Bronze" - }, - { - "name": "Natasha Monique Hastings", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Franzisca Hauke", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Tobias Constantin Hauke", - "gender": "M", - "height": "183", - "weight": "81", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Patrick Hausding", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Diving", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Diving Men's Springboard", - "medal": "Bronze" - }, - { - "name": "Daniel Havel", - "gender": "M", - "height": "178", - "weight": "79", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 24, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Akeem Haynes", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "He Zi", - "gender": "F", - "height": "159", - "weight": "51", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Diving Women's Springboard", - "medal": "Silver" - }, - { - "name": "Maaike Christiane Head", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 32, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Liam Nicholas Heath", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Liam Nicholas Heath", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Silver" - }, - { - "name": "Erik Heil", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Sailing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Sailing Men's Skiff", - "medal": "Bronze" - }, - { - "name": "Silvio Heinevetter", - "gender": "M", - "height": "194", - "weight": "99", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ryan Held", - "gender": "M", - "height": "NA", - "weight": "NA", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Jeffrey \"Jeff\" Henderson", - "gender": "M", - "height": "183", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's Long Jump", - "medal": "Gold" - }, - { - "name": "Kaj Hendriks", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Josephine Henning", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Desiree Latifah N. Henry", - "gender": "F", - "height": "171", - "weight": "64", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Michael David Hepburn", - "gender": "M", - "height": "186", - "weight": "77", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Sabrina Hering", - "gender": "F", - "height": "167", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Ismael Marcelo Hernndez Uscanga", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Modern Pentathlon", - "team": "Mexico", - "noc": "MEX", - "age": 26, - "event": "Modern Pentathlon Men's Individual", - "medal": "Bronze" - }, - { - "name": "Lauren Zoe \"Laurie\" Hernandez", - "gender": "F", - "height": "152", - "weight": "49", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Lauren Zoe \"Laurie\" Hernandez", - "gender": "F", - "height": "152", - "weight": "49", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 16, - "event": "Gymnastics Women's Balance Beam", - "medal": "Silver" - }, - { - "name": "Nico Miguel Hernandez", - "gender": "M", - "height": "165", - "weight": "49", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Boxing Men's Light-Flyweight", - "medal": "Bronze" - }, - { - "name": "Stefany del Carmen Hernndez Mendoza", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Cycling", - "team": "Venezuela", - "noc": "VEN", - "age": 25, - "event": "Cycling Women's BMX", - "medal": "Bronze" - }, - { - "name": "Guillermo Gustavo \"Willy\" Hernangmez Geuer", - "gender": "M", - "height": "210", - "weight": "115", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 22, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Camilla Herrem", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Timm Herzbruch", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Carl Rupert Hester", - "gender": "M", - "height": "182", - "weight": "86", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 49, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Rei Higuchi", - "gender": "M", - "height": "163", - "weight": "63", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Alexander \"Alex\" Hill", - "gender": "M", - "height": "194", - "weight": "92", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kimberly \"Kim\" Hill", - "gender": "F", - "height": "193", - "weight": "72", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Phelan Peter Hill", - "gender": "M", - "height": "172", - "weight": "55", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 37, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Samantha \"Sami\" Hill", - "gender": "F", - "height": "183", - "weight": "89", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Madeline Clare \"Maddie\" Hinch", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Philip Hindes", - "gender": "M", - "height": "178", - "weight": "82", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Martina Hingis (-Hutin)", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Tennis", - "team": "Switzerland", - "noc": "SUI", - "age": 35, - "event": "Tennis Women's Doubles", - "medal": "Silver" - }, - { - "name": "Sophie Hitchon", - "gender": "F", - "height": "170", - "weight": "75", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's Hammer Throw", - "medal": "Bronze" - }, - { - "name": "Michael \"Mike\" Hixon", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Diving Men's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Hong Xun Vinh", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Shooting", - "team": "Vietnam", - "noc": "VIE", - "age": 41, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Gold" - }, - { - "name": "Hong Xun Vinh", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Shooting", - "team": "Vietnam", - "noc": "VIE", - "age": 41, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Silver" - }, - { - "name": "Max Hoff", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Victoria Frances \"Vicky\" Holland", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Triathlon Women's Olympic Distance", - "medal": "Bronze" - }, - { - "name": "Maxwell Philip \"Max\" Holt", - "gender": "M", - "height": "208", - "weight": "90", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Daryl Homer", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Sabre, Individual", - "medal": "Silver" - }, - { - "name": "Ellen Marijn Hoog", - "gender": "F", - "height": "164", - "weight": "54", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Tamara Horacek", - "gender": "F", - "height": "179", - "weight": "80", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Timo Horn", - "gender": "M", - "height": "191", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Mackenzie \"Mack\" Horton", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Natsumi Hoshi", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Manon Houette", - "gender": "F", - "height": "168", - "weight": "69", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Franois Hougaard", - "gender": "M", - "height": "179", - "weight": "93", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Frances Julia Houghton", - "gender": "F", - "height": "193", - "weight": "80", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Pierre Houin", - "gender": "M", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Richard Hounslow", - "gender": "M", - "height": "183", - "weight": "78", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 34, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Silver" - }, - { - "name": "Lucie Hradeck", - "gender": "F", - "height": "177", - "weight": "72", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 31, - "event": "Tennis Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Filip Hrgovi", - "gender": "M", - "height": "198", - "weight": "101", - "sport": "Boxing", - "team": "Croatia", - "noc": "CRO", - "age": 24, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Hsu Shu-Ching", - "gender": "F", - "height": "160", - "weight": "53", - "sport": "Weightlifting", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 25, - "event": "Weightlifting Women's Featherweight", - "medal": "Gold" - }, - { - "name": "Cbrayl Hsnov", - "gender": "M", - "height": "170", - "weight": "74", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 26, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Hu Jianguan", - "gender": "M", - "height": "168", - "weight": "52", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Boxing Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Huang Wenyi", - "gender": "F", - "height": "178", - "weight": "63", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Huang Xuechen", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Silver" - }, - { - "name": "Huang Xuechen", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Hui Ruoqi", - "gender": "F", - "height": "192", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Svenja Anette Huth", - "gender": "F", - "height": "163", - "weight": "54", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Diego Matias Hyplito", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Silver" - }, - { - "name": "Caterine Ibargn Mena", - "gender": "F", - "height": "185", - "weight": "70", - "sport": "Athletics", - "team": "Colombia", - "noc": "COL", - "age": 32, - "event": "Athletics Women's Triple Jump", - "medal": "Gold" - }, - { - "name": "Isidoro Ibarra", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Pedro Ibarra", - "gender": "M", - "height": "174", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Magomed Idrisovich Ibragimov", - "gender": "M", - "height": "183", - "weight": "97", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 31, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Kaori Icho", - "gender": "F", - "height": "166", - "weight": "61", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 32, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Mohamed Ihab Youssef Ahmed Mahmoud", - "gender": "M", - "height": "165", - "weight": "77", - "sport": "Weightlifting", - "team": "Egypt", - "noc": "EGY", - "age": 26, - "event": "Weightlifting Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Shota Iizuka", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Cenk ldem", - "gender": "M", - "height": "180", - "weight": "98", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 30, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Yekaterina Fyodorovna Ilyina", - "gender": "F", - "height": "174", - "weight": "60", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Race Alick Reid Imboden", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Gza Imre", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 41, - "event": "Fencing Men's epee, Individual", - "medal": "Silver" - }, - { - "name": "Gza Imre", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 41, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Marco Innocenti", - "gender": "M", - "height": "170", - "weight": "97", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Shooting Men's Double Trap", - "medal": "Silver" - }, - { - "name": "Yukiko Inui", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Duet", - "medal": "Bronze" - }, - { - "name": "Yukiko Inui", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Eko Yuli Irawan", - "gender": "M", - "height": "154", - "weight": "62", - "sport": "Weightlifting", - "team": "Indonesia", - "noc": "INA", - "age": 27, - "event": "Weightlifting Men's Featherweight", - "medal": "Silver" - }, - { - "name": "Kyrie Andrew Irving", - "gender": "M", - "height": "190", - "weight": "87", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Radik sayev", - "gender": "M", - "height": "200", - "weight": "93", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 26, - "event": "Taekwondo Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Nataliya Sergeyevna Ishchenko", - "gender": "F", - "height": "177", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Synchronized Swimming Women's Duet", - "medal": "Gold" - }, - { - "name": "Nataliya Sergeyevna Ishchenko", - "gender": "F", - "height": "177", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Kasumi Ishikawa", - "gender": "F", - "height": "158", - "weight": "51", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Mandy Islacker", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Daniar Ismailow", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Weightlifting", - "team": "Turkey", - "noc": "TUR", - "age": 24, - "event": "Weightlifting Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Mima Ito", - "gender": "F", - "height": "150", - "weight": "45", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 15, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Yevgeniya Andreyevna Ivanova", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Ja Dong-Min", - "gender": "M", - "height": "190", - "weight": "91", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Taekwondo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Shericka Jackson", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Women's 400 metres", - "medal": "Bronze" - }, - { - "name": "Shericka Jackson", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Nicolas Jacobi", - "gender": "M", - "height": "193", - "weight": "95", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Connor Jaeger", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Thomas \"Tom\" Jaeschke", - "gender": "M", - "height": "198", - "weight": "91", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Evan Reese Jager", - "gender": "M", - "height": "188", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Silver" - }, - { - "name": "Eva Sofia Jakobsson", - "gender": "F", - "height": "174", - "weight": "62", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Malte Jakschik", - "gender": "M", - "height": "194", - "weight": "93", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Nikola Jaki", - "gender": "M", - "height": "197", - "weight": "89", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 19, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Rebecca Angharad \"Becky\" James", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Sprint", - "medal": "Silver" - }, - { - "name": "Rebecca Angharad \"Becky\" James", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Keirin", - "medal": "Silver" - }, - { - "name": "Kirani James", - "gender": "M", - "height": "180", - "weight": "66", - "sport": "Athletics", - "team": "Grenada", - "noc": "GRN", - "age": 23, - "event": "Athletics Men's 400 metres", - "medal": "Silver" - }, - { - "name": "Andrei Jms", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 34, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Inge Janssen", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Daniel Jasinski", - "gender": "M", - "height": "207", - "weight": "120", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Athletics Men's Discus Throw", - "medal": "Bronze" - }, - { - "name": "Ruth Jebet", - "gender": "F", - "height": "162", - "weight": "51", - "sport": "Athletics", - "team": "Bahrain", - "noc": "BRN", - "age": 19, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Gold" - }, - { - "name": "Lindsay Jennerich", - "gender": "F", - "height": "165", - "weight": "59", - "sport": "Rowing", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Henrik Mllgaard Jensen", - "gender": "M", - "height": "197", - "weight": "102", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Iain Jensen", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Sailing Men's Skiff", - "medal": "Silver" - }, - { - "name": "Jeong Bo-Kyeong", - "gender": "F", - "height": "153", - "weight": "51", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 25, - "event": "Judo Women's Extra-Lightweight", - "medal": "Silver" - }, - { - "name": "Jeong Gyeong-Eun", - "gender": "F", - "height": "172", - "weight": "59", - "sport": "Badminton", - "team": "South Korea-1", - "noc": "KOR", - "age": 26, - "event": "Badminton Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Daniel Jrent", - "gender": "M", - "height": "189", - "weight": "84", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Jin Jong-O", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Shooting", - "team": "South Korea", - "noc": "KOR", - "age": 36, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Gold" - }, - { - "name": "Eric Johannesen", - "gender": "M", - "height": "193", - "weight": "100", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Emma Karolina Johansson", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Cycling", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Cycling Women's Road Race, Individual", - "medal": "Silver" - }, - { - "name": "Ashleigh Johnson", - "gender": "F", - "height": "186", - "weight": "81", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Steele Alexander Johnson", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Diving Men's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Steve Johnson", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 26, - "event": "Tennis Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Nikola Joki", - "gender": "M", - "height": "209", - "weight": "115", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 21, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Maro Jokovi", - "gender": "M", - "height": "203", - "weight": "95", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Jade Louise Jones", - "gender": "F", - "height": "156", - "weight": "57", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Taekwondo Women's Featherweight", - "medal": "Gold" - }, - { - "name": "Luuka Jones", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Kelly Maria Jonker", - "gender": "F", - "height": "159", - "weight": "59", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Hyland DeAndre Jordan, Jr.", - "gender": "M", - "height": "211", - "weight": "120", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Gwen Rosemary Jorgensen (-Lemieux)", - "gender": "F", - "height": "178", - "weight": "59", - "sport": "Triathlon", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Triathlon Women's Olympic Distance", - "medal": "Gold" - }, - { - "name": "Nevena Jovanovi", - "gender": "F", - "height": "179", - "weight": "72", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Stefan Jovi", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Joseph \"Joe\" Joyce", - "gender": "M", - "height": "197", - "weight": "108", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Emma Aastrand Jrgensen", - "gender": "F", - "height": "169", - "weight": "70", - "sport": "Canoeing", - "team": "Denmark", - "noc": "DEN", - "age": 20, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Silver" - }, - { - "name": "Morten Jrgensen", - "gender": "M", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Osmany Juantorena Portuondo", - "gender": "M", - "height": "200", - "weight": "85", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Kamilla Rytter Juhl", - "gender": "F", - "height": "183", - "weight": "71", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 32, - "event": "Badminton Women's Doubles", - "medal": "Silver" - }, - { - "name": "Michael Jung", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Gold" - }, - { - "name": "Michael Jung", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Henri Junghnel", - "gender": "M", - "height": "179", - "weight": "80", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Gold" - }, - { - "name": "Pavlos Kagialis", - "gender": "M", - "height": "184", - "weight": "74", - "sport": "Sailing", - "team": "Greece", - "noc": "GRE", - "age": 32, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Nikola Kalini", - "gender": "M", - "height": "202", - "weight": "102", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Viktoriya Viktorovna Kalinina", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Chase Tyler Kalisz", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Reneta Kamberova", - "gender": "F", - "height": "170", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Sergey Igorevich Kamensky", - "gender": "M", - "height": "178", - "weight": "73", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Silver" - }, - { - "name": "Jacob Robert \"Jake\" Linde-Kaminski ", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Rie Kaneto", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Boglrka Kaps", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 23, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Luka Karabatic", - "gender": "M", - "height": "202", - "weight": "108", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Nikola Karabatic", - "gender": "M", - "height": "194", - "weight": "104", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Elvina Khaydaryanovna Karimova", - "gender": "F", - "height": "166", - "weight": "62", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Anna Olegovna Karnaukh", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Monika Karsch", - "gender": "F", - "height": "158", - "weight": "55", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Silver" - }, - { - "name": "Ryohei Kato", - "gender": "M", - "height": "162", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Peter Kauzer", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Canoeing", - "team": "Slovenia", - "noc": "SLO", - "age": 32, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Risako Kawai", - "gender": "F", - "height": "160", - "weight": "61", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Rza Kayaalp", - "gender": "M", - "height": "182", - "weight": "130", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 26, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Lyubomira Kazanova", - "gender": "F", - "height": "177", - "weight": "56", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 20, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Shaun Keeling", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Rowing", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rowing Men's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Maddison Keeney", - "gender": "F", - "height": "167", - "weight": "62", - "sport": "Diving", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Diving Women's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Marloes Keetels", - "gender": "F", - "height": "172", - "weight": "66", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Majlinda Kelmendi", - "gender": "F", - "height": "162", - "weight": "52", - "sport": "Judo", - "team": "Kosovo", - "noc": "KOS", - "age": 25, - "event": "Judo Women's Half-Lightweight", - "medal": "Gold" - }, - { - "name": "Tabea Kemme", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Tams Kenderesi", - "gender": "M", - "height": "186", - "weight": "74", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 19, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Sam Kendricks", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Men's Pole Vault", - "medal": "Bronze" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Sprint", - "medal": "Gold" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Keirin", - "medal": "Gold" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Angelique Kerber", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Tennis", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Tennis Women's Singles", - "medal": "Silver" - }, - { - "name": "Isabel Kerschowski", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Khasan Magometovich Khalmurzayev", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Judo Men's Half-Middleweight", - "medal": "Gold" - }, - { - "name": "Farkhad Ibragimovich Kharki", - "gender": "M", - "height": "160", - "weight": "62", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Weightlifting Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "Olha Hennadivna Kharlan", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Fencing Women's Sabre, Individual", - "medal": "Bronze" - }, - { - "name": "Olha Hennadivna Kharlan", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Vladimer Khinchegashvili", - "gender": "M", - "height": "170", - "weight": "57", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 25, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Olga Sergeyevna Khudenko", - "gender": "F", - "height": "178", - "weight": "78", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Ki Bo-Bae", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Archery Women's Individual", - "medal": "Bronze" - }, - { - "name": "Ki Bo-Bae", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Faith Chepngetich Kibiegon", - "gender": "F", - "height": "157", - "weight": "43", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 22, - "event": "Athletics Women's 1,500 metres", - "medal": "Gold" - }, - { - "name": "Kim Hyeon-Wu", - "gender": "M", - "height": "173", - "weight": "80", - "sport": "Wrestling", - "team": "South Korea", - "noc": "KOR", - "age": 27, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Kim Jeong-Hwan", - "gender": "M", - "height": "178", - "weight": "66", - "sport": "Fencing", - "team": "South Korea", - "noc": "KOR", - "age": 32, - "event": "Fencing Men's Sabre, Individual", - "medal": "Bronze" - }, - { - "name": "Kim Jong-Hyeon", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Shooting", - "team": "South Korea", - "noc": "KOR", - "age": 31, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Silver" - }, - { - "name": "Kim Kuk-Hyang", - "gender": "F", - "height": "170", - "weight": "100", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 23, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Kim So-Hui", - "gender": "F", - "height": "164", - "weight": "50", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 22, - "event": "Taekwondo Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Kim Song-Guk", - "gender": "M", - "height": "167", - "weight": "75", - "sport": "Shooting", - "team": "North Korea", - "noc": "PRK", - "age": 30, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Bronze" - }, - { - "name": "Kim Song-I", - "gender": "F", - "height": "161", - "weight": "55", - "sport": "Table Tennis", - "team": "North Korea", - "noc": "PRK", - "age": 21, - "event": "Table Tennis Women's Singles", - "medal": "Bronze" - }, - { - "name": "Kim Tae-Hun", - "gender": "M", - "height": "182", - "weight": "59", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 21, - "event": "Taekwondo Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Kim Woo-Jin", - "gender": "M", - "height": "180", - "weight": "95", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Lilly King", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Lilly King", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Eliud Kipchoge", - "gender": "M", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 31, - "event": "Athletics Men's Marathon", - "medal": "Gold" - }, - { - "name": "Conseslus Kipruto", - "gender": "M", - "height": "167", - "weight": "58", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 21, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Gold" - }, - { - "name": "Eunice Jepkirui Kirwa", - "gender": "F", - "height": "155", - "weight": "49", - "sport": "Athletics", - "team": "Bahrain", - "noc": "BRN", - "age": 32, - "event": "Athletics Women's Marathon", - "medal": "Silver" - }, - { - "name": "Yoshihide Kiryu", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Jennifer \"Jen\" Kish", - "gender": "F", - "height": "172", - "weight": "73", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Hyvin Kiyeng Jepkemoi", - "gender": "F", - "height": "162", - "weight": "42", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 24, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Silver" - }, - { - "name": "Gauthier Klauss", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Bronze" - }, - { - "name": "Ingrid Klimke (-Busacker)", - "gender": "F", - "height": "172", - "weight": "58", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 48, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Lukas Klostermann", - "gender": "M", - "height": "189", - "weight": "83", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Bo-Gyung \"Lydia\" Ko", - "gender": "F", - "height": "165", - "weight": "NA", - "sport": "Golf", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Golf Women's Individual", - "medal": "Silver" - }, - { - "name": "Yuki Kobori", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Agnieszka Kobus", - "gender": "F", - "height": "177", - "weight": "68", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Olga Aleksandrovna Kochneva", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Madison Taylor Kocian", - "gender": "F", - "height": "157", - "weight": "46", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Madison Taylor Kocian", - "gender": "F", - "height": "157", - "weight": "46", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Silver" - }, - { - "name": "Werner Kok", - "gender": "M", - "height": "180", - "weight": "91", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Sara Kolak", - "gender": "F", - "height": "170", - "weight": "74", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 21, - "event": "Athletics Women's Javelin Throw", - "medal": "Gold" - }, - { - "name": "Cheslin Kolbe", - "gender": "M", - "height": "179", - "weight": "89", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Svetlana Konstantinovna Kolesnichenko", - "gender": "F", - "height": "171", - "weight": "53", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Osea Kolinisau", - "gender": "M", - "height": "174", - "weight": "90", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 30, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Violetta Vitalyevna Kolobova", - "gender": "F", - "height": "176", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Alina Ivanivna Komashchuk", - "gender": "F", - "height": "169", - "weight": "75", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Ami Kondo", - "gender": "F", - "height": "156", - "weight": "48", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Judo Women's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Anna Korakaki", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Shooting", - "team": "Greece", - "noc": "GRE", - "age": 20, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Bronze" - }, - { - "name": "Anna Korakaki", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Shooting", - "team": "Greece", - "noc": "GRE", - "age": 20, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Gold" - }, - { - "name": "Joseph Mathias \"Joe\" Kovacs", - "gender": "M", - "height": "183", - "weight": "134", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's Shot Put", - "medal": "Silver" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Gold" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Gold" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Annike Berit Krahn", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Julia Krajewski", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Ivan Krapi", - "gender": "M", - "height": "194", - "weight": "103", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 27, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Olena Vitalivna Kravatska", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 24, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Jannick Green Krejberg", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Steffi Kriegerstein", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Veronica Egebakken Kristiansen", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Sara Krnji", - "gender": "F", - "height": "193", - "weight": "83", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Luk Krplek", - "gender": "M", - "height": "197", - "weight": "105", - "sport": "Judo", - "team": "Czech Republic", - "noc": "CZE", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Gold" - }, - { - "name": "Sinphet Kruaithong", - "gender": "M", - "height": "159", - "weight": "56", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 20, - "event": "Weightlifting Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Hannah Krger", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Ku Bon-Chan", - "gender": "M", - "height": "181", - "weight": "84", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 23, - "event": "Archery Men's Individual", - "medal": "Gold" - }, - { - "name": "Ku Bon-Chan", - "gender": "M", - "height": "181", - "weight": "84", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 23, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Matthew Gregory \"Matt\" Kuchar", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Golf", - "team": "United States", - "noc": "USA", - "age": 38, - "event": "Golf Men's Individual", - "medal": "Bronze" - }, - { - "name": "Denis Maksymilian Kudla", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Wrestling", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Yana Alekseyevna Kudryavtseva", - "gender": "F", - "height": "170", - "weight": "47", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Silver" - }, - { - "name": "Andreas Kuffner", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Julius Khn", - "gender": "M", - "height": "198", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Nikolay Yulyevich Kuksenkov", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Jaroslav Kulhav", - "gender": "M", - "height": "188", - "weight": "77", - "sport": "Cycling", - "team": "Czech Republic", - "noc": "CZE", - "age": 31, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Silver" - }, - { - "name": "Serhiy Volodymyrovych Kulish", - "gender": "M", - "height": "176", - "weight": "64", - "sport": "Shooting", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Silver" - }, - { - "name": "Semi Kunabuli Kunatani", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Kahena Kunze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Sailing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Sailing Women's Skiff", - "medal": "Gold" - }, - { - "name": "Kuo Hsing-Chun", - "gender": "F", - "height": "157", - "weight": "58", - "sport": "Weightlifting", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 22, - "event": "Weightlifting Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Amanda Maria Kurtovic", - "gender": "F", - "height": "175", - "weight": "71", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Polina Viktorovna Kuznetsova (Vyakhireva-)", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Nataliya Yuryevna Kuzyutina", - "gender": "F", - "height": "160", - "weight": "52", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Judo Women's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Petra Kvitov", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 26, - "event": "Tennis Women's Singles", - "medal": "Bronze" - }, - { - "name": "Julio Csar La Cruz Peraza", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Stephanie Lynn Marie Labb", - "gender": "F", - "height": "178", - "weight": "53", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Alexandra Lacrabre", - "gender": "F", - "height": "177", - "weight": "73", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Karim Florent Laghouag", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 40, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Eric Lamaze", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Equestrianism", - "team": "Canada", - "noc": "CAN", - "age": 48, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Bronze" - }, - { - "name": "Niklas Landin Jacobsen", - "gender": "M", - "height": "201", - "weight": "102", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Laurisa Landre", - "gender": "F", - "height": "174", - "weight": "67", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Ghislaine Landry", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Santiago Ral Lange Roberti", - "gender": "M", - "height": "184", - "weight": "73", - "sport": "Sailing", - "team": "Argentina", - "noc": "ARG", - "age": 54, - "event": "Sailing Mixed Multihull", - "medal": "Gold" - }, - { - "name": "Christopher Phillip \"Chris\" Langridge", - "gender": "M", - "height": "180", - "weight": "NA", - "sport": "Badminton", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Badminton Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Matthew Keir \"Matt\" Langridge", - "gender": "M", - "height": "194", - "weight": "93", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Aurimas Lankas", - "gender": "M", - "height": "178", - "weight": "89", - "sport": "Canoeing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Filippo Lanza", - "gender": "M", - "height": "198", - "weight": "98", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Yekaterina Alekseyevna Larionova", - "gender": "F", - "height": "158", - "weight": "63", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Mitchell James \"Mitch\" Larkin", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Mitchell James \"Mitch\" Larkin", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Jacob Sgaard Larsen", - "gender": "M", - "height": "182", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Mads Mensah Larsen", - "gender": "M", - "height": "188", - "weight": "106", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Niklas Larsen", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 19, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Jordan Quinn Larson-Burbach", - "gender": "F", - "height": "188", - "weight": "75", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Simone Laudehr", - "gender": "F", - "height": "175", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Jack David Laugher", - "gender": "M", - "height": "166", - "weight": "65", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Diving Men's Springboard", - "medal": "Silver" - }, - { - "name": "Jack David Laugher", - "gender": "M", - "height": "166", - "weight": "65", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Diving Men's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Renaud Lavillenie", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Athletics Men's Pole Vault", - "medal": "Silver" - }, - { - "name": "Ashley Lawrence", - "gender": "F", - "height": "163", - "weight": "59", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Kirsti Lay (-Giroux)", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Le Chien-Ying", - "gender": "F", - "height": "165", - "weight": "69", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 26, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Chad Guy Bertrand le Clos", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Chad Guy Bertrand le Clos", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Pierre Le Coq", - "gender": "M", - "height": "186", - "weight": "72", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Sailing Men's Windsurfer", - "medal": "Bronze" - }, - { - "name": "Erwann Lucien douard Le Pchoux", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Barbara Lechner-Engleder", - "gender": "F", - "height": "162", - "weight": "72", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Gold" - }, - { - "name": "Camille Lecointre", - "gender": "F", - "height": "159", - "weight": "56", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Lee Chong Wei", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 33, - "event": "Badminton Men's Singles", - "medal": "Silver" - }, - { - "name": "Lee Dae-Hun", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Taekwondo Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "David Cameron Lee", - "gender": "M", - "height": "203", - "weight": "105", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Lee Seung-Yun", - "gender": "M", - "height": "174", - "weight": "80", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 21, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Zoe Samantha Lee", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Enzo-Boris Lefort", - "gender": "M", - "height": "190", - "weight": "80", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Christophe Alexandre Christian Lematre", - "gender": "M", - "height": "190", - "weight": "74", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Athletics Men's 200 metres", - "medal": "Bronze" - }, - { - "name": "Finn Lemke", - "gender": "M", - "height": "210", - "weight": "115", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Mathieu Lemoine", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Pnlope Leprvost", - "gender": "F", - "height": "175", - "weight": "55", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 36, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Aleksandr Leonidovich Lesun", - "gender": "M", - "height": "185", - "weight": "74", - "sport": "Modern Pentathlon", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Modern Pentathlon Men's Individual", - "medal": "Gold" - }, - { - "name": "Joanna Leszczyska", - "gender": "F", - "height": "183", - "weight": "75", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 27, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Melanie Leupolz", - "gender": "F", - "height": "173", - "weight": "52", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Laurien Leurink", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Olga Sergeyevna Levina-Akopyan", - "gender": "F", - "height": "176", - "weight": "63", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Vasily Alekseyevich Levit", - "gender": "M", - "height": "185", - "weight": "91", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 28, - "event": "Boxing Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Amandine Suzanne Monique Leynaud", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Danell Johan Leyva Gonzalez", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Silver" - }, - { - "name": "Danell Johan Leyva Gonzalez", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Silver" - }, - { - "name": "Li Dan", - "gender": "F", - "height": "155", - "weight": "47", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Trampolining Women's Individual", - "medal": "Bronze" - }, - { - "name": "Li Qian", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Boxing Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Li Xiaolu", - "gender": "F", - "height": "167", - "weight": "51", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Li Xiaoxia", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Women's Singles", - "medal": "Silver" - }, - { - "name": "Li Xiaoxia", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Li Yuehong", - "gender": "M", - "height": "173", - "weight": "71", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Bronze" - }, - { - "name": "Liang Xinping", - "gender": "F", - "height": "171", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Tom Liebscher", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Julia Lier", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Elis Ligtlee", - "gender": "F", - "height": "185", - "weight": "90", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Cycling Women's Keirin", - "medal": "Gold" - }, - { - "name": "Feyisa Lilesa", - "gender": "M", - "height": "175", - "weight": "67", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 26, - "event": "Athletics Men's Marathon", - "medal": "Silver" - }, - { - "name": "Lin Chaopan", - "gender": "M", - "height": "163", - "weight": "60", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Lin Li", - "gender": "F", - "height": "171", - "weight": "70", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Lin Shih-Chia", - "gender": "F", - "height": "160", - "weight": "65", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 23, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Lin Yue", - "gender": "M", - "height": "163", - "weight": "53", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Diving Men's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Rut Hedvig Lindahl", - "gender": "F", - "height": "179", - "weight": "74", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 33, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Oliver William Lindsay-Hague", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Edward Theodore \"Ed\" Ling", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Shooting", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Shooting Men's Trap", - "medal": "Bronze" - }, - { - "name": "Tibor Linka", - "gender": "M", - "height": "199", - "weight": "95", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 21, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Varlam Lip'art'eliani", - "gender": "M", - "height": "187", - "weight": "94", - "sport": "Judo", - "team": "Georgia", - "noc": "GEO", - "age": 27, - "event": "Judo Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Liu Hong", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Gold" - }, - { - "name": "Liu Huixia", - "gender": "F", - "height": "157", - "weight": "48", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 18, - "event": "Diving Women's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Liu Shiwen", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Liu Xiaotong", - "gender": "F", - "height": "188", - "weight": "70", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Liu Yang", - "gender": "M", - "height": "162", - "weight": "61", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Hac liyev", - "gender": "M", - "height": "168", - "weight": "65", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Carli Ellen Lloyd", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Sergio Llull Meli", - "gender": "M", - "height": "192", - "weight": "91", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ryan Steven Lochte", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "William Lockwood", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Matteo Lodo", - "gender": "M", - "height": "196", - "weight": "90", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Eleanor \"Elle\" Logan", - "gender": "F", - "height": "188", - "weight": "86", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Tatyana Yuryevna Logunova", - "gender": "F", - "height": "174", - "weight": "62", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 36, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Luka Lonar", - "gender": "M", - "height": "195", - "weight": "106", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Long Qingquan", - "gender": "M", - "height": "150", - "weight": "56", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Weightlifting Men's Bantamweight", - "medal": "Gold" - }, - { - "name": "Elisa Longo Borghini", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Cycling", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Cycling Women's Road Race, Individual", - "medal": "Bronze" - }, - { - "name": "Arlen Lpez Cardona", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 23, - "event": "Boxing Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Elena Lpez Benaches", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Juan Martn Lpez", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Marc Lpez i Tarrs", - "gender": "M", - "height": "175", - "weight": "71", - "sport": "Tennis", - "team": "Spain-2", - "noc": "ESP", - "age": 34, - "event": "Tennis Men's Doubles", - "medal": "Gold" - }, - { - "name": "Mijan Lpez Nez", - "gender": "M", - "height": "198", - "weight": "130", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 33, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Nike Lorenz", - "gender": "F", - "height": "170", - "weight": "69", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Constantine Michael Louloudis", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Karsta Lowe", - "gender": "F", - "height": "193", - "weight": "82", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kyle Lowry", - "gender": "M", - "height": "183", - "weight": "93", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Heidi Lke", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 33, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Lu Xiaojun", - "gender": "M", - "height": "172", - "weight": "77", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 32, - "event": "Weightlifting Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Lu Xiuzhi", - "gender": "F", - "height": "160", - "weight": "45", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Luan Guilherme de Jesus Vieira", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Luan Garcia Teixeira", - "gender": "M", - "height": "183", - "weight": "79", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Ricardo Samuel Lucarelli Santos de Souza", - "gender": "M", - "height": "195", - "weight": "79", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Jean-Michel Lucenay", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 38, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Robert Lcken", - "gender": "M", - "height": "199", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Laura Ludwig", - "gender": "F", - "height": "181", - "weight": "70", - "sport": "Beach Volleyball", - "team": "Germany-1", - "noc": "GER", - "age": 30, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Yasmany Daniel Lugo Cabrera", - "gender": "M", - "height": "190", - "weight": "98", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Luiz Felipe Marques Fonteles", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Megan Lukan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kristine Lunde-Borgersen", - "gender": "F", - "height": "181", - "weight": "67", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 36, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Daniele Lupo", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Beach Volleyball", - "team": "Italy-1", - "noc": "ITA", - "age": 25, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Lock Luypaert", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Ma Long", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Table Tennis Men's Singles", - "medal": "Gold" - }, - { - "name": "Ma Long", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Marko Macan", - "gender": "M", - "height": "196", - "weight": "109", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 23, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Brittany MacLean", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 22, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Rosannagh \"Rosie\" MacLennan", - "gender": "F", - "height": "158", - "weight": "54", - "sport": "Trampolining", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Trampolining Women's Individual", - "medal": "Gold" - }, - { - "name": "Hannah Louise Macleod", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Milan Mavan", - "gender": "M", - "height": "205", - "weight": "107", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Natalia Madaj", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 28, - "event": "Rowing Women's Double Sculls", - "medal": "Gold" - }, - { - "name": "Elizabeth \"Beezie\" Madden (Patton-)", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 52, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Tianna Madison-Bartoletta", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Tianna Madison-Bartoletta", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's Long Jump", - "medal": "Gold" - }, - { - "name": "Frederik Rodenberg Madsen", - "gender": "M", - "height": "187", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 18, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Mark Overgaard Madsen", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Wrestling", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Kingsley Madu", - "gender": "M", - "height": "171", - "weight": "79", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Mihaela Maevska", - "gender": "F", - "height": "172", - "weight": "54", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "James Magnussen", - "gender": "M", - "height": "198", - "weight": "94", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kentin Mah", - "gender": "M", - "height": "186", - "weight": "83", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Leonie Rebekka Maier", - "gender": "F", - "height": "163", - "weight": "62", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Sandrine Mainville", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Rafa Majka", - "gender": "M", - "height": "173", - "weight": "61", - "sport": "Cycling", - "team": "Poland", - "noc": "POL", - "age": 26, - "event": "Cycling Men's Road Race, Individual", - "medal": "Bronze" - }, - { - "name": "Yekaterina Valeryevna Makarova", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Tennis", - "team": "Russia-2", - "noc": "RUS", - "age": 28, - "event": "Tennis Women's Doubles", - "medal": "Gold" - }, - { - "name": "Taoufik Makhloufi", - "gender": "M", - "height": "170", - "weight": "67", - "sport": "Athletics", - "team": "Algeria", - "noc": "ALG", - "age": 28, - "event": "Athletics Men's 800 metres", - "medal": "Silver" - }, - { - "name": "Taoufik Makhloufi", - "gender": "M", - "height": "170", - "weight": "67", - "sport": "Athletics", - "team": "Algeria", - "noc": "ALG", - "age": 28, - "event": "Athletics Men's 1,500 metres", - "medal": "Silver" - }, - { - "name": "Anastasiya Ivanovna Maksimova", - "gender": "F", - "height": "170", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Hedaya Ahmad Malak Wahba", - "gender": "F", - "height": "174", - "weight": "57", - "sport": "Taekwondo", - "team": "Egypt", - "noc": "EGY", - "age": 23, - "event": "Taekwondo Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Tijana Maleevi", - "gender": "F", - "height": "185", - "weight": "78", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Sakshi Malik", - "gender": "F", - "height": "162", - "weight": "58", - "sport": "Wrestling", - "team": "India", - "noc": "IND", - "age": 23, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Alexandra Maria \"Alex\" Maloney", - "gender": "F", - "height": "158", - "weight": "56", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Sailing Women's Skiff", - "medal": "Silver" - }, - { - "name": "Mariya Ruslanovna Mamoshuk", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 23, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Margarita Abdullayevna Mamun", - "gender": "F", - "height": "170", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Gold" - }, - { - "name": "Florent Manaudou", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Florent Manaudou", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Duan Mandi", - "gender": "M", - "height": "202", - "weight": "105", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Panagiotis Mantis", - "gender": "M", - "height": "180", - "weight": "65", - "sport": "Sailing", - "team": "Greece", - "noc": "GRE", - "age": 34, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Huriana Manuel", - "gender": "F", - "height": "166", - "weight": "65", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Luvo Manyonga", - "gender": "M", - "height": "NA", - "weight": "NA", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Athletics Men's Long Jump", - "medal": "Silver" - }, - { - "name": "Gyuzel Tagirovna Manyurova", - "gender": "F", - "height": "174", - "weight": "75", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 38, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Mao Yi", - "gender": "F", - "height": "151", - "weight": "35", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Katy Louise Marchant", - "gender": "F", - "height": "170", - "weight": "72", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Women's Sprint", - "medal": "Bronze" - }, - { - "name": "Igor Mareni", - "gender": "M", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Yekaterina Aleksandrovna Marennikova", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 34, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Cyrille Maret", - "gender": "M", - "height": "189", - "weight": "108", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Judo Men's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Melanie Margalis", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Arthur Nory Oyakawa Mariano", - "gender": "M", - "height": "169", - "weight": "65", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Bronze" - }, - { - "name": "Carolina Mara Marn Marn", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Badminton", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Badminton Women's Singles", - "medal": "Gold" - }, - { - "name": "Stefan Markovi", - "gender": "M", - "height": "199", - "weight": "96", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Helen Louise Maroulis", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Dzsenifer Marozsn", - "gender": "F", - "height": "171", - "weight": "68", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Marcos \"Marquinhos\" Aos Corra", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Damir Martin", - "gender": "M", - "height": "189", - "weight": "97", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Rowing Men's Single Sculls", - "medal": "Silver" - }, - { - "name": "Yurberjen Herney Martnez Rivas", - "gender": "M", - "height": "165", - "weight": "49", - "sport": "Boxing", - "team": "Colombia", - "noc": "COL", - "age": 24, - "event": "Boxing Men's Light-Flyweight", - "medal": "Silver" - }, - { - "name": "Simon Martirosyan", - "gender": "M", - "height": "181", - "weight": "105", - "sport": "Weightlifting", - "team": "Armenia", - "noc": "ARM", - "age": 19, - "event": "Weightlifting Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Anita Mrton", - "gender": "F", - "height": "172", - "weight": "95", - "sport": "Athletics", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Athletics Women's Shot Put", - "medal": "Bronze" - }, - { - "name": "Kei Marumo", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Vladimir Anatolyevich Maslennikov", - "gender": "M", - "height": "171", - "weight": "73", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Bronze" - }, - { - "name": "Kylie Jacqueline Masse", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Kelly Massey", - "gender": "F", - "height": "178", - "weight": "57", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Alexander Chen Massialas", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Fencing Men's Foil, Individual", - "medal": "Silver" - }, - { - "name": "Alexander Chen Massialas", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Luca Masso", - "gender": "M", - "height": "186", - "weight": "82", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Viliame Sevaka Mata", - "gender": "M", - "height": "196", - "weight": "106", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Diana Beverly Matheson", - "gender": "F", - "height": "153", - "weight": "54", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 32, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Courtney Lynn Kaiulani Mathewson", - "gender": "F", - "height": "171", - "weight": "69", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Michael Walter Mathieu", - "gender": "M", - "height": "178", - "weight": "76", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 32, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Takeshi Matsuda", - "gender": "M", - "height": "184", - "weight": "84", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 32, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kaori Matsumoto", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 28, - "event": "Judo Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Misaki Matsutomo", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Badminton Women's Doubles", - "medal": "Gold" - }, - { - "name": "Bethanie Lynn Mattek-Sands", - "gender": "F", - "height": "168", - "weight": "66", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 31, - "event": "Tennis Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Peter Matthews", - "gender": "M", - "height": "188", - "weight": "84", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Sofia Magdalena Mattsson", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Wrestling", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Marie Mvers", - "gender": "F", - "height": "170", - "weight": "67", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Philipp Max", - "gender": "M", - "height": "177", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Kvin Mayer", - "gender": "M", - "height": "186", - "weight": "77", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Athletics Men's Decathlon", - "medal": "Silver" - }, - { - "name": "Agustn Alejandro Mazzilli", - "gender": "M", - "height": "173", - "weight": "77", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 27, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Piotr Maachowski", - "gender": "M", - "height": "193", - "weight": "130", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 33, - "event": "Athletics Men's Discus Throw", - "medal": "Silver" - }, - { - "name": "Kayla McAlister", - "gender": "F", - "height": "169", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Shona Clare McCallin", - "gender": "F", - "height": "165", - "weight": "69", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Eliza McCartney", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Athletics Women's Pole Vault", - "medal": "Bronze" - }, - { - "name": "Ruaridh Lawson McConnochie", - "gender": "M", - "height": "190", - "weight": "93", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Francena Lynette McCorory", - "gender": "F", - "height": "171", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Angel Lajuane McCoughtry", - "gender": "F", - "height": "185", - "weight": "70", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Rusheen McDonald", - "gender": "M", - "height": "175", - "weight": "81", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 23, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Cameron McEvoy", - "gender": "M", - "height": "185", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Cameron McEvoy", - "gender": "M", - "height": "185", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Taylor McKeown", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Anneisha McLaughlin-Whilby", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Omar McLeod", - "gender": "M", - "height": "180", - "weight": "NA", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Stephenie Ann McPherson", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 27, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Tony McQuay", - "gender": "M", - "height": "181", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "James McRae", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 29, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Anna Maree Devenish Meares", - "gender": "F", - "height": "165", - "weight": "70", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 32, - "event": "Cycling Women's Keirin", - "medal": "Bronze" - }, - { - "name": "Christopher James \"Chris\" Mears", - "gender": "M", - "height": "172", - "weight": "70", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Diving Men's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Molly Meech", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 23, - "event": "Sailing Women's Skiff", - "medal": "Silver" - }, - { - "name": "Sam Meech", - "gender": "M", - "height": "183", - "weight": "81", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Sailing Men's One Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Robert Meeuwsen", - "gender": "M", - "height": "207", - "weight": "92", - "sport": "Beach Volleyball", - "team": "Netherlands-1", - "noc": "NED", - "age": 28, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Catherine Michelle \"Katie\" Meili", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Catherine Michelle \"Katie\" Meili", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Gerek Lin Meinhardt", - "gender": "M", - "height": "183", - "weight": "80", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Mahiedine Mekhissi-Benabbad", - "gender": "M", - "height": "190", - "weight": "75", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Bronze" - }, - { - "name": "Bektemir Ruzmatzhonovich Melikuziyev", - "gender": "M", - "height": "177", - "weight": "75", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 20, - "event": "Boxing Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Angelina Romanovna Melnikova", - "gender": "F", - "height": "151", - "weight": "44", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Meng Suping", - "gender": "F", - "height": "173", - "weight": "123", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Joaqun Menini", - "gender": "M", - "height": "182", - "weight": "76", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Florin Mergea", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Tennis", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Tennis Men's Doubles", - "medal": "Silver" - }, - { - "name": "LaShawn Merritt", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 400 metres", - "medal": "Bronze" - }, - { - "name": "LaShawn Merritt", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Mehdy Metella", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Maximilian Meyer", - "gender": "M", - "height": "173", - "weight": "60", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Boaz Cornelius Meylink", - "gender": "M", - "height": "195", - "weight": "93", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 32, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "William Meynard", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Meredith T. Michaels-Beerbaum", - "gender": "F", - "height": "162", - "weight": "51", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 46, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Monika Ewa Michalik (Rogien-)", - "gender": "F", - "height": "167", - "weight": "63", - "sport": "Wrestling", - "team": "Poland", - "noc": "POL", - "age": 36, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Clment Mignon", - "gender": "M", - "height": "187", - "weight": "75", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Brankica Mihajlovi", - "gender": "F", - "height": "190", - "weight": "83", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "John Michael Nchekwube Obinna \"John Mikel Obi\" Mikel", - "gender": "M", - "height": "179", - "weight": "86", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 29, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Beata Mikoajczyk", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 30, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Cody Miller", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Cody Miller", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Shaunae Miller (-Uibo)", - "gender": "F", - "height": "185", - "weight": "69", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 22, - "event": "Athletics Women's 400 metres", - "medal": "Gold" - }, - { - "name": "Hannah Louise Mills", - "gender": "F", - "height": "157", - "weight": "50", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Stephen Milne", - "gender": "M", - "height": "185", - "weight": "76", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Jelena Milovanovi", - "gender": "F", - "height": "190", - "weight": "84", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Gor Minasyan", - "gender": "M", - "height": "180", - "weight": "140", - "sport": "Weightlifting", - "team": "Armenia", - "noc": "ARM", - "age": 21, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Jevaughn Minzie", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Nikola Miroti Stajovi", - "gender": "M", - "height": "208", - "weight": "100", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Taras Viktorovych Mishchuk", - "gender": "M", - "height": "187", - "weight": "85", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 21, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Ethan Mitchell", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Tom Mitchell", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Branislav Mitrovi", - "gender": "M", - "height": "201", - "weight": "100", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Stefan Mitrovi", - "gender": "M", - "height": "195", - "weight": "91", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Risako Mitsui", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Synchronized Swimming Women's Duet", - "medal": "Bronze" - }, - { - "name": "Risako Mitsui", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Anja Mittag", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Hiromi Miyake", - "gender": "F", - "height": "145", - "weight": "48", - "sport": "Weightlifting", - "team": "Japan", - "noc": "JPN", - "age": 30, - "event": "Weightlifting Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Jun Mizutani", - "gender": "M", - "height": "172", - "weight": "63", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Men's Singles", - "medal": "Bronze" - }, - { - "name": "Jun Mizutani", - "gender": "M", - "height": "172", - "weight": "63", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "Lourdes Mohedano Snchez de Mora", - "gender": "F", - "height": "173", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Kayla Moleschi", - "gender": "F", - "height": "159", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Mari Kristine Sbstad Molid", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Telma Alexandra Pinto Monteiro", - "gender": "F", - "height": "161", - "weight": "57", - "sport": "Judo", - "team": "Portugal", - "noc": "POR", - "age": 30, - "event": "Judo Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Domenico Montrone", - "gender": "M", - "height": "189", - "weight": "97", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Maya April Moore", - "gender": "F", - "height": "183", - "weight": "79", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Sohrab Moradi", - "gender": "M", - "height": "170", - "weight": "97", - "sport": "Weightlifting", - "team": "Iran", - "noc": "IRI", - "age": 27, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Gold" - }, - { - "name": "David Morgan", - "gender": "M", - "height": "184", - "weight": "82", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Sandi Morris", - "gender": "F", - "height": "173", - "weight": "62", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's Pole Vault", - "medal": "Silver" - }, - { - "name": "Casper Ulrich Mortensen", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Lus Javier Mosquera Lozano", - "gender": "M", - "height": "165", - "weight": "64", - "sport": "Weightlifting", - "team": "Colombia", - "noc": "COL", - "age": 21, - "event": "Weightlifting Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Estelle Mossely", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Boxing Women's Lightweight", - "medal": "Gold" - }, - { - "name": "Nora Mrk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Beslan Zaudinovich Mudranov", - "gender": "M", - "height": "166", - "weight": "60", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Judo Men's Extra-Lightweight", - "medal": "Gold" - }, - { - "name": "Dalilah Muhammad", - "gender": "F", - "height": "173", - "weight": "55", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Ibtihaj Muhammad", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Lutalo Massop-Muhammad", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Taekwondo Men's Welterweight", - "medal": "Silver" - }, - { - "name": "Usman Edu Muhammed", - "gender": "M", - "height": "169", - "weight": "78", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Julia Mller", - "gender": "F", - "height": "170", - "weight": "71", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Mathias Mller", - "gender": "M", - "height": "187", - "weight": "80", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Janne Mller-Wieland", - "gender": "F", - "height": "175", - "weight": "69", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Maximilian Munski", - "gender": "M", - "height": "195", - "weight": "96", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Annalise Murphy", - "gender": "F", - "height": "184", - "weight": "72", - "sport": "Sailing", - "team": "Ireland", - "noc": "IRL", - "age": 26, - "event": "Sailing Women's One Person Dinghy", - "medal": "Silver" - }, - { - "name": "Clayton Murphy", - "gender": "M", - "height": "180", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Athletics Men's 800 metres", - "medal": "Bronze" - }, - { - "name": "Kelly Murphy", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Andrew Barron \"Andy\" Murray", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Tennis", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Tennis Men's Singles", - "medal": "Gold" - }, - { - "name": "Eric Gordon Murray", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 34, - "event": "Rowing Men's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Meghan Musnicki", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 33, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Madeline \"Maddie\" Musselman", - "gender": "F", - "height": "181", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 18, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Bronze" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Gold" - }, - { - "name": "Denis Myk", - "gender": "M", - "height": "189", - "weight": "90", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 20, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Rafael Nadal Parera", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Tennis", - "team": "Spain-2", - "noc": "ESP", - "age": 30, - "event": "Tennis Men's Doubles", - "medal": "Gold" - }, - { - "name": "Alexander Michael \"Alex\" Naddour", - "gender": "M", - "height": "170", - "weight": "70", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Bronze" - }, - { - "name": "Takanori Nagase", - "gender": "M", - "height": "181", - "weight": "81", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Judo Men's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Nikita Vladimirovich Nagorny", - "gender": "M", - "height": "166", - "weight": "67", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Karolina Naja", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 26, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Kanami Nakamaki", - "gender": "F", - "height": "167", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Mai Nakamura", - "gender": "F", - "height": "163", - "weight": "56", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Misato Nakamura", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Judo Women's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Leone Nakarawa", - "gender": "M", - "height": "198", - "weight": "109", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Daniel Narcisse", - "gender": "M", - "height": "189", - "weight": "93", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 36, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "George Christopher Nash", - "gender": "M", - "height": "195", - "weight": "96", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Tyla Nathan-Wong", - "gender": "F", - "height": "163", - "weight": "58", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 22, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Lilyana Natsir", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Badminton", - "team": "Indonesia-1", - "noc": "INA", - "age": 30, - "event": "Badminton Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Darya Sergeyevna Naumova", - "gender": "F", - "height": "165", - "weight": "76", - "sport": "Weightlifting", - "team": "Belarus", - "noc": "BLR", - "age": 20, - "event": "Weightlifting Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Juan Carlos Navarro Feijoo", - "gender": "M", - "height": "193", - "weight": "82", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ikhtiyor Karimovich Navruzov", - "gender": "M", - "height": "165", - "weight": "65", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 27, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Tsvetelina Biserova Naydenova", - "gender": "F", - "height": "168", - "weight": "49", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Dilshod Nazarov", - "gender": "M", - "height": "187", - "weight": "120", - "sport": "Athletics", - "team": "Tajikistan", - "noc": "TJK", - "age": 34, - "event": "Athletics Men's Hammer Throw", - "medal": "Gold" - }, - { - "name": "Astou Barro Ndour Gueye", - "gender": "F", - "height": "195", - "weight": "68", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Lia Neal", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Leah Neale", - "gender": "F", - "height": "173", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Nemanja Nedovi", - "gender": "M", - "height": "191", - "weight": "90", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Daryll Saskia Neita", - "gender": "F", - "height": "172", - "weight": "61", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kiley Neushul", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Stephen Newbold", - "gender": "M", - "height": "191", - "weight": "82", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 21, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Neymar da Silva Santos Jnior", - "gender": "M", - "height": "174", - "weight": "64", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Timothey N'Guessan", - "gender": "M", - "height": "186", - "weight": "105", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Haby Niar", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Taekwondo", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Taekwondo Women's Welterweight", - "medal": "Silver" - }, - { - "name": "Laura Nicholls Gonzlez", - "gender": "F", - "height": "190", - "weight": "90", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Paolo Nicolai", - "gender": "M", - "height": "203", - "weight": "91", - "sport": "Beach Volleyball", - "team": "Italy-1", - "noc": "ITA", - "age": 27, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Astier Nicolas", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Silver" - }, - { - "name": "Astier Nicolas", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Michael Damgaard Nielsen", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Mie stergaard Nielsen", - "gender": "F", - "height": "184", - "weight": "67", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Simon Niepmann", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Slobodan Niki", - "gender": "M", - "height": "197", - "weight": "106", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Vladimir Olegovich Nikitin", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Boxing Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Jelena Nikoli", - "gender": "F", - "height": "194", - "weight": "79", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 34, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Gnonsiane Niombla", - "gender": "F", - "height": "172", - "weight": "69", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Kei Nishikori", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Tennis", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Tennis Men's Singles", - "medal": "Bronze" - }, - { - "name": "Koki Niwa", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "Adilbek Sabitovich Niyazymbetov", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 27, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Francine Niyonsaba", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Athletics", - "team": "Burundi", - "noc": "BDI", - "age": 23, - "event": "Athletics Women's 800 metres", - "medal": "Silver" - }, - { - "name": "Alessandro Nora", - "gender": "M", - "height": "191", - "weight": "85", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Daniel James \"Dan\" Norton", - "gender": "M", - "height": "180", - "weight": "85", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Oktawia Nowacka", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Modern Pentathlon", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Modern Pentathlon Women's Individual", - "medal": "Bronze" - }, - { - "name": "Wojciech Nowicki", - "gender": "M", - "height": "196", - "weight": "128", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 27, - "event": "Athletics Men's Hammer Throw", - "medal": "Bronze" - }, - { - "name": "Jesper Nddesbo", - "gender": "M", - "height": "199", - "weight": "100", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 35, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ruslan Nurudinov", - "gender": "M", - "height": "183", - "weight": "109", - "sport": "Weightlifting", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Weightlifting Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Guy Olivier Nyokas", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Estelle Nze Minko", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Patricia Obee", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Rowing", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Hellen Onsando Obiri", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 26, - "event": "Athletics Women's 5,000 metres", - "medal": "Silver" - }, - { - "name": "Siobhan-Marie O'Connor", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Hannes Ocik", - "gender": "M", - "height": "191", - "weight": "93", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Gary O'Donovan", - "gender": "M", - "height": "172", - "weight": "70", - "sport": "Rowing", - "team": "Ireland", - "noc": "IRL", - "age": 23, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Paul O'Donovan", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Rowing", - "team": "Ireland", - "noc": "IRL", - "age": 22, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Stine Bredal Oftedal", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Maja Ognjenovi", - "gender": "F", - "height": "183", - "weight": "67", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Oh Hye-Ri", - "gender": "F", - "height": "182", - "weight": "69", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Taekwondo Women's Welterweight", - "medal": "Gold" - }, - { - "name": "Christine Ijeoma Chika Ohuruogu", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Poliana Okimoto-Cintra", - "gender": "F", - "height": "165", - "weight": "52", - "sport": "Swimming", - "team": "Brazil", - "noc": "BRA", - "age": 33, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Bronze" - }, - { - "name": "Courtney Okolo", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Nozomi Okuhara", - "gender": "F", - "height": "156", - "weight": "51", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Badminton Women's Singles", - "medal": "Bronze" - }, - { - "name": "Pia-Sophie Oldhafer", - "gender": "F", - "height": "166", - "weight": "55", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Marc-Antoine Olivier", - "gender": "M", - "height": "183", - "weight": "64", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Bronze" - }, - { - "name": "Morten Olsen", - "gender": "M", - "height": "184", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Om Yun-Chol", - "gender": "M", - "height": "151", - "weight": "56", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 24, - "event": "Weightlifting Men's Bantamweight", - "medal": "Silver" - }, - { - "name": "Kano Omata", - "gender": "F", - "height": "160", - "weight": "48", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Thierry Omeyer", - "gender": "M", - "height": "192", - "weight": "93", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 39, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Shohei Ono", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Gold" - }, - { - "name": "Nwanyika Jenete C. \"Anyika\" Onuora", - "gender": "F", - "height": "178", - "weight": "76", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Laura Oprea", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 22, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Orlando Ortega Alejo", - "gender": "M", - "height": "182", - "weight": "77", - "sport": "Athletics", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Idalys Ortz Bocourt", - "gender": "F", - "height": "180", - "weight": "95", - "sport": "Judo", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Judo Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Ignacio Ortz", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Rstm Orucov", - "gender": "M", - "height": "179", - "weight": "73", - "sport": "Judo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Selin Oruz", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Timur Oruz", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Inna Volodymyrivna Osypenko-Radomska", - "gender": "F", - "height": "166", - "weight": "63", - "sport": "Canoeing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 33, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Shinobu Ota", - "gender": "M", - "height": "165", - "weight": "65", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Katharina Otte", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Jeanette Ottesen Gray", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Oussama Al-Oueslati", - "gender": "M", - "height": "199", - "weight": "80", - "sport": "Taekwondo", - "team": "Tunisia", - "noc": "TUN", - "age": 20, - "event": "Taekwondo Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Sofiane Oumiha", - "gender": "M", - "height": "174", - "weight": "60", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 21, - "event": "Boxing Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Sarah Ourahmoune", - "gender": "F", - "height": "158", - "weight": "51", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Boxing Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Nathan Outteridge", - "gender": "M", - "height": "179", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Sailing Men's Skiff", - "medal": "Silver" - }, - { - "name": "Emily Overholt", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 18, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Dimitrij Ovtcharov", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Lily Isabelle Owsley", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Jake Packard", - "gender": "M", - "height": "195", - "weight": "68", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Bryony Kate Frances Page", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Trampolining", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Trampolining Women's Individual", - "medal": "Silver" - }, - { - "name": "Danielle Nicole Page", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Caleb Paine", - "gender": "M", - "height": "191", - "weight": "98", - "sport": "Sailing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Bronze" - }, - { - "name": "Mariana Pajn Londoo", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Cycling", - "team": "Colombia", - "noc": "COL", - "age": 24, - "event": "Cycling Women's BMX", - "medal": "Gold" - }, - { - "name": "Laia Palau Alts", - "gender": "F", - "height": "181", - "weight": "69", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Gregorio Paltrinieri", - "gender": "M", - "height": "191", - "weight": "72", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Pan Feihong", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Pang Wei", - "gender": "M", - "height": "178", - "weight": "77", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Bronze" - }, - { - "name": "Yekaterina Andreyevna Pantyulina-Lisunova", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Karen Paquin", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Matas Enrique Paredes", - "gender": "M", - "height": "176", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 34, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Paula Beln Pareto", - "gender": "F", - "height": "150", - "weight": "48", - "sport": "Judo", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Judo Women's Extra-Lightweight", - "medal": "Gold" - }, - { - "name": "Park In-Bee", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Golf", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Golf Women's Individual", - "medal": "Gold" - }, - { - "name": "Park Sang-Young", - "gender": "M", - "height": "177", - "weight": "73", - "sport": "Fencing", - "team": "South Korea", - "noc": "KOR", - "age": 20, - "event": "Fencing Men's epee, Individual", - "medal": "Gold" - }, - { - "name": "Shannon Parry", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Mara Lucila Pascua Surez", - "gender": "F", - "height": "196", - "weight": "93", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 33, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Mariya Valeryevna Paseka", - "gender": "F", - "height": "161", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Mariya Valeryevna Paseka", - "gender": "F", - "height": "161", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Horse Vault", - "medal": "Silver" - }, - { - "name": "Aleksandra Vyacheslavovna Patskevich", - "gender": "F", - "height": "169", - "weight": "69", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Ilse Paulis", - "gender": "F", - "height": "174", - "weight": "57", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Maartje Yvonne Helene Paumen", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Josip Pavi", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 34, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Adam George Peaty", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Adam George Peaty", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Matthieu Patrick Franois Peche", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Bronze" - }, - { - "name": "Christinna Pedersen", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 30, - "event": "Badminton Women's Doubles", - "medal": "Silver" - }, - { - "name": "Rikke Mller Pedersen", - "gender": "F", - "height": "174", - "weight": "61", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Gonzalo Peillat", - "gender": "M", - "height": "177", - "weight": "82", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Hendrik Pekeler", - "gender": "M", - "height": "203", - "weight": "103", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Evania Pelite", - "gender": "F", - "height": "169", - "weight": "67", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Giovanni Pellielo", - "gender": "M", - "height": "173", - "weight": "93", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 46, - "event": "Shooting Men's Trap", - "medal": "Silver" - }, - { - "name": "Catharine Pendrel", - "gender": "F", - "height": "166", - "weight": "50", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 35, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Bronze" - }, - { - "name": "Sandra Perkovi", - "gender": "F", - "height": "183", - "weight": "85", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Athletics Women's Discus Throw", - "medal": "Gold" - }, - { - "name": "Kseniya Vitalyevna Perova", - "gender": "F", - "height": "169", - "weight": "77", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "Kasey Perry-Glass", - "gender": "F", - "height": "163", - "weight": "59", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Franois Pervis", - "gender": "M", - "height": "180", - "weight": "88", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Babett Peter", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Steffen Peters", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 51, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Nils Petersen", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Antonio Petkovi", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Geno Petriashvili", - "gender": "M", - "height": "198", - "weight": "125", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Mihaela Petril", - "gender": "F", - "height": "190", - "weight": "74", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Eleftherios Petrounias", - "gender": "M", - "height": "164", - "weight": "62", - "sport": "Gymnastics", - "team": "Greece", - "noc": "GRE", - "age": 25, - "event": "Gymnastics Men's Rings", - "medal": "Gold" - }, - { - "name": "Mayya Andreyevna Petrova (Kaverina-)", - "gender": "F", - "height": "178", - "weight": "71", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 34, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sonja Petrovi", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Asha Solette Philip", - "gender": "F", - "height": "164", - "weight": "67", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Matteo Piano", - "gender": "M", - "height": "208", - "weight": "102", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Charline Picon", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Sailing Women's Windsurfer", - "medal": "Gold" - }, - { - "name": "Luisito Pi", - "gender": "M", - "height": "183", - "weight": "57", - "sport": "Taekwondo", - "team": "Dominican Republic", - "noc": "DOM", - "age": 22, - "event": "Taekwondo Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Ccile Pieper", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Blake Pieroni", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Duko Pijetlovi", - "gender": "M", - "height": "197", - "weight": "97", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Gojko Pijetlovi", - "gender": "M", - "height": "194", - "weight": "92", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Allison Marie Pineau", - "gender": "F", - "height": "181", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Paolo Pizzo", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Thomas Plel", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Sailing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Sailing Men's Skiff", - "medal": "Bronze" - }, - { - "name": "David Edward Plummer", - "gender": "M", - "height": "191", - "weight": "95", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "David Edward Plummer", - "gender": "M", - "height": "191", - "weight": "95", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Amanda Polk", - "gender": "F", - "height": "180", - "weight": "84", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Marina Viktorovna Poltoran-Litvinchuk", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 28, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Francesca Pomeri", - "gender": "F", - "height": "174", - "weight": "76", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Simona Pop (Deac-)", - "gender": "F", - "height": "178", - "weight": "62", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Iuliana Popa", - "gender": "F", - "height": "185", - "weight": "72", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 20, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Nadezhda Mikhaylovna Popok-Lepeshko", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 27, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Silvija Popovi", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Alexandra Popp", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Valentin Porte", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Alise Rose Post", - "gender": "F", - "height": "158", - "weight": "58", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Cycling Women's BMX", - "medal": "Silver" - }, - { - "name": "Mira Potkonen", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Boxing", - "team": "Finland", - "noc": "FIN", - "age": 35, - "event": "Boxing Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Alec Potts", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Asafa Kehine Powell", - "gender": "M", - "height": "191", - "weight": "93", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 33, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Olivia Elizabeth \"Polly\" Powrie", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Josh Prenot", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Christian Presciutti", - "gender": "M", - "height": "184", - "weight": "87", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Nicholas Presciutti", - "gender": "M", - "height": "189", - "weight": "93", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "William Reid Priddy", - "gender": "M", - "height": "194", - "weight": "89", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 38, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Nichelle Prince", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Andrija Prlainovi", - "gender": "M", - "height": "200", - "weight": "106", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Yekaterina Valeryevna Prokofyeva", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Yelena Gennadyevna Prokofyeva", - "gender": "F", - "height": "171", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Grischa Prmel", - "gender": "M", - "height": "182", - "weight": "78", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Marie Prouvensier", - "gender": "F", - "height": "165", - "weight": "52", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Ji Prskavec", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Monica Puig Marchn", - "gender": "F", - "height": "170", - "weight": "64", - "sport": "Tennis", - "team": "Puerto Rico", - "noc": "PUR", - "age": 22, - "event": "Tennis Women's Singles", - "medal": "Gold" - }, - { - "name": "Elmar Qasmov", - "gender": "M", - "height": "188", - "weight": "100", - "sport": "Judo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Silver" - }, - { - "name": "Xetaq Qazyumov", - "gender": "M", - "height": "180", - "weight": "97", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 33, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Qin Kai", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Diving Men's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Rasmus Christian Quaade", - "gender": "M", - "height": "187", - "weight": "78", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Elisa Queirolo", - "gender": "F", - "height": "168", - "weight": "61", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Samantha Ann \"Sam\" Quek", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Alejandra Quereda Flores", - "gender": "F", - "height": "175", - "weight": "55", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Laura Quevedo Caizares", - "gender": "F", - "height": "185", - "weight": "74", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 20, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Rebecca Quinn", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Jean Quiquampoix", - "gender": "M", - "height": "189", - "weight": "85", - "sport": "Shooting", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Silver" - }, - { - "name": "Alicia Quirk", - "gender": "F", - "height": "173", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Mohammed Rabii", - "gender": "M", - "height": "180", - "weight": "69", - "sport": "Boxing", - "team": "Morocco", - "noc": "MAR", - "age": 23, - "event": "Boxing Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Federica Radicchi", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Tamara Radoaj", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Miroslav Raduljica", - "gender": "M", - "height": "213", - "weight": "130", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Rafael Alcntara do Nascimento", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Hassan Sabzali Rahimi", - "gender": "M", - "height": "165", - "weight": "62", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 27, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Guillaume Louis Benoit Raineau", - "gender": "M", - "height": "187", - "weight": "71", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Silver" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Silver" - }, - { - "name": "Allar Raja", - "gender": "M", - "height": "190", - "weight": "95", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 33, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Nidzhat Aliyevich Rakhimov", - "gender": "M", - "height": "176", - "weight": "77", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Rajeev Ram", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Tennis", - "team": "United States-1", - "noc": "USA", - "age": 32, - "event": "Tennis Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Edvinas Ramanauskas", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Canoeing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Carlos Alberto Ramrez Yepes", - "gender": "M", - "height": "178", - "weight": "65", - "sport": "Cycling", - "team": "Colombia", - "noc": "COL", - "age": 22, - "event": "Cycling Men's BMX", - "medal": "Bronze" - }, - { - "name": "Robeisy Eloy Ramrez Carrazana", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 22, - "event": "Boxing Men's Bantamweight", - "medal": "Gold" - }, - { - "name": "Soslan Lyudvikovich Ramonov", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Thomas Matthew \"Tom\" Ransley", - "gender": "M", - "height": "198", - "weight": "101", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Sava Ranelovi", - "gender": "M", - "height": "193", - "weight": "98", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 23, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Milena Rai", - "gender": "F", - "height": "191", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Hedvig Lrke Berg Rasmussen", - "gender": "F", - "height": "187", - "weight": "79", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Rowing Women's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Ronald Rauhe", - "gender": "M", - "height": "179", - "weight": "82", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Vatemo Ravouvou", - "gender": "M", - "height": "171", - "weight": "81", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 26, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Savenaca Rawaca", - "gender": "M", - "height": "189", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Alexis Raynaud", - "gender": "M", - "height": "172", - "weight": "78", - "sport": "Shooting", - "team": "France", - "noc": "FRA", - "age": 21, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Bronze" - }, - { - "name": "Andrs Rdli", - "gender": "M", - "height": "193", - "weight": "83", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 32, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Peter \"Pete\" Reed", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Brittney Davon Reese", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Athletics Women's Long Jump", - "medal": "Silver" - }, - { - "name": "Emily Regan", - "gender": "F", - "height": "188", - "weight": "81", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Tobias Reichmann", - "gender": "M", - "height": "188", - "weight": "87", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Maximilian Reinelt", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Christian Reitz", - "gender": "M", - "height": "183", - "weight": "93", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Gold" - }, - { - "name": "Ren Cancan", - "gender": "F", - "height": "167", - "weight": "51", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Boxing Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Ren Qian", - "gender": "F", - "height": "162", - "weight": "49", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 15, - "event": "Diving Women's Platform", - "medal": "Gold" - }, - { - "name": "Renato Soares de Oliveira Augusto", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 28, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Max Rendschmidt", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Max Rendschmidt", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Robert Peter \"Robbie\" Renwick", - "gender": "M", - "height": "184", - "weight": "80", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Lucas Martn Rey", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 33, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Matas Rey", - "gender": "M", - "height": "178", - "weight": "72", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Felipe Reyes Cabaas", - "gender": "M", - "height": "205", - "weight": "109", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Kristina Joana Reynolds", - "gender": "F", - "height": "181", - "weight": "71", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 32, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Ghasem Gholamreza Rezaei", - "gender": "M", - "height": "185", - "weight": "100", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 30, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Kimberly Susan \"Kim\" Rhode (-Harryman)", - "gender": "F", - "height": "163", - "weight": "82", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 37, - "event": "Shooting Women's Skeet", - "medal": "Bronze" - }, - { - "name": "Ri Se-Gwang", - "gender": "M", - "height": "155", - "weight": "54", - "sport": "Gymnastics", - "team": "North Korea", - "noc": "PRK", - "age": 31, - "event": "Gymnastics Men's Horse Vault", - "medal": "Gold" - }, - { - "name": "Helen Richardson-Walsh", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 34, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Kathrin Louise \"Kate\" Richardson-Walsh", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Linn-Kristin Ullevoldster Riegelhuth Koren", - "gender": "F", - "height": "175", - "weight": "66", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 32, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Rim Jong-Sim", - "gender": "F", - "height": "162", - "weight": "75", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 23, - "event": "Weightlifting Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Anne-Marie Rindom", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 25, - "event": "Sailing Women's One Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Teddy Pierre-Marie Riner", - "gender": "M", - "height": "203", - "weight": "139", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Judo Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Pandelela Rinong anak Pamg", - "gender": "F", - "height": "159", - "weight": "55", - "sport": "Diving", - "team": "Malaysia", - "noc": "MAS", - "age": 23, - "event": "Diving Women's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Jenny Rissveds", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Cycling", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Gold" - }, - { - "name": "Saulius Ritter", - "gender": "M", - "height": "202", - "weight": "110", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 27, - "event": "Rowing Men's Double Sculls", - "medal": "Silver" - }, - { - "name": "Hanna Serhivna Rizatdinova", - "gender": "F", - "height": "173", - "weight": "49", - "sport": "Rhythmic Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Bronze" - }, - { - "name": "Mlina Robert-Michon", - "gender": "F", - "height": "180", - "weight": "85", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 37, - "event": "Athletics Women's Discus Throw", - "medal": "Silver" - }, - { - "name": "Gil Roberts", - "gender": "M", - "height": "188", - "weight": "82", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "James Roberts", - "gender": "M", - "height": "194", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Mark Robertson", - "gender": "M", - "height": "189", - "weight": "96", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Kelsey Robinson", - "gender": "F", - "height": "188", - "weight": "70", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Sarah Elizabeth Robles", - "gender": "F", - "height": "178", - "weight": "141", - "sport": "Weightlifting", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Brendon Rodney", - "gender": "M", - "height": "195", - "weight": "80", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Rodrigo Caio Coquette Russo", - "gender": "M", - "height": "182", - "weight": "70", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Rodrigo Dourado Cunha", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Leonor Rodrguez Manso", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Misael Uziel Rodrguez Olivas", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Boxing", - "team": "Mexico", - "noc": "MEX", - "age": 22, - "event": "Boxing Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Sergio Rodrguez Gmez", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "James Rodwell", - "gender": "M", - "height": "195", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Boudewijn Rell", - "gender": "M", - "height": "195", - "weight": "100", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Thomas Rhler", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Athletics Men's Javelin Throw", - "medal": "Gold" - }, - { - "name": "Yulimar del Valle Rojas Rodrguez", - "gender": "F", - "height": "192", - "weight": "72", - "sport": "Athletics", - "team": "Venezuela", - "noc": "VEN", - "age": 20, - "event": "Athletics Women's Triple Jump", - "medal": "Silver" - }, - { - "name": "Fridolina Rolf", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Brianna Rollins", - "gender": "F", - "height": "165", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Svetlana Alekseyevna Romashina", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Gold" - }, - { - "name": "Svetlana Alekseyevna Romashina", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Leticia Romero Gonzlez", - "gender": "F", - "height": "177", - "weight": "62", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Natalie Rooney", - "gender": "F", - "height": "181", - "weight": "95", - "sport": "Shooting", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Shooting Women's Trap", - "medal": "Silver" - }, - { - "name": "Deanne Rose", - "gender": "F", - "height": "160", - "weight": "62", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 17, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Justin Peter Rose", - "gender": "M", - "height": "191", - "weight": "NA", - "sport": "Golf", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Golf Men's Individual", - "medal": "Gold" - }, - { - "name": "Shane Rose", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 43, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "April Elizabeth Ross", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Beach Volleyball", - "team": "United States-1", - "noc": "USA", - "age": 34, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Gabriele Rossetti", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Shooting Men's Skeet", - "medal": "Gold" - }, - { - "name": "Lucas Rafael Rossi", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Salvatore Rossini", - "gender": "M", - "height": "185", - "weight": "82", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Kianoush Rostami", - "gender": "M", - "height": "177", - "weight": "85", - "sport": "Weightlifting", - "team": "Iran", - "noc": "IRI", - "age": 25, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Snke Rothenberger", - "gender": "M", - "height": "193", - "weight": "73", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Joanna Katie Rowsell Shand", - "gender": "F", - "height": "180", - "weight": "69", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Philippe Rozier", - "gender": "M", - "height": "173", - "weight": "63", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 53, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Elin Ingrid Johanna Rubensson", - "gender": "F", - "height": "166", - "weight": "59", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 23, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Ricard \"Ricky\" Rubio Vives", - "gender": "M", - "height": "193", - "weight": "82", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Taylor Madison Ruck", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Taylor Madison Ruck", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "David Lekuta Rudisha", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 27, - "event": "Athletics Men's 800 metres", - "medal": "Gold" - }, - { - "name": "Christopher Rhr", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Cierra Runge", - "gender": "F", - "height": "193", - "weight": "85", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Galen Rupp", - "gender": "M", - "height": "181", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's Marathon", - "medal": "Bronze" - }, - { - "name": "Aaron Russell", - "gender": "M", - "height": "206", - "weight": "93", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Alonzo Russell", - "gender": "M", - "height": "174", - "weight": "68", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 24, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kelly Russell", - "gender": "F", - "height": "178", - "weight": "83", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Gregory James \"Greg\" Rutherford", - "gender": "M", - "height": "188", - "weight": "92", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Athletics Men's Long Jump", - "medal": "Bronze" - }, - { - "name": "William \"Will\" Ryan", - "gender": "M", - "height": "193", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Yevgeny Mikhaylovich Rylov", - "gender": "M", - "height": "184", - "weight": "69", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Olga Sergeyevna Rypakova (Alekseyeva-)", - "gender": "F", - "height": "183", - "weight": "62", - "sport": "Athletics", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 31, - "event": "Athletics Women's Triple Jump", - "medal": "Bronze" - }, - { - "name": "Lucas Saatkamp", - "gender": "M", - "height": "209", - "weight": "101", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Abdul-Rashid Bulayevich Sadulayev", - "gender": "M", - "height": "177", - "weight": "86", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Lucie afov", - "gender": "F", - "height": "177", - "weight": "65", - "sport": "Tennis", - "team": "Czech Republic-1", - "noc": "CZE", - "age": 29, - "event": "Tennis Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Timur Marselevich Safin", - "gender": "M", - "height": "182", - "weight": "82", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Fencing Men's Foil, Individual", - "medal": "Bronze" - }, - { - "name": "Timur Marselevich Safin", - "gender": "M", - "height": "182", - "weight": "82", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Dylan Michael Sage", - "gender": "M", - "height": "188", - "weight": "96", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kamran ahsuvarl", - "gender": "M", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 23, - "event": "Boxing Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Ibragim Magomed-Saidovich Saidov", - "gender": "M", - "height": "180", - "weight": "125", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 31, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Masato Sakai", - "gender": "M", - "height": "181", - "weight": "77", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Juan Manuel Saladino", - "gender": "M", - "height": "174", - "weight": "73", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Popoola Sodiq Saliu", - "gender": "M", - "height": "170", - "weight": "51", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 21, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Katja Steen Salskov-Iversen", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 21, - "event": "Sailing Women's Skiff", - "medal": "Bronze" - }, - { - "name": "Sara Ahmed Samir", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Weightlifting", - "team": "Egypt", - "noc": "EGY", - "age": 18, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Jessica Eva Katarina Samuelsson", - "gender": "F", - "height": "166", - "weight": "59", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 24, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Germn Sal Snchez Snchez", - "gender": "M", - "height": "165", - "weight": "50", - "sport": "Diving", - "team": "Mexico", - "noc": "MEX", - "age": 24, - "event": "Diving Men's Platform", - "medal": "Silver" - }, - { - "name": "Taylor Sander", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Andrea Santarelli", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Albert Saritov", - "gender": "M", - "height": "188", - "weight": "100", - "sport": "Wrestling", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Or Sasson", - "gender": "M", - "height": "193", - "weight": "120", - "sport": "Judo", - "team": "Israel", - "noc": "ISR", - "age": 25, - "event": "Judo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "William Spencer \"Will\" Satch", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Martin Sauer", - "gender": "M", - "height": "169", - "weight": "55", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Katerine Savard", - "gender": "F", - "height": "167", - "weight": "54", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Erislandy Savn Cotilla", - "gender": "M", - "height": "192", - "weight": "91", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Boxing Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Mohamed Karim \"Moe\" Sbihi", - "gender": "M", - "height": "202", - "weight": "110", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Sophie Celina Scheder", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Bronze" - }, - { - "name": "Charlotta Eva \"Lotta\" Schelin", - "gender": "F", - "height": "179", - "weight": "64", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Dafne Schippers", - "gender": "F", - "height": "179", - "weight": "70", - "sport": "Athletics", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Athletics Women's 200 metres", - "medal": "Silver" - }, - { - "name": "Lauren Schmetterling", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Lisa Schmidla", - "gender": "F", - "height": "173", - "weight": "76", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Bruno Oscar Schmidt", - "gender": "M", - "height": "185", - "weight": "87", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 29, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Richard Schmidt", - "gender": "M", - "height": "191", - "weight": "87", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Sophie Diana Schmidt", - "gender": "F", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Allison Rodgers Schmitt", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Allison Rodgers Schmitt", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Dorothee Schneider (-Krumhoff)", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Henri Schoeman", - "gender": "M", - "height": "170", - "weight": "59", - "sport": "Triathlon", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Triathlon Men's Olympic Distance", - "medal": "Bronze" - }, - { - "name": "Jonathan Michael \"Jon\" Schofield", - "gender": "M", - "height": "182", - "weight": "80", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Silver" - }, - { - "name": "Lauritz Schoof", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Joseph Isaac Schooling", - "gender": "M", - "height": "184", - "weight": "74", - "sport": "Swimming", - "team": "Singapore", - "noc": "SGP", - "age": 21, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Olivia Alma Charlotta Schough", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 25, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Anne Schrder", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Almuth Schult", - "gender": "F", - "height": "180", - "weight": "71", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Karl Schulze", - "gender": "M", - "height": "190", - "weight": "100", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Simon Schrch", - "gender": "M", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 25, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Nino Schurter", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Cycling", - "team": "Switzerland", - "noc": "SUI", - "age": 30, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Gold" - }, - { - "name": "Lisa Schtze", - "gender": "F", - "height": "172", - "weight": "61", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Callum Scotson", - "gender": "M", - "height": "184", - "weight": "77", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 19, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Desiree Rose Marie Scott", - "gender": "F", - "height": "160", - "weight": "62", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Duncan William MacNaughton Scott", - "gender": "M", - "height": "190", - "weight": "72", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Duncan William MacNaughton Scott", - "gender": "M", - "height": "190", - "weight": "72", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Giles Lyndon Scott", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Gold" - }, - { - "name": "Stephen \"Steve\" Scott", - "gender": "M", - "height": "172", - "weight": "84", - "sport": "Shooting", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Shooting Men's Double Trap", - "medal": "Bronze" - }, - { - "name": "Rebecca Scown", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 32, - "event": "Rowing Women's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Anna Sergeyevna Sedoykina", - "gender": "F", - "height": "184", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 32, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Emily Jane Seebohm", - "gender": "F", - "height": "180", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Sara Caroline Seger", - "gender": "F", - "height": "176", - "weight": "62", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 31, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Melissa Seidemann", - "gender": "F", - "height": "183", - "weight": "104", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Davie Selke", - "gender": "M", - "height": "192", - "weight": "82", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Linda Birgitta Sembrant", - "gender": "F", - "height": "175", - "weight": "67", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Mokgadi Caster Semenya", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Athletics Women's 800 metres", - "medal": "Gold" - }, - { - "name": "Sergey Viktorovich Semyonov", - "gender": "M", - "height": "187", - "weight": "130", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Anna Sergeyevna Sen", - "gender": "F", - "height": "186", - "weight": "81", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Seabelo Mohanoe Senatla", - "gender": "M", - "height": "177", - "weight": "82", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Anelo etka", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Daiya Seto", - "gender": "M", - "height": "174", - "weight": "72", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Torul sgrov", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 23, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Dariga Shakimova", - "gender": "F", - "height": "172", - "weight": "75", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 27, - "event": "Boxing Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Xiaona Shan", - "gender": "F", - "height": "165", - "weight": "54", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Shang Chunsong", - "gender": "F", - "height": "143", - "weight": "34", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Lasha Shavdatuashvili", - "gender": "M", - "height": "170", - "weight": "75", - "sport": "Judo", - "team": "Georgia", - "noc": "GEO", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Abdullahi Shehu", - "gender": "M", - "height": "170", - "weight": "72", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 23, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Shi Jinglin", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Shi Tingmao", - "gender": "F", - "height": "159", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Diving Women's Springboard", - "medal": "Gold" - }, - { - "name": "Shi Tingmao", - "gender": "F", - "height": "159", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Diving Women's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Shi Zhiyong", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Weightlifting Men's Lightweight", - "medal": "Gold" - }, - { - "name": "Claressa Maria Shields", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Boxing Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Thomas Allen \"Tom\" Shields", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Shin Seung-Chan", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Badminton", - "team": "South Korea-1", - "noc": "KOR", - "age": 21, - "event": "Badminton Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Kenzo Shirai", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Kenzo Shirai", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 19, - "event": "Gymnastics Men's Horse Vault", - "medal": "Bronze" - }, - { - "name": "Alla Anatolyevna Shishkina", - "gender": "F", - "height": "170", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Darya Mikhaylovna Shmelyova", - "gender": "F", - "height": "164", - "weight": "64", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Cycling Women's Team Sprint", - "medal": "Silver" - }, - { - "name": "Erik Thomas Shoji", - "gender": "M", - "height": "183", - "weight": "73", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kawika Shoji", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Ilya Anatolyevich Shtokalov", - "gender": "M", - "height": "185", - "weight": "95", - "sport": "Canoeing", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Mariya Vladimirovna Shurochkina", - "gender": "F", - "height": "164", - "weight": "48", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Lyubov Andreyevna Shutova", - "gender": "F", - "height": "177", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 33, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Si Yajie", - "gender": "F", - "height": "164", - "weight": "57", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 17, - "event": "Diving Women's Platform", - "medal": "Silver" - }, - { - "name": "Olivier Floris Johannes Siegelaar", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Erlon de Souza Silva", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Rafaela Lopes Silva", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Judo Women's Lightweight", - "medal": "Gold" - }, - { - "name": "Anastasiya Dmitriyevna Simanovich", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Georgia Simmerling", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Kerry Simmonds", - "gender": "F", - "height": "183", - "weight": "82", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Marko Simonovi", - "gender": "M", - "height": "203", - "weight": "96", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Seth Muenfuh Sincere", - "gender": "M", - "height": "170", - "weight": "77", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 18, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Christine Margaret Sinclair", - "gender": "F", - "height": "176", - "weight": "75", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 33, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Pusarla Venkata \"P. V.\" Sindhu", - "gender": "F", - "height": "179", - "weight": "65", - "sport": "Badminton", - "team": "India", - "noc": "IND", - "age": 21, - "event": "Badminton Women's Singles", - "medal": "Silver" - }, - { - "name": "Nataliya Siniin", - "gender": "F", - "height": "160", - "weight": "58", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 31, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Martin Sinkovi", - "gender": "M", - "height": "188", - "weight": "95", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Rowing Men's Double Sculls", - "medal": "Gold" - }, - { - "name": "Valent Sinkovi", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Rowing Men's Double Sculls", - "medal": "Gold" - }, - { - "name": "Maicon de Andrade Siqueira", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Taekwondo", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Taekwondo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Pimsiri Sirikaew", - "gender": "F", - "height": "152", - "weight": "58", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 26, - "event": "Weightlifting Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Ladislav kantr", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 33, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Gold" - }, - { - "name": "Peter kantr", - "gender": "M", - "height": "182", - "weight": "78", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 34, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Gold" - }, - { - "name": "Nicholas David \"Nick\" Skelton", - "gender": "M", - "height": "175", - "weight": "76", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 58, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Gold" - }, - { - "name": "Callum Skinner", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Sprint", - "medal": "Silver" - }, - { - "name": "Callum Skinner", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Catherine Skinner", - "gender": "F", - "height": "172", - "weight": "80", - "sport": "Shooting", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Shooting Women's Trap", - "medal": "Gold" - }, - { - "name": "Sara Slott-Bruun Petersen", - "gender": "F", - "height": "171", - "weight": "57", - "sport": "Athletics", - "team": "Denmark", - "noc": "DEN", - "age": 29, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Yeldos Bakhtybayevich Smetov", - "gender": "M", - "height": "167", - "weight": "60", - "sport": "Judo", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Judo Men's Extra-Lightweight", - "medal": "Silver" - }, - { - "name": "Anabelle Smith", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Diving", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Diving Women's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Clark Smith", - "gender": "M", - "height": "206", - "weight": "90", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "David Michael Smith", - "gender": "M", - "height": "201", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Albertus Stephanus \"Kwagga\" Smith", - "gender": "M", - "height": "180", - "weight": "90", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Leah Smith", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Leah Smith", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Louis Antoine Smith", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Silver" - }, - { - "name": "Olivia Smoliga", - "gender": "F", - "height": "188", - "weight": "72", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Katelin Snyder (-Guregian)", - "gender": "F", - "height": "163", - "weight": "50", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Kyle Frederick Snyder", - "gender": "M", - "height": "180", - "weight": "102", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Philippus Albertus Borman \"Philip\" Snyman", - "gender": "M", - "height": "188", - "weight": "95", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Rishod Rashidovich Sobirov", - "gender": "M", - "height": "168", - "weight": "66", - "sport": "Judo", - "team": "Uzbekistan", - "noc": "UZB", - "age": 29, - "event": "Judo Men's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Yevgeniya Viktorovna Soboleva-Khokhriakova", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Jack Sock", - "gender": "M", - "height": "191", - "weight": "84", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 23, - "event": "Tennis Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Jack Sock", - "gender": "M", - "height": "191", - "weight": "84", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 23, - "event": "Tennis Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Sanna Charlotte Solberg", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Franck Robert Bernard Solforosi", - "gender": "M", - "height": "184", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Petrissa Solja", - "gender": "F", - "height": "168", - "weight": "67", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Joyce Sombroek", - "gender": "F", - "height": "179", - "weight": "64", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Pter Somfai", - "gender": "M", - "height": "188", - "weight": "85", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 36, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Cdric Sorhaindo", - "gender": "M", - "height": "192", - "weight": "110", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Lorenzo Sotomayor Collazo", - "gender": "M", - "height": "185", - "weight": "64", - "sport": "Boxing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 31, - "event": "Boxing Men's Light-Welterweight", - "medal": "Silver" - }, - { - "name": "Daniele Pasquale Sottile", - "gender": "M", - "height": "186", - "weight": "73", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 36, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Douglas Correia de Souza", - "gender": "M", - "height": "199", - "weight": "75", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 20, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Maurcio Luiz de Souza", - "gender": "M", - "height": "209", - "weight": "93", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Kasper Sndergaard Sarup", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 35, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ivana panovi", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Athletics", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Athletics Women's Long Jump", - "medal": "Bronze" - }, - { - "name": "Roscko Shane Specman", - "gender": "M", - "height": "174", - "weight": "81", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Ashley Spencer", - "gender": "F", - "height": "178", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Darya Sergeyevna Spiridonova", - "gender": "F", - "height": "156", - "weight": "45", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Nicola Spirig Hug", - "gender": "F", - "height": "166", - "weight": "54", - "sport": "Triathlon", - "team": "Switzerland", - "noc": "SUI", - "age": 34, - "event": "Triathlon Women's Olympic Distance", - "medal": "Silver" - }, - { - "name": "Barbora potkov", - "gender": "F", - "height": "182", - "weight": "80", - "sport": "Athletics", - "team": "Czech Republic", - "noc": "CZE", - "age": 35, - "event": "Athletics Women's Javelin Throw", - "medal": "Bronze" - }, - { - "name": "Maria Springwald", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Annika Sprink", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Sukanya Srisurat", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 21, - "event": "Weightlifting Women's Lightweight", - "medal": "Gold" - }, - { - "name": "rif rifov", - "gender": "M", - "height": "180", - "weight": "97", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 27, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Sabah riti", - "gender": "M", - "height": "192", - "weight": "130", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 27, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Mariya Stadnik", - "gender": "F", - "height": "157", - "weight": "48", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 28, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Dragana Stankovi", - "gender": "F", - "height": "195", - "weight": "73", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Heather Mary Stanning", - "gender": "F", - "height": "181", - "weight": "72", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rowing Women's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Charlotte Stapenhorst", - "gender": "F", - "height": "168", - "weight": "68", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Kevin Staut", - "gender": "M", - "height": "182", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 35, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Ashley Steacy", - "gender": "F", - "height": "158", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Davor tefanek", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Wrestling", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Aikaterini \"Ekaterini\" Stefanidi", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Athletics", - "team": "Greece", - "noc": "GRE", - "age": 26, - "event": "Athletics Women's Pole Vault", - "medal": "Gold" - }, - { - "name": "Margaret Ann \"Maggie\" Steffens", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Bastian Steger", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 35, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Giulia Steingruber", - "gender": "F", - "height": "160", - "weight": "56", - "sport": "Gymnastics", - "team": "Switzerland", - "noc": "SUI", - "age": 22, - "event": "Gymnastics Women's Horse Vault", - "medal": "Bronze" - }, - { - "name": "Henrik Olof Stenson", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Golf", - "team": "Sweden", - "noc": "SWE", - "age": 40, - "event": "Golf Men's Individual", - "medal": "Silver" - }, - { - "name": "Radek tpnek", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 37, - "event": "Tennis Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Inna Yakovlevna Stepanova", - "gender": "F", - "height": "176", - "weight": "63", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "Jan trba", - "gender": "M", - "height": "183", - "weight": "85", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 35, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Jovana Stevanovi", - "gender": "F", - "height": "192", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Travis Stevens", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Judo", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Judo Men's Half-Middleweight", - "medal": "Silver" - }, - { - "name": "Shakur Stevenson", - "gender": "M", - "height": "173", - "weight": "56", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Boxing Men's Bantamweight", - "medal": "Silver" - }, - { - "name": "Breanna Mackenzie Stewart", - "gender": "F", - "height": "193", - "weight": "79", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Vladimir timac", - "gender": "M", - "height": "211", - "weight": "112", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Toni Stipanovi", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's One Person Dinghy", - "medal": "Silver" - }, - { - "name": "Emmanuel Stockbroekx", - "gender": "M", - "height": "189", - "weight": "88", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Genevra \"Gevvie\" Stone", - "gender": "F", - "height": "183", - "weight": "71", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Rowing Women's Single Sculls", - "medal": "Silver" - }, - { - "name": "Are Weierholt Strandli", - "gender": "M", - "height": "181", - "weight": "69", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 27, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Jrmy Stravius", - "gender": "M", - "height": "190", - "weight": "86", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Vadim Nikolayevich Streltsov", - "gender": "M", - "height": "170", - "weight": "94", - "sport": "Weightlifting", - "team": "Belarus", - "noc": "BLR", - "age": 30, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Silver" - }, - { - "name": "Ivan Alekseyevich Stretovich", - "gender": "M", - "height": "170", - "weight": "59", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Martin Strobel", - "gender": "M", - "height": "189", - "weight": "90", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ioana Strungaru (Crciun-)", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Barbora Strcov (-Zhlavov)", - "gender": "F", - "height": "164", - "weight": "60", - "sport": "Tennis", - "team": "Czech Republic-1", - "noc": "CZE", - "age": 30, - "event": "Tennis Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Marina Vladimirovna Sudakova (Yartseva-)", - "gender": "F", - "height": "165", - "weight": "66", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sandro Sukno", - "gender": "M", - "height": "200", - "weight": "93", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Niklas Sle", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Jemima Jelagat Sumgong", - "gender": "F", - "height": "160", - "weight": "45", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 31, - "event": "Athletics Women's Marathon", - "medal": "Gold" - }, - { - "name": "Sun Wenyan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Silver" - }, - { - "name": "Sun Wenyan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Sun Yanan", - "gender": "F", - "height": "161", - "weight": "51", - "sport": "Wrestling", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Sun Yang", - "gender": "M", - "height": "198", - "weight": "89", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Sun Yang", - "gender": "M", - "height": "198", - "weight": "89", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Sun Yiwen", - "gender": "F", - "height": "177", - "weight": "63", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Individual", - "medal": "Bronze" - }, - { - "name": "Sun Yiwen", - "gender": "F", - "height": "177", - "weight": "63", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Sun Yujie", - "gender": "F", - "height": "185", - "weight": "78", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Lasse Jemon Svan Hansen", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Erik Marcus Svensson", - "gender": "M", - "height": "176", - "weight": "68", - "sport": "Shooting", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Shooting Men's Skeet", - "medal": "Silver" - }, - { - "name": "Polly Ann M. Swann", - "gender": "F", - "height": "185", - "weight": "76", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Ondej Synek", - "gender": "M", - "height": "199", - "weight": "105", - "sport": "Rowing", - "team": "Czech Republic", - "noc": "CZE", - "age": 33, - "event": "Rowing Men's Single Sculls", - "medal": "Bronze" - }, - { - "name": "Elmira Anuarbekovna Syzdykova", - "gender": "F", - "height": "172", - "weight": "69", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 24, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Gabriella Timea Szab", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Gold" - }, - { - "name": "Gabriella Timea Szab", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Emese Judit Szsz", - "gender": "F", - "height": "176", - "weight": "71", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 33, - "event": "Fencing Women's epee, Individual", - "medal": "Gold" - }, - { - "name": "ron Szilgyi", - "gender": "M", - "height": "180", - "weight": "78", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 26, - "event": "Fencing Men's Sabre, Individual", - "medal": "Gold" - }, - { - "name": "Chiara Tabani", - "gender": "F", - "height": "176", - "weight": "72", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Haruka Tachimoto", - "gender": "F", - "height": "168", - "weight": "70", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Judo Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Kaspar Taimsoo", - "gender": "M", - "height": "194", - "weight": "95", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 29, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Ayaka Takahashi", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Badminton Women's Doubles", - "medal": "Gold" - }, - { - "name": "Naohisa Takato", - "gender": "M", - "height": "160", - "weight": "60", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Judo Men's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Lasha Talakhadze", - "gender": "M", - "height": "197", - "weight": "160", - "sport": "Weightlifting", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Kitione Taliga", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Jared Tallent", - "gender": "M", - "height": "178", - "weight": "58", - "sport": "Athletics", - "team": "Australia", - "noc": "AUS", - "age": 31, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Lachlan Tame", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Tan Jiaxin", - "gender": "F", - "height": "148", - "weight": "36", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Tan Wee Kiong", - "gender": "M", - "height": "177", - "weight": "77", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Men's Doubles", - "medal": "Silver" - }, - { - "name": "Tan Ya-Ting", - "gender": "F", - "height": "158", - "weight": "53", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 22, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Yusuke Tanaka", - "gender": "M", - "height": "166", - "weight": "58", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Sopita Tanasan", - "gender": "F", - "height": "154", - "weight": "48", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 21, - "event": "Weightlifting Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Melissa Palma Julie Tancredi", - "gender": "F", - "height": "177", - "weight": "73", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Tang Mengni", - "gender": "F", - "height": "169", - "weight": "59", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Paul Kipngetich Tanui", - "gender": "M", - "height": "168", - "weight": "47", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 25, - "event": "Athletics Men's 10,000 metres", - "medal": "Silver" - }, - { - "name": "Juraj Tarr", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 37, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Elmurat Zulypkarovich Tasmuradov", - "gender": "M", - "height": "160", - "weight": "59", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Nur Tatar", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Taekwondo", - "team": "Turkey", - "noc": "TUR", - "age": 23, - "event": "Taekwondo Women's Welterweight", - "medal": "Bronze" - }, - { - "name": "Anastasiya Alekseyevna Tatareva", - "gender": "F", - "height": "165", - "weight": "44", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Diana Lurena Taurasi", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Christian Taylor", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's Triple Jump", - "medal": "Gold" - }, - { - "name": "Audrey Tcheumo", - "gender": "F", - "height": "177", - "weight": "78", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Judo Women's Half-Heavyweight", - "medal": "Silver" - }, - { - "name": "Terina Lily Te Tamaki", - "gender": "F", - "height": "165", - "weight": "67", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Laura Teani", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Horia Tecu", - "gender": "M", - "height": "192", - "weight": "90", - "sport": "Tennis", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Tennis Men's Doubles", - "medal": "Silver" - }, - { - "name": "Stefano Tempesti", - "gender": "M", - "height": "205", - "weight": "100", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Milo Teodosi", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Jana Teschke", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Brianne Theisen-Eaton", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Athletics Women's Heptathlon", - "medal": "Bronze" - }, - { - "name": "Thiago Maia Alencar", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Nafissatou \"Nafi\" Thiam", - "gender": "F", - "height": "184", - "weight": "69", - "sport": "Athletics", - "team": "Belgium", - "noc": "BEL", - "age": 21, - "event": "Athletics Women's Heptathlon", - "medal": "Gold" - }, - { - "name": "Annekatrin Thiele", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Courtney Lynn Thompson", - "gender": "F", - "height": "170", - "weight": "66", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 100 metres", - "medal": "Gold" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 200 metres", - "medal": "Gold" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Klay Alexander Thompson", - "gender": "M", - "height": "200", - "weight": "97", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Victoria Thornley", - "gender": "F", - "height": "193", - "weight": "76", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Women's Double Sculls", - "medal": "Silver" - }, - { - "name": "Virginia \"Ginny\" Thrasher", - "gender": "F", - "height": "155", - "weight": "55", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Gold" - }, - { - "name": "Tian Tao", - "gender": "M", - "height": "172", - "weight": "85", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Ivan Grigoryevich Tikhon", - "gender": "M", - "height": "186", - "weight": "110", - "sport": "Athletics", - "team": "Belarus", - "noc": "BLR", - "age": 40, - "event": "Athletics Men's Hammer Throw", - "medal": "Silver" - }, - { - "name": "Pieter Timmers", - "gender": "M", - "height": "200", - "weight": "89", - "sport": "Swimming", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Anna Viktorovna Timofeyeva", - "gender": "F", - "height": "178", - "weight": "86", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Amy Tinkler", - "gender": "F", - "height": "152", - "weight": "47", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 16, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Bronze" - }, - { - "name": "Stuart Brian Tinney", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 51, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Yevgeny Andreyevich Tishchenko", - "gender": "M", - "height": "196", - "weight": "91", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Boxing Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Margarita Grigoryevna Tishkevich-Makhneva", - "gender": "F", - "height": "181", - "weight": "67", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Hristiana Todorova", - "gender": "F", - "height": "173", - "weight": "52", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Tamirat Tola Abera", - "gender": "M", - "height": "181", - "weight": "59", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Men's 10,000 metres", - "medal": "Bronze" - }, - { - "name": "Jeremy Toljan", - "gender": "M", - "height": "182", - "weight": "72", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Mariya Yuryevna Tolkachova", - "gender": "F", - "height": "176", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Sergiu Toma", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Judo", - "team": "United Arab Emirates", - "noc": "UAE", - "age": 29, - "event": "Judo Men's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Marko Tomievi", - "gender": "M", - "height": "174", - "weight": "80", - "sport": "Canoeing", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Emma Kate Tonegato", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Jean-Paul Tony Helissey", - "gender": "M", - "height": "177", - "weight": "77", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Gelena Dmitriyevna Topilina", - "gender": "F", - "height": "175", - "weight": "56", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Cristian Isaac Toro Carballo", - "gender": "M", - "height": "188", - "weight": "90", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Gold" - }, - { - "name": "Alba Torrens Salom", - "gender": "F", - "height": "195", - "weight": "80", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Eri Tosaka", - "gender": "F", - "height": "152", - "weight": "48", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Matej Tth", - "gender": "M", - "height": "185", - "weight": "73", - "sport": "Athletics", - "team": "Slovakia", - "noc": "SVK", - "age": 33, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Gold" - }, - { - "name": "Susannah Townsend", - "gender": "F", - "height": "168", - "weight": "61", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Lucas Tramr", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 26, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Luk Trefil", - "gender": "M", - "height": "187", - "weight": "90", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 27, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Andrew \"Andy\" Triggs Hodge", - "gender": "M", - "height": "192", - "weight": "97", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 37, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Moritz Trompertz", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "William Troost-Ekong", - "gender": "M", - "height": "175", - "weight": "74", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Laura Rebecca Trott (-Kenny)", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Laura Rebecca Trott (-Kenny)", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Omnium", - "medal": "Gold" - }, - { - "name": "Murphy Edward Troy", - "gender": "M", - "height": "203", - "weight": "107", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Tina Trstenjak", - "gender": "F", - "height": "162", - "weight": "65", - "sport": "Judo", - "team": "Slovenia", - "noc": "SLO", - "age": 25, - "event": "Judo Women's Half-Middleweight", - "medal": "Gold" - }, - { - "name": "Jrme Truyens", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Olaf Karl Tufte", - "gender": "M", - "height": "193", - "weight": "94", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 40, - "event": "Rowing Men's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Ruby Tui", - "gender": "F", - "height": "177", - "weight": "71", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Josua Tuisova Ratulevu", - "gender": "M", - "height": "180", - "weight": "108", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Blair Tuke", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Sailing Men's Skiff", - "medal": "Gold" - }, - { - "name": "Rustam Tulaganov", - "gender": "M", - "height": "186", - "weight": "91", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Boxing Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Boniface Mucheru Tumuti", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 24, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Irak'li Turmanidze", - "gender": "M", - "height": "182", - "weight": "130", - "sport": "Weightlifting", - "team": "Georgia", - "noc": "GEO", - "age": 31, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Amy Turner", - "gender": "F", - "height": "168", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 32, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Seda Gurgenovna Tutkhalyan", - "gender": "F", - "height": "146", - "weight": "43", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 17, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Seremaia \"Jerry\" Tuwai Vunisa", - "gender": "M", - "height": "174", - "weight": "81", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Georgina Sophie \"Georgie\" Twigg", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Ryan Tyack", - "gender": "M", - "height": "186", - "weight": "102", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Pavlo Yuriyovych Tymoshchenko", - "gender": "M", - "height": "192", - "weight": "78", - "sport": "Modern Pentathlon", - "team": "Ukraine", - "noc": "UKR", - "age": 29, - "event": "Modern Pentathlon Men's Individual", - "medal": "Silver" - }, - { - "name": "Kohei Uchimura", - "gender": "M", - "height": "160", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Gold" - }, - { - "name": "Kohei Uchimura", - "gender": "M", - "height": "160", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Ndifreke Effiong Udo", - "gender": "M", - "height": "173", - "weight": "78", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 17, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Dirk Uittenbogaard", - "gender": "M", - "height": "199", - "weight": "93", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Denis Ulanov", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Aminu Umar", - "gender": "M", - "height": "172", - "weight": "72", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 21, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Sadiq Umar", - "gender": "M", - "height": "172", - "weight": "75", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 19, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Lisa Unruh", - "gender": "F", - "height": "180", - "weight": "68", - "sport": "Archery", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Archery Women's Individual", - "medal": "Silver" - }, - { - "name": "Laura Emma Unsworth", - "gender": "F", - "height": "157", - "weight": "55", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Diyorbek Urozboyev", - "gender": "M", - "height": "172", - "weight": "60", - "sport": "Judo", - "team": "Uzbekistan", - "noc": "UZB", - "age": 22, - "event": "Judo Men's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Anna Vladimirovna Ustyukhina", - "gender": "F", - "height": "177", - "weight": "70", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Milda Valiukait", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 22, - "event": "Rowing Women's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Ingrit Lorena Valencia Victoria", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Boxing", - "team": "Colombia", - "noc": "COL", - "age": 27, - "event": "Boxing Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Jennifer Valente", - "gender": "F", - "height": "176", - "weight": "74", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Lidia Valentn Prez", - "gender": "F", - "height": "169", - "weight": "75", - "sport": "Weightlifting", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Weightlifting Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Jean-Charles Valladont", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Archery", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Archery Men's Individual", - "medal": "Silver" - }, - { - "name": "Thibaut Vallette", - "gender": "M", - "height": "171", - "weight": "60", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 42, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Naomi Frances van As", - "gender": "F", - "height": "179", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 33, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Florent Van Aubel", - "gender": "M", - "height": "178", - "weight": "73", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Greg Van Avermaet", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Cycling", - "team": "Belgium", - "noc": "BEL", - "age": 31, - "event": "Cycling Men's Road Race, Individual", - "medal": "Gold" - }, - { - "name": "Anna van der Breggen", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Cycling Women's Road Race, Individual", - "medal": "Gold" - }, - { - "name": "Anna van der Breggen", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Cycling Women's Individual Time Trial", - "medal": "Bronze" - }, - { - "name": "Cameron van der Burgh", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Arthur Van Doren", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Anicka van Emden", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Judo", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Judo Women's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Margot van Geffen", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Jelle van Gorkom", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Cycling Men's BMX", - "medal": "Silver" - }, - { - "name": "Chantal Jean Van Landeghem", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Caia Jaqueline van Maasakker", - "gender": "F", - "height": "180", - "weight": "69", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Kitty van Male", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Wayde van Niekerk", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Athletics Men's 400 metres", - "medal": "Gold" - }, - { - "name": "Dorian Benno Eric van Rijsselberge", - "gender": "M", - "height": "189", - "weight": "75", - "sport": "Sailing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Sailing Men's Windsurfer", - "medal": "Gold" - }, - { - "name": "Sharon van Rouwendaal", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Gold" - }, - { - "name": "Elliot Van Strydonck", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Dirk Van Tichelt", - "gender": "M", - "height": "173", - "weight": "73", - "sport": "Judo", - "team": "Belgium", - "noc": "BEL", - "age": 32, - "event": "Judo Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Vincent Vanasch", - "gender": "M", - "height": "180", - "weight": "78", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Jan Vandrey", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Laura Vargas Koch", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Judo", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Judo Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Anamari \"Ana\" Velenek", - "gender": "F", - "height": "178", - "weight": "78", - "sport": "Judo", - "team": "Slovenia", - "noc": "SLO", - "age": 25, - "event": "Judo Women's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Sofiya Aleksandrovna Velikaya", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Women's Sabre, Individual", - "medal": "Silver" - }, - { - "name": "Sofiya Aleksandrovna Velikaya", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Stefana Veljkovi", - "gender": "F", - "height": "190", - "weight": "76", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Alessandro Velotto", - "gender": "M", - "height": "186", - "weight": "85", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "David Verburg", - "gender": "M", - "height": "173", - "weight": "70", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Jasa Veremalua", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Oleh Yuriyovych Verniaiev", - "gender": "M", - "height": "161", - "weight": "55", - "sport": "Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 22, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Silver" - }, - { - "name": "Oleh Yuriyovych Verniaiev", - "gender": "M", - "height": "161", - "weight": "55", - "sport": "Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 22, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Gold" - }, - { - "name": "Maria Verschoor", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Pieter Gilles \"Mechiel\" Versluis", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Yelena Sergeyevna Vesnina", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Tennis", - "team": "Russia-2", - "noc": "RUS", - "age": 30, - "event": "Tennis Women's Doubles", - "medal": "Gold" - }, - { - "name": "Luca Vettori", - "gender": "M", - "height": "200", - "weight": "95", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Giuseppe Vicino", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Lucas Martn Vila", - "gender": "M", - "height": "172", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Sunette Stella Viljoen", - "gender": "F", - "height": "170", - "weight": "72", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 32, - "event": "Athletics Women's Javelin Throw", - "medal": "Silver" - }, - { - "name": "Samisoni Viriviri", - "gender": "M", - "height": "186", - "weight": "88", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Donata Vitartait", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 27, - "event": "Rowing Women's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Juan Manuel Vivaldi", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 37, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Elia Viviani", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Cycling", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Cycling Men's Omnium", - "medal": "Gold" - }, - { - "name": "Blanka Vlai", - "gender": "F", - "height": "193", - "weight": "71", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 32, - "event": "Athletics Women's High Jump", - "medal": "Bronze" - }, - { - "name": "Roman Andreyevich Vlasov", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Erik Vlek", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 34, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Kristina Vogel", - "gender": "F", - "height": "160", - "weight": "66", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Cycling Women's Sprint", - "medal": "Gold" - }, - { - "name": "Kristina Vogel", - "gender": "F", - "height": "160", - "weight": "66", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Cycling Women's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Nataliya Vitalyevna Vorobyova", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Olena Oleksandrivna Voronina", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 26, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Anastasiya Sergeyevna Voynova", - "gender": "F", - "height": "162", - "weight": "62", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Cycling Women's Team Sprint", - "medal": "Silver" - }, - { - "name": "Anna Viktorovna Vyakhireva", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Walace Souza Silva", - "gender": "M", - "height": "188", - "weight": "75", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 21, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Keshorn Walcott", - "gender": "M", - "height": "183", - "weight": "90", - "sport": "Athletics", - "team": "Trinidad and Tobago", - "noc": "TTO", - "age": 23, - "event": "Athletics Men's Javelin Throw", - "medal": "Bronze" - }, - { - "name": "Marta Walczykiewicz", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 29, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Bianca Michaela Walkden", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Taekwondo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kira Walkenhorst", - "gender": "F", - "height": "184", - "weight": "75", - "sport": "Beach Volleyball", - "team": "Germany-1", - "noc": "GER", - "age": 25, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Christopher James \"Chris\" Walker-Hebborn", - "gender": "M", - "height": "184", - "weight": "84", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Wallace Leandro de Souza", - "gender": "M", - "height": "198", - "weight": "87", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Daniel \"Dan\" Wallace", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kenneth Maxwell \"Ken\" Wallace", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 33, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Tomas \"Tom\" Walsh", - "gender": "M", - "height": "185", - "weight": "120", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Athletics Men's Shot Put", - "medal": "Bronze" - }, - { - "name": "Kerri Lee Walsh Jennings", - "gender": "F", - "height": "191", - "weight": "73", - "sport": "Beach Volleyball", - "team": "United States-1", - "noc": "USA", - "age": 37, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Marcus Cooper Walz", - "gender": "M", - "height": "184", - "weight": "82", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Margaret Nyairera Wambui", - "gender": "F", - "height": "NA", - "weight": "66", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 20, - "event": "Athletics Women's 800 metres", - "medal": "Bronze" - }, - { - "name": "Wang Shun", - "gender": "M", - "height": "191", - "weight": "74", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Wang Yan", - "gender": "F", - "height": "140", - "weight": "33", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Wang Zhen", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Gold" - }, - { - "name": "McLain Ward", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 40, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Damian Warner", - "gender": "M", - "height": "185", - "weight": "83", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 26, - "event": "Athletics Men's Decathlon", - "medal": "Bronze" - }, - { - "name": "Natasha Watcham-Roy", - "gender": "F", - "height": "170", - "weight": "67", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Jason Waterhouse", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Sailing Mixed Multihull", - "medal": "Silver" - }, - { - "name": "Marcus China Watson", - "gender": "M", - "height": "177", - "weight": "88", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Hollie Webb", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Franziska Weber", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Silver" - }, - { - "name": "Franziska Weber", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Sam Webster", - "gender": "M", - "height": "183", - "weight": "80", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Ferry Weertman", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Swimming", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Gold" - }, - { - "name": "Wei Qiuyue", - "gender": "F", - "height": "182", - "weight": "65", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Steffen Weinhold", - "gender": "M", - "height": "191", - "weight": "94", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Amanda Jo Weir (-Davis)", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Abbey Weitzeil", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Abbey Weitzeil", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Niklas Wellen", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Sam Welsford", - "gender": "M", - "height": "179", - "weight": "82", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Miriam Welte", - "gender": "F", - "height": "171", - "weight": "67", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Cycling Women's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Lidewij Marsia Maria Welten", - "gender": "F", - "height": "170", - "weight": "64", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Phillipp Wende", - "gender": "M", - "height": "199", - "weight": "90", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Isabelle Regina Werth", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Silver" - }, - { - "name": "Isabelle Regina Werth", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Christopher Wesley", - "gender": "M", - "height": "192", - "weight": "88", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Sanne Wevers", - "gender": "F", - "height": "156", - "weight": "46", - "sport": "Gymnastics", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Gymnastics Women's Balance Beam", - "medal": "Gold" - }, - { - "name": "Wverton Pereira da Silva", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 28, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Lindsay Marie Whalen", - "gender": "F", - "height": "175", - "weight": "72", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Nicola White", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Bronze" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Gold" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Gold" - }, - { - "name": "Erica Elizabeth Wiebe", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Wrestling", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Fabian Wiede", - "gender": "M", - "height": "194", - "weight": "94", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Patrick Wiencek", - "gender": "M", - "height": "200", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Peter Noel Jan Wiersum", - "gender": "M", - "height": "173", - "weight": "55", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Tone Wieten", - "gender": "M", - "height": "201", - "weight": "102", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Bradley Marc Wiggins", - "gender": "M", - "height": "190", - "weight": "82", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Rhian Emilie Wilkinson", - "gender": "F", - "height": "166", - "weight": "66", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "William de Asevedo Furtado", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 21, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Charity Williams", - "gender": "F", - "height": "162", - "weight": "68", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 19, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Christania Williams", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Michelle Williams (-Toro)", - "gender": "F", - "height": "175", - "weight": "67", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Niall Williams", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Sharni Williams", - "gender": "F", - "height": "167", - "weight": "79", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Venus Ebony Starr Williams", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Tennis", - "team": "United States-1", - "noc": "USA", - "age": 36, - "event": "Tennis Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Novlene Hilaire Williams-Mills", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 34, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Nicholas Ian \"Nick\" Willis", - "gender": "M", - "height": "183", - "weight": "68", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 33, - "event": "Athletics Men's 1,500 metres", - "medal": "Bronze" - }, - { - "name": "Madison \"Madi\" Wilson", - "gender": "F", - "height": "179", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Madison \"Madi\" Wilson", - "gender": "F", - "height": "179", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Melanie Kate Wilson", - "gender": "F", - "height": "184", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Nile Wilson", - "gender": "M", - "height": "166", - "weight": "60", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Bronze" - }, - { - "name": "Spencer James W. Wilton", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 43, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Kasper Winther Jrgensen", - "gender": "M", - "height": "182", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Anita Wodarczyk", - "gender": "F", - "height": "178", - "weight": "95", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 30, - "event": "Athletics Women's Hammer Throw", - "medal": "Gold" - }, - { - "name": "Maja Martyna Woszczowska", - "gender": "F", - "height": "170", - "weight": "54", - "sport": "Cycling", - "team": "Poland", - "noc": "POL", - "age": 32, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Silver" - }, - { - "name": "Andreas Wolff", - "gender": "M", - "height": "198", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Panipak Wongpattanakit", - "gender": "F", - "height": "173", - "weight": "49", - "sport": "Taekwondo", - "team": "Thailand", - "noc": "THA", - "age": 18, - "event": "Taekwondo Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Portia Woodman", - "gender": "F", - "height": "169", - "weight": "74", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Kelsi Worrell", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Taylor Worth", - "gender": "M", - "height": "174", - "weight": "60", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Dagmara Wozniak (Woniak-)", - "gender": "F", - "height": "173", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Felipe Almeida Wu", - "gender": "M", - "height": "169", - "weight": "69", - "sport": "Shooting", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Silver" - }, - { - "name": "Wu Minxia", - "gender": "F", - "height": "167", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Diving Women's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Marta Xargay Casademont", - "gender": "F", - "height": "180", - "weight": "71", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Xiang Yanmei", - "gender": "F", - "height": "163", - "weight": "69", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Xu Anqi", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Xu Jiayu", - "gender": "M", - "height": "187", - "weight": "78", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Xu Xin", - "gender": "M", - "height": "180", - "weight": "67", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Xu Yunli", - "gender": "F", - "height": "195", - "weight": "75", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Kanae Yamabe", - "gender": "F", - "height": "172", - "weight": "108", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Judo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ryota Yamagata", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Koji Yamamuro", - "gender": "M", - "height": "159", - "weight": "58", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Yan Ni", - "gender": "F", - "height": "192", - "weight": "74", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Dmytro Mykolaiovych Yanchuk", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Yang Fangxu", - "gender": "F", - "height": "190", - "weight": "71", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Elitsa Atanasova Yankova", - "gender": "F", - "height": "151", - "weight": "48", - "sport": "Wrestling", - "team": "Bulgaria", - "noc": "BUL", - "age": 21, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Selim Yaar", - "gender": "M", - "height": "179", - "weight": "86", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 26, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Hassan Aliazam Yazdanicharati", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 21, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Yuliya Andreyevna Yefimova", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Yuliya Andreyevna Yefimova", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Julius Kiplagat Yego", - "gender": "M", - "height": "175", - "weight": "94", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 27, - "event": "Athletics Men's Javelin Throw", - "medal": "Silver" - }, - { - "name": "Yana Karapetovna Yegoryan", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Fencing Women's Sabre, Individual", - "medal": "Gold" - }, - { - "name": "Yana Karapetovna Yegoryan", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Daniyar Maratovich Yeleusinov", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Boxing Men's Welterweight", - "medal": "Gold" - }, - { - "name": "Tatyana Vladimirova Yerokhina", - "gender": "F", - "height": "185", - "weight": "73", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Yi Siling", - "gender": "F", - "height": "165", - "weight": "51", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Bronze" - }, - { - "name": "Yin Chengxin", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Yin Junhua", - "gender": "F", - "height": "167", - "weight": "60", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Boxing Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Tony Victor James Yoka", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Yoon Jin-Hee", - "gender": "F", - "height": "158", - "weight": "53", - "sport": "Weightlifting", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Weightlifting Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Kurumi Yoshida", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Saori Yoshida", - "gender": "F", - "height": "157", - "weight": "55", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 33, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Maharu Yoshimura", - "gender": "M", - "height": "177", - "weight": "61", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "You Hao", - "gender": "M", - "height": "162", - "weight": "60", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Yu Song", - "gender": "F", - "height": "182", - "weight": "128", - "sport": "Judo", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Judo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Yuan Xinyue", - "gender": "F", - "height": "201", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Grce Zaadi Deuna", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Olga Sergeyevna Zabelinskaya (Sukhoruchenkova-)", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 36, - "event": "Cycling Women's Individual Time Trial", - "medal": "Silver" - }, - { - "name": "Shelina Laura Zadorsky", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mariel Leigh Zagunis", - "gender": "F", - "height": "173", - "weight": "72", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Thomas Zajac", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Sailing", - "team": "Austria", - "noc": "AUT", - "age": 30, - "event": "Sailing Mixed Multihull", - "medal": "Bronze" - }, - { - "name": "Arthur Nabarrete Zanetti", - "gender": "M", - "height": "156", - "weight": "61", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 26, - "event": "Gymnastics Men's Rings", - "medal": "Silver" - }, - { - "name": "Aleksandr Sergeyevich Zaychikov", - "gender": "M", - "height": "180", - "weight": "105", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Weightlifting Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ivan Zaytsev", - "gender": "M", - "height": "204", - "weight": "100", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Vasilij bogar", - "gender": "M", - "height": "189", - "weight": "98", - "sport": "Sailing", - "team": "Slovenia", - "noc": "SLO", - "age": 40, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Silver" - }, - { - "name": "Jos Carlos Cracco Neto", - "gender": "M", - "height": "170", - "weight": "69", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Zeng Zhen", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Zhang Binbin", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Silver" - }, - { - "name": "Zhang Changning", - "gender": "F", - "height": "193", - "weight": "79", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Zhang Chenglong", - "gender": "M", - "height": "173", - "weight": "65", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Zhang Fengliu", - "gender": "F", - "height": "172", - "weight": "77", - "sport": "Wrestling", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Zhang Jike", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Men's Singles", - "medal": "Silver" - }, - { - "name": "Zhang Jike", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Zhang Mengxue", - "gender": "F", - "height": "162", - "weight": "70", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Gold" - }, - { - "name": "Zhang Nan", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 26, - "event": "Badminton Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Zhang Nan", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 26, - "event": "Badminton Men's Doubles", - "medal": "Gold" - }, - { - "name": "Zhang Wenxiu", - "gender": "F", - "height": "183", - "weight": "105", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Athletics Women's Hammer Throw", - "medal": "Silver" - }, - { - "name": "Zhao Shuai", - "gender": "M", - "height": "188", - "weight": "63", - "sport": "Taekwondo", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Taekwondo Men's Flyweight", - "medal": "Gold" - }, - { - "name": "Zhao Yunlei", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 29, - "event": "Badminton Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Zhazira Abdrakhmanovna Zhapparkul", - "gender": "F", - "height": "155", - "weight": "69", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Zheng Shuyin", - "gender": "F", - "height": "188", - "weight": "75", - "sport": "Taekwondo", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Taekwondo Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Viktoriya Yuryevna Zhilinskayte", - "gender": "F", - "height": "188", - "weight": "80", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Valeriya Sergeyevna Zholobova-Koblova", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Zhong Tianshi", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Cycling", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Cycling Women's Team Sprint", - "medal": "Gold" - }, - { - "name": "Zhu Ting", - "gender": "F", - "height": "198", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Bojana ivkovi", - "gender": "F", - "height": "186", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Shakhobiddin Shokirovich Zoirov", - "gender": "M", - "height": "169", - "weight": "52", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Flyweight", - "medal": "Gold" - }, - { - "name": "Milenko Zori", - "gender": "M", - "height": "179", - "weight": "73", - "sport": "Canoeing", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Martin Zwicker", - "gender": "M", - "height": "175", - "weight": "64", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - } - ] -} diff --git a/src/data/athletes/athletes.json b/src/data/athletes/athletes.json deleted file mode 100644 index 95019e1e..00000000 --- a/src/data/athletes/athletes.json +++ /dev/null @@ -1,24284 +0,0 @@ -{ - "games": "Olympic Games", - "year": 2016, - "season": "summer", - "city": "Rio de Janeiro", - "athletes": [ - { - "name": "Giovanni Abagnale", - "gender": "M", - "height": "198", - "weight": "90", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Rowing Men's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Patimat Abakarova", - "gender": "F", - "height": "165", - "weight": "49", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 21, - "event": "Taekwondo Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Luc Abalo", - "gender": "M", - "height": "182", - "weight": "86", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Saeid Morad Abdevali", - "gender": "M", - "height": "170", - "weight": "80", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 26, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Horse Vault", - "medal": "Silver" - }, - { - "name": "Denis Mikhaylovich Ablyazin", - "gender": "M", - "height": "161", - "weight": "62", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Rings", - "medal": "Bronze" - }, - { - "name": "Matthew \"Matt\" Abood", - "gender": "M", - "height": "197", - "weight": "92", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Alejandro \"lex\" Abrines Redondo", - "gender": "M", - "height": "198", - "weight": "93", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ahmad Abughaush", - "gender": "M", - "height": "178", - "weight": "68", - "sport": "Taekwondo", - "team": "Jordan", - "noc": "JOR", - "age": 20, - "event": "Taekwondo Men's Featherweight", - "medal": "Gold" - }, - { - "name": "Chantal Achterberg", - "gender": "F", - "height": "172", - "weight": "72", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Nicola Virginia Adams", - "gender": "F", - "height": "164", - "weight": "51", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Boxing Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Rachael Alexis Adams", - "gender": "F", - "height": "188", - "weight": "81", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Valerie Kasanita Adams-Vili (-Price)", - "gender": "F", - "height": "193", - "weight": "120", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 31, - "event": "Athletics Women's Shot Put", - "medal": "Silver" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Nathan Ghar-Jun Adrian", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Cecil Sebastian Afrika", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Timothy Ernest Victor Kwizera \"Tim\" Agaba", - "gender": "M", - "height": "193", - "weight": "104", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Clarisse Agbegnenou", - "gender": "F", - "height": "164", - "weight": "66", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Judo Women's Half-Middleweight", - "medal": "Silver" - }, - { - "name": "Sandra Aguilar Navarro", - "gender": "F", - "height": "167", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Sri Wahyuni Agustiani", - "gender": "F", - "height": "147", - "weight": "47", - "sport": "Weightlifting", - "team": "Indonesia", - "noc": "INA", - "age": 21, - "event": "Weightlifting Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Christian Ahlmann", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 41, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Tontowi Ahmad", - "gender": "M", - "height": "179", - "weight": "72", - "sport": "Badminton", - "team": "Indonesia-1", - "noc": "INA", - "age": 29, - "event": "Badminton Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Matteo Aicardi", - "gender": "M", - "height": "192", - "weight": "102", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Rosaria Aiello", - "gender": "F", - "height": "172", - "weight": "74", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Oluwafemi \"Junior\" Ajayi", - "gender": "M", - "height": "172", - "weight": "79", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Mobolade Abimbola Ajomale", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Taha Akgl", - "gender": "M", - "height": "192", - "weight": "125", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 25, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Murodzhon Kakharovich Akhmadaliyev", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 21, - "event": "Boxing Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Artur Kamilevich Akhmatkhuzin", - "gender": "M", - "height": "187", - "weight": "79", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Morolake Akinosun", - "gender": "F", - "height": "163", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Foluke Antinuke Akinradewo", - "gender": "F", - "height": "191", - "weight": "79", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Daniel Akpeyi", - "gender": "M", - "height": "187", - "weight": "80", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 30, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Monica Aksamit", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Fehaid Al-Deehani", - "gender": "M", - "height": "178", - "weight": "95", - "sport": "Shooting", - "team": "Individual Olympic Athletes", - "noc": "IOA", - "age": 49, - "event": "Shooting Men's Double Trap", - "medal": "Gold" - }, - { - "name": "Abdullah Al-Rashidi", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Shooting", - "team": "Individual Olympic Athletes", - "noc": "IOA", - "age": 52, - "event": "Shooting Men's Skeet", - "medal": "Bronze" - }, - { - "name": "Jo Qesem Ayela Aleh", - "gender": "F", - "height": "171", - "weight": "58", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 30, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Artur Aleksanyan", - "gender": "M", - "height": "190", - "weight": "98", - "sport": "Wrestling", - "team": "Armenia", - "noc": "ARM", - "age": 24, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Milan Aleksi", - "gender": "M", - "height": "193", - "weight": "96", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Abdoul Razak Issoufou Alfaga", - "gender": "M", - "height": "207", - "weight": "90", - "sport": "Taekwondo", - "team": "Niger", - "noc": "NIG", - "age": 21, - "event": "Taekwondo Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Nia Sifaatihii Ali", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Alison Conte Cerutti", - "gender": "M", - "height": "203", - "weight": "106", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 30, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Kimia Alizadeh Zenoorin", - "gender": "F", - "height": "185", - "weight": "57", - "sport": "Taekwondo", - "team": "Iran", - "noc": "IRI", - "age": 18, - "event": "Taekwondo Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Nathon Allen", - "gender": "M", - "height": "178", - "weight": "NA", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 20, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Ida Alstad", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Lzaro Jorge lvarez Estrada", - "gender": "M", - "height": "173", - "weight": "60", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 25, - "event": "Boxing Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Yuri Alvear Orjuela", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Judo", - "team": "Colombia", - "noc": "COL", - "age": 30, - "event": "Judo Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Marwa Al-Amri", - "gender": "F", - "height": "160", - "weight": "58", - "sport": "Wrestling", - "team": "Tunisia", - "noc": "TUN", - "age": 27, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Stanley Amuzie", - "gender": "M", - "height": "171", - "weight": "85", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "An Ba-Ul", - "gender": "M", - "height": "169", - "weight": "66", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 22, - "event": "Judo Men's Half-Lightweight", - "medal": "Silver" - }, - { - "name": "milie Andol", - "gender": "F", - "height": "170", - "weight": "97", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Judo Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Anne Dsane Andersen", - "gender": "F", - "height": "183", - "weight": "86", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 23, - "event": "Rowing Women's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Matthew John \"Matt\" Anderson", - "gender": "M", - "height": "202", - "weight": "100", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Jonna Andersson", - "gender": "F", - "height": "167", - "weight": "61", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 23, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Roman Sergeyevich Anoshkin", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Canoeing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Giselle Anne Ansley", - "gender": "F", - "height": "176", - "weight": "73", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Carmelo Kyan Anthony", - "gender": "M", - "height": "203", - "weight": "109", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Oleg Antonov", - "gender": "M", - "height": "198", - "weight": "88", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Emilia Elisabeth Appelqvist", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Hirooki Arai", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 28, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Katie Louise Archibald", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Joahnys Oscar Argilagos Prez", - "gender": "M", - "height": "152", - "weight": "49", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 19, - "event": "Boxing Men's Light-Flyweight", - "medal": "Bronze" - }, - { - "name": "William Peixoto Arjona", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 37, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Kristin Ann Armstrong (-Savola)", - "gender": "F", - "height": "173", - "weight": "58", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 42, - "event": "Cycling Women's Individual Time Trial", - "medal": "Gold" - }, - { - "name": "Emilie Hegh Arntzen", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Migran Arutyunyan", - "gender": "M", - "height": "166", - "weight": "67", - "sport": "Wrestling", - "team": "Armenia", - "noc": "ARM", - "age": 27, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Geraldina Rachel \"Dina\" Asher-Smith", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Nickel Ashmeade", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Jessica Ashwood", - "gender": "F", - "height": "173", - "weight": "64", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kosovare \"Kosse\" Asllani", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 27, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Sandra Auffarth", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Seimone Delicia Augustus", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Mohd Azizulhasni Awang", - "gender": "M", - "height": "166", - "weight": "69", - "sport": "Cycling", - "team": "Malaysia", - "noc": "MAS", - "age": 28, - "event": "Cycling Men's Keirin", - "medal": "Bronze" - }, - { - "name": "Viktor Axelsen", - "gender": "M", - "height": "194", - "weight": "88", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Badminton Men's Singles", - "medal": "Bronze" - }, - { - "name": "Almaz Ayana Eba", - "gender": "F", - "height": "166", - "weight": "47", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Women's 5,000 metres", - "medal": "Bronze" - }, - { - "name": "Almaz Ayana Eba", - "gender": "F", - "height": "166", - "weight": "47", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Women's 10,000 metres", - "medal": "Gold" - }, - { - "name": "Camille Anas Ayglon-Saurina", - "gender": "F", - "height": "180", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Jrmie Azou", - "gender": "M", - "height": "178", - "weight": "71", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Okechukwu Godson Azubuike", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 19, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Diana Bacosi", - "gender": "F", - "height": "175", - "weight": "85", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Shooting Women's Skeet", - "medal": "Gold" - }, - { - "name": "Timea Bacsinszky", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Tennis", - "team": "Switzerland", - "noc": "SUI", - "age": 27, - "event": "Tennis Women's Doubles", - "medal": "Silver" - }, - { - "name": "Kemar Bailey-Cole", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Kathleen Baker", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Kathleen Baker", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Mashu Baker", - "gender": "M", - "height": "178", - "weight": "90", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Judo Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Shakira Baker", - "gender": "F", - "height": "172", - "weight": "89", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Dmitry Igorevich Balandin", - "gender": "M", - "height": "195", - "weight": "85", - "sport": "Swimming", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 21, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Kayla Banwarth", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Carina Br", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Brbara Seixas de Freitas", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 29, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Elinor Jane Barker", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Harrison Bryce Jordan Barnes", - "gender": "M", - "height": "203", - "weight": "102", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Thomas Gabriel Jrmie Baroukh", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Bronte Amelia Arnold Barratt", - "gender": "F", - "height": "171", - "weight": "59", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Jennifer Mae \"Jenny\" Barringer-Simpson", - "gender": "F", - "height": "166", - "weight": "53", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Athletics Women's 1,500 metres", - "medal": "Bronze" - }, - { - "name": "Mutaz Essa Barshim", - "gender": "M", - "height": "190", - "weight": "65", - "sport": "Athletics", - "team": "Qatar", - "noc": "QAT", - "age": 25, - "event": "Athletics Men's High Jump", - "medal": "Silver" - }, - { - "name": "Jacob Jepsen Barse", - "gender": "M", - "height": "188", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Saskia Bartusiak", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Dimitri David Bascou", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Fabio Basile", - "gender": "M", - "height": "160", - "weight": "66", - "sport": "Judo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Judo Men's Half-Lightweight", - "medal": "Gold" - }, - { - "name": "Vitalina Igorevna Batsarashkina", - "gender": "F", - "height": "162", - "weight": "60", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Silver" - }, - { - "name": "Mathieu Albert Daniel Bauderlique", - "gender": "M", - "height": "185", - "weight": "81", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Robert Bauer", - "gender": "M", - "height": "183", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Grgory Benot Baug", - "gender": "M", - "height": "181", - "weight": "100", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Maxime Eugne Ren Beaumont", - "gender": "M", - "height": "191", - "weight": "94", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Nicole Elise Beck", - "gender": "F", - "height": "168", - "weight": "66", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Janine Elizabeth Beckie", - "gender": "F", - "height": "173", - "weight": "63", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "gatha Bednarczuk Rippel", - "gender": "F", - "height": "182", - "weight": "70", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 33, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Ludger Beerbaum", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 52, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Genevieve \"Gen\" Behrent", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Rowing Women's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Melanie Behringer", - "gender": "F", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Milad Beigi Hareqani", - "gender": "M", - "height": "197", - "weight": "80", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Taekwondo Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Ruth Beita Vila", - "gender": "F", - "height": "191", - "weight": "72", - "sport": "Athletics", - "team": "Spain", - "noc": "ESP", - "age": 37, - "event": "Athletics Women's High Jump", - "medal": "Gold" - }, - { - "name": "Jose Blanger", - "gender": "F", - "height": "163", - "weight": "63", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 30, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mathew Belcher", - "gender": "M", - "height": "173", - "weight": "62", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 33, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Zhan Vensanovych Beleniuk", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Wrestling", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Mireia Belmonte Garca", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Mireia Belmonte Garca", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Alexander Belonogoff", - "gender": "M", - "height": "187", - "weight": "90", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Olga Konstantinovna Belova-Gorbunova", - "gender": "F", - "height": "169", - "weight": "60", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Anastasiya Yevgenyevna Belyakova", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Boxing Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "David Sagitovich Belyavsky", - "gender": "M", - "height": "165", - "weight": "55", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "David Sagitovich Belyavsky", - "gender": "M", - "height": "165", - "weight": "55", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Bronze" - }, - { - "name": "Lars Bender", - "gender": "M", - "height": "184", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Sven Bender", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Meaghan Benfeito", - "gender": "F", - "height": "155", - "weight": "48", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Diving Women's Platform", - "medal": "Bronze" - }, - { - "name": "Meaghan Benfeito", - "gender": "F", - "height": "155", - "weight": "48", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Diving Women's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Brittany \"Britt\" Benn", - "gender": "F", - "height": "165", - "weight": "68", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Karen Bennett", - "gender": "F", - "height": "179", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Mark Stewart Bennett", - "gender": "M", - "height": "183", - "weight": "89", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Paul Bennett", - "gender": "M", - "height": "207", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Joseph \"Gunnar\" Bentz", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Matej Beu", - "gender": "M", - "height": "196", - "weight": "83", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 28, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Mdlina Bere", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 23, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Stig Andr Berge", - "gender": "M", - "height": "167", - "weight": "60", - "sport": "Wrestling", - "team": "Norway", - "noc": "NOR", - "age": 33, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Emma Sofia Berglund", - "gender": "F", - "height": "171", - "weight": "64", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 27, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Nicole Beukers", - "gender": "F", - "height": "170", - "weight": "66", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Allison Beveridge", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Roberta Bianconi", - "gender": "F", - "height": "176", - "weight": "76", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Daniel \"Dan\" Bibby", - "gender": "M", - "height": "176", - "weight": "86", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Fiona Clare Bigwood", - "gender": "F", - "height": "173", - "weight": "75", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 40, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Marko Bija", - "gender": "M", - "height": "201", - "weight": "85", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 25, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Horse Vault", - "medal": "Gold" - }, - { - "name": "Simone Arianne Biles", - "gender": "F", - "height": "143", - "weight": "47", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Balance Beam", - "medal": "Bronze" - }, - { - "name": "Emanuele Birarelli", - "gender": "M", - "height": "202", - "weight": "95", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 35, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Stefan Birevi", - "gender": "M", - "height": "210", - "weight": "104", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Suzanne Brigit \"Sue\" Bird", - "gender": "F", - "height": "175", - "weight": "66", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Dane Alex Bird-Smith", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Athletics", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Vera Leonidovna Biryukova", - "gender": "F", - "height": "168", - "weight": "47", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Emma Stina Blackstenius", - "gender": "F", - "height": "173", - "weight": "69", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 20, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Yohan Blake", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Irina Valeryevna Bliznova", - "gender": "F", - "height": "182", - "weight": "68", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Anastasiya Ilyinichna Bliznyuk", - "gender": "F", - "height": "173", - "weight": "51", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Pernille Blume", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Pernille Blume", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Jack Bobridge", - "gender": "M", - "height": "180", - "weight": "65", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Vladlena Eduardovna Bobrovnikova", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Gauthier Boccard", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Gbor Gyula Boczk", - "gender": "M", - "height": "192", - "weight": "89", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 39, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Michal Alexandre Bodegas", - "gender": "M", - "height": "192", - "weight": "102", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Bogdan Bogdanovi", - "gender": "M", - "height": "197", - "weight": "99", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 23, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Tijana Bogdanovi", - "gender": "F", - "height": "172", - "weight": "52", - "sport": "Taekwondo", - "team": "Serbia", - "noc": "SRB", - "age": 18, - "event": "Taekwondo Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Andreea Boghian", - "gender": "F", - "height": "186", - "weight": "78", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 24, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Shmagi Bolkvadze", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Timo Boll", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 35, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 100 metres", - "medal": "Gold" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 200 metres", - "medal": "Gold" - }, - { - "name": "Usain St. Leo Bolt", - "gender": "M", - "height": "196", - "weight": "95", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Hamish Byron Bond", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 30, - "event": "Rowing Men's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Bohdan Viktorovych Bondarenko", - "gender": "M", - "height": "198", - "weight": "77", - "sport": "Athletics", - "team": "Ukraine", - "noc": "UKR", - "age": 26, - "event": "Athletics Men's High Jump", - "medal": "Bronze" - }, - { - "name": "Tom Boon", - "gender": "M", - "height": "184", - "weight": "81", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Joshua \"Josh\" Booth", - "gender": "M", - "height": "190", - "weight": "93", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kjetil Borch", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Rowing Men's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Yannick Philippe Andr Borel", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Maurcio Borges Almeida Silva", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Mariya Olegovna Borisova", - "gender": "F", - "height": "184", - "weight": "95", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Ismael Borrero Molina", - "gender": "M", - "height": "160", - "weight": "59", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 24, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Willemijn Bos", - "gender": "F", - "height": "181", - "weight": "69", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Tijana Bokovi", - "gender": "F", - "height": "193", - "weight": "82", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Roger-Yves Bost", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 50, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Ins Boubakri", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Fencing", - "team": "Tunisia", - "noc": "TUN", - "age": 27, - "event": "Fencing Women's Foil, Individual", - "medal": "Bronze" - }, - { - "name": "David Alasdair Boudia", - "gender": "M", - "height": "175", - "weight": "73", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Diving Men's Platform", - "medal": "Bronze" - }, - { - "name": "David Alasdair Boudia", - "gender": "M", - "height": "175", - "weight": "73", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Diving Men's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Carline Bouw", - "gender": "F", - "height": "184", - "weight": "72", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Marit Bouwmeester", - "gender": "F", - "height": "177", - "weight": "68", - "sport": "Sailing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Sailing Women's One Person Dinghy", - "medal": "Gold" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 100 metres", - "medal": "Silver" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 200 metres", - "medal": "Bronze" - }, - { - "name": "Frentorish \"Tori\" Bowie", - "gender": "F", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Jovana Brakoevi-Kancian", - "gender": "F", - "height": "196", - "weight": "82", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Julian Brandt", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Ana Maria Florentina Brnz-Popescu", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Sophie Charlotte Bray", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Thiago Braz da Silva", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Athletics", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Athletics Men's Pole Vault", - "medal": "Gold" - }, - { - "name": "Kelly Brazier", - "gender": "F", - "height": "171", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 26, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Sebastian Brendel", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Sebastian Brendel", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Thomas Briels", - "gender": "M", - "height": "172", - "weight": "71", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Lawrence Brittain", - "gender": "M", - "height": "187", - "weight": "94", - "sport": "Rowing", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Rowing Men's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Allison M. Brock", - "gender": "F", - "height": "168", - "weight": "59", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 36, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Kristina Brring-Sprehe", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Bronze" - }, - { - "name": "Kristina Brring-Sprehe", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Gayle Broughton", - "gender": "F", - "height": "174", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 20, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Alexander Brouwer", - "gender": "M", - "height": "198", - "weight": "88", - "sport": "Beach Volleyball", - "team": "Netherlands-1", - "noc": "NED", - "age": 26, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Aaron Brown", - "gender": "M", - "height": "198", - "weight": "79", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Christopher Deon \"Chris\" Brown", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 37, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kyle Gie Brown", - "gender": "M", - "height": "182", - "weight": "92", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Laura Brown", - "gender": "F", - "height": "167", - "weight": "61", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Alistair Edward Brownlee", - "gender": "M", - "height": "184", - "weight": "70", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Triathlon Men's Olympic Distance", - "medal": "Gold" - }, - { - "name": "Jonathan Callum \"Jonny\" Brownlee", - "gender": "M", - "height": "181", - "weight": "70", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Triathlon Men's Olympic Distance", - "medal": "Silver" - }, - { - "name": "Kristoffer Brun", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 28, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Manuel Brunet", - "gender": "M", - "height": "179", - "weight": "79", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Rachele Bruni", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Silver" - }, - { - "name": "Bruno \"Bruninho\" Mossa de Rezende", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Joshua Buatsi", - "gender": "M", - "height": "185", - "weight": "81", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kadeisha Buchanan", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Matthijs Bchli", - "gender": "M", - "height": "188", - "weight": "90", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Cycling Men's Keirin", - "medal": "Silver" - }, - { - "name": "Luka Buki", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Yekaterina Borisovna Bukina", - "gender": "F", - "height": "174", - "weight": "75", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Chlo Bulleux", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Phil Burgess", - "gender": "M", - "height": "180", - "weight": "92", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Damir Buri", - "gender": "M", - "height": "205", - "weight": "115", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 35, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Steven James Burke", - "gender": "M", - "height": "183", - "weight": "78", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Peter Burling", - "gender": "M", - "height": "186", - "weight": "82", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Sailing Men's Skiff", - "medal": "Gold" - }, - { - "name": "Christopher Burton", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Tom Burton", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Sailing Men's One Person Dinghy", - "medal": "Gold" - }, - { - "name": "Bianka Bua", - "gender": "F", - "height": "187", - "weight": "74", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 22, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Andro Bulje", - "gender": "M", - "height": "200", - "weight": "115", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Simone Buti", - "gender": "M", - "height": "206", - "weight": "100", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Jimmy Butler III", - "gender": "M", - "height": "201", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Linus Butt", - "gender": "M", - "height": "186", - "weight": "83", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Dajana Butulija", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Denia Caballero Ponce", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Athletics", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Athletics Women's Discus Throw", - "medal": "Bronze" - }, - { - "name": "Jrmy Cadot", - "gender": "M", - "height": "185", - "weight": "78", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Tania Cagnotto (-Parolin)", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Diving Women's Springboard", - "medal": "Bronze" - }, - { - "name": "Tania Cagnotto (-Parolin)", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Diving Women's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Cai Zelin", - "gender": "M", - "height": "175", - "weight": "55", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Chiara Cainero", - "gender": "F", - "height": "171", - "weight": "81", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 38, - "event": "Shooting Women's Skeet", - "medal": "Silver" - }, - { - "name": "Jos Manuel Caldern Borrallo", - "gender": "M", - "height": "191", - "weight": "90", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 34, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Hilary Caldwell", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Facundo Callioni", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Eva Calvo Gmez", - "gender": "F", - "height": "176", - "weight": "57", - "sport": "Taekwondo", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Taekwondo Women's Featherweight", - "medal": "Silver" - }, - { - "name": "Asuka Antonio \"Aska\" Cambridge", - "gender": "M", - "height": "179", - "weight": "74", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Bronte Campbell", - "gender": "F", - "height": "179", - "weight": "58", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Cate Natalie Campbell", - "gender": "F", - "height": "186", - "weight": "67", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Cate Natalie Campbell", - "gender": "F", - "height": "186", - "weight": "67", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Veronica Angella Campbell-Brown", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 34, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Niccol Campriani", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Gold" - }, - { - "name": "Niccol Campriani", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Gold" - }, - { - "name": "Fabian Cancellara", - "gender": "M", - "height": "186", - "weight": "81", - "sport": "Cycling", - "team": "Switzerland", - "noc": "SUI", - "age": 35, - "event": "Cycling Men's Individual Time Trial", - "medal": "Gold" - }, - { - "name": "Cao Yuan", - "gender": "M", - "height": "160", - "weight": "42", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Diving Men's Springboard", - "medal": "Gold" - }, - { - "name": "Cao Yuan", - "gender": "M", - "height": "160", - "weight": "42", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Diving Men's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Jazmin Roxy \"Jazz\" Carlin", - "gender": "F", - "height": "175", - "weight": "57", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Jazmin Roxy \"Jazz\" Carlin", - "gender": "F", - "height": "175", - "weight": "57", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Olivia Frances Carnegie-Brown", - "gender": "F", - "height": "181", - "weight": "73", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Cecilia Carranza Saroli", - "gender": "F", - "height": "164", - "weight": "63", - "sport": "Sailing", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Sailing Mixed Multihull", - "medal": "Gold" - }, - { - "name": "Lisa Carrington", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Lisa Carrington", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Michelle Denee Carter", - "gender": "F", - "height": "176", - "weight": "136", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's Shot Put", - "medal": "Gold" - }, - { - "name": "Charlotte Caslick", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Matteo Castaldo", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Kristi Castlin", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Tamika Devonne Catchings", - "gender": "F", - "height": "185", - "weight": "77", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 37, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Kelly Catlin", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Mark Simon Cavendish", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Omnium", - "medal": "Silver" - }, - { - "name": "Saa ao", - "gender": "F", - "height": "178", - "weight": "72", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Matthew Gerald \"Matt\" Centrowitz, Jr.", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's 1,500 metres", - "medal": "Gold" - }, - { - "name": "Davit Gochayevich Chakvetadze", - "gender": "M", - "height": "174", - "weight": "85", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kyle Chalmers", - "gender": "M", - "height": "193", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 18, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Frank Chamizo Marquez", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Wrestling", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Miles Cleveland Chamley-Watson", - "gender": "M", - "height": "193", - "weight": "80", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Chan Peng Soon", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 28, - "event": "Badminton Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Chang Hye-Jin", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Archery Women's Individual", - "medal": "Gold" - }, - { - "name": "Chang Hye-Jin", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Allysha Chapman", - "gender": "F", - "height": "160", - "weight": "56", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Tina Alexandria Charles", - "gender": "F", - "height": "193", - "weight": "88", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Cdric Charlier", - "gender": "M", - "height": "181", - "weight": "81", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Yuriy Volodymyrovych Cheban", - "gender": "M", - "height": "185", - "weight": "93", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 30, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Paul Kipkemboi Chelimo", - "gender": "M", - "height": "175", - "weight": "57", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 5,000 metres", - "medal": "Silver" - }, - { - "name": "Chen Aisen", - "gender": "M", - "height": "168", - "weight": "60", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Diving Men's Platform", - "medal": "Gold" - }, - { - "name": "Chen Aisen", - "gender": "M", - "height": "168", - "weight": "60", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Diving Men's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Chen Long", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Badminton", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Badminton Men's Singles", - "medal": "Gold" - }, - { - "name": "Chen Peina", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Sailing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Sailing Women's Windsurfer", - "medal": "Silver" - }, - { - "name": "Chen Ruolin", - "gender": "F", - "height": "160", - "weight": "47", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Diving Women's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Cheng Xunzhao", - "gender": "M", - "height": "185", - "weight": "90", - "sport": "Judo", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Judo Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Cheong Jun Hoong", - "gender": "F", - "height": "150", - "weight": "48", - "sport": "Diving", - "team": "Malaysia", - "noc": "MAS", - "age": 26, - "event": "Diving Women's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Aleksey Borisovich Cheremisinov", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Emilee Cherry", - "gender": "F", - "height": "168", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Vivian Jepkemoi Cheruiyot", - "gender": "F", - "height": "153", - "weight": "40", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 32, - "event": "Athletics Women's 5,000 metres", - "medal": "Gold" - }, - { - "name": "Vivian Jepkemoi Cheruiyot", - "gender": "F", - "height": "153", - "weight": "40", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 32, - "event": "Athletics Women's 10,000 metres", - "medal": "Silver" - }, - { - "name": "Vlada Aleksandrovna Chigiryova", - "gender": "F", - "height": "162", - "weight": "46", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Eilidh Child-Doyle", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Choe Hyo-Sim", - "gender": "F", - "height": "159", - "weight": "63", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 22, - "event": "Weightlifting Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Choi Mi-Sun", - "gender": "F", - "height": "168", - "weight": "53", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 20, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Maialen Chourraut Yurramendi", - "gender": "F", - "height": "161", - "weight": "55", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 33, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Micah Makanamaikalani Christenson", - "gender": "M", - "height": "198", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Mads Christiansen", - "gender": "M", - "height": "197", - "weight": "93", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Max Christiansen", - "gender": "M", - "height": "187", - "weight": "84", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Anton Mikhaylovich Chupkov", - "gender": "M", - "height": "188", - "weight": "71", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Monika Ciaciuch", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 24, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Cheick Sallah Ciss Junior", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Taekwondo", - "team": "Cote d'Ivoire", - "noc": "CIV", - "age": 22, - "event": "Taekwondo Men's Welterweight", - "medal": "Gold" - }, - { - "name": "Souleymane Diop Cissokho", - "gender": "M", - "height": "179", - "weight": "69", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Boxing Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Edward \"Ed\" Clancy", - "gender": "M", - "height": "185", - "weight": "79", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Caroline Archer \"KK\" Clark", - "gender": "F", - "height": "188", - "weight": "72", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Saskia Clark", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Joseph \"Joe\" Clarke", - "gender": "M", - "height": "182", - "weight": "76", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Vctor Claver Arocas", - "gender": "M", - "height": "206", - "weight": "107", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 27, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "William Bundu \"Will\" Claye", - "gender": "M", - "height": "181", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's Triple Jump", - "medal": "Silver" - }, - { - "name": "Kerron Stephon Clement", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Kyle Clemons", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "lodie Pascaline Clouvel", - "gender": "F", - "height": "182", - "weight": "69", - "sport": "Modern Pentathlon", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Modern Pentathlon Women's Individual", - "medal": "Silver" - }, - { - "name": "Emma Jane Coburn", - "gender": "F", - "height": "173", - "weight": "54", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Bronze" - }, - { - "name": "Corey Cogdell-Unrein", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Shooting Women's Trap", - "medal": "Bronze" - }, - { - "name": "Roxana Gabriela Cogianu", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 29, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Adelina Maria Cojocariu-Bogus", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Massimo Colaci", - "gender": "M", - "height": "180", - "weight": "75", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Thibault Colard", - "gender": "M", - "height": "187", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Carlos Coloma Nicols", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "Spain", - "noc": "ESP", - "age": 34, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Bronze" - }, - { - "name": "Robson Donato Conceio", - "gender": "M", - "height": "171", - "weight": "57", - "sport": "Boxing", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Boxing Men's Lightweight", - "medal": "Gold" - }, - { - "name": "John \"Jack\" Conger", - "gender": "M", - "height": "193", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Sally Conway", - "gender": "F", - "height": "167", - "weight": "70", - "sport": "Judo", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Judo Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Tamsin Cook", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 17, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Yasmani Copello Escobar", - "gender": "M", - "height": "191", - "weight": "85", - "sport": "Athletics", - "team": "Turkey", - "noc": "TUR", - "age": 29, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Kevin Cordes", - "gender": "M", - "height": "196", - "weight": "88", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Tanguy Cosyns", - "gender": "M", - "height": "174", - "weight": "70", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 25, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Aleksandra Cotti", - "gender": "F", - "height": "167", - "weight": "65", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "DeMarcus Amir Cousins", - "gender": "M", - "height": "210", - "weight": "122", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "J'den Michael Tbory Cox", - "gender": "M", - "height": "180", - "weight": "86", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Kameryn Louise \"Kami\" Craig", - "gender": "F", - "height": "181", - "weight": "88", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Sal Craviotto Rivero", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Sal Craviotto Rivero", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Gold" - }, - { - "name": "Samuel Thomas \"Sam\" Cross", - "gender": "M", - "height": "191", - "weight": "103", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Ryan Crouser", - "gender": "M", - "height": "201", - "weight": "125", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Men's Shot Put", - "medal": "Gold" - }, - { - "name": "Kimberley \"Kim\" Crow-Brennan", - "gender": "F", - "height": "188", - "weight": "74", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Rowing Women's Single Sculls", - "medal": "Gold" - }, - { - "name": "Anna Cruz Lebrato", - "gender": "F", - "height": "176", - "weight": "60", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Aleksandra Crvendaki", - "gender": "F", - "height": "187", - "weight": "76", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 20, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Lszl Cseh, Jr.", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 30, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Tamara Csipes", - "gender": "F", - "height": "176", - "weight": "78", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 26, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Milo uk", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Chay Crista Kerio Cullen", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Rsul unayev", - "gender": "M", - "height": "171", - "weight": "66", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Michal D'Almeida", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Sabrina D'Angelo", - "gender": "F", - "height": "173", - "weight": "71", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mayra Aguiar da Silva", - "gender": "F", - "height": "177", - "weight": "78", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Judo Women's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Rafael Carlos da Silva", - "gender": "M", - "height": "203", - "weight": "160", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 29, - "event": "Judo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ana Dabovi", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Milica Dabovi", - "gender": "F", - "height": "173", - "weight": "63", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Sara Ilonka Dbritz", - "gender": "F", - "height": "171", - "weight": "59", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Lisa Karolina Viktoria Dahlkvist", - "gender": "F", - "height": "173", - "weight": "66", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Ro Masivesi Dakuwaqa", - "gender": "M", - "height": "190", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Thomas Robert \"Tom\" Daley", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Diving Men's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Francesca Dallap", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Diving", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Diving Women's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Chloe Elysha Dalton", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Blandine Dancette", - "gender": "F", - "height": "169", - "weight": "60", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Emmanuel Shinkut Daniel", - "gender": "M", - "height": "174", - "weight": "88", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Alexandra Mary L. \"Alex\" Danson", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Hannah Darling", - "gender": "F", - "height": "174", - "weight": "72", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Lisa Darmanin", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Sailing Mixed Multihull", - "medal": "Silver" - }, - { - "name": "Tuyana Norpolovna Dashidorzhiyeva", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "James Davies", - "gender": "M", - "height": "181", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Lucy Davis", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Edward James Eddie Dawkins", - "gender": "M", - "height": "185", - "weight": "93", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Christine Day", - "gender": "F", - "height": "168", - "weight": "51", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Eva Roma Maria de Goede", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 100 metres", - "medal": "Bronze" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 200 metres", - "medal": "Silver" - }, - { - "name": "Andre De Grasse", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Juan Leon de Jongh", - "gender": "M", - "height": "175", - "weight": "87", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Zoe Michaela de Toledo", - "gender": "F", - "height": "172", - "weight": "58", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Xan de Waard", - "gender": "F", - "height": "163", - "weight": "55", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 20, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Hlne Defrance", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Marco Del Lungo", - "gender": "M", - "height": "190", - "weight": "97", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 26, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Juan Martn del Potro", - "gender": "M", - "height": "198", - "weight": "97", - "sport": "Tennis", - "team": "Argentina", - "noc": "ARG", - "age": 27, - "event": "Tennis Men's Singles", - "medal": "Silver" - }, - { - "name": "Elena Delle Donne", - "gender": "F", - "height": "195", - "weight": "86", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Siraba Dembl", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Mirela Krasimirova Demireva", - "gender": "F", - "height": "180", - "weight": "58", - "sport": "Athletics", - "team": "Bulgaria", - "noc": "BUL", - "age": 26, - "event": "Athletics Women's High Jump", - "medal": "Silver" - }, - { - "name": "Soner Demirta", - "gender": "M", - "height": "170", - "weight": "74", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 25, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Nicholas Charles \"Nick\" Dempsey", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Sailing Men's Windsurfer", - "medal": "Silver" - }, - { - "name": "Valentin Demyanenko", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Canoeing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 32, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Felix Denayer", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Deng Shudi", - "gender": "M", - "height": "163", - "weight": "58", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Deng Wei", - "gender": "F", - "height": "159", - "weight": "63", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Weightlifting Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Aleksey Alekseyevich Denisenko", - "gender": "M", - "height": "185", - "weight": "68", - "sport": "Taekwondo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Taekwondo Men's Featherweight", - "medal": "Silver" - }, - { - "name": "Inna Vasilyevna Deriglazova", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Fencing Women's Foil, Individual", - "medal": "Gold" - }, - { - "name": "DeMar Darnell DeRozan", - "gender": "M", - "height": "201", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Gabriele Detti", - "gender": "M", - "height": "184", - "weight": "79", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Gabriele Detti", - "gender": "M", - "height": "184", - "weight": "79", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Daniel Deuer", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Jolien D'hoore", - "gender": "F", - "height": "176", - "weight": "64", - "sport": "Cycling", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Cycling Women's Omnium", - "medal": "Bronze" - }, - { - "name": "Marco Di Costanzo", - "gender": "M", - "height": "184", - "weight": "87", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Rowing Men's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Elisa Di Francisca", - "gender": "F", - "height": "177", - "weight": "65", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Fencing Women's Foil, Individual", - "medal": "Silver" - }, - { - "name": "Francesco Di Fulvio", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Tania Di Mario", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Emily Jane Diamond", - "gender": "F", - "height": "173", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Hidilyn Diaz", - "gender": "F", - "height": "149", - "weight": "53", - "sport": "Weightlifting", - "team": "Philippines", - "noc": "PHI", - "age": 25, - "event": "Weightlifting Women's Featherweight", - "medal": "Silver" - }, - { - "name": "Genzebe Dibaba Keneni", - "gender": "F", - "height": "168", - "weight": "52", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 25, - "event": "Athletics Women's 1,500 metres", - "medal": "Silver" - }, - { - "name": "Mare Dibaba Hurssa (-Ibrahimova-)", - "gender": "F", - "height": "156", - "weight": "45", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 26, - "event": "Athletics Women's Marathon", - "medal": "Bronze" - }, - { - "name": "Tirunesh Dibaba Keneni", - "gender": "F", - "height": "166", - "weight": "50", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 31, - "event": "Athletics Women's 10,000 metres", - "medal": "Bronze" - }, - { - "name": "Aurimas Didbalis", - "gender": "M", - "height": "172", - "weight": "94", - "sport": "Weightlifting", - "team": "Lithuania", - "noc": "LTU", - "age": 25, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Heidi Diethelm Gerber", - "gender": "F", - "height": "168", - "weight": "93", - "sport": "Shooting", - "team": "Switzerland", - "noc": "SUI", - "age": 47, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Bronze" - }, - { - "name": "Tina Dietze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Silver" - }, - { - "name": "Tina Dietze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Ding Ning", - "gender": "F", - "height": "171", - "weight": "63", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Women's Singles", - "medal": "Gold" - }, - { - "name": "Ding Ning", - "gender": "F", - "height": "171", - "weight": "63", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Ding Xia", - "gender": "F", - "height": "180", - "weight": "67", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Loredana Dinu (Iordchioiu-)", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 32, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Adrien Dipanda", - "gender": "M", - "height": "202", - "weight": "105", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Madeline Jane \"Maya\" DiRado", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Carlien Clemens Dirkse van den Heuvel", - "gender": "F", - "height": "170", - "weight": "56", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Christian Dissinger", - "gender": "M", - "height": "203", - "weight": "105", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Denis Sergeyevich Dmitriyev", - "gender": "M", - "height": "177", - "weight": "90", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Cycling Men's Sprint", - "medal": "Bronze" - }, - { - "name": "Darya Yevgenyevna Dmitriyeva", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sbastien Dockier", - "gender": "M", - "height": "175", - "weight": "74", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 26, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "John-John Dohmen", - "gender": "M", - "height": "174", - "weight": "69", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Slvia Domnguez Fernndez", - "gender": "F", - "height": "167", - "weight": "64", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Apisai Raviyawa Domolailai", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Dong Bin", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Athletics Men's Triple Jump", - "medal": "Bronze" - }, - { - "name": "Dong Dong", - "gender": "M", - "height": "168", - "weight": "57", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Trampolining Men's Individual", - "medal": "Silver" - }, - { - "name": "Dorjnyambuugiin Otgondalai", - "gender": "M", - "height": "170", - "weight": "60", - "sport": "Boxing", - "team": "Mongolia", - "noc": "MGL", - "age": 28, - "event": "Boxing Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Dorjsurengiin Sumiya", - "gender": "F", - "height": "160", - "weight": "59", - "sport": "Judo", - "team": "Mongolia", - "noc": "MGL", - "age": 25, - "event": "Judo Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Sam Dorman", - "gender": "M", - "height": "175", - "weight": "77", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Diving Men's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Sara Dosho", - "gender": "F", - "height": "159", - "weight": "69", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Josef Dostl", - "gender": "M", - "height": "202", - "weight": "115", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Josef Dostl", - "gender": "M", - "height": "202", - "weight": "115", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Gabrielle Christina Victoria \"Gabby\" Douglas", - "gender": "F", - "height": "157", - "weight": "50", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Douglas dos Santos Justino de Melo", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Owain Daniel John Doull", - "gender": "M", - "height": "181", - "weight": "73", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Felix Drahotta", - "gender": "M", - "height": "200", - "weight": "102", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Caeleb Remel Dressel", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Caeleb Remel Dressel", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Derek Drouin", - "gender": "M", - "height": "196", - "weight": "83", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 26, - "event": "Athletics Men's High Jump", - "medal": "Gold" - }, - { - "name": "Daniela Druncea", - "gender": "F", - "height": "150", - "weight": "50", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Paul Drux", - "gender": "M", - "height": "192", - "weight": "106", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Alexander Mah Owens Drysdale", - "gender": "M", - "height": "200", - "weight": "102", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 37, - "event": "Rowing Men's Single Sculls", - "medal": "Gold" - }, - { - "name": "Du Li", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 34, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Silver" - }, - { - "name": "Du Li", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 34, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Bronze" - }, - { - "name": "Duan Jingli", - "gender": "F", - "height": "180", - "weight": "76", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Rowing Women's Single Sculls", - "medal": "Bronze" - }, - { - "name": "Charlotte Susan Jane Dujardin", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Gold" - }, - { - "name": "Charlotte Susan Jane Dujardin", - "gender": "F", - "height": "170", - "weight": "57", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Tom Dumoulin", - "gender": "M", - "height": "186", - "weight": "70", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Cycling Men's Individual Time Trial", - "medal": "Silver" - }, - { - "name": "Vitaly Vladimirovich Dunaytsev", - "gender": "M", - "height": "174", - "weight": "64", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Boxing Men's Light-Welterweight", - "medal": "Bronze" - }, - { - "name": "Fitzroy Junior Dunkley", - "gender": "M", - "height": "195", - "weight": "79", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 23, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Joshua Dunkley-Smith", - "gender": "M", - "height": "194", - "weight": "98", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kevin Wayne Durant", - "gender": "M", - "height": "206", - "weight": "105", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Scott David Durant", - "gender": "M", - "height": "196", - "weight": "96", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Hasanboy Dusmatov", - "gender": "M", - "height": "156", - "weight": "49", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Light-Flyweight", - "medal": "Gold" - }, - { - "name": "Phillip Peter Dutton", - "gender": "M", - "height": "168", - "weight": "68", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 52, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Bronze" - }, - { - "name": "Conor James Dwyer", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Conor James Dwyer", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Yekaterina Vladimirovna Dyachenko", - "gender": "F", - "height": "167", - "weight": "53", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Ivan Fyodorovich Dychko", - "gender": "M", - "height": "205", - "weight": "91", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Chlo Dygert (-Owen)", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Ashton James Eaton", - "gender": "M", - "height": "186", - "weight": "81", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Athletics Men's Decathlon", - "medal": "Gold" - }, - { - "name": "Masashi Ebinuma", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Judo Men's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Jessica Jane \"Jess\" Eddie", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "der Francis Carbonera", - "gender": "M", - "height": "205", - "weight": "107", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Alexander \"Alex\" Edmondson", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Batrice Edwige", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Naito Ehara", - "gender": "M", - "height": "172", - "weight": "59", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Stefaniya Aleksandrovna Elfutina", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Sailing", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Sailing Women's Windsurfer", - "medal": "Bronze" - }, - { - "name": "Marcus John Ellis", - "gender": "M", - "height": "175", - "weight": "80", - "sport": "Badminton", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Badminton Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Taylor Ellis-Watson", - "gender": "F", - "height": "183", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Brady Lee Ellison", - "gender": "M", - "height": "181", - "weight": "86", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Individual", - "medal": "Bronze" - }, - { - "name": "Brady Lee Ellison", - "gender": "M", - "height": "181", - "weight": "86", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Amanda Elmore", - "gender": "F", - "height": "180", - "weight": "80", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Brittany Joyce Elmslie", - "gender": "F", - "height": "179", - "weight": "73", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Brittany Joyce Elmslie", - "gender": "F", - "height": "179", - "weight": "73", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Giulia Enrica Emmolo", - "gender": "F", - "height": "171", - "weight": "67", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Tnu Endrekson", - "gender": "M", - "height": "198", - "weight": "104", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 37, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Jessica Phyllis Ennis-Hill", - "gender": "F", - "height": "165", - "weight": "57", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Athletics Women's Heptathlon", - "medal": "Silver" - }, - { - "name": "Magdalena \"Magda\" Eriksson", - "gender": "F", - "height": "172", - "weight": "66", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Saturday Keigo Erimuya", - "gender": "M", - "height": "171", - "weight": "NA", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 18, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Anthony Lee Ervin", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Anthony Lee Ervin", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Srgio \"Escadinha\" Dutra dos Santos", - "gender": "M", - "height": "184", - "weight": "78", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 40, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Mara del Rosario Espinoza Espinoza", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Taekwondo", - "team": "Mexico", - "noc": "MEX", - "age": 28, - "event": "Taekwondo Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Chloe Esposito", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Modern Pentathlon", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Modern Pentathlon Women's Individual", - "medal": "Gold" - }, - { - "name": "Oghenekaro Peter Etebo", - "gender": "M", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Gemma Etheridge", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Imoh Ezekiel", - "gender": "M", - "height": "171", - "weight": "80", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Ludovic Fabregas", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Simone Facey", - "gender": "F", - "height": "162", - "weight": "53", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 31, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Fan Yilin", - "gender": "F", - "height": "148", - "weight": "37", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "ime Fantela", - "gender": "M", - "height": "183", - "weight": "67", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Mohamed Muktar Jama \"Mo\" Farah", - "gender": "M", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Athletics Men's 5,000 metres", - "medal": "Gold" - }, - { - "name": "Mohamed Muktar Jama \"Mo\" Farah", - "gender": "M", - "height": "175", - "weight": "58", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Athletics Men's 10,000 metres", - "medal": "Gold" - }, - { - "name": "Bianca Farella", - "gender": "F", - "height": "173", - "weight": "73", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kent Farrington", - "gender": "M", - "height": "173", - "weight": "66", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 35, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Steffen Fth", - "gender": "M", - "height": "199", - "weight": "97", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Rachel Fattal", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Krisztina Fazekas Zur", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 36, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "James \"Jimmy\" Feigen", - "gender": "M", - "height": "196", - "weight": "98", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Felipe Anderson Perieira Gomes", - "gender": "M", - "height": "178", - "weight": "66", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 400 metres", - "medal": "Silver" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Allyson Michelle Felix", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Feng Shanshan", - "gender": "F", - "height": "170", - "weight": "85", - "sport": "Golf", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Golf Women's Individual", - "medal": "Bronze" - }, - { - "name": "Rodolfo \"Rudy\" Fernndez Farrs", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Rossella Fiamingo", - "gender": "F", - "height": "167", - "weight": "50", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Fencing Women's epee, Individual", - "medal": "Silver" - }, - { - "name": "Marco Fichera", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Connor Evan Fields", - "gender": "M", - "height": "183", - "weight": "88", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Cycling Men's BMX", - "medal": "Gold" - }, - { - "name": "Pietro Figlioli", - "gender": "M", - "height": "191", - "weight": "98", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "scar Albeyro Figueroa Mosquera", - "gender": "M", - "height": "159", - "weight": "62", - "sport": "Weightlifting", - "team": "Colombia", - "noc": "COL", - "age": 33, - "event": "Weightlifting Men's Featherweight", - "medal": "Gold" - }, - { - "name": "Roseline Filion", - "gender": "F", - "height": "152", - "weight": "52", - "sport": "Diving", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Diving Women's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Filip Filipovi", - "gender": "M", - "height": "196", - "weight": "101", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Yoel Segundo Finol Rivas", - "gender": "M", - "height": "168", - "weight": "52", - "sport": "Boxing", - "team": "Venezuela", - "noc": "VEN", - "age": 19, - "event": "Boxing Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Aria Fischer", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 17, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Makenzie Fischer", - "gender": "F", - "height": "186", - "weight": "74", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "sa Nilla Maria Fischer", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Theresa Matauaina Fitzpatrick", - "gender": "F", - "height": "168", - "weight": "75", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Jessie Alexandra Fleming", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 18, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "David Florence", - "gender": "M", - "height": "188", - "weight": "76", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Silver" - }, - { - "name": "Casper Michael von Folsach", - "gender": "M", - "height": "191", - "weight": "82", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 23, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Andrea Fondelli", - "gender": "M", - "height": "190", - "weight": "96", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Nouchka Fontijn", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Boxing Women's Middleweight", - "medal": "Silver" - }, - { - "name": "Shashalee Forbes", - "gender": "F", - "height": "160", - "weight": "55", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Karsten Forsterling", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 36, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Sylvia Shaqueria Fowles", - "gender": "F", - "height": "198", - "weight": "90", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Jessica Esther \"Jess\" Fox", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Marit Malm Frafjord", - "gender": "F", - "height": "182", - "weight": "78", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Javon Francis", - "gender": "M", - "height": "183", - "weight": "68", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Phyllis Chanez Francis", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Tanja Chiara Frank", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Sailing", - "team": "Austria", - "noc": "AUT", - "age": 23, - "event": "Sailing Mixed Multihull", - "medal": "Bronze" - }, - { - "name": "Melissa Jeanette \"Missy\" Franklin", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Anna Jenny Eva Maria Fransson (Magnusson-)", - "gender": "F", - "height": "169", - "weight": "73", - "sport": "Wrestling", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Shelly-Ann Fraser-Pryce", - "gender": "F", - "height": "160", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 100 metres", - "medal": "Bronze" - }, - { - "name": "Shelly-Ann Fraser-Pryce", - "gender": "F", - "height": "160", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 29, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Teresa Frassinetti", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Carl Peder Fredricson", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Equestrianism", - "team": "Sweden", - "noc": "SWE", - "age": 44, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Silver" - }, - { - "name": "Christopher Clive \"Chris\" Froome", - "gender": "M", - "height": "185", - "weight": "69", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Cycling Men's Individual Time Trial", - "medal": "Bronze" - }, - { - "name": "Fu Haifeng", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 32, - "event": "Badminton Men's Doubles", - "medal": "Gold" - }, - { - "name": "Fu Yuanhui", - "gender": "F", - "height": "179", - "weight": "63", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Florian Fuchs", - "gender": "M", - "height": "185", - "weight": "74", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Jakob Diemer Fuglsang", - "gender": "M", - "height": "183", - "weight": "69", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Cycling Men's Road Race, Individual", - "medal": "Silver" - }, - { - "name": "Ai Fukuhara", - "gender": "F", - "height": "156", - "weight": "48", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Magdalena Fularczyk-Kozowska", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 29, - "event": "Rowing Women's Double Sculls", - "medal": "Gold" - }, - { - "name": "Moritz Frste", - "gender": "M", - "height": "190", - "weight": "89", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Gabriel Barbosa Almeida", - "gender": "M", - "height": "178", - "weight": "68", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Gabriel Fernando de Jesus", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Otgontsetseg Galbadrakhyn", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Judo", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 24, - "event": "Judo Women's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Valentino Gallo", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Jacqueline \"Jackie\" Galloway", - "gender": "F", - "height": "178", - "weight": "80", - "sport": "Taekwondo", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Taekwondo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Dzhavid Shakirovich Gamzatov", - "gender": "M", - "height": "176", - "weight": "91", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 26, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Gao Lei", - "gender": "M", - "height": "170", - "weight": "64", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Trampolining Men's Individual", - "medal": "Bronze" - }, - { - "name": "Xavier Garca Gadea", - "gender": "M", - "height": "198", - "weight": "92", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Steven Gardiner", - "gender": "M", - "height": "193", - "weight": "94", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 20, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "English Gardner", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Denis Gargaud Chanut", - "gender": "M", - "height": "181", - "weight": "76", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Gold" - }, - { - "name": "Arianna Garibotti", - "gender": "F", - "height": "169", - "weight": "64", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Daniele Garozzo", - "gender": "M", - "height": "177", - "weight": "65", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Fencing Men's Foil, Individual", - "medal": "Gold" - }, - { - "name": "Enrico Garozzo", - "gender": "M", - "height": "190", - "weight": "70", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Zach Garrett", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Pau Gasol Sez", - "gender": "M", - "height": "215", - "weight": "115", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Justin Alexander Gatlin", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Athletics Men's 100 metres", - "medal": "Silver" - }, - { - "name": "Artemi Gavezou Castro", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Yuliya Petrovna Gavrilova", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Fazliddin Khasanbayevich Gaybnazarov", - "gender": "M", - "height": "169", - "weight": "64", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 25, - "event": "Boxing Men's Light-Welterweight", - "medal": "Gold" - }, - { - "name": "Ruth Marie Christelle Gbagbi", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Taekwondo", - "team": "Cote d'Ivoire", - "noc": "CIV", - "age": 22, - "event": "Taekwondo Women's Welterweight", - "medal": "Bronze" - }, - { - "name": "Hagos Gebrhiwet Berhe", - "gender": "M", - "height": "171", - "weight": "56", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 22, - "event": "Athletics Men's 5,000 metres", - "medal": "Bronze" - }, - { - "name": "Justin Gilberto Geduld", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Aniuar Borisovich Geduyev", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Uwe Gensheimer", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Paul George", - "gender": "M", - "height": "206", - "weight": "99", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Vincent Grard", - "gender": "M", - "height": "189", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Aleksandra Viktorovna Gerasimenya", - "gender": "F", - "height": "175", - "weight": "60", - "sport": "Swimming", - "team": "Belarus", - "noc": "BLR", - "age": 30, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Yarden Gerbi", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Judo", - "team": "Israel", - "noc": "ISR", - "age": 27, - "event": "Judo Women's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Komeil Nemat Ghasemi", - "gender": "M", - "height": "186", - "weight": "115", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 28, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Simona Cristina Gherman (Alexandru-)", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Simone Giannelli", - "gender": "M", - "height": "198", - "weight": "92", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 19, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Spyridon \"Spyros\" Gianniotis", - "gender": "M", - "height": "185", - "weight": "78", - "sport": "Swimming", - "team": "Greece", - "noc": "GRE", - "age": 36, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Silver" - }, - { - "name": "Laura Gil Collado", - "gender": "F", - "height": "191", - "weight": "78", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Juan Ignacio Gilardi", - "gender": "M", - "height": "186", - "weight": "91", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 34, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Kaleigh Gilchrist", - "gender": "F", - "height": "176", - "weight": "77", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Fabien Pierre Aurlien Dominique Gilot", - "gender": "M", - "height": "193", - "weight": "85", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Matthias Lukas Ginter", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Cameron Girdlestone", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Niccol Gitto", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Odette Giuffrida", - "gender": "F", - "height": "160", - "weight": "52", - "sport": "Judo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Judo Women's Half-Lightweight", - "medal": "Silver" - }, - { - "name": "Shakhram Dzhamshedovich Giyasov", - "gender": "M", - "height": "174", - "weight": "69", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Welterweight", - "medal": "Silver" - }, - { - "name": "Jasmin Glaesser", - "gender": "F", - "height": "167", - "weight": "58", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Josip Glasnovi", - "gender": "M", - "height": "178", - "weight": "82", - "sport": "Shooting", - "team": "Croatia", - "noc": "CRO", - "age": 33, - "event": "Shooting Men's Trap", - "medal": "Gold" - }, - { - "name": "Alisha Rebecca Glass", - "gender": "F", - "height": "183", - "weight": "72", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Laura Glauser", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Helen Rachel M. Glover", - "gender": "F", - "height": "177", - "weight": "67", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Women's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Nadezhda Sergeyevna Glyzina-Fedotova", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Serge David Gnabry", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Tessa Gobbo", - "gender": "F", - "height": "185", - "weight": "82", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "ivko Goci", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Lena Goeling", - "gender": "F", - "height": "171", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Goh Liu Ying", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Goh V Shem", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Men's Doubles", - "medal": "Silver" - }, - { - "name": "Vladislav Olegovich Goncharov", - "gender": "M", - "height": "173", - "weight": "66", - "sport": "Trampolining", - "team": "Belarus", - "noc": "BLR", - "age": 20, - "event": "Trampolining Men's Individual", - "medal": "Gold" - }, - { - "name": "Gong Jinjie", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Cycling", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Cycling Women's Team Sprint", - "medal": "Gold" - }, - { - "name": "Gong Xiangyu", - "gender": "F", - "height": "186", - "weight": "72", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Joel Gonzlez Bonilla", - "gender": "M", - "height": "185", - "weight": "68", - "sport": "Taekwondo", - "team": "Spain", - "noc": "ESP", - "age": 26, - "event": "Taekwondo Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "Mara Guadalupe Gonzlez Romero", - "gender": "F", - "height": "162", - "weight": "47", - "sport": "Athletics", - "team": "Mexico", - "noc": "MEX", - "age": 27, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Daniel Goodfellow", - "gender": "M", - "height": "167", - "weight": "58", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Diving Men's Synchronized Platform", - "medal": "Bronze" - }, - { - "name": "Chrisann Gordon", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Leon Goretzka", - "gender": "M", - "height": "189", - "weight": "79", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Karina Khavazhevna Goricheva", - "gender": "F", - "height": "160", - "weight": "63", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Weightlifting Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Giulia Gorlero", - "gender": "F", - "height": "180", - "weight": "73", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Kennedy Goss", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 19, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Sarah Goss", - "gender": "F", - "height": "176", - "weight": "73", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Matthew Anthony W. \"Matt\" Gotrel", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Simon Gougnard", - "gender": "M", - "height": "187", - "weight": "84", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 25, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Martine Soffiatti Grael", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Sailing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Sailing Women's Skiff", - "medal": "Gold" - }, - { - "name": "Katherine Jane Grainger", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 40, - "event": "Rowing Women's Double Sculls", - "medal": "Silver" - }, - { - "name": "Mats Grambusch", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Tom Grambusch", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Laura Graves", - "gender": "F", - "height": "173", - "weight": "55", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Mathieu Grbille", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Draymond Jamal Green", - "gender": "M", - "height": "200", - "weight": "104", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Ellia Green", - "gender": "F", - "height": "172", - "weight": "75", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Alexander John \"Alex\" Gregory", - "gender": "M", - "height": "198", - "weight": "97", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Catherine Rose \"Katie\" Greves (-Solesbury)", - "gender": "F", - "height": "179", - "weight": "71", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Sam Griffiths", - "gender": "M", - "height": "171", - "weight": "73", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 44, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Kirill Akopovich Grigoryan", - "gender": "M", - "height": "179", - "weight": "88", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Bronze" - }, - { - "name": "Kari Aalvik Grimsb", - "gender": "F", - "height": "180", - "weight": "80", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Brittney Yevette Griner", - "gender": "F", - "height": "203", - "weight": "94", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Anna Sergeyevna Grinyova", - "gender": "F", - "height": "185", - "weight": "87", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Mindaugas Grikonis", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Rowing Men's Double Sculls", - "medal": "Silver" - }, - { - "name": "Marcus Gro", - "gender": "M", - "height": "182", - "weight": "85", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Marcus Gro", - "gender": "M", - "height": "182", - "weight": "85", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Madeline Groves", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Madeline Groves", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Hans Gruhne", - "gender": "M", - "height": "193", - "weight": "92", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Gauthier Grumier", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Fencing Men's epee, Individual", - "medal": "Bronze" - }, - { - "name": "Gauthier Grumier", - "gender": "M", - "height": "188", - "weight": "83", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Gu Xiao", - "gender": "F", - "height": "174", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Evandro Motta Guerra", - "gender": "M", - "height": "207", - "weight": "106", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 34, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Michal Yves Robert Guigou", - "gender": "M", - "height": "179", - "weight": "79", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Guo Li", - "gender": "F", - "height": "167", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "James George Guy", - "gender": "M", - "height": "187", - "weight": "83", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "James George Guy", - "gender": "M", - "height": "187", - "weight": "83", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Gwak Dong-Han", - "gender": "M", - "height": "183", - "weight": "90", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Judo Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Mario-Elio Gyr", - "gender": "M", - "height": "187", - "weight": "76", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Francis Townley Haas", - "gender": "M", - "height": "196", - "weight": "84", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Kai Hfner", - "gender": "M", - "height": "192", - "weight": "95", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ryunosuke Haga", - "gender": "M", - "height": "186", - "weight": "100", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Kosuke Hagino", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Lisa Hahn-Altenburg", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Aika Hakoyama", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Arman Hall", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Fabian Hambchen", - "gender": "M", - "height": "164", - "weight": "62", - "sport": "Gymnastics", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Gold" - }, - { - "name": "Pauline Louisa Hammarlund", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Sarah Kathryn Hammer (-Sparks)", - "gender": "F", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Sarah Kathryn Hammer (-Sparks)", - "gender": "F", - "height": "171", - "weight": "65", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Cycling Women's Omnium", - "medal": "Silver" - }, - { - "name": "Ying Han", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Takuya Haneda", - "gender": "M", - "height": "175", - "weight": "70", - "sport": "Canoeing", - "team": "Japan", - "noc": "JPN", - "age": 29, - "event": "Canoeing Men's Canadian Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Martin Hner", - "gender": "M", - "height": "184", - "weight": "83", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Tawin Hanprab", - "gender": "M", - "height": "176", - "weight": "58", - "sport": "Taekwondo", - "team": "Thailand", - "noc": "THA", - "age": 18, - "event": "Taekwondo Men's Flyweight", - "medal": "Silver" - }, - { - "name": "Henrik Toft Hansen", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 29, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Jena Mai Hansen", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Sailing Women's Skiff", - "medal": "Bronze" - }, - { - "name": "Lasse Norman Hansen", - "gender": "M", - "height": "180", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Lasse Norman Hansen", - "gender": "M", - "height": "180", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Cycling Men's Omnium", - "medal": "Bronze" - }, - { - "name": "Mikkel Hansen", - "gender": "M", - "height": "196", - "weight": "98", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ren Toft Hansen", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Hao Jialu", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Hisayoshi Harasawa", - "gender": "M", - "height": "191", - "weight": "125", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Judo Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Christa Deanne Harmotto-Dietzen", - "gender": "F", - "height": "188", - "weight": "79", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kayla Harrison", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Judo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Judo Women's Half-Heavyweight", - "medal": "Gold" - }, - { - "name": "Christoph Harting", - "gender": "M", - "height": "207", - "weight": "120", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Athletics Men's Discus Throw", - "medal": "Gold" - }, - { - "name": "Artem Harutyunyan", - "gender": "M", - "height": "172", - "weight": "64", - "sport": "Boxing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Boxing Men's Light-Welterweight", - "medal": "Bronze" - }, - { - "name": "Natasha Monique Hastings", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Franzisca Hauke", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Tobias Constantin Hauke", - "gender": "M", - "height": "183", - "weight": "81", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Patrick Hausding", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Diving", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Diving Men's Springboard", - "medal": "Bronze" - }, - { - "name": "Daniel Havel", - "gender": "M", - "height": "178", - "weight": "79", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 24, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Akeem Haynes", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "He Zi", - "gender": "F", - "height": "159", - "weight": "51", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Diving Women's Springboard", - "medal": "Silver" - }, - { - "name": "Maaike Christiane Head", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 32, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Liam Nicholas Heath", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Gold" - }, - { - "name": "Liam Nicholas Heath", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Silver" - }, - { - "name": "Erik Heil", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Sailing", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Sailing Men's Skiff", - "medal": "Bronze" - }, - { - "name": "Silvio Heinevetter", - "gender": "M", - "height": "194", - "weight": "99", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ryan Held", - "gender": "M", - "height": "NA", - "weight": "NA", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Jeffrey \"Jeff\" Henderson", - "gender": "M", - "height": "183", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's Long Jump", - "medal": "Gold" - }, - { - "name": "Kaj Hendriks", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Josephine Henning", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Desiree Latifah N. Henry", - "gender": "F", - "height": "171", - "weight": "64", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Michael David Hepburn", - "gender": "M", - "height": "186", - "weight": "77", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Sabrina Hering", - "gender": "F", - "height": "167", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Ismael Marcelo Hernndez Uscanga", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Modern Pentathlon", - "team": "Mexico", - "noc": "MEX", - "age": 26, - "event": "Modern Pentathlon Men's Individual", - "medal": "Bronze" - }, - { - "name": "Lauren Zoe \"Laurie\" Hernandez", - "gender": "F", - "height": "152", - "weight": "49", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Lauren Zoe \"Laurie\" Hernandez", - "gender": "F", - "height": "152", - "weight": "49", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 16, - "event": "Gymnastics Women's Balance Beam", - "medal": "Silver" - }, - { - "name": "Nico Miguel Hernandez", - "gender": "M", - "height": "165", - "weight": "49", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Boxing Men's Light-Flyweight", - "medal": "Bronze" - }, - { - "name": "Stefany del Carmen Hernndez Mendoza", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Cycling", - "team": "Venezuela", - "noc": "VEN", - "age": 25, - "event": "Cycling Women's BMX", - "medal": "Bronze" - }, - { - "name": "Guillermo Gustavo \"Willy\" Hernangmez Geuer", - "gender": "M", - "height": "210", - "weight": "115", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 22, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Camilla Herrem", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Timm Herzbruch", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Carl Rupert Hester", - "gender": "M", - "height": "182", - "weight": "86", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 49, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Rei Higuchi", - "gender": "M", - "height": "163", - "weight": "63", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Alexander \"Alex\" Hill", - "gender": "M", - "height": "194", - "weight": "92", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Kimberly \"Kim\" Hill", - "gender": "F", - "height": "193", - "weight": "72", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Phelan Peter Hill", - "gender": "M", - "height": "172", - "weight": "55", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 37, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Samantha \"Sami\" Hill", - "gender": "F", - "height": "183", - "weight": "89", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Madeline Clare \"Maddie\" Hinch", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Philip Hindes", - "gender": "M", - "height": "178", - "weight": "82", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Martina Hingis (-Hutin)", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Tennis", - "team": "Switzerland", - "noc": "SUI", - "age": 35, - "event": "Tennis Women's Doubles", - "medal": "Silver" - }, - { - "name": "Sophie Hitchon", - "gender": "F", - "height": "170", - "weight": "75", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's Hammer Throw", - "medal": "Bronze" - }, - { - "name": "Michael \"Mike\" Hixon", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Diving Men's Synchronized Springboard", - "medal": "Silver" - }, - { - "name": "Hong Xun Vinh", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Shooting", - "team": "Vietnam", - "noc": "VIE", - "age": 41, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Gold" - }, - { - "name": "Hong Xun Vinh", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Shooting", - "team": "Vietnam", - "noc": "VIE", - "age": 41, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Silver" - }, - { - "name": "Max Hoff", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Victoria Frances \"Vicky\" Holland", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Triathlon", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Triathlon Women's Olympic Distance", - "medal": "Bronze" - }, - { - "name": "Maxwell Philip \"Max\" Holt", - "gender": "M", - "height": "208", - "weight": "90", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Daryl Homer", - "gender": "M", - "height": "173", - "weight": "74", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Sabre, Individual", - "medal": "Silver" - }, - { - "name": "Ellen Marijn Hoog", - "gender": "F", - "height": "164", - "weight": "54", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Tamara Horacek", - "gender": "F", - "height": "179", - "weight": "80", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Timo Horn", - "gender": "M", - "height": "191", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Mackenzie \"Mack\" Horton", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Natsumi Hoshi", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Swimming Women's 200 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 200 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Katinka Hossz", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Swimming Women's 400 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Manon Houette", - "gender": "F", - "height": "168", - "weight": "69", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Franois Hougaard", - "gender": "M", - "height": "179", - "weight": "93", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Frances Julia Houghton", - "gender": "F", - "height": "193", - "weight": "80", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Pierre Houin", - "gender": "M", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Richard Hounslow", - "gender": "M", - "height": "183", - "weight": "78", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 34, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Silver" - }, - { - "name": "Lucie Hradeck", - "gender": "F", - "height": "177", - "weight": "72", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 31, - "event": "Tennis Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Filip Hrgovi", - "gender": "M", - "height": "198", - "weight": "101", - "sport": "Boxing", - "team": "Croatia", - "noc": "CRO", - "age": 24, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Hsu Shu-Ching", - "gender": "F", - "height": "160", - "weight": "53", - "sport": "Weightlifting", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 25, - "event": "Weightlifting Women's Featherweight", - "medal": "Gold" - }, - { - "name": "Cbrayl Hsnov", - "gender": "M", - "height": "170", - "weight": "74", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 26, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Hu Jianguan", - "gender": "M", - "height": "168", - "weight": "52", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Boxing Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Huang Wenyi", - "gender": "F", - "height": "178", - "weight": "63", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Huang Xuechen", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Silver" - }, - { - "name": "Huang Xuechen", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Hui Ruoqi", - "gender": "F", - "height": "192", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Svenja Anette Huth", - "gender": "F", - "height": "163", - "weight": "54", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Diego Matias Hyplito", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Silver" - }, - { - "name": "Caterine Ibargn Mena", - "gender": "F", - "height": "185", - "weight": "70", - "sport": "Athletics", - "team": "Colombia", - "noc": "COL", - "age": 32, - "event": "Athletics Women's Triple Jump", - "medal": "Gold" - }, - { - "name": "Isidoro Ibarra", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Pedro Ibarra", - "gender": "M", - "height": "174", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Magomed Idrisovich Ibragimov", - "gender": "M", - "height": "183", - "weight": "97", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 31, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Kaori Icho", - "gender": "F", - "height": "166", - "weight": "61", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 32, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Mohamed Ihab Youssef Ahmed Mahmoud", - "gender": "M", - "height": "165", - "weight": "77", - "sport": "Weightlifting", - "team": "Egypt", - "noc": "EGY", - "age": 26, - "event": "Weightlifting Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Shota Iizuka", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Cenk ldem", - "gender": "M", - "height": "180", - "weight": "98", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 30, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Yekaterina Fyodorovna Ilyina", - "gender": "F", - "height": "174", - "weight": "60", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Race Alick Reid Imboden", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Gza Imre", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 41, - "event": "Fencing Men's epee, Individual", - "medal": "Silver" - }, - { - "name": "Gza Imre", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 41, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Marco Innocenti", - "gender": "M", - "height": "170", - "weight": "97", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Shooting Men's Double Trap", - "medal": "Silver" - }, - { - "name": "Yukiko Inui", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Duet", - "medal": "Bronze" - }, - { - "name": "Yukiko Inui", - "gender": "F", - "height": "169", - "weight": "55", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Eko Yuli Irawan", - "gender": "M", - "height": "154", - "weight": "62", - "sport": "Weightlifting", - "team": "Indonesia", - "noc": "INA", - "age": 27, - "event": "Weightlifting Men's Featherweight", - "medal": "Silver" - }, - { - "name": "Kyrie Andrew Irving", - "gender": "M", - "height": "190", - "weight": "87", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Radik sayev", - "gender": "M", - "height": "200", - "weight": "93", - "sport": "Taekwondo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 26, - "event": "Taekwondo Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Nataliya Sergeyevna Ishchenko", - "gender": "F", - "height": "177", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Synchronized Swimming Women's Duet", - "medal": "Gold" - }, - { - "name": "Nataliya Sergeyevna Ishchenko", - "gender": "F", - "height": "177", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Kasumi Ishikawa", - "gender": "F", - "height": "158", - "weight": "51", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Mandy Islacker", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Daniar Ismailow", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Weightlifting", - "team": "Turkey", - "noc": "TUR", - "age": 24, - "event": "Weightlifting Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Mima Ito", - "gender": "F", - "height": "150", - "weight": "45", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 15, - "event": "Table Tennis Women's Team", - "medal": "Bronze" - }, - { - "name": "Yevgeniya Andreyevna Ivanova", - "gender": "F", - "height": "176", - "weight": "68", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Ja Dong-Min", - "gender": "M", - "height": "190", - "weight": "91", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Taekwondo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Shericka Jackson", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Women's 400 metres", - "medal": "Bronze" - }, - { - "name": "Shericka Jackson", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Nicolas Jacobi", - "gender": "M", - "height": "193", - "weight": "95", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Connor Jaeger", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Thomas \"Tom\" Jaeschke", - "gender": "M", - "height": "198", - "weight": "91", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Evan Reese Jager", - "gender": "M", - "height": "188", - "weight": "65", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Silver" - }, - { - "name": "Eva Sofia Jakobsson", - "gender": "F", - "height": "174", - "weight": "62", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Malte Jakschik", - "gender": "M", - "height": "194", - "weight": "93", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Nikola Jaki", - "gender": "M", - "height": "197", - "weight": "89", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 19, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Rebecca Angharad \"Becky\" James", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Sprint", - "medal": "Silver" - }, - { - "name": "Rebecca Angharad \"Becky\" James", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Keirin", - "medal": "Silver" - }, - { - "name": "Kirani James", - "gender": "M", - "height": "180", - "weight": "66", - "sport": "Athletics", - "team": "Grenada", - "noc": "GRN", - "age": 23, - "event": "Athletics Men's 400 metres", - "medal": "Silver" - }, - { - "name": "Andrei Jms", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 34, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Inge Janssen", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Daniel Jasinski", - "gender": "M", - "height": "207", - "weight": "120", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Athletics Men's Discus Throw", - "medal": "Bronze" - }, - { - "name": "Ruth Jebet", - "gender": "F", - "height": "162", - "weight": "51", - "sport": "Athletics", - "team": "Bahrain", - "noc": "BRN", - "age": 19, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Gold" - }, - { - "name": "Lindsay Jennerich", - "gender": "F", - "height": "165", - "weight": "59", - "sport": "Rowing", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Henrik Mllgaard Jensen", - "gender": "M", - "height": "197", - "weight": "102", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Iain Jensen", - "gender": "M", - "height": "186", - "weight": "80", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Sailing Men's Skiff", - "medal": "Silver" - }, - { - "name": "Jeong Bo-Kyeong", - "gender": "F", - "height": "153", - "weight": "51", - "sport": "Judo", - "team": "South Korea", - "noc": "KOR", - "age": 25, - "event": "Judo Women's Extra-Lightweight", - "medal": "Silver" - }, - { - "name": "Jeong Gyeong-Eun", - "gender": "F", - "height": "172", - "weight": "59", - "sport": "Badminton", - "team": "South Korea-1", - "noc": "KOR", - "age": 26, - "event": "Badminton Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Daniel Jrent", - "gender": "M", - "height": "189", - "weight": "84", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Jin Jong-O", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Shooting", - "team": "South Korea", - "noc": "KOR", - "age": 36, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Gold" - }, - { - "name": "Eric Johannesen", - "gender": "M", - "height": "193", - "weight": "100", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Emma Karolina Johansson", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Cycling", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Cycling Women's Road Race, Individual", - "medal": "Silver" - }, - { - "name": "Ashleigh Johnson", - "gender": "F", - "height": "186", - "weight": "81", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Steele Alexander Johnson", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Diving", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Diving Men's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Steve Johnson", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 26, - "event": "Tennis Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Nikola Joki", - "gender": "M", - "height": "209", - "weight": "115", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 21, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Maro Jokovi", - "gender": "M", - "height": "203", - "weight": "95", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Jade Louise Jones", - "gender": "F", - "height": "156", - "weight": "57", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Taekwondo Women's Featherweight", - "medal": "Gold" - }, - { - "name": "Luuka Jones", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Canoeing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Canoeing Women's Kayak Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Kelly Maria Jonker", - "gender": "F", - "height": "159", - "weight": "59", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Hyland DeAndre Jordan, Jr.", - "gender": "M", - "height": "211", - "weight": "120", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Gwen Rosemary Jorgensen (-Lemieux)", - "gender": "F", - "height": "178", - "weight": "59", - "sport": "Triathlon", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Triathlon Women's Olympic Distance", - "medal": "Gold" - }, - { - "name": "Nevena Jovanovi", - "gender": "F", - "height": "179", - "weight": "72", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Stefan Jovi", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Joseph \"Joe\" Joyce", - "gender": "M", - "height": "197", - "weight": "108", - "sport": "Boxing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Emma Aastrand Jrgensen", - "gender": "F", - "height": "169", - "weight": "70", - "sport": "Canoeing", - "team": "Denmark", - "noc": "DEN", - "age": 20, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Silver" - }, - { - "name": "Morten Jrgensen", - "gender": "M", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Osmany Juantorena Portuondo", - "gender": "M", - "height": "200", - "weight": "85", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Kamilla Rytter Juhl", - "gender": "F", - "height": "183", - "weight": "71", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 32, - "event": "Badminton Women's Doubles", - "medal": "Silver" - }, - { - "name": "Michael Jung", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Gold" - }, - { - "name": "Michael Jung", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Henri Junghnel", - "gender": "M", - "height": "179", - "weight": "80", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Gold" - }, - { - "name": "Pavlos Kagialis", - "gender": "M", - "height": "184", - "weight": "74", - "sport": "Sailing", - "team": "Greece", - "noc": "GRE", - "age": 32, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Nikola Kalini", - "gender": "M", - "height": "202", - "weight": "102", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 24, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Viktoriya Viktorovna Kalinina", - "gender": "F", - "height": "183", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Chase Tyler Kalisz", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Reneta Kamberova", - "gender": "F", - "height": "170", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Sergey Igorevich Kamensky", - "gender": "M", - "height": "178", - "weight": "73", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Silver" - }, - { - "name": "Jacob Robert \"Jake\" Linde-Kaminski ", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Archery", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Archery Men's Team", - "medal": "Silver" - }, - { - "name": "Rie Kaneto", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Boglrka Kaps", - "gender": "F", - "height": "168", - "weight": "54", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 23, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Luka Karabatic", - "gender": "M", - "height": "202", - "weight": "108", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Nikola Karabatic", - "gender": "M", - "height": "194", - "weight": "104", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Elvina Khaydaryanovna Karimova", - "gender": "F", - "height": "166", - "weight": "62", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Anna Olegovna Karnaukh", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Monika Karsch", - "gender": "F", - "height": "158", - "weight": "55", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Silver" - }, - { - "name": "Ryohei Kato", - "gender": "M", - "height": "162", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Peter Kauzer", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Canoeing", - "team": "Slovenia", - "noc": "SLO", - "age": 32, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Silver" - }, - { - "name": "Risako Kawai", - "gender": "F", - "height": "160", - "weight": "61", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Rza Kayaalp", - "gender": "M", - "height": "182", - "weight": "130", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 26, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Lyubomira Kazanova", - "gender": "F", - "height": "177", - "weight": "56", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 20, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Shaun Keeling", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Rowing", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rowing Men's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Maddison Keeney", - "gender": "F", - "height": "167", - "weight": "62", - "sport": "Diving", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Diving Women's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Marloes Keetels", - "gender": "F", - "height": "172", - "weight": "66", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Majlinda Kelmendi", - "gender": "F", - "height": "162", - "weight": "52", - "sport": "Judo", - "team": "Kosovo", - "noc": "KOS", - "age": 25, - "event": "Judo Women's Half-Lightweight", - "medal": "Gold" - }, - { - "name": "Tabea Kemme", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Tams Kenderesi", - "gender": "M", - "height": "186", - "weight": "74", - "sport": "Swimming", - "team": "Hungary", - "noc": "HUN", - "age": 19, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Sam Kendricks", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Men's Pole Vault", - "medal": "Bronze" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Sprint", - "medal": "Gold" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Keirin", - "medal": "Gold" - }, - { - "name": "Jason Francis Kenny", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Angelique Kerber", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Tennis", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Tennis Women's Singles", - "medal": "Silver" - }, - { - "name": "Isabel Kerschowski", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Khasan Magometovich Khalmurzayev", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Judo Men's Half-Middleweight", - "medal": "Gold" - }, - { - "name": "Farkhad Ibragimovich Kharki", - "gender": "M", - "height": "160", - "weight": "62", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Weightlifting Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "Olha Hennadivna Kharlan", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Fencing Women's Sabre, Individual", - "medal": "Bronze" - }, - { - "name": "Olha Hennadivna Kharlan", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 25, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Vladimer Khinchegashvili", - "gender": "M", - "height": "170", - "weight": "57", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 25, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Olga Sergeyevna Khudenko", - "gender": "F", - "height": "178", - "weight": "78", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Ki Bo-Bae", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Archery Women's Individual", - "medal": "Bronze" - }, - { - "name": "Ki Bo-Bae", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Archery Women's Team", - "medal": "Gold" - }, - { - "name": "Faith Chepngetich Kibiegon", - "gender": "F", - "height": "157", - "weight": "43", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 22, - "event": "Athletics Women's 1,500 metres", - "medal": "Gold" - }, - { - "name": "Kim Hyeon-Wu", - "gender": "M", - "height": "173", - "weight": "80", - "sport": "Wrestling", - "team": "South Korea", - "noc": "KOR", - "age": 27, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Kim Jeong-Hwan", - "gender": "M", - "height": "178", - "weight": "66", - "sport": "Fencing", - "team": "South Korea", - "noc": "KOR", - "age": 32, - "event": "Fencing Men's Sabre, Individual", - "medal": "Bronze" - }, - { - "name": "Kim Jong-Hyeon", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Shooting", - "team": "South Korea", - "noc": "KOR", - "age": 31, - "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres", - "medal": "Silver" - }, - { - "name": "Kim Kuk-Hyang", - "gender": "F", - "height": "170", - "weight": "100", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 23, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Kim So-Hui", - "gender": "F", - "height": "164", - "weight": "50", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 22, - "event": "Taekwondo Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Kim Song-Guk", - "gender": "M", - "height": "167", - "weight": "75", - "sport": "Shooting", - "team": "North Korea", - "noc": "PRK", - "age": 30, - "event": "Shooting Men's Free Pistol, 50 metres", - "medal": "Bronze" - }, - { - "name": "Kim Song-I", - "gender": "F", - "height": "161", - "weight": "55", - "sport": "Table Tennis", - "team": "North Korea", - "noc": "PRK", - "age": 21, - "event": "Table Tennis Women's Singles", - "medal": "Bronze" - }, - { - "name": "Kim Tae-Hun", - "gender": "M", - "height": "182", - "weight": "59", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 21, - "event": "Taekwondo Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Kim Woo-Jin", - "gender": "M", - "height": "180", - "weight": "95", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Lilly King", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Lilly King", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Eliud Kipchoge", - "gender": "M", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 31, - "event": "Athletics Men's Marathon", - "medal": "Gold" - }, - { - "name": "Conseslus Kipruto", - "gender": "M", - "height": "167", - "weight": "58", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 21, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Gold" - }, - { - "name": "Eunice Jepkirui Kirwa", - "gender": "F", - "height": "155", - "weight": "49", - "sport": "Athletics", - "team": "Bahrain", - "noc": "BRN", - "age": 32, - "event": "Athletics Women's Marathon", - "medal": "Silver" - }, - { - "name": "Yoshihide Kiryu", - "gender": "M", - "height": "175", - "weight": "68", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Jennifer \"Jen\" Kish", - "gender": "F", - "height": "172", - "weight": "73", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Hyvin Kiyeng Jepkemoi", - "gender": "F", - "height": "162", - "weight": "42", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 24, - "event": "Athletics Women's 3,000 metres Steeplechase", - "medal": "Silver" - }, - { - "name": "Gauthier Klauss", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Bronze" - }, - { - "name": "Ingrid Klimke (-Busacker)", - "gender": "F", - "height": "172", - "weight": "58", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 48, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Lukas Klostermann", - "gender": "M", - "height": "189", - "weight": "83", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Bo-Gyung \"Lydia\" Ko", - "gender": "F", - "height": "165", - "weight": "NA", - "sport": "Golf", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Golf Women's Individual", - "medal": "Silver" - }, - { - "name": "Yuki Kobori", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Agnieszka Kobus", - "gender": "F", - "height": "177", - "weight": "68", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Olga Aleksandrovna Kochneva", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Madison Taylor Kocian", - "gender": "F", - "height": "157", - "weight": "46", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Madison Taylor Kocian", - "gender": "F", - "height": "157", - "weight": "46", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Silver" - }, - { - "name": "Werner Kok", - "gender": "M", - "height": "180", - "weight": "91", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Sara Kolak", - "gender": "F", - "height": "170", - "weight": "74", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 21, - "event": "Athletics Women's Javelin Throw", - "medal": "Gold" - }, - { - "name": "Cheslin Kolbe", - "gender": "M", - "height": "179", - "weight": "89", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Svetlana Konstantinovna Kolesnichenko", - "gender": "F", - "height": "171", - "weight": "53", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Osea Kolinisau", - "gender": "M", - "height": "174", - "weight": "90", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 30, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Violetta Vitalyevna Kolobova", - "gender": "F", - "height": "176", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Alina Ivanivna Komashchuk", - "gender": "F", - "height": "169", - "weight": "75", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Ami Kondo", - "gender": "F", - "height": "156", - "weight": "48", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Judo Women's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Anna Korakaki", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Shooting", - "team": "Greece", - "noc": "GRE", - "age": 20, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Bronze" - }, - { - "name": "Anna Korakaki", - "gender": "F", - "height": "175", - "weight": "65", - "sport": "Shooting", - "team": "Greece", - "noc": "GRE", - "age": 20, - "event": "Shooting Women's Sporting Pistol, 25 metres", - "medal": "Gold" - }, - { - "name": "Joseph Mathias \"Joe\" Kovacs", - "gender": "M", - "height": "183", - "weight": "134", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's Shot Put", - "medal": "Silver" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Singles, 500 metres", - "medal": "Gold" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Gold" - }, - { - "name": "Danuta Kozk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Annike Berit Krahn", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Julia Krajewski", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Silver" - }, - { - "name": "Ivan Krapi", - "gender": "M", - "height": "194", - "weight": "103", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 27, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Olena Vitalivna Kravatska", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 24, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Jannick Green Krejberg", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Steffi Kriegerstein", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Veronica Egebakken Kristiansen", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Sara Krnji", - "gender": "F", - "height": "193", - "weight": "83", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Luk Krplek", - "gender": "M", - "height": "197", - "weight": "105", - "sport": "Judo", - "team": "Czech Republic", - "noc": "CZE", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Gold" - }, - { - "name": "Sinphet Kruaithong", - "gender": "M", - "height": "159", - "weight": "56", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 20, - "event": "Weightlifting Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Hannah Krger", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Ku Bon-Chan", - "gender": "M", - "height": "181", - "weight": "84", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 23, - "event": "Archery Men's Individual", - "medal": "Gold" - }, - { - "name": "Ku Bon-Chan", - "gender": "M", - "height": "181", - "weight": "84", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 23, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Matthew Gregory \"Matt\" Kuchar", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Golf", - "team": "United States", - "noc": "USA", - "age": 38, - "event": "Golf Men's Individual", - "medal": "Bronze" - }, - { - "name": "Denis Maksymilian Kudla", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Wrestling", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Wrestling Men's Light-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Yana Alekseyevna Kudryavtseva", - "gender": "F", - "height": "170", - "weight": "47", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Silver" - }, - { - "name": "Andreas Kuffner", - "gender": "M", - "height": "196", - "weight": "94", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Julius Khn", - "gender": "M", - "height": "198", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Nikolay Yulyevich Kuksenkov", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Jaroslav Kulhav", - "gender": "M", - "height": "188", - "weight": "77", - "sport": "Cycling", - "team": "Czech Republic", - "noc": "CZE", - "age": 31, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Silver" - }, - { - "name": "Serhiy Volodymyrovych Kulish", - "gender": "M", - "height": "176", - "weight": "64", - "sport": "Shooting", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Silver" - }, - { - "name": "Semi Kunabuli Kunatani", - "gender": "M", - "height": "192", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Kahena Kunze", - "gender": "F", - "height": "172", - "weight": "68", - "sport": "Sailing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Sailing Women's Skiff", - "medal": "Gold" - }, - { - "name": "Kuo Hsing-Chun", - "gender": "F", - "height": "157", - "weight": "58", - "sport": "Weightlifting", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 22, - "event": "Weightlifting Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Amanda Maria Kurtovic", - "gender": "F", - "height": "175", - "weight": "71", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Polina Viktorovna Kuznetsova (Vyakhireva-)", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Nataliya Yuryevna Kuzyutina", - "gender": "F", - "height": "160", - "weight": "52", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Judo Women's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Petra Kvitov", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 26, - "event": "Tennis Women's Singles", - "medal": "Bronze" - }, - { - "name": "Julio Csar La Cruz Peraza", - "gender": "M", - "height": "182", - "weight": "81", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Stephanie Lynn Marie Labb", - "gender": "F", - "height": "178", - "weight": "53", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Alexandra Lacrabre", - "gender": "F", - "height": "177", - "weight": "73", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Karim Florent Laghouag", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 40, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Eric Lamaze", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Equestrianism", - "team": "Canada", - "noc": "CAN", - "age": 48, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Bronze" - }, - { - "name": "Niklas Landin Jacobsen", - "gender": "M", - "height": "201", - "weight": "102", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Laurisa Landre", - "gender": "F", - "height": "174", - "weight": "67", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Ghislaine Landry", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Santiago Ral Lange Roberti", - "gender": "M", - "height": "184", - "weight": "73", - "sport": "Sailing", - "team": "Argentina", - "noc": "ARG", - "age": 54, - "event": "Sailing Mixed Multihull", - "medal": "Gold" - }, - { - "name": "Christopher Phillip \"Chris\" Langridge", - "gender": "M", - "height": "180", - "weight": "NA", - "sport": "Badminton", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Badminton Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Matthew Keir \"Matt\" Langridge", - "gender": "M", - "height": "194", - "weight": "93", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Aurimas Lankas", - "gender": "M", - "height": "178", - "weight": "89", - "sport": "Canoeing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Filippo Lanza", - "gender": "M", - "height": "198", - "weight": "98", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Yekaterina Alekseyevna Larionova", - "gender": "F", - "height": "158", - "weight": "63", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Mitchell James \"Mitch\" Larkin", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Mitchell James \"Mitch\" Larkin", - "gender": "M", - "height": "187", - "weight": "72", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Jacob Sgaard Larsen", - "gender": "M", - "height": "182", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Mads Mensah Larsen", - "gender": "M", - "height": "188", - "weight": "106", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Niklas Larsen", - "gender": "M", - "height": "180", - "weight": "74", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 19, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Jordan Quinn Larson-Burbach", - "gender": "F", - "height": "188", - "weight": "75", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Simone Laudehr", - "gender": "F", - "height": "175", - "weight": "56", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Jack David Laugher", - "gender": "M", - "height": "166", - "weight": "65", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Diving Men's Springboard", - "medal": "Silver" - }, - { - "name": "Jack David Laugher", - "gender": "M", - "height": "166", - "weight": "65", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Diving Men's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Renaud Lavillenie", - "gender": "M", - "height": "177", - "weight": "71", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Athletics Men's Pole Vault", - "medal": "Silver" - }, - { - "name": "Ashley Lawrence", - "gender": "F", - "height": "163", - "weight": "59", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Kirsti Lay (-Giroux)", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Le Chien-Ying", - "gender": "F", - "height": "165", - "weight": "69", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 26, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Chad Guy Bertrand le Clos", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Chad Guy Bertrand le Clos", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Pierre Le Coq", - "gender": "M", - "height": "186", - "weight": "72", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Sailing Men's Windsurfer", - "medal": "Bronze" - }, - { - "name": "Erwann Lucien douard Le Pchoux", - "gender": "M", - "height": "171", - "weight": "65", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Barbara Lechner-Engleder", - "gender": "F", - "height": "162", - "weight": "72", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Gold" - }, - { - "name": "Camille Lecointre", - "gender": "F", - "height": "159", - "weight": "56", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 800 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kathleen Genevieve \"Katie\" Ledecky", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Lee Chong Wei", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 33, - "event": "Badminton Men's Singles", - "medal": "Silver" - }, - { - "name": "Lee Dae-Hun", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 24, - "event": "Taekwondo Men's Featherweight", - "medal": "Bronze" - }, - { - "name": "David Cameron Lee", - "gender": "M", - "height": "203", - "weight": "105", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Lee Seung-Yun", - "gender": "M", - "height": "174", - "weight": "80", - "sport": "Archery", - "team": "South Korea", - "noc": "KOR", - "age": 21, - "event": "Archery Men's Team", - "medal": "Gold" - }, - { - "name": "Zoe Samantha Lee", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Enzo-Boris Lefort", - "gender": "M", - "height": "190", - "weight": "80", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Christophe Alexandre Christian Lematre", - "gender": "M", - "height": "190", - "weight": "74", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Athletics Men's 200 metres", - "medal": "Bronze" - }, - { - "name": "Finn Lemke", - "gender": "M", - "height": "210", - "weight": "115", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Mathieu Lemoine", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Pnlope Leprvost", - "gender": "F", - "height": "175", - "weight": "55", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 36, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Aleksandr Leonidovich Lesun", - "gender": "M", - "height": "185", - "weight": "74", - "sport": "Modern Pentathlon", - "team": "Russia", - "noc": "RUS", - "age": 28, - "event": "Modern Pentathlon Men's Individual", - "medal": "Gold" - }, - { - "name": "Joanna Leszczyska", - "gender": "F", - "height": "183", - "weight": "75", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 27, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Melanie Leupolz", - "gender": "F", - "height": "173", - "weight": "52", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Laurien Leurink", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Olga Sergeyevna Levina-Akopyan", - "gender": "F", - "height": "176", - "weight": "63", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Vasily Alekseyevich Levit", - "gender": "M", - "height": "185", - "weight": "91", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 28, - "event": "Boxing Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Amandine Suzanne Monique Leynaud", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Danell Johan Leyva Gonzalez", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Silver" - }, - { - "name": "Danell Johan Leyva Gonzalez", - "gender": "M", - "height": "170", - "weight": "68", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Silver" - }, - { - "name": "Li Dan", - "gender": "F", - "height": "155", - "weight": "47", - "sport": "Trampolining", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Trampolining Women's Individual", - "medal": "Bronze" - }, - { - "name": "Li Qian", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Boxing Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Li Xiaolu", - "gender": "F", - "height": "167", - "weight": "51", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Li Xiaoxia", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Women's Singles", - "medal": "Silver" - }, - { - "name": "Li Xiaoxia", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Li Yuehong", - "gender": "M", - "height": "173", - "weight": "71", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Bronze" - }, - { - "name": "Liang Xinping", - "gender": "F", - "height": "171", - "weight": "60", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Tom Liebscher", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Julia Lier", - "gender": "F", - "height": "183", - "weight": "78", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Elis Ligtlee", - "gender": "F", - "height": "185", - "weight": "90", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Cycling Women's Keirin", - "medal": "Gold" - }, - { - "name": "Feyisa Lilesa", - "gender": "M", - "height": "175", - "weight": "67", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 26, - "event": "Athletics Men's Marathon", - "medal": "Silver" - }, - { - "name": "Lin Chaopan", - "gender": "M", - "height": "163", - "weight": "60", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Lin Li", - "gender": "F", - "height": "171", - "weight": "70", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Lin Shih-Chia", - "gender": "F", - "height": "160", - "weight": "65", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 23, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Lin Yue", - "gender": "M", - "height": "163", - "weight": "53", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Diving Men's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Rut Hedvig Lindahl", - "gender": "F", - "height": "179", - "weight": "74", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 33, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Oliver William Lindsay-Hague", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Edward Theodore \"Ed\" Ling", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Shooting", - "team": "Great Britain", - "noc": "GBR", - "age": 33, - "event": "Shooting Men's Trap", - "medal": "Bronze" - }, - { - "name": "Tibor Linka", - "gender": "M", - "height": "199", - "weight": "95", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 21, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Varlam Lip'art'eliani", - "gender": "M", - "height": "187", - "weight": "94", - "sport": "Judo", - "team": "Georgia", - "noc": "GEO", - "age": 27, - "event": "Judo Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Liu Hong", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Gold" - }, - { - "name": "Liu Huixia", - "gender": "F", - "height": "157", - "weight": "48", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 18, - "event": "Diving Women's Synchronized Platform", - "medal": "Gold" - }, - { - "name": "Liu Shiwen", - "gender": "F", - "height": "160", - "weight": "54", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Table Tennis Women's Team", - "medal": "Gold" - }, - { - "name": "Liu Xiaotong", - "gender": "F", - "height": "188", - "weight": "70", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Liu Yang", - "gender": "M", - "height": "162", - "weight": "61", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Hac liyev", - "gender": "M", - "height": "168", - "weight": "65", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Carli Ellen Lloyd", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Sergio Llull Meli", - "gender": "M", - "height": "192", - "weight": "91", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ryan Steven Lochte", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 32, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "William Lockwood", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rowing Men's Coxless Fours", - "medal": "Silver" - }, - { - "name": "Matteo Lodo", - "gender": "M", - "height": "196", - "weight": "90", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Eleanor \"Elle\" Logan", - "gender": "F", - "height": "188", - "weight": "86", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Tatyana Yuryevna Logunova", - "gender": "F", - "height": "174", - "weight": "62", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 36, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Luka Lonar", - "gender": "M", - "height": "195", - "weight": "106", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Long Qingquan", - "gender": "M", - "height": "150", - "weight": "56", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Weightlifting Men's Bantamweight", - "medal": "Gold" - }, - { - "name": "Elisa Longo Borghini", - "gender": "F", - "height": "170", - "weight": "59", - "sport": "Cycling", - "team": "Italy", - "noc": "ITA", - "age": 24, - "event": "Cycling Women's Road Race, Individual", - "medal": "Bronze" - }, - { - "name": "Arlen Lpez Cardona", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 23, - "event": "Boxing Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Elena Lpez Benaches", - "gender": "F", - "height": "169", - "weight": "56", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Juan Martn Lpez", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Marc Lpez i Tarrs", - "gender": "M", - "height": "175", - "weight": "71", - "sport": "Tennis", - "team": "Spain-2", - "noc": "ESP", - "age": 34, - "event": "Tennis Men's Doubles", - "medal": "Gold" - }, - { - "name": "Mijan Lpez Nez", - "gender": "M", - "height": "198", - "weight": "130", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 33, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Nike Lorenz", - "gender": "F", - "height": "170", - "weight": "69", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Constantine Michael Louloudis", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Karsta Lowe", - "gender": "F", - "height": "193", - "weight": "82", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kyle Lowry", - "gender": "M", - "height": "183", - "weight": "93", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Heidi Lke", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 33, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Lu Xiaojun", - "gender": "M", - "height": "172", - "weight": "77", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 32, - "event": "Weightlifting Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Lu Xiuzhi", - "gender": "F", - "height": "160", - "weight": "45", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Athletics Women's 20 kilometres Walk", - "medal": "Bronze" - }, - { - "name": "Luan Guilherme de Jesus Vieira", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Luan Garcia Teixeira", - "gender": "M", - "height": "183", - "weight": "79", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Ricardo Samuel Lucarelli Santos de Souza", - "gender": "M", - "height": "195", - "weight": "79", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Jean-Michel Lucenay", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 38, - "event": "Fencing Men's epee, Team", - "medal": "Gold" - }, - { - "name": "Robert Lcken", - "gender": "M", - "height": "199", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Laura Ludwig", - "gender": "F", - "height": "181", - "weight": "70", - "sport": "Beach Volleyball", - "team": "Germany-1", - "noc": "GER", - "age": 30, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Yasmany Daniel Lugo Cabrera", - "gender": "M", - "height": "190", - "weight": "98", - "sport": "Wrestling", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Luiz Felipe Marques Fonteles", - "gender": "M", - "height": "196", - "weight": "89", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 32, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Megan Lukan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kristine Lunde-Borgersen", - "gender": "F", - "height": "181", - "weight": "67", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 36, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Daniele Lupo", - "gender": "M", - "height": "183", - "weight": "77", - "sport": "Beach Volleyball", - "team": "Italy-1", - "noc": "ITA", - "age": 25, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Lock Luypaert", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Ma Long", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Table Tennis Men's Singles", - "medal": "Gold" - }, - { - "name": "Ma Long", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Marko Macan", - "gender": "M", - "height": "196", - "weight": "109", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 23, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Brittany MacLean", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 22, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Rosannagh \"Rosie\" MacLennan", - "gender": "F", - "height": "158", - "weight": "54", - "sport": "Trampolining", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Trampolining Women's Individual", - "medal": "Gold" - }, - { - "name": "Hannah Louise Macleod", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Milan Mavan", - "gender": "M", - "height": "205", - "weight": "107", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Natalia Madaj", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 28, - "event": "Rowing Women's Double Sculls", - "medal": "Gold" - }, - { - "name": "Elizabeth \"Beezie\" Madden (Patton-)", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 52, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Tianna Madison-Bartoletta", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Tianna Madison-Bartoletta", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Women's Long Jump", - "medal": "Gold" - }, - { - "name": "Frederik Rodenberg Madsen", - "gender": "M", - "height": "187", - "weight": "73", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 18, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Mark Overgaard Madsen", - "gender": "M", - "height": "177", - "weight": "80", - "sport": "Wrestling", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Kingsley Madu", - "gender": "M", - "height": "171", - "weight": "79", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 20, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Mihaela Maevska", - "gender": "F", - "height": "172", - "weight": "54", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "James Magnussen", - "gender": "M", - "height": "198", - "weight": "94", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kentin Mah", - "gender": "M", - "height": "186", - "weight": "83", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Leonie Rebekka Maier", - "gender": "F", - "height": "163", - "weight": "62", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 23, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Sandrine Mainville", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Rafa Majka", - "gender": "M", - "height": "173", - "weight": "61", - "sport": "Cycling", - "team": "Poland", - "noc": "POL", - "age": 26, - "event": "Cycling Men's Road Race, Individual", - "medal": "Bronze" - }, - { - "name": "Yekaterina Valeryevna Makarova", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Tennis", - "team": "Russia-2", - "noc": "RUS", - "age": 28, - "event": "Tennis Women's Doubles", - "medal": "Gold" - }, - { - "name": "Taoufik Makhloufi", - "gender": "M", - "height": "170", - "weight": "67", - "sport": "Athletics", - "team": "Algeria", - "noc": "ALG", - "age": 28, - "event": "Athletics Men's 800 metres", - "medal": "Silver" - }, - { - "name": "Taoufik Makhloufi", - "gender": "M", - "height": "170", - "weight": "67", - "sport": "Athletics", - "team": "Algeria", - "noc": "ALG", - "age": 28, - "event": "Athletics Men's 1,500 metres", - "medal": "Silver" - }, - { - "name": "Anastasiya Ivanovna Maksimova", - "gender": "F", - "height": "170", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Hedaya Ahmad Malak Wahba", - "gender": "F", - "height": "174", - "weight": "57", - "sport": "Taekwondo", - "team": "Egypt", - "noc": "EGY", - "age": 23, - "event": "Taekwondo Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Tijana Maleevi", - "gender": "F", - "height": "185", - "weight": "78", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Sakshi Malik", - "gender": "F", - "height": "162", - "weight": "58", - "sport": "Wrestling", - "team": "India", - "noc": "IND", - "age": 23, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Alexandra Maria \"Alex\" Maloney", - "gender": "F", - "height": "158", - "weight": "56", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Sailing Women's Skiff", - "medal": "Silver" - }, - { - "name": "Mariya Ruslanovna Mamoshuk", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 23, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Margarita Abdullayevna Mamun", - "gender": "F", - "height": "170", - "weight": "50", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Gold" - }, - { - "name": "Florent Manaudou", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Swimming Men's 50 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Florent Manaudou", - "gender": "M", - "height": "199", - "weight": "99", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Duan Mandi", - "gender": "M", - "height": "202", - "weight": "105", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Panagiotis Mantis", - "gender": "M", - "height": "180", - "weight": "65", - "sport": "Sailing", - "team": "Greece", - "noc": "GRE", - "age": 34, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Huriana Manuel", - "gender": "F", - "height": "166", - "weight": "65", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 50 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Simone Ashley Manuel", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Luvo Manyonga", - "gender": "M", - "height": "NA", - "weight": "NA", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Athletics Men's Long Jump", - "medal": "Silver" - }, - { - "name": "Gyuzel Tagirovna Manyurova", - "gender": "F", - "height": "174", - "weight": "75", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 38, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Mao Yi", - "gender": "F", - "height": "151", - "weight": "35", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Katy Louise Marchant", - "gender": "F", - "height": "170", - "weight": "72", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Women's Sprint", - "medal": "Bronze" - }, - { - "name": "Igor Mareni", - "gender": "M", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Yekaterina Aleksandrovna Marennikova", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 34, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Cyrille Maret", - "gender": "M", - "height": "189", - "weight": "108", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Judo Men's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Melanie Margalis", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Arthur Nory Oyakawa Mariano", - "gender": "M", - "height": "169", - "weight": "65", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Bronze" - }, - { - "name": "Carolina Mara Marn Marn", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Badminton", - "team": "Spain", - "noc": "ESP", - "age": 23, - "event": "Badminton Women's Singles", - "medal": "Gold" - }, - { - "name": "Stefan Markovi", - "gender": "M", - "height": "199", - "weight": "96", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Helen Louise Maroulis", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Dzsenifer Marozsn", - "gender": "F", - "height": "171", - "weight": "68", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Marcos \"Marquinhos\" Aos Corra", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Damir Martin", - "gender": "M", - "height": "189", - "weight": "97", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Rowing Men's Single Sculls", - "medal": "Silver" - }, - { - "name": "Yurberjen Herney Martnez Rivas", - "gender": "M", - "height": "165", - "weight": "49", - "sport": "Boxing", - "team": "Colombia", - "noc": "COL", - "age": 24, - "event": "Boxing Men's Light-Flyweight", - "medal": "Silver" - }, - { - "name": "Simon Martirosyan", - "gender": "M", - "height": "181", - "weight": "105", - "sport": "Weightlifting", - "team": "Armenia", - "noc": "ARM", - "age": 19, - "event": "Weightlifting Men's Heavyweight", - "medal": "Silver" - }, - { - "name": "Anita Mrton", - "gender": "F", - "height": "172", - "weight": "95", - "sport": "Athletics", - "team": "Hungary", - "noc": "HUN", - "age": 27, - "event": "Athletics Women's Shot Put", - "medal": "Bronze" - }, - { - "name": "Kei Marumo", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Vladimir Anatolyevich Maslennikov", - "gender": "M", - "height": "171", - "weight": "73", - "sport": "Shooting", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Shooting Men's Air Rifle, 10 metres", - "medal": "Bronze" - }, - { - "name": "Kylie Jacqueline Masse", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Swimming Women's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Kelly Massey", - "gender": "F", - "height": "178", - "weight": "57", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Alexander Chen Massialas", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Fencing Men's Foil, Individual", - "medal": "Silver" - }, - { - "name": "Alexander Chen Massialas", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Luca Masso", - "gender": "M", - "height": "186", - "weight": "82", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Viliame Sevaka Mata", - "gender": "M", - "height": "196", - "weight": "106", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Diana Beverly Matheson", - "gender": "F", - "height": "153", - "weight": "54", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 32, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Courtney Lynn Kaiulani Mathewson", - "gender": "F", - "height": "171", - "weight": "69", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Michael Walter Mathieu", - "gender": "M", - "height": "178", - "weight": "76", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 32, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Takeshi Matsuda", - "gender": "M", - "height": "184", - "weight": "84", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 32, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Kaori Matsumoto", - "gender": "F", - "height": "163", - "weight": "57", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 28, - "event": "Judo Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Misaki Matsutomo", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Badminton Women's Doubles", - "medal": "Gold" - }, - { - "name": "Bethanie Lynn Mattek-Sands", - "gender": "F", - "height": "168", - "weight": "66", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 31, - "event": "Tennis Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Peter Matthews", - "gender": "M", - "height": "188", - "weight": "84", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 26, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Sofia Magdalena Mattsson", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Wrestling", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Marie Mvers", - "gender": "F", - "height": "170", - "weight": "67", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Philipp Max", - "gender": "M", - "height": "177", - "weight": "76", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Kvin Mayer", - "gender": "M", - "height": "186", - "weight": "77", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Athletics Men's Decathlon", - "medal": "Silver" - }, - { - "name": "Agustn Alejandro Mazzilli", - "gender": "M", - "height": "173", - "weight": "77", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 27, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Piotr Maachowski", - "gender": "M", - "height": "193", - "weight": "130", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 33, - "event": "Athletics Men's Discus Throw", - "medal": "Silver" - }, - { - "name": "Kayla McAlister", - "gender": "F", - "height": "169", - "weight": "70", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Shona Clare McCallin", - "gender": "F", - "height": "165", - "weight": "69", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Eliza McCartney", - "gender": "F", - "height": "179", - "weight": "66", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Athletics Women's Pole Vault", - "medal": "Bronze" - }, - { - "name": "Ruaridh Lawson McConnochie", - "gender": "M", - "height": "190", - "weight": "93", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Francena Lynette McCorory", - "gender": "F", - "height": "171", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Angel Lajuane McCoughtry", - "gender": "F", - "height": "185", - "weight": "70", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Rusheen McDonald", - "gender": "M", - "height": "175", - "weight": "81", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 23, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Cameron McEvoy", - "gender": "M", - "height": "185", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Cameron McEvoy", - "gender": "M", - "height": "185", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Emma McKeon", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Taylor McKeown", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Anneisha McLaughlin-Whilby", - "gender": "F", - "height": "170", - "weight": "65", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 30, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Omar McLeod", - "gender": "M", - "height": "180", - "weight": "NA", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 22, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Stephenie Ann McPherson", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 27, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Tony McQuay", - "gender": "M", - "height": "181", - "weight": "72", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "James McRae", - "gender": "M", - "height": "193", - "weight": "93", - "sport": "Rowing", - "team": "Australia", - "noc": "AUS", - "age": 29, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Silver" - }, - { - "name": "Anna Maree Devenish Meares", - "gender": "F", - "height": "165", - "weight": "70", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 32, - "event": "Cycling Women's Keirin", - "medal": "Bronze" - }, - { - "name": "Christopher James \"Chris\" Mears", - "gender": "M", - "height": "172", - "weight": "70", - "sport": "Diving", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Diving Men's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Molly Meech", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 23, - "event": "Sailing Women's Skiff", - "medal": "Silver" - }, - { - "name": "Sam Meech", - "gender": "M", - "height": "183", - "weight": "81", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Sailing Men's One Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Robert Meeuwsen", - "gender": "M", - "height": "207", - "weight": "92", - "sport": "Beach Volleyball", - "team": "Netherlands-1", - "noc": "NED", - "age": 28, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Catherine Michelle \"Katie\" Meili", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Catherine Michelle \"Katie\" Meili", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Gerek Lin Meinhardt", - "gender": "M", - "height": "183", - "weight": "80", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Bronze" - }, - { - "name": "Mahiedine Mekhissi-Benabbad", - "gender": "M", - "height": "190", - "weight": "75", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Athletics Men's 3,000 metres Steeplechase", - "medal": "Bronze" - }, - { - "name": "Bektemir Ruzmatzhonovich Melikuziyev", - "gender": "M", - "height": "177", - "weight": "75", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 20, - "event": "Boxing Men's Middleweight", - "medal": "Silver" - }, - { - "name": "Angelina Romanovna Melnikova", - "gender": "F", - "height": "151", - "weight": "44", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Meng Suping", - "gender": "F", - "height": "173", - "weight": "123", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Joaqun Menini", - "gender": "M", - "height": "182", - "weight": "76", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Florin Mergea", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Tennis", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Tennis Men's Doubles", - "medal": "Silver" - }, - { - "name": "LaShawn Merritt", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 400 metres", - "medal": "Bronze" - }, - { - "name": "LaShawn Merritt", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Mehdy Metella", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Maximilian Meyer", - "gender": "M", - "height": "173", - "weight": "60", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Boaz Cornelius Meylink", - "gender": "M", - "height": "195", - "weight": "93", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 32, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "William Meynard", - "gender": "M", - "height": "190", - "weight": "85", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 29, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Meredith T. Michaels-Beerbaum", - "gender": "F", - "height": "162", - "weight": "51", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 46, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Bronze" - }, - { - "name": "Monika Ewa Michalik (Rogien-)", - "gender": "F", - "height": "167", - "weight": "63", - "sport": "Wrestling", - "team": "Poland", - "noc": "POL", - "age": 36, - "event": "Wrestling Women's Middleweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Clment Mignon", - "gender": "M", - "height": "187", - "weight": "75", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Brankica Mihajlovi", - "gender": "F", - "height": "190", - "weight": "83", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "John Michael Nchekwube Obinna \"John Mikel Obi\" Mikel", - "gender": "M", - "height": "179", - "weight": "86", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 29, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Beata Mikoajczyk", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 30, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Cody Miller", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Cody Miller", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Shaunae Miller (-Uibo)", - "gender": "F", - "height": "185", - "weight": "69", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 22, - "event": "Athletics Women's 400 metres", - "medal": "Gold" - }, - { - "name": "Hannah Louise Mills", - "gender": "F", - "height": "157", - "weight": "50", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Gold" - }, - { - "name": "Stephen Milne", - "gender": "M", - "height": "185", - "weight": "76", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 22, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Jelena Milovanovi", - "gender": "F", - "height": "190", - "weight": "84", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Gor Minasyan", - "gender": "M", - "height": "180", - "weight": "140", - "sport": "Weightlifting", - "team": "Armenia", - "noc": "ARM", - "age": 21, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Silver" - }, - { - "name": "Jevaughn Minzie", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Nikola Miroti Stajovi", - "gender": "M", - "height": "208", - "weight": "100", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Taras Viktorovych Mishchuk", - "gender": "M", - "height": "187", - "weight": "85", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 21, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Ethan Mitchell", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Tom Mitchell", - "gender": "M", - "height": "178", - "weight": "85", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Branislav Mitrovi", - "gender": "M", - "height": "201", - "weight": "100", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Stefan Mitrovi", - "gender": "M", - "height": "195", - "weight": "91", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Risako Mitsui", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Synchronized Swimming Women's Duet", - "medal": "Bronze" - }, - { - "name": "Risako Mitsui", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Anja Mittag", - "gender": "F", - "height": "168", - "weight": "58", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Hiromi Miyake", - "gender": "F", - "height": "145", - "weight": "48", - "sport": "Weightlifting", - "team": "Japan", - "noc": "JPN", - "age": 30, - "event": "Weightlifting Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Jun Mizutani", - "gender": "M", - "height": "172", - "weight": "63", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Men's Singles", - "medal": "Bronze" - }, - { - "name": "Jun Mizutani", - "gender": "M", - "height": "172", - "weight": "63", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "Lourdes Mohedano Snchez de Mora", - "gender": "F", - "height": "173", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Kayla Moleschi", - "gender": "F", - "height": "159", - "weight": "65", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Mari Kristine Sbstad Molid", - "gender": "F", - "height": "178", - "weight": "73", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Telma Alexandra Pinto Monteiro", - "gender": "F", - "height": "161", - "weight": "57", - "sport": "Judo", - "team": "Portugal", - "noc": "POR", - "age": 30, - "event": "Judo Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Domenico Montrone", - "gender": "M", - "height": "189", - "weight": "97", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Maya April Moore", - "gender": "F", - "height": "183", - "weight": "79", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Sohrab Moradi", - "gender": "M", - "height": "170", - "weight": "97", - "sport": "Weightlifting", - "team": "Iran", - "noc": "IRI", - "age": 27, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Gold" - }, - { - "name": "David Morgan", - "gender": "M", - "height": "184", - "weight": "82", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Sandi Morris", - "gender": "F", - "height": "173", - "weight": "62", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's Pole Vault", - "medal": "Silver" - }, - { - "name": "Casper Ulrich Mortensen", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Lus Javier Mosquera Lozano", - "gender": "M", - "height": "165", - "weight": "64", - "sport": "Weightlifting", - "team": "Colombia", - "noc": "COL", - "age": 21, - "event": "Weightlifting Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Estelle Mossely", - "gender": "F", - "height": "168", - "weight": "60", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Boxing Women's Lightweight", - "medal": "Gold" - }, - { - "name": "Nora Mrk", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Beslan Zaudinovich Mudranov", - "gender": "M", - "height": "166", - "weight": "60", - "sport": "Judo", - "team": "Russia", - "noc": "RUS", - "age": 30, - "event": "Judo Men's Extra-Lightweight", - "medal": "Gold" - }, - { - "name": "Dalilah Muhammad", - "gender": "F", - "height": "173", - "weight": "55", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Ibtihaj Muhammad", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Lutalo Massop-Muhammad", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Taekwondo Men's Welterweight", - "medal": "Silver" - }, - { - "name": "Usman Edu Muhammed", - "gender": "M", - "height": "169", - "weight": "78", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Julia Mller", - "gender": "F", - "height": "170", - "weight": "71", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Mathias Mller", - "gender": "M", - "height": "187", - "weight": "80", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Janne Mller-Wieland", - "gender": "F", - "height": "175", - "weight": "69", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Maximilian Munski", - "gender": "M", - "height": "195", - "weight": "96", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Annalise Murphy", - "gender": "F", - "height": "184", - "weight": "72", - "sport": "Sailing", - "team": "Ireland", - "noc": "IRL", - "age": 26, - "event": "Sailing Women's One Person Dinghy", - "medal": "Silver" - }, - { - "name": "Clayton Murphy", - "gender": "M", - "height": "180", - "weight": "68", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Athletics Men's 800 metres", - "medal": "Bronze" - }, - { - "name": "Kelly Murphy", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Gold" - }, - { - "name": "Ryan Murphy", - "gender": "M", - "height": "191", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Andrew Barron \"Andy\" Murray", - "gender": "M", - "height": "190", - "weight": "83", - "sport": "Tennis", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Tennis Men's Singles", - "medal": "Gold" - }, - { - "name": "Eric Gordon Murray", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 34, - "event": "Rowing Men's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Meghan Musnicki", - "gender": "F", - "height": "183", - "weight": "73", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 33, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Madeline \"Maddie\" Musselman", - "gender": "F", - "height": "181", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 18, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Bronze" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Aliya Farkhatovna Mustafina", - "gender": "F", - "height": "162", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Gold" - }, - { - "name": "Denis Myk", - "gender": "M", - "height": "189", - "weight": "90", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 20, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Rafael Nadal Parera", - "gender": "M", - "height": "185", - "weight": "80", - "sport": "Tennis", - "team": "Spain-2", - "noc": "ESP", - "age": 30, - "event": "Tennis Men's Doubles", - "medal": "Gold" - }, - { - "name": "Alexander Michael \"Alex\" Naddour", - "gender": "M", - "height": "170", - "weight": "70", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Bronze" - }, - { - "name": "Takanori Nagase", - "gender": "M", - "height": "181", - "weight": "81", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Judo Men's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Nikita Vladimirovich Nagorny", - "gender": "M", - "height": "166", - "weight": "67", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Karolina Naja", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 26, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Bronze" - }, - { - "name": "Kanami Nakamaki", - "gender": "F", - "height": "167", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Mai Nakamura", - "gender": "F", - "height": "163", - "weight": "56", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Misato Nakamura", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Judo Women's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Leone Nakarawa", - "gender": "M", - "height": "198", - "weight": "109", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Daniel Narcisse", - "gender": "M", - "height": "189", - "weight": "93", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 36, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "George Christopher Nash", - "gender": "M", - "height": "195", - "weight": "96", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Tyla Nathan-Wong", - "gender": "F", - "height": "163", - "weight": "58", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 22, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Lilyana Natsir", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Badminton", - "team": "Indonesia-1", - "noc": "INA", - "age": 30, - "event": "Badminton Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Darya Sergeyevna Naumova", - "gender": "F", - "height": "165", - "weight": "76", - "sport": "Weightlifting", - "team": "Belarus", - "noc": "BLR", - "age": 20, - "event": "Weightlifting Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Juan Carlos Navarro Feijoo", - "gender": "M", - "height": "193", - "weight": "82", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Ikhtiyor Karimovich Navruzov", - "gender": "M", - "height": "165", - "weight": "65", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 27, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Tsvetelina Biserova Naydenova", - "gender": "F", - "height": "168", - "weight": "49", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 22, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Dilshod Nazarov", - "gender": "M", - "height": "187", - "weight": "120", - "sport": "Athletics", - "team": "Tajikistan", - "noc": "TJK", - "age": 34, - "event": "Athletics Men's Hammer Throw", - "medal": "Gold" - }, - { - "name": "Astou Barro Ndour Gueye", - "gender": "F", - "height": "195", - "weight": "68", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Lia Neal", - "gender": "F", - "height": "178", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Leah Neale", - "gender": "F", - "height": "173", - "weight": "66", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Nemanja Nedovi", - "gender": "M", - "height": "191", - "weight": "90", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Daryll Saskia Neita", - "gender": "F", - "height": "172", - "weight": "61", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kiley Neushul", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Stephen Newbold", - "gender": "M", - "height": "191", - "weight": "82", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 21, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Neymar da Silva Santos Jnior", - "gender": "M", - "height": "174", - "weight": "64", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Timothey N'Guessan", - "gender": "M", - "height": "186", - "weight": "105", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Haby Niar", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Taekwondo", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Taekwondo Women's Welterweight", - "medal": "Silver" - }, - { - "name": "Laura Nicholls Gonzlez", - "gender": "F", - "height": "190", - "weight": "90", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Paolo Nicolai", - "gender": "M", - "height": "203", - "weight": "91", - "sport": "Beach Volleyball", - "team": "Italy-1", - "noc": "ITA", - "age": 27, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Silver" - }, - { - "name": "Astier Nicolas", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Individual", - "medal": "Silver" - }, - { - "name": "Astier Nicolas", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Michael Damgaard Nielsen", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Mie stergaard Nielsen", - "gender": "F", - "height": "184", - "weight": "67", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Simon Niepmann", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Slobodan Niki", - "gender": "M", - "height": "197", - "weight": "106", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Vladimir Olegovich Nikitin", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Boxing Men's Bantamweight", - "medal": "Bronze" - }, - { - "name": "Jelena Nikoli", - "gender": "F", - "height": "194", - "weight": "79", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 34, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Gnonsiane Niombla", - "gender": "F", - "height": "172", - "weight": "69", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Kei Nishikori", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Tennis", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Tennis Men's Singles", - "medal": "Bronze" - }, - { - "name": "Koki Niwa", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "Adilbek Sabitovich Niyazymbetov", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 27, - "event": "Boxing Men's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Francine Niyonsaba", - "gender": "F", - "height": "166", - "weight": "60", - "sport": "Athletics", - "team": "Burundi", - "noc": "BDI", - "age": 23, - "event": "Athletics Women's 800 metres", - "medal": "Silver" - }, - { - "name": "Alessandro Nora", - "gender": "M", - "height": "191", - "weight": "85", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Daniel James \"Dan\" Norton", - "gender": "M", - "height": "180", - "weight": "85", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Oktawia Nowacka", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Modern Pentathlon", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Modern Pentathlon Women's Individual", - "medal": "Bronze" - }, - { - "name": "Wojciech Nowicki", - "gender": "M", - "height": "196", - "weight": "128", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 27, - "event": "Athletics Men's Hammer Throw", - "medal": "Bronze" - }, - { - "name": "Jesper Nddesbo", - "gender": "M", - "height": "199", - "weight": "100", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 35, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ruslan Nurudinov", - "gender": "M", - "height": "183", - "weight": "109", - "sport": "Weightlifting", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Weightlifting Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Guy Olivier Nyokas", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Estelle Nze Minko", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Patricia Obee", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Rowing", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Hellen Onsando Obiri", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 26, - "event": "Athletics Women's 5,000 metres", - "medal": "Silver" - }, - { - "name": "Siobhan-Marie O'Connor", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Swimming Women's 200 metres Individual Medley", - "medal": "Silver" - }, - { - "name": "Hannes Ocik", - "gender": "M", - "height": "191", - "weight": "93", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Gary O'Donovan", - "gender": "M", - "height": "172", - "weight": "70", - "sport": "Rowing", - "team": "Ireland", - "noc": "IRL", - "age": 23, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Paul O'Donovan", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Rowing", - "team": "Ireland", - "noc": "IRL", - "age": 22, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Silver" - }, - { - "name": "Stine Bredal Oftedal", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 24, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Maja Ognjenovi", - "gender": "F", - "height": "183", - "weight": "67", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Oh Hye-Ri", - "gender": "F", - "height": "182", - "weight": "69", - "sport": "Taekwondo", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Taekwondo Women's Welterweight", - "medal": "Gold" - }, - { - "name": "Christine Ijeoma Chika Ohuruogu", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Poliana Okimoto-Cintra", - "gender": "F", - "height": "165", - "weight": "52", - "sport": "Swimming", - "team": "Brazil", - "noc": "BRA", - "age": 33, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Bronze" - }, - { - "name": "Courtney Okolo", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Nozomi Okuhara", - "gender": "F", - "height": "156", - "weight": "51", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Badminton Women's Singles", - "medal": "Bronze" - }, - { - "name": "Pia-Sophie Oldhafer", - "gender": "F", - "height": "166", - "weight": "55", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Penelope \"Penny\" Oleksiak", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Marc-Antoine Olivier", - "gender": "M", - "height": "183", - "weight": "64", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Bronze" - }, - { - "name": "Morten Olsen", - "gender": "M", - "height": "184", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Om Yun-Chol", - "gender": "M", - "height": "151", - "weight": "56", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 24, - "event": "Weightlifting Men's Bantamweight", - "medal": "Silver" - }, - { - "name": "Kano Omata", - "gender": "F", - "height": "160", - "weight": "48", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 20, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Thierry Omeyer", - "gender": "M", - "height": "192", - "weight": "93", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 39, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Shohei Ono", - "gender": "M", - "height": "170", - "weight": "73", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Gold" - }, - { - "name": "Nwanyika Jenete C. \"Anyika\" Onuora", - "gender": "F", - "height": "178", - "weight": "76", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Laura Oprea", - "gender": "F", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 22, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Orlando Ortega Alejo", - "gender": "M", - "height": "182", - "weight": "77", - "sport": "Athletics", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Athletics Men's 110 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Idalys Ortz Bocourt", - "gender": "F", - "height": "180", - "weight": "95", - "sport": "Judo", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Judo Women's Heavyweight", - "medal": "Silver" - }, - { - "name": "Ignacio Ortz", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Rstm Orucov", - "gender": "M", - "height": "179", - "weight": "73", - "sport": "Judo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Selin Oruz", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Timur Oruz", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Inna Volodymyrivna Osypenko-Radomska", - "gender": "F", - "height": "166", - "weight": "63", - "sport": "Canoeing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 33, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Shinobu Ota", - "gender": "M", - "height": "165", - "weight": "65", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Silver" - }, - { - "name": "Katharina Otte", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Jeanette Ottesen Gray", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Oussama Al-Oueslati", - "gender": "M", - "height": "199", - "weight": "80", - "sport": "Taekwondo", - "team": "Tunisia", - "noc": "TUN", - "age": 20, - "event": "Taekwondo Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Sofiane Oumiha", - "gender": "M", - "height": "174", - "weight": "60", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 21, - "event": "Boxing Men's Lightweight", - "medal": "Silver" - }, - { - "name": "Sarah Ourahmoune", - "gender": "F", - "height": "158", - "weight": "51", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 34, - "event": "Boxing Women's Flyweight", - "medal": "Silver" - }, - { - "name": "Nathan Outteridge", - "gender": "M", - "height": "179", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 30, - "event": "Sailing Men's Skiff", - "medal": "Silver" - }, - { - "name": "Emily Overholt", - "gender": "F", - "height": "170", - "weight": "55", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 18, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Dimitrij Ovtcharov", - "gender": "M", - "height": "186", - "weight": "78", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Lily Isabelle Owsley", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Jake Packard", - "gender": "M", - "height": "195", - "weight": "68", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Bryony Kate Frances Page", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Trampolining", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Trampolining Women's Individual", - "medal": "Silver" - }, - { - "name": "Danielle Nicole Page", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Caleb Paine", - "gender": "M", - "height": "191", - "weight": "98", - "sport": "Sailing", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Bronze" - }, - { - "name": "Mariana Pajn Londoo", - "gender": "F", - "height": "158", - "weight": "50", - "sport": "Cycling", - "team": "Colombia", - "noc": "COL", - "age": 24, - "event": "Cycling Women's BMX", - "medal": "Gold" - }, - { - "name": "Laia Palau Alts", - "gender": "F", - "height": "181", - "weight": "69", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Gregorio Paltrinieri", - "gender": "M", - "height": "191", - "weight": "72", - "sport": "Swimming", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Swimming Men's 1,500 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Pan Feihong", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Rowing", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Pang Wei", - "gender": "M", - "height": "178", - "weight": "77", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Bronze" - }, - { - "name": "Yekaterina Andreyevna Pantyulina-Lisunova", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Karen Paquin", - "gender": "F", - "height": "172", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Matas Enrique Paredes", - "gender": "M", - "height": "176", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 34, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Paula Beln Pareto", - "gender": "F", - "height": "150", - "weight": "48", - "sport": "Judo", - "team": "Argentina", - "noc": "ARG", - "age": 30, - "event": "Judo Women's Extra-Lightweight", - "medal": "Gold" - }, - { - "name": "Park In-Bee", - "gender": "F", - "height": "168", - "weight": "65", - "sport": "Golf", - "team": "South Korea", - "noc": "KOR", - "age": 28, - "event": "Golf Women's Individual", - "medal": "Gold" - }, - { - "name": "Park Sang-Young", - "gender": "M", - "height": "177", - "weight": "73", - "sport": "Fencing", - "team": "South Korea", - "noc": "KOR", - "age": 20, - "event": "Fencing Men's epee, Individual", - "medal": "Gold" - }, - { - "name": "Shannon Parry", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Mara Lucila Pascua Surez", - "gender": "F", - "height": "196", - "weight": "93", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 33, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Mariya Valeryevna Paseka", - "gender": "F", - "height": "161", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Mariya Valeryevna Paseka", - "gender": "F", - "height": "161", - "weight": "48", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Gymnastics Women's Horse Vault", - "medal": "Silver" - }, - { - "name": "Aleksandra Vyacheslavovna Patskevich", - "gender": "F", - "height": "169", - "weight": "69", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Ilse Paulis", - "gender": "F", - "height": "174", - "weight": "57", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 23, - "event": "Rowing Women's Lightweight Double Sculls", - "medal": "Gold" - }, - { - "name": "Maartje Yvonne Helene Paumen", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 30, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Josip Pavi", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 34, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Adam George Peaty", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Gold" - }, - { - "name": "Adam George Peaty", - "gender": "M", - "height": "191", - "weight": "86", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 21, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Matthieu Patrick Franois Peche", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Canoeing", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Bronze" - }, - { - "name": "Christinna Pedersen", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Badminton", - "team": "Denmark", - "noc": "DEN", - "age": 30, - "event": "Badminton Women's Doubles", - "medal": "Silver" - }, - { - "name": "Rikke Mller Pedersen", - "gender": "F", - "height": "174", - "weight": "61", - "sport": "Swimming", - "team": "Denmark", - "noc": "DEN", - "age": 27, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Bronze" - }, - { - "name": "Gonzalo Peillat", - "gender": "M", - "height": "177", - "weight": "82", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 23, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Hendrik Pekeler", - "gender": "M", - "height": "203", - "weight": "103", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Evania Pelite", - "gender": "F", - "height": "169", - "weight": "67", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Giovanni Pellielo", - "gender": "M", - "height": "173", - "weight": "93", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 46, - "event": "Shooting Men's Trap", - "medal": "Silver" - }, - { - "name": "Catharine Pendrel", - "gender": "F", - "height": "166", - "weight": "50", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 35, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Bronze" - }, - { - "name": "Sandra Perkovi", - "gender": "F", - "height": "183", - "weight": "85", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Athletics Women's Discus Throw", - "medal": "Gold" - }, - { - "name": "Kseniya Vitalyevna Perova", - "gender": "F", - "height": "169", - "weight": "77", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "Kasey Perry-Glass", - "gender": "F", - "height": "163", - "weight": "59", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Franois Pervis", - "gender": "M", - "height": "180", - "weight": "88", - "sport": "Cycling", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Cycling Men's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Babett Peter", - "gender": "F", - "height": "172", - "weight": "64", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Steffen Peters", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 51, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Bronze" - }, - { - "name": "Nils Petersen", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Antonio Petkovi", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Geno Petriashvili", - "gender": "M", - "height": "198", - "weight": "125", - "sport": "Wrestling", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Mihaela Petril", - "gender": "F", - "height": "190", - "weight": "74", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 25, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Eleftherios Petrounias", - "gender": "M", - "height": "164", - "weight": "62", - "sport": "Gymnastics", - "team": "Greece", - "noc": "GRE", - "age": 25, - "event": "Gymnastics Men's Rings", - "medal": "Gold" - }, - { - "name": "Mayya Andreyevna Petrova (Kaverina-)", - "gender": "F", - "height": "178", - "weight": "71", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 34, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sonja Petrovi", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Gold" - }, - { - "name": "Michael Fred Phelps, II", - "gender": "M", - "height": "193", - "weight": "91", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Asha Solette Philip", - "gender": "F", - "height": "164", - "weight": "67", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Matteo Piano", - "gender": "M", - "height": "208", - "weight": "102", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Charline Picon", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Sailing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Sailing Women's Windsurfer", - "medal": "Gold" - }, - { - "name": "Luisito Pi", - "gender": "M", - "height": "183", - "weight": "57", - "sport": "Taekwondo", - "team": "Dominican Republic", - "noc": "DOM", - "age": 22, - "event": "Taekwondo Men's Flyweight", - "medal": "Bronze" - }, - { - "name": "Ccile Pieper", - "gender": "F", - "height": "166", - "weight": "56", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Blake Pieroni", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Duko Pijetlovi", - "gender": "M", - "height": "197", - "weight": "97", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 31, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Gojko Pijetlovi", - "gender": "M", - "height": "194", - "weight": "92", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 32, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Allison Marie Pineau", - "gender": "F", - "height": "181", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Paolo Pizzo", - "gender": "M", - "height": "180", - "weight": "70", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Thomas Plel", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Sailing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Sailing Men's Skiff", - "medal": "Bronze" - }, - { - "name": "David Edward Plummer", - "gender": "M", - "height": "191", - "weight": "95", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "David Edward Plummer", - "gender": "M", - "height": "191", - "weight": "95", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Amanda Polk", - "gender": "F", - "height": "180", - "weight": "84", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Marina Viktorovna Poltoran-Litvinchuk", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 28, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Francesca Pomeri", - "gender": "F", - "height": "174", - "weight": "76", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Simona Pop (Deac-)", - "gender": "F", - "height": "178", - "weight": "62", - "sport": "Fencing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Fencing Women's epee, Team", - "medal": "Gold" - }, - { - "name": "Iuliana Popa", - "gender": "F", - "height": "185", - "weight": "72", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 20, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Nadezhda Mikhaylovna Popok-Lepeshko", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 27, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Silvija Popovi", - "gender": "F", - "height": "178", - "weight": "65", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Alexandra Popp", - "gender": "F", - "height": "174", - "weight": "65", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Valentin Porte", - "gender": "M", - "height": "190", - "weight": "92", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Alise Rose Post", - "gender": "F", - "height": "158", - "weight": "58", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Cycling Women's BMX", - "medal": "Silver" - }, - { - "name": "Mira Potkonen", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Boxing", - "team": "Finland", - "noc": "FIN", - "age": 35, - "event": "Boxing Women's Lightweight", - "medal": "Bronze" - }, - { - "name": "Alec Potts", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Asafa Kehine Powell", - "gender": "M", - "height": "191", - "weight": "93", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 33, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Gold" - }, - { - "name": "Olivia Elizabeth \"Polly\" Powrie", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Sailing Women's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Josh Prenot", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Swimming Men's 200 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Christian Presciutti", - "gender": "M", - "height": "184", - "weight": "87", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 33, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Nicholas Presciutti", - "gender": "M", - "height": "189", - "weight": "93", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 22, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "William Reid Priddy", - "gender": "M", - "height": "194", - "weight": "89", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 38, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Nichelle Prince", - "gender": "F", - "height": "163", - "weight": "65", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 21, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Andrija Prlainovi", - "gender": "M", - "height": "200", - "weight": "106", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Yekaterina Valeryevna Prokofyeva", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Yelena Gennadyevna Prokofyeva", - "gender": "F", - "height": "171", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Grischa Prmel", - "gender": "M", - "height": "182", - "weight": "78", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Marie Prouvensier", - "gender": "F", - "height": "165", - "weight": "52", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 22, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Ji Prskavec", - "gender": "M", - "height": "173", - "weight": "69", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 23, - "event": "Canoeing Men's Kayak Singles, Slalom", - "medal": "Bronze" - }, - { - "name": "Monica Puig Marchn", - "gender": "F", - "height": "170", - "weight": "64", - "sport": "Tennis", - "team": "Puerto Rico", - "noc": "PUR", - "age": 22, - "event": "Tennis Women's Singles", - "medal": "Gold" - }, - { - "name": "Elmar Qasmov", - "gender": "M", - "height": "188", - "weight": "100", - "sport": "Judo", - "team": "Azerbaijan", - "noc": "AZE", - "age": 25, - "event": "Judo Men's Half-Heavyweight", - "medal": "Silver" - }, - { - "name": "Xetaq Qazyumov", - "gender": "M", - "height": "180", - "weight": "97", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 33, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Qin Kai", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Diving Men's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Rasmus Christian Quaade", - "gender": "M", - "height": "187", - "weight": "78", - "sport": "Cycling", - "team": "Denmark", - "noc": "DEN", - "age": 26, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Bronze" - }, - { - "name": "Elisa Queirolo", - "gender": "F", - "height": "168", - "weight": "61", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Isaquias Queiroz dos Santos", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Samantha Ann \"Sam\" Quek", - "gender": "F", - "height": "169", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Alejandra Quereda Flores", - "gender": "F", - "height": "175", - "weight": "55", - "sport": "Rhythmic Gymnastics", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Silver" - }, - { - "name": "Laura Quevedo Caizares", - "gender": "F", - "height": "185", - "weight": "74", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 20, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Rebecca Quinn", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 20, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Jean Quiquampoix", - "gender": "M", - "height": "189", - "weight": "85", - "sport": "Shooting", - "team": "France", - "noc": "FRA", - "age": 20, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Silver" - }, - { - "name": "Alicia Quirk", - "gender": "F", - "height": "173", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Mohammed Rabii", - "gender": "M", - "height": "180", - "weight": "69", - "sport": "Boxing", - "team": "Morocco", - "noc": "MAR", - "age": 23, - "event": "Boxing Men's Welterweight", - "medal": "Bronze" - }, - { - "name": "Federica Radicchi", - "gender": "F", - "height": "170", - "weight": "70", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Tamara Radoaj", - "gender": "F", - "height": "170", - "weight": "60", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Miroslav Raduljica", - "gender": "M", - "height": "213", - "weight": "130", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Rafael Alcntara do Nascimento", - "gender": "M", - "height": "172", - "weight": "65", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Hassan Sabzali Rahimi", - "gender": "M", - "height": "165", - "weight": "62", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 27, - "event": "Wrestling Men's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Guillaume Louis Benoit Raineau", - "gender": "M", - "height": "187", - "weight": "71", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 30, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Individual All-Around", - "medal": "Silver" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Team All-Around", - "medal": "Gold" - }, - { - "name": "Alexandra Rose \"Aly\" Raisman", - "gender": "F", - "height": "157", - "weight": "52", - "sport": "Gymnastics", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Silver" - }, - { - "name": "Allar Raja", - "gender": "M", - "height": "190", - "weight": "95", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 33, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Nidzhat Aliyevich Rakhimov", - "gender": "M", - "height": "176", - "weight": "77", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Men's Middleweight", - "medal": "Gold" - }, - { - "name": "Rajeev Ram", - "gender": "M", - "height": "193", - "weight": "84", - "sport": "Tennis", - "team": "United States-1", - "noc": "USA", - "age": 32, - "event": "Tennis Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Edvinas Ramanauskas", - "gender": "M", - "height": "184", - "weight": "90", - "sport": "Canoeing", - "team": "Lithuania", - "noc": "LTU", - "age": 30, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Carlos Alberto Ramrez Yepes", - "gender": "M", - "height": "178", - "weight": "65", - "sport": "Cycling", - "team": "Colombia", - "noc": "COL", - "age": 22, - "event": "Cycling Men's BMX", - "medal": "Bronze" - }, - { - "name": "Robeisy Eloy Ramrez Carrazana", - "gender": "M", - "height": "165", - "weight": "56", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 22, - "event": "Boxing Men's Bantamweight", - "medal": "Gold" - }, - { - "name": "Soslan Lyudvikovich Ramonov", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Thomas Matthew \"Tom\" Ransley", - "gender": "M", - "height": "198", - "weight": "101", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 30, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Sava Ranelovi", - "gender": "M", - "height": "193", - "weight": "98", - "sport": "Water Polo", - "team": "Serbia", - "noc": "SRB", - "age": 23, - "event": "Water Polo Men's Water Polo", - "medal": "Gold" - }, - { - "name": "Milena Rai", - "gender": "F", - "height": "191", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 25, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Hedvig Lrke Berg Rasmussen", - "gender": "F", - "height": "187", - "weight": "79", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 22, - "event": "Rowing Women's Coxless Pairs", - "medal": "Bronze" - }, - { - "name": "Ronald Rauhe", - "gender": "M", - "height": "179", - "weight": "82", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 34, - "event": "Canoeing Men's Kayak Singles, 200 metres", - "medal": "Bronze" - }, - { - "name": "Vatemo Ravouvou", - "gender": "M", - "height": "171", - "weight": "81", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 26, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Savenaca Rawaca", - "gender": "M", - "height": "189", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Alexis Raynaud", - "gender": "M", - "height": "172", - "weight": "78", - "sport": "Shooting", - "team": "France", - "noc": "FRA", - "age": 21, - "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Bronze" - }, - { - "name": "Andrs Rdli", - "gender": "M", - "height": "193", - "weight": "83", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 32, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Peter \"Pete\" Reed", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 35, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Brittney Davon Reese", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 29, - "event": "Athletics Women's Long Jump", - "medal": "Silver" - }, - { - "name": "Emily Regan", - "gender": "F", - "height": "188", - "weight": "81", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Tobias Reichmann", - "gender": "M", - "height": "188", - "weight": "87", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Maximilian Reinelt", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Christian Reitz", - "gender": "M", - "height": "183", - "weight": "93", - "sport": "Shooting", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Shooting Men's Rapid-Fire Pistol, 25 metres", - "medal": "Gold" - }, - { - "name": "Ren Cancan", - "gender": "F", - "height": "167", - "weight": "51", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Boxing Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Ren Qian", - "gender": "F", - "height": "162", - "weight": "49", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 15, - "event": "Diving Women's Platform", - "medal": "Gold" - }, - { - "name": "Renato Soares de Oliveira Augusto", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 28, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Max Rendschmidt", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Max Rendschmidt", - "gender": "M", - "height": "186", - "weight": "90", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Robert Peter \"Robbie\" Renwick", - "gender": "M", - "height": "184", - "weight": "80", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Lucas Martn Rey", - "gender": "M", - "height": "177", - "weight": "74", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 33, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Matas Rey", - "gender": "M", - "height": "178", - "weight": "72", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Felipe Reyes Cabaas", - "gender": "M", - "height": "205", - "weight": "109", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 36, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Kristina Joana Reynolds", - "gender": "F", - "height": "181", - "weight": "71", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 32, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Ghasem Gholamreza Rezaei", - "gender": "M", - "height": "185", - "weight": "100", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 30, - "event": "Wrestling Men's Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Kimberly Susan \"Kim\" Rhode (-Harryman)", - "gender": "F", - "height": "163", - "weight": "82", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 37, - "event": "Shooting Women's Skeet", - "medal": "Bronze" - }, - { - "name": "Ri Se-Gwang", - "gender": "M", - "height": "155", - "weight": "54", - "sport": "Gymnastics", - "team": "North Korea", - "noc": "PRK", - "age": 31, - "event": "Gymnastics Men's Horse Vault", - "medal": "Gold" - }, - { - "name": "Helen Richardson-Walsh", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 34, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Kathrin Louise \"Kate\" Richardson-Walsh", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Linn-Kristin Ullevoldster Riegelhuth Koren", - "gender": "F", - "height": "175", - "weight": "66", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 32, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Rim Jong-Sim", - "gender": "F", - "height": "162", - "weight": "75", - "sport": "Weightlifting", - "team": "North Korea", - "noc": "PRK", - "age": 23, - "event": "Weightlifting Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Anne-Marie Rindom", - "gender": "F", - "height": "170", - "weight": "68", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 25, - "event": "Sailing Women's One Person Dinghy", - "medal": "Bronze" - }, - { - "name": "Teddy Pierre-Marie Riner", - "gender": "M", - "height": "203", - "weight": "139", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Judo Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Pandelela Rinong anak Pamg", - "gender": "F", - "height": "159", - "weight": "55", - "sport": "Diving", - "team": "Malaysia", - "noc": "MAS", - "age": 23, - "event": "Diving Women's Synchronized Platform", - "medal": "Silver" - }, - { - "name": "Jenny Rissveds", - "gender": "F", - "height": "165", - "weight": "55", - "sport": "Cycling", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Gold" - }, - { - "name": "Saulius Ritter", - "gender": "M", - "height": "202", - "weight": "110", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 27, - "event": "Rowing Men's Double Sculls", - "medal": "Silver" - }, - { - "name": "Hanna Serhivna Rizatdinova", - "gender": "F", - "height": "173", - "weight": "49", - "sport": "Rhythmic Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Rhythmic Gymnastics Women's Individual", - "medal": "Bronze" - }, - { - "name": "Mlina Robert-Michon", - "gender": "F", - "height": "180", - "weight": "85", - "sport": "Athletics", - "team": "France", - "noc": "FRA", - "age": 37, - "event": "Athletics Women's Discus Throw", - "medal": "Silver" - }, - { - "name": "Gil Roberts", - "gender": "M", - "height": "188", - "weight": "82", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "James Roberts", - "gender": "M", - "height": "194", - "weight": "90", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Mark Robertson", - "gender": "M", - "height": "189", - "weight": "96", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Kelsey Robinson", - "gender": "F", - "height": "188", - "weight": "70", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Sarah Elizabeth Robles", - "gender": "F", - "height": "178", - "weight": "141", - "sport": "Weightlifting", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Weightlifting Women's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Brendon Rodney", - "gender": "M", - "height": "195", - "weight": "80", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Bronze" - }, - { - "name": "Rodrigo Caio Coquette Russo", - "gender": "M", - "height": "182", - "weight": "70", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Rodrigo Dourado Cunha", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Leonor Rodrguez Manso", - "gender": "F", - "height": "180", - "weight": "72", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Misael Uziel Rodrguez Olivas", - "gender": "M", - "height": "178", - "weight": "75", - "sport": "Boxing", - "team": "Mexico", - "noc": "MEX", - "age": 22, - "event": "Boxing Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Sergio Rodrguez Gmez", - "gender": "M", - "height": "191", - "weight": "80", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "James Rodwell", - "gender": "M", - "height": "195", - "weight": "105", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Boudewijn Rell", - "gender": "M", - "height": "195", - "weight": "100", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Thomas Rhler", - "gender": "M", - "height": "192", - "weight": "92", - "sport": "Athletics", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Athletics Men's Javelin Throw", - "medal": "Gold" - }, - { - "name": "Yulimar del Valle Rojas Rodrguez", - "gender": "F", - "height": "192", - "weight": "72", - "sport": "Athletics", - "team": "Venezuela", - "noc": "VEN", - "age": 20, - "event": "Athletics Women's Triple Jump", - "medal": "Silver" - }, - { - "name": "Fridolina Rolf", - "gender": "F", - "height": "178", - "weight": "74", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Brianna Rollins", - "gender": "F", - "height": "165", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Athletics Women's 100 metres Hurdles", - "medal": "Gold" - }, - { - "name": "Svetlana Alekseyevna Romashina", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Gold" - }, - { - "name": "Svetlana Alekseyevna Romashina", - "gender": "F", - "height": "173", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Leticia Romero Gonzlez", - "gender": "F", - "height": "177", - "weight": "62", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Natalie Rooney", - "gender": "F", - "height": "181", - "weight": "95", - "sport": "Shooting", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Shooting Women's Trap", - "medal": "Silver" - }, - { - "name": "Deanne Rose", - "gender": "F", - "height": "160", - "weight": "62", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 17, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Justin Peter Rose", - "gender": "M", - "height": "191", - "weight": "NA", - "sport": "Golf", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Golf Men's Individual", - "medal": "Gold" - }, - { - "name": "Shane Rose", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 43, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "April Elizabeth Ross", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Beach Volleyball", - "team": "United States-1", - "noc": "USA", - "age": 34, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Gabriele Rossetti", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Shooting", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Shooting Men's Skeet", - "medal": "Gold" - }, - { - "name": "Lucas Rafael Rossi", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 31, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Salvatore Rossini", - "gender": "M", - "height": "185", - "weight": "82", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Kianoush Rostami", - "gender": "M", - "height": "177", - "weight": "85", - "sport": "Weightlifting", - "team": "Iran", - "noc": "IRI", - "age": 25, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Snke Rothenberger", - "gender": "M", - "height": "193", - "weight": "73", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Joanna Katie Rowsell Shand", - "gender": "F", - "height": "180", - "weight": "69", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Philippe Rozier", - "gender": "M", - "height": "173", - "weight": "63", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 53, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Elin Ingrid Johanna Rubensson", - "gender": "F", - "height": "166", - "weight": "59", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 23, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Ricard \"Ricky\" Rubio Vives", - "gender": "M", - "height": "193", - "weight": "82", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Men's Basketball", - "medal": "Bronze" - }, - { - "name": "Taylor Madison Ruck", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Taylor Madison Ruck", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 16, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "David Lekuta Rudisha", - "gender": "M", - "height": "190", - "weight": "76", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 27, - "event": "Athletics Men's 800 metres", - "medal": "Gold" - }, - { - "name": "Christopher Rhr", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Cierra Runge", - "gender": "F", - "height": "193", - "weight": "85", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Galen Rupp", - "gender": "M", - "height": "181", - "weight": "61", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Athletics Men's Marathon", - "medal": "Bronze" - }, - { - "name": "Aaron Russell", - "gender": "M", - "height": "206", - "weight": "93", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Alonzo Russell", - "gender": "M", - "height": "174", - "weight": "68", - "sport": "Athletics", - "team": "Bahamas", - "noc": "BAH", - "age": 24, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Bronze" - }, - { - "name": "Kelly Russell", - "gender": "F", - "height": "178", - "weight": "83", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Gregory James \"Greg\" Rutherford", - "gender": "M", - "height": "188", - "weight": "92", - "sport": "Athletics", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Athletics Men's Long Jump", - "medal": "Bronze" - }, - { - "name": "William \"Will\" Ryan", - "gender": "M", - "height": "193", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Sailing Men's Two Person Dinghy", - "medal": "Silver" - }, - { - "name": "Yevgeny Mikhaylovich Rylov", - "gender": "M", - "height": "184", - "weight": "69", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Swimming Men's 200 metres Backstroke", - "medal": "Bronze" - }, - { - "name": "Olga Sergeyevna Rypakova (Alekseyeva-)", - "gender": "F", - "height": "183", - "weight": "62", - "sport": "Athletics", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 31, - "event": "Athletics Women's Triple Jump", - "medal": "Bronze" - }, - { - "name": "Lucas Saatkamp", - "gender": "M", - "height": "209", - "weight": "101", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 30, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Abdul-Rashid Bulayevich Sadulayev", - "gender": "M", - "height": "177", - "weight": "86", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Lucie afov", - "gender": "F", - "height": "177", - "weight": "65", - "sport": "Tennis", - "team": "Czech Republic-1", - "noc": "CZE", - "age": 29, - "event": "Tennis Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Timur Marselevich Safin", - "gender": "M", - "height": "182", - "weight": "82", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Fencing Men's Foil, Individual", - "medal": "Bronze" - }, - { - "name": "Timur Marselevich Safin", - "gender": "M", - "height": "182", - "weight": "82", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Fencing Men's Foil, Team", - "medal": "Gold" - }, - { - "name": "Dylan Michael Sage", - "gender": "M", - "height": "188", - "weight": "96", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Kamran ahsuvarl", - "gender": "M", - "height": "180", - "weight": "75", - "sport": "Boxing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 23, - "event": "Boxing Men's Middleweight", - "medal": "Bronze" - }, - { - "name": "Ibragim Magomed-Saidovich Saidov", - "gender": "M", - "height": "180", - "weight": "125", - "sport": "Wrestling", - "team": "Belarus", - "noc": "BLR", - "age": 31, - "event": "Wrestling Men's Super-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Masato Sakai", - "gender": "M", - "height": "181", - "weight": "77", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 21, - "event": "Swimming Men's 200 metres Butterfly", - "medal": "Silver" - }, - { - "name": "Juan Manuel Saladino", - "gender": "M", - "height": "174", - "weight": "73", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Popoola Sodiq Saliu", - "gender": "M", - "height": "170", - "weight": "51", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 21, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Katja Steen Salskov-Iversen", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Sailing", - "team": "Denmark", - "noc": "DEN", - "age": 21, - "event": "Sailing Women's Skiff", - "medal": "Bronze" - }, - { - "name": "Sara Ahmed Samir", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Weightlifting", - "team": "Egypt", - "noc": "EGY", - "age": 18, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Jessica Eva Katarina Samuelsson", - "gender": "F", - "height": "166", - "weight": "59", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 24, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Germn Sal Snchez Snchez", - "gender": "M", - "height": "165", - "weight": "50", - "sport": "Diving", - "team": "Mexico", - "noc": "MEX", - "age": 24, - "event": "Diving Men's Platform", - "medal": "Silver" - }, - { - "name": "Taylor Sander", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 24, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Andrea Santarelli", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Fencing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Fencing Men's epee, Team", - "medal": "Silver" - }, - { - "name": "Albert Saritov", - "gender": "M", - "height": "188", - "weight": "100", - "sport": "Wrestling", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Or Sasson", - "gender": "M", - "height": "193", - "weight": "120", - "sport": "Judo", - "team": "Israel", - "noc": "ISR", - "age": 25, - "event": "Judo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "William Spencer \"Will\" Satch", - "gender": "M", - "height": "198", - "weight": "100", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Martin Sauer", - "gender": "M", - "height": "169", - "weight": "55", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Katerine Savard", - "gender": "F", - "height": "167", - "weight": "54", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Erislandy Savn Cotilla", - "gender": "M", - "height": "192", - "weight": "91", - "sport": "Boxing", - "team": "Cuba", - "noc": "CUB", - "age": 26, - "event": "Boxing Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Mohamed Karim \"Moe\" Sbihi", - "gender": "M", - "height": "202", - "weight": "110", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Men's Coxless Fours", - "medal": "Gold" - }, - { - "name": "Sophie Celina Scheder", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Gymnastics Women's Uneven Bars", - "medal": "Bronze" - }, - { - "name": "Charlotta Eva \"Lotta\" Schelin", - "gender": "F", - "height": "179", - "weight": "64", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 32, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Dafne Schippers", - "gender": "F", - "height": "179", - "weight": "70", - "sport": "Athletics", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Athletics Women's 200 metres", - "medal": "Silver" - }, - { - "name": "Lauren Schmetterling", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Lisa Schmidla", - "gender": "F", - "height": "173", - "weight": "76", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Bruno Oscar Schmidt", - "gender": "M", - "height": "185", - "weight": "87", - "sport": "Beach Volleyball", - "team": "Brazil-1", - "noc": "BRA", - "age": 29, - "event": "Beach Volleyball Men's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Richard Schmidt", - "gender": "M", - "height": "191", - "weight": "87", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Sophie Diana Schmidt", - "gender": "F", - "height": "172", - "weight": "71", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 28, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Allison Rodgers Schmitt", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Allison Rodgers Schmitt", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Dorothee Schneider (-Krumhoff)", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Henri Schoeman", - "gender": "M", - "height": "170", - "weight": "59", - "sport": "Triathlon", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Triathlon Men's Olympic Distance", - "medal": "Bronze" - }, - { - "name": "Jonathan Michael \"Jon\" Schofield", - "gender": "M", - "height": "182", - "weight": "80", - "sport": "Canoeing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Silver" - }, - { - "name": "Lauritz Schoof", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Joseph Isaac Schooling", - "gender": "M", - "height": "184", - "weight": "74", - "sport": "Swimming", - "team": "Singapore", - "noc": "SGP", - "age": 21, - "event": "Swimming Men's 100 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Olivia Alma Charlotta Schough", - "gender": "F", - "height": "172", - "weight": "60", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 25, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Anne Schrder", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Almuth Schult", - "gender": "F", - "height": "180", - "weight": "71", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Football Women's Football", - "medal": "Gold" - }, - { - "name": "Karl Schulze", - "gender": "M", - "height": "190", - "weight": "100", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Simon Schrch", - "gender": "M", - "height": "186", - "weight": "75", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 25, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Nino Schurter", - "gender": "M", - "height": "173", - "weight": "68", - "sport": "Cycling", - "team": "Switzerland", - "noc": "SUI", - "age": 30, - "event": "Cycling Men's Mountainbike, Cross-team", - "medal": "Gold" - }, - { - "name": "Lisa Schtze", - "gender": "F", - "height": "172", - "weight": "61", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 19, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Callum Scotson", - "gender": "M", - "height": "184", - "weight": "77", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 19, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Desiree Rose Marie Scott", - "gender": "F", - "height": "160", - "weight": "62", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Duncan William MacNaughton Scott", - "gender": "M", - "height": "190", - "weight": "72", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Duncan William MacNaughton Scott", - "gender": "M", - "height": "190", - "weight": "72", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 19, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Giles Lyndon Scott", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Sailing", - "team": "Great Britain", - "noc": "GBR", - "age": 29, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Gold" - }, - { - "name": "Stephen \"Steve\" Scott", - "gender": "M", - "height": "172", - "weight": "84", - "sport": "Shooting", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Shooting Men's Double Trap", - "medal": "Bronze" - }, - { - "name": "Rebecca Scown", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Rowing", - "team": "New Zealand", - "noc": "NZL", - "age": 32, - "event": "Rowing Women's Coxless Pairs", - "medal": "Silver" - }, - { - "name": "Anna Sergeyevna Sedoykina", - "gender": "F", - "height": "184", - "weight": "74", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 32, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Emily Jane Seebohm", - "gender": "F", - "height": "180", - "weight": "70", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Sara Caroline Seger", - "gender": "F", - "height": "176", - "weight": "62", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 31, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Melissa Seidemann", - "gender": "F", - "height": "183", - "weight": "104", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Davie Selke", - "gender": "M", - "height": "192", - "weight": "82", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Linda Birgitta Sembrant", - "gender": "F", - "height": "175", - "weight": "67", - "sport": "Football", - "team": "Sweden", - "noc": "SWE", - "age": 29, - "event": "Football Women's Football", - "medal": "Silver" - }, - { - "name": "Mokgadi Caster Semenya", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 25, - "event": "Athletics Women's 800 metres", - "medal": "Gold" - }, - { - "name": "Sergey Viktorovich Semyonov", - "gender": "M", - "height": "187", - "weight": "130", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 20, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Anna Sergeyevna Sen", - "gender": "F", - "height": "186", - "weight": "81", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Seabelo Mohanoe Senatla", - "gender": "M", - "height": "177", - "weight": "82", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Anelo etka", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Daiya Seto", - "gender": "M", - "height": "174", - "weight": "72", - "sport": "Swimming", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Swimming Men's 400 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Torul sgrov", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 23, - "event": "Wrestling Men's Welterweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Dariga Shakimova", - "gender": "F", - "height": "172", - "weight": "75", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 27, - "event": "Boxing Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Xiaona Shan", - "gender": "F", - "height": "165", - "weight": "54", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 33, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Shang Chunsong", - "gender": "F", - "height": "143", - "weight": "34", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Lasha Shavdatuashvili", - "gender": "M", - "height": "170", - "weight": "75", - "sport": "Judo", - "team": "Georgia", - "noc": "GEO", - "age": 24, - "event": "Judo Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Abdullahi Shehu", - "gender": "M", - "height": "170", - "weight": "72", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 23, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Shi Jinglin", - "gender": "F", - "height": "175", - "weight": "68", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Bronze" - }, - { - "name": "Shi Tingmao", - "gender": "F", - "height": "159", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Diving Women's Springboard", - "medal": "Gold" - }, - { - "name": "Shi Tingmao", - "gender": "F", - "height": "159", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Diving Women's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Shi Zhiyong", - "gender": "M", - "height": "168", - "weight": "70", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Weightlifting Men's Lightweight", - "medal": "Gold" - }, - { - "name": "Claressa Maria Shields", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Boxing Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Thomas Allen \"Tom\" Shields", - "gender": "M", - "height": "193", - "weight": "86", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Shin Seung-Chan", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Badminton", - "team": "South Korea-1", - "noc": "KOR", - "age": 21, - "event": "Badminton Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Kenzo Shirai", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Kenzo Shirai", - "gender": "M", - "height": "162", - "weight": "51", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 19, - "event": "Gymnastics Men's Horse Vault", - "medal": "Bronze" - }, - { - "name": "Alla Anatolyevna Shishkina", - "gender": "F", - "height": "170", - "weight": "54", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Darya Mikhaylovna Shmelyova", - "gender": "F", - "height": "164", - "weight": "64", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Cycling Women's Team Sprint", - "medal": "Silver" - }, - { - "name": "Erik Thomas Shoji", - "gender": "M", - "height": "183", - "weight": "73", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Kawika Shoji", - "gender": "M", - "height": "191", - "weight": "88", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Ilya Anatolyevich Shtokalov", - "gender": "M", - "height": "185", - "weight": "95", - "sport": "Canoeing", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Canoeing Men's Canadian Singles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Mariya Vladimirovna Shurochkina", - "gender": "F", - "height": "164", - "weight": "48", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Lyubov Andreyevna Shutova", - "gender": "F", - "height": "177", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 33, - "event": "Fencing Women's epee, Team", - "medal": "Bronze" - }, - { - "name": "Si Yajie", - "gender": "F", - "height": "164", - "weight": "57", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 17, - "event": "Diving Women's Platform", - "medal": "Silver" - }, - { - "name": "Olivier Floris Johannes Siegelaar", - "gender": "M", - "height": "197", - "weight": "100", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Erlon de Souza Silva", - "gender": "M", - "height": "175", - "weight": "78", - "sport": "Canoeing", - "team": "Brazil", - "noc": "BRA", - "age": 25, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Rafaela Lopes Silva", - "gender": "F", - "height": "169", - "weight": "57", - "sport": "Judo", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Judo Women's Lightweight", - "medal": "Gold" - }, - { - "name": "Anastasiya Dmitriyevna Simanovich", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Georgia Simmerling", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Cycling", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Cycling Women's Team Pursuit", - "medal": "Bronze" - }, - { - "name": "Kerry Simmonds", - "gender": "F", - "height": "183", - "weight": "82", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Marko Simonovi", - "gender": "M", - "height": "203", - "weight": "96", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Seth Muenfuh Sincere", - "gender": "M", - "height": "170", - "weight": "77", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 18, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Christine Margaret Sinclair", - "gender": "F", - "height": "176", - "weight": "75", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 33, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Pusarla Venkata \"P. V.\" Sindhu", - "gender": "F", - "height": "179", - "weight": "65", - "sport": "Badminton", - "team": "India", - "noc": "IND", - "age": 21, - "event": "Badminton Women's Singles", - "medal": "Silver" - }, - { - "name": "Nataliya Siniin", - "gender": "F", - "height": "160", - "weight": "58", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 31, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Martin Sinkovi", - "gender": "M", - "height": "188", - "weight": "95", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Rowing Men's Double Sculls", - "medal": "Gold" - }, - { - "name": "Valent Sinkovi", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Rowing", - "team": "Croatia", - "noc": "CRO", - "age": 28, - "event": "Rowing Men's Double Sculls", - "medal": "Gold" - }, - { - "name": "Maicon de Andrade Siqueira", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Taekwondo", - "team": "Brazil", - "noc": "BRA", - "age": 23, - "event": "Taekwondo Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Pimsiri Sirikaew", - "gender": "F", - "height": "152", - "weight": "58", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 26, - "event": "Weightlifting Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 100 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 200 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Sarah Frederica Sjstrm", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Swimming", - "team": "Sweden", - "noc": "SWE", - "age": 22, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Gold" - }, - { - "name": "Ladislav kantr", - "gender": "M", - "height": "189", - "weight": "80", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 33, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Gold" - }, - { - "name": "Peter kantr", - "gender": "M", - "height": "182", - "weight": "78", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 34, - "event": "Canoeing Men's Canadian Doubles, Slalom", - "medal": "Gold" - }, - { - "name": "Nicholas David \"Nick\" Skelton", - "gender": "M", - "height": "175", - "weight": "76", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 58, - "event": "Equestrianism Mixed Jumping, Individual", - "medal": "Gold" - }, - { - "name": "Callum Skinner", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Sprint", - "medal": "Silver" - }, - { - "name": "Callum Skinner", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Cycling Men's Team Sprint", - "medal": "Gold" - }, - { - "name": "Catherine Skinner", - "gender": "F", - "height": "172", - "weight": "80", - "sport": "Shooting", - "team": "Australia", - "noc": "AUS", - "age": 26, - "event": "Shooting Women's Trap", - "medal": "Gold" - }, - { - "name": "Sara Slott-Bruun Petersen", - "gender": "F", - "height": "171", - "weight": "57", - "sport": "Athletics", - "team": "Denmark", - "noc": "DEN", - "age": 29, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Yeldos Bakhtybayevich Smetov", - "gender": "M", - "height": "167", - "weight": "60", - "sport": "Judo", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Judo Men's Extra-Lightweight", - "medal": "Silver" - }, - { - "name": "Anabelle Smith", - "gender": "F", - "height": "168", - "weight": "55", - "sport": "Diving", - "team": "Australia", - "noc": "AUS", - "age": 23, - "event": "Diving Women's Synchronized Springboard", - "medal": "Bronze" - }, - { - "name": "Clark Smith", - "gender": "M", - "height": "206", - "weight": "90", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "David Michael Smith", - "gender": "M", - "height": "201", - "weight": "86", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Albertus Stephanus \"Kwagga\" Smith", - "gender": "M", - "height": "180", - "weight": "90", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Leah Smith", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 400 metres Freestyle", - "medal": "Bronze" - }, - { - "name": "Leah Smith", - "gender": "F", - "height": "178", - "weight": "67", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 200 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Louis Antoine Smith", - "gender": "M", - "height": "184", - "weight": "76", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Silver" - }, - { - "name": "Olivia Smoliga", - "gender": "F", - "height": "188", - "weight": "72", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Katelin Snyder (-Guregian)", - "gender": "F", - "height": "163", - "weight": "50", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Kyle Frederick Snyder", - "gender": "M", - "height": "180", - "weight": "102", - "sport": "Wrestling", - "team": "United States", - "noc": "USA", - "age": 20, - "event": "Wrestling Men's Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Philippus Albertus Borman \"Philip\" Snyman", - "gender": "M", - "height": "188", - "weight": "95", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 29, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Rishod Rashidovich Sobirov", - "gender": "M", - "height": "168", - "weight": "66", - "sport": "Judo", - "team": "Uzbekistan", - "noc": "UZB", - "age": 29, - "event": "Judo Men's Half-Lightweight", - "medal": "Bronze" - }, - { - "name": "Yevgeniya Viktorovna Soboleva-Khokhriakova", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Jack Sock", - "gender": "M", - "height": "191", - "weight": "84", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 23, - "event": "Tennis Mixed Doubles", - "medal": "Gold" - }, - { - "name": "Jack Sock", - "gender": "M", - "height": "191", - "weight": "84", - "sport": "Tennis", - "team": "United States-2", - "noc": "USA", - "age": 23, - "event": "Tennis Men's Doubles", - "medal": "Bronze" - }, - { - "name": "Sanna Charlotte Solberg", - "gender": "F", - "height": "178", - "weight": "70", - "sport": "Handball", - "team": "Norway", - "noc": "NOR", - "age": 26, - "event": "Handball Women's Handball", - "medal": "Bronze" - }, - { - "name": "Franck Robert Bernard Solforosi", - "gender": "M", - "height": "184", - "weight": "70", - "sport": "Rowing", - "team": "France", - "noc": "FRA", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Petrissa Solja", - "gender": "F", - "height": "168", - "weight": "67", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Table Tennis Women's Team", - "medal": "Silver" - }, - { - "name": "Joyce Sombroek", - "gender": "F", - "height": "179", - "weight": "64", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Pter Somfai", - "gender": "M", - "height": "188", - "weight": "85", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 36, - "event": "Fencing Men's epee, Team", - "medal": "Bronze" - }, - { - "name": "Cdric Sorhaindo", - "gender": "M", - "height": "192", - "weight": "110", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Silver" - }, - { - "name": "Lorenzo Sotomayor Collazo", - "gender": "M", - "height": "185", - "weight": "64", - "sport": "Boxing", - "team": "Azerbaijan", - "noc": "AZE", - "age": 31, - "event": "Boxing Men's Light-Welterweight", - "medal": "Silver" - }, - { - "name": "Daniele Pasquale Sottile", - "gender": "M", - "height": "186", - "weight": "73", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 36, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Douglas Correia de Souza", - "gender": "M", - "height": "199", - "weight": "75", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 20, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Maurcio Luiz de Souza", - "gender": "M", - "height": "209", - "weight": "93", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Kasper Sndergaard Sarup", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 35, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Ivana panovi", - "gender": "F", - "height": "176", - "weight": "65", - "sport": "Athletics", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Athletics Women's Long Jump", - "medal": "Bronze" - }, - { - "name": "Roscko Shane Specman", - "gender": "M", - "height": "174", - "weight": "81", - "sport": "Rugby Sevens", - "team": "South Africa", - "noc": "RSA", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Ashley Spencer", - "gender": "F", - "height": "178", - "weight": "59", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Athletics Women's 400 metres Hurdles", - "medal": "Bronze" - }, - { - "name": "Darya Sergeyevna Spiridonova", - "gender": "F", - "height": "156", - "weight": "45", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Nicola Spirig Hug", - "gender": "F", - "height": "166", - "weight": "54", - "sport": "Triathlon", - "team": "Switzerland", - "noc": "SUI", - "age": 34, - "event": "Triathlon Women's Olympic Distance", - "medal": "Silver" - }, - { - "name": "Barbora potkov", - "gender": "F", - "height": "182", - "weight": "80", - "sport": "Athletics", - "team": "Czech Republic", - "noc": "CZE", - "age": 35, - "event": "Athletics Women's Javelin Throw", - "medal": "Bronze" - }, - { - "name": "Maria Springwald", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Rowing", - "team": "Poland", - "noc": "POL", - "age": 25, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Annika Sprink", - "gender": "F", - "height": "173", - "weight": "61", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Sukanya Srisurat", - "gender": "F", - "height": "155", - "weight": "58", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 21, - "event": "Weightlifting Women's Lightweight", - "medal": "Gold" - }, - { - "name": "rif rifov", - "gender": "M", - "height": "180", - "weight": "97", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 27, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Sabah riti", - "gender": "M", - "height": "192", - "weight": "130", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 27, - "event": "Wrestling Men's Super-Heavyweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Mariya Stadnik", - "gender": "F", - "height": "157", - "weight": "48", - "sport": "Wrestling", - "team": "Azerbaijan", - "noc": "AZE", - "age": 28, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Dragana Stankovi", - "gender": "F", - "height": "195", - "weight": "73", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Bronze" - }, - { - "name": "Heather Mary Stanning", - "gender": "F", - "height": "181", - "weight": "72", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 31, - "event": "Rowing Women's Coxless Pairs", - "medal": "Gold" - }, - { - "name": "Charlotte Stapenhorst", - "gender": "F", - "height": "168", - "weight": "68", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Kevin Staut", - "gender": "M", - "height": "182", - "weight": "70", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 35, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Gold" - }, - { - "name": "Ashley Steacy", - "gender": "F", - "height": "158", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 29, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Davor tefanek", - "gender": "M", - "height": "170", - "weight": "66", - "sport": "Wrestling", - "team": "Serbia", - "noc": "SRB", - "age": 30, - "event": "Wrestling Men's Welterweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Aikaterini \"Ekaterini\" Stefanidi", - "gender": "F", - "height": "173", - "weight": "59", - "sport": "Athletics", - "team": "Greece", - "noc": "GRE", - "age": 26, - "event": "Athletics Women's Pole Vault", - "medal": "Gold" - }, - { - "name": "Margaret Ann \"Maggie\" Steffens", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Water Polo", - "team": "United States", - "noc": "USA", - "age": 23, - "event": "Water Polo Women's Water Polo", - "medal": "Gold" - }, - { - "name": "Bastian Steger", - "gender": "M", - "height": "170", - "weight": "65", - "sport": "Table Tennis", - "team": "Germany", - "noc": "GER", - "age": 35, - "event": "Table Tennis Men's Team", - "medal": "Bronze" - }, - { - "name": "Giulia Steingruber", - "gender": "F", - "height": "160", - "weight": "56", - "sport": "Gymnastics", - "team": "Switzerland", - "noc": "SUI", - "age": 22, - "event": "Gymnastics Women's Horse Vault", - "medal": "Bronze" - }, - { - "name": "Henrik Olof Stenson", - "gender": "M", - "height": "188", - "weight": "86", - "sport": "Golf", - "team": "Sweden", - "noc": "SWE", - "age": 40, - "event": "Golf Men's Individual", - "medal": "Silver" - }, - { - "name": "Radek tpnek", - "gender": "M", - "height": "186", - "weight": "79", - "sport": "Tennis", - "team": "Czech Republic", - "noc": "CZE", - "age": 37, - "event": "Tennis Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Inna Yakovlevna Stepanova", - "gender": "F", - "height": "176", - "weight": "63", - "sport": "Archery", - "team": "Russia", - "noc": "RUS", - "age": 26, - "event": "Archery Women's Team", - "medal": "Silver" - }, - { - "name": "Jan trba", - "gender": "M", - "height": "183", - "weight": "85", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 35, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Jovana Stevanovi", - "gender": "F", - "height": "192", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 24, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Travis Stevens", - "gender": "M", - "height": "181", - "weight": "80", - "sport": "Judo", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Judo Men's Half-Middleweight", - "medal": "Silver" - }, - { - "name": "Shakur Stevenson", - "gender": "M", - "height": "173", - "weight": "56", - "sport": "Boxing", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Boxing Men's Bantamweight", - "medal": "Silver" - }, - { - "name": "Breanna Mackenzie Stewart", - "gender": "F", - "height": "193", - "weight": "79", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Vladimir timac", - "gender": "M", - "height": "211", - "weight": "112", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Toni Stipanovi", - "gender": "M", - "height": "178", - "weight": "81", - "sport": "Sailing", - "team": "Croatia", - "noc": "CRO", - "age": 30, - "event": "Sailing Men's One Person Dinghy", - "medal": "Silver" - }, - { - "name": "Emmanuel Stockbroekx", - "gender": "M", - "height": "189", - "weight": "88", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 22, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Genevra \"Gevvie\" Stone", - "gender": "F", - "height": "183", - "weight": "71", - "sport": "Rowing", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Rowing Women's Single Sculls", - "medal": "Silver" - }, - { - "name": "Are Weierholt Strandli", - "gender": "M", - "height": "181", - "weight": "69", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 27, - "event": "Rowing Men's Lightweight Double Sculls", - "medal": "Bronze" - }, - { - "name": "Jrmy Stravius", - "gender": "M", - "height": "190", - "weight": "86", - "sport": "Swimming", - "team": "France", - "noc": "FRA", - "age": 28, - "event": "Swimming Men's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Vadim Nikolayevich Streltsov", - "gender": "M", - "height": "170", - "weight": "94", - "sport": "Weightlifting", - "team": "Belarus", - "noc": "BLR", - "age": 30, - "event": "Weightlifting Men's Middle-Heavyweight", - "medal": "Silver" - }, - { - "name": "Ivan Alekseyevich Stretovich", - "gender": "M", - "height": "170", - "weight": "59", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Gymnastics Men's Team All-Around", - "medal": "Silver" - }, - { - "name": "Martin Strobel", - "gender": "M", - "height": "189", - "weight": "90", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Ioana Strungaru (Crciun-)", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Rowing", - "team": "Romania", - "noc": "ROU", - "age": 27, - "event": "Rowing Women's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Barbora Strcov (-Zhlavov)", - "gender": "F", - "height": "164", - "weight": "60", - "sport": "Tennis", - "team": "Czech Republic-1", - "noc": "CZE", - "age": 30, - "event": "Tennis Women's Doubles", - "medal": "Bronze" - }, - { - "name": "Marina Vladimirovna Sudakova (Yartseva-)", - "gender": "F", - "height": "165", - "weight": "66", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Sandro Sukno", - "gender": "M", - "height": "200", - "weight": "93", - "sport": "Water Polo", - "team": "Croatia", - "noc": "CRO", - "age": 26, - "event": "Water Polo Men's Water Polo", - "medal": "Silver" - }, - { - "name": "Niklas Sle", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Jemima Jelagat Sumgong", - "gender": "F", - "height": "160", - "weight": "45", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 31, - "event": "Athletics Women's Marathon", - "medal": "Gold" - }, - { - "name": "Sun Wenyan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Duet", - "medal": "Silver" - }, - { - "name": "Sun Wenyan", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Sun Yanan", - "gender": "F", - "height": "161", - "weight": "51", - "sport": "Wrestling", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Sun Yang", - "gender": "M", - "height": "198", - "weight": "89", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Swimming Men's 200 metres Freestyle", - "medal": "Gold" - }, - { - "name": "Sun Yang", - "gender": "M", - "height": "198", - "weight": "89", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Swimming Men's 400 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Sun Yiwen", - "gender": "F", - "height": "177", - "weight": "63", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Individual", - "medal": "Bronze" - }, - { - "name": "Sun Yiwen", - "gender": "F", - "height": "177", - "weight": "63", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Sun Yujie", - "gender": "F", - "height": "185", - "weight": "78", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 23, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Lasse Jemon Svan Hansen", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Handball", - "team": "Denmark", - "noc": "DEN", - "age": 32, - "event": "Handball Men's Handball", - "medal": "Gold" - }, - { - "name": "Erik Marcus Svensson", - "gender": "M", - "height": "176", - "weight": "68", - "sport": "Shooting", - "team": "Sweden", - "noc": "SWE", - "age": 26, - "event": "Shooting Men's Skeet", - "medal": "Silver" - }, - { - "name": "Polly Ann M. Swann", - "gender": "F", - "height": "185", - "weight": "76", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Ondej Synek", - "gender": "M", - "height": "199", - "weight": "105", - "sport": "Rowing", - "team": "Czech Republic", - "noc": "CZE", - "age": 33, - "event": "Rowing Men's Single Sculls", - "medal": "Bronze" - }, - { - "name": "Elmira Anuarbekovna Syzdykova", - "gender": "F", - "height": "172", - "weight": "69", - "sport": "Wrestling", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 24, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Gabriella Timea Szab", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Gold" - }, - { - "name": "Gabriella Timea Szab", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Canoeing", - "team": "Hungary", - "noc": "HUN", - "age": 29, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Gold" - }, - { - "name": "Emese Judit Szsz", - "gender": "F", - "height": "176", - "weight": "71", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 33, - "event": "Fencing Women's epee, Individual", - "medal": "Gold" - }, - { - "name": "ron Szilgyi", - "gender": "M", - "height": "180", - "weight": "78", - "sport": "Fencing", - "team": "Hungary", - "noc": "HUN", - "age": 26, - "event": "Fencing Men's Sabre, Individual", - "medal": "Gold" - }, - { - "name": "Chiara Tabani", - "gender": "F", - "height": "176", - "weight": "72", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Haruka Tachimoto", - "gender": "F", - "height": "168", - "weight": "70", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Judo Women's Middleweight", - "medal": "Gold" - }, - { - "name": "Kaspar Taimsoo", - "gender": "M", - "height": "194", - "weight": "95", - "sport": "Rowing", - "team": "Estonia", - "noc": "EST", - "age": 29, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Bronze" - }, - { - "name": "Ayaka Takahashi", - "gender": "F", - "height": "165", - "weight": "60", - "sport": "Badminton", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Badminton Women's Doubles", - "medal": "Gold" - }, - { - "name": "Naohisa Takato", - "gender": "M", - "height": "160", - "weight": "60", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Judo Men's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Lasha Talakhadze", - "gender": "M", - "height": "197", - "weight": "160", - "sport": "Weightlifting", - "team": "Georgia", - "noc": "GEO", - "age": 22, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Kitione Taliga", - "gender": "M", - "height": "186", - "weight": "87", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 23, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Jared Tallent", - "gender": "M", - "height": "178", - "weight": "58", - "sport": "Athletics", - "team": "Australia", - "noc": "AUS", - "age": 31, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Silver" - }, - { - "name": "Lachlan Tame", - "gender": "M", - "height": "176", - "weight": "80", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 27, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Tan Jiaxin", - "gender": "F", - "height": "148", - "weight": "36", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Tan Wee Kiong", - "gender": "M", - "height": "177", - "weight": "77", - "sport": "Badminton", - "team": "Malaysia", - "noc": "MAS", - "age": 27, - "event": "Badminton Men's Doubles", - "medal": "Silver" - }, - { - "name": "Tan Ya-Ting", - "gender": "F", - "height": "158", - "weight": "53", - "sport": "Archery", - "team": "Chinese Taipei", - "noc": "TPE", - "age": 22, - "event": "Archery Women's Team", - "medal": "Bronze" - }, - { - "name": "Yusuke Tanaka", - "gender": "M", - "height": "166", - "weight": "58", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 26, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Sopita Tanasan", - "gender": "F", - "height": "154", - "weight": "48", - "sport": "Weightlifting", - "team": "Thailand", - "noc": "THA", - "age": 21, - "event": "Weightlifting Women's Flyweight", - "medal": "Gold" - }, - { - "name": "Melissa Palma Julie Tancredi", - "gender": "F", - "height": "177", - "weight": "73", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Tang Mengni", - "gender": "F", - "height": "169", - "weight": "59", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Paul Kipngetich Tanui", - "gender": "M", - "height": "168", - "weight": "47", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 25, - "event": "Athletics Men's 10,000 metres", - "medal": "Silver" - }, - { - "name": "Juraj Tarr", - "gender": "M", - "height": "190", - "weight": "88", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 37, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Elmurat Zulypkarovich Tasmuradov", - "gender": "M", - "height": "160", - "weight": "59", - "sport": "Wrestling", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Wrestling Men's Featherweight, Greco-Roman", - "medal": "Bronze" - }, - { - "name": "Nur Tatar", - "gender": "F", - "height": "173", - "weight": "67", - "sport": "Taekwondo", - "team": "Turkey", - "noc": "TUR", - "age": 23, - "event": "Taekwondo Women's Welterweight", - "medal": "Bronze" - }, - { - "name": "Anastasiya Alekseyevna Tatareva", - "gender": "F", - "height": "165", - "weight": "44", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 19, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Diana Lurena Taurasi", - "gender": "F", - "height": "183", - "weight": "70", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Christian Taylor", - "gender": "M", - "height": "188", - "weight": "81", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Athletics Men's Triple Jump", - "medal": "Gold" - }, - { - "name": "Audrey Tcheumo", - "gender": "F", - "height": "177", - "weight": "78", - "sport": "Judo", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Judo Women's Half-Heavyweight", - "medal": "Silver" - }, - { - "name": "Terina Lily Te Tamaki", - "gender": "F", - "height": "165", - "weight": "67", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 19, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Laura Teani", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Water Polo Women's Water Polo", - "medal": "Silver" - }, - { - "name": "Horia Tecu", - "gender": "M", - "height": "192", - "weight": "90", - "sport": "Tennis", - "team": "Romania", - "noc": "ROU", - "age": 31, - "event": "Tennis Men's Doubles", - "medal": "Silver" - }, - { - "name": "Stefano Tempesti", - "gender": "M", - "height": "205", - "weight": "100", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 37, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "Milo Teodosi", - "gender": "M", - "height": "195", - "weight": "90", - "sport": "Basketball", - "team": "Serbia", - "noc": "SRB", - "age": 29, - "event": "Basketball Men's Basketball", - "medal": "Silver" - }, - { - "name": "Jana Teschke", - "gender": "F", - "height": "168", - "weight": "56", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Bronze" - }, - { - "name": "Brianne Theisen-Eaton", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Athletics Women's Heptathlon", - "medal": "Bronze" - }, - { - "name": "Thiago Maia Alencar", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 19, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Nafissatou \"Nafi\" Thiam", - "gender": "F", - "height": "184", - "weight": "69", - "sport": "Athletics", - "team": "Belgium", - "noc": "BEL", - "age": 21, - "event": "Athletics Women's Heptathlon", - "medal": "Gold" - }, - { - "name": "Annekatrin Thiele", - "gender": "F", - "height": "173", - "weight": "68", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Rowing Women's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Courtney Lynn Thompson", - "gender": "F", - "height": "170", - "weight": "66", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Volleyball Women's Volleyball", - "medal": "Bronze" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 100 metres", - "medal": "Gold" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 200 metres", - "medal": "Gold" - }, - { - "name": "Elaine Thompson", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 24, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Klay Alexander Thompson", - "gender": "M", - "height": "200", - "weight": "97", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 26, - "event": "Basketball Men's Basketball", - "medal": "Gold" - }, - { - "name": "Victoria Thornley", - "gender": "F", - "height": "193", - "weight": "76", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Rowing Women's Double Sculls", - "medal": "Silver" - }, - { - "name": "Virginia \"Ginny\" Thrasher", - "gender": "F", - "height": "155", - "weight": "55", - "sport": "Shooting", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Gold" - }, - { - "name": "Tian Tao", - "gender": "M", - "height": "172", - "weight": "85", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Ivan Grigoryevich Tikhon", - "gender": "M", - "height": "186", - "weight": "110", - "sport": "Athletics", - "team": "Belarus", - "noc": "BLR", - "age": 40, - "event": "Athletics Men's Hammer Throw", - "medal": "Silver" - }, - { - "name": "Pieter Timmers", - "gender": "M", - "height": "200", - "weight": "89", - "sport": "Swimming", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Swimming Men's 100 metres Freestyle", - "medal": "Silver" - }, - { - "name": "Anna Viktorovna Timofeyeva", - "gender": "F", - "height": "178", - "weight": "86", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 29, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Amy Tinkler", - "gender": "F", - "height": "152", - "weight": "47", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 16, - "event": "Gymnastics Women's Floor Exercise", - "medal": "Bronze" - }, - { - "name": "Stuart Brian Tinney", - "gender": "M", - "height": "180", - "weight": "71", - "sport": "Equestrianism", - "team": "Australia", - "noc": "AUS", - "age": 51, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Bronze" - }, - { - "name": "Yevgeny Andreyevich Tishchenko", - "gender": "M", - "height": "196", - "weight": "91", - "sport": "Boxing", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Boxing Men's Heavyweight", - "medal": "Gold" - }, - { - "name": "Margarita Grigoryevna Tishkevich-Makhneva", - "gender": "F", - "height": "181", - "weight": "67", - "sport": "Canoeing", - "team": "Belarus", - "noc": "BLR", - "age": 24, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Bronze" - }, - { - "name": "Hristiana Todorova", - "gender": "F", - "height": "173", - "weight": "52", - "sport": "Rhythmic Gymnastics", - "team": "Bulgaria", - "noc": "BUL", - "age": 21, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Bronze" - }, - { - "name": "Tamirat Tola Abera", - "gender": "M", - "height": "181", - "weight": "59", - "sport": "Athletics", - "team": "Ethiopia", - "noc": "ETH", - "age": 24, - "event": "Athletics Men's 10,000 metres", - "medal": "Bronze" - }, - { - "name": "Jeremy Toljan", - "gender": "M", - "height": "182", - "weight": "72", - "sport": "Football", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Football Men's Football", - "medal": "Silver" - }, - { - "name": "Mariya Yuryevna Tolkachova", - "gender": "F", - "height": "176", - "weight": "53", - "sport": "Rhythmic Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 18, - "event": "Rhythmic Gymnastics Women's Group", - "medal": "Gold" - }, - { - "name": "Sergiu Toma", - "gender": "M", - "height": "180", - "weight": "81", - "sport": "Judo", - "team": "United Arab Emirates", - "noc": "UAE", - "age": 29, - "event": "Judo Men's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Marko Tomievi", - "gender": "M", - "height": "174", - "weight": "80", - "sport": "Canoeing", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Emma Kate Tonegato", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 21, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Jean-Paul Tony Helissey", - "gender": "M", - "height": "177", - "weight": "77", - "sport": "Fencing", - "team": "France", - "noc": "FRA", - "age": 26, - "event": "Fencing Men's Foil, Team", - "medal": "Silver" - }, - { - "name": "Gelena Dmitriyevna Topilina", - "gender": "F", - "height": "175", - "weight": "56", - "sport": "Synchronized Swimming", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Gold" - }, - { - "name": "Cristian Isaac Toro Carballo", - "gender": "M", - "height": "188", - "weight": "90", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 24, - "event": "Canoeing Men's Kayak Doubles, 200 metres", - "medal": "Gold" - }, - { - "name": "Alba Torrens Salom", - "gender": "F", - "height": "195", - "weight": "80", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 26, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Eri Tosaka", - "gender": "F", - "height": "152", - "weight": "48", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 22, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Matej Tth", - "gender": "M", - "height": "185", - "weight": "73", - "sport": "Athletics", - "team": "Slovakia", - "noc": "SVK", - "age": 33, - "event": "Athletics Men's 50 kilometres Walk", - "medal": "Gold" - }, - { - "name": "Susannah Townsend", - "gender": "F", - "height": "168", - "weight": "61", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Lucas Tramr", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Rowing", - "team": "Switzerland", - "noc": "SUI", - "age": 26, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Gold" - }, - { - "name": "Luk Trefil", - "gender": "M", - "height": "187", - "weight": "90", - "sport": "Canoeing", - "team": "Czech Republic", - "noc": "CZE", - "age": 27, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Andrew \"Andy\" Triggs Hodge", - "gender": "M", - "height": "192", - "weight": "97", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 37, - "event": "Rowing Men's Coxed Eights", - "medal": "Gold" - }, - { - "name": "Moritz Trompertz", - "gender": "M", - "height": "180", - "weight": "76", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 20, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "William Troost-Ekong", - "gender": "M", - "height": "175", - "weight": "74", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 22, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Laura Rebecca Trott (-Kenny)", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Team Pursuit", - "medal": "Gold" - }, - { - "name": "Laura Rebecca Trott (-Kenny)", - "gender": "F", - "height": "164", - "weight": "56", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Cycling Women's Omnium", - "medal": "Gold" - }, - { - "name": "Murphy Edward Troy", - "gender": "M", - "height": "203", - "weight": "107", - "sport": "Volleyball", - "team": "United States", - "noc": "USA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Bronze" - }, - { - "name": "Tina Trstenjak", - "gender": "F", - "height": "162", - "weight": "65", - "sport": "Judo", - "team": "Slovenia", - "noc": "SLO", - "age": 25, - "event": "Judo Women's Half-Middleweight", - "medal": "Gold" - }, - { - "name": "Jrme Truyens", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Olaf Karl Tufte", - "gender": "M", - "height": "193", - "weight": "94", - "sport": "Rowing", - "team": "Norway", - "noc": "NOR", - "age": 40, - "event": "Rowing Men's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Ruby Tui", - "gender": "F", - "height": "177", - "weight": "71", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Josua Tuisova Ratulevu", - "gender": "M", - "height": "180", - "weight": "108", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 22, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Blair Tuke", - "gender": "M", - "height": "181", - "weight": "78", - "sport": "Sailing", - "team": "New Zealand", - "noc": "NZL", - "age": 27, - "event": "Sailing Men's Skiff", - "medal": "Gold" - }, - { - "name": "Rustam Tulaganov", - "gender": "M", - "height": "186", - "weight": "91", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 24, - "event": "Boxing Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Boniface Mucheru Tumuti", - "gender": "M", - "height": "175", - "weight": "72", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 24, - "event": "Athletics Men's 400 metres Hurdles", - "medal": "Silver" - }, - { - "name": "Irak'li Turmanidze", - "gender": "M", - "height": "182", - "weight": "130", - "sport": "Weightlifting", - "team": "Georgia", - "noc": "GEO", - "age": 31, - "event": "Weightlifting Men's Super-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Amy Turner", - "gender": "F", - "height": "168", - "weight": "64", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 32, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Seda Gurgenovna Tutkhalyan", - "gender": "F", - "height": "146", - "weight": "43", - "sport": "Gymnastics", - "team": "Russia", - "noc": "RUS", - "age": 17, - "event": "Gymnastics Women's Team All-Around", - "medal": "Silver" - }, - { - "name": "Seremaia \"Jerry\" Tuwai Vunisa", - "gender": "M", - "height": "174", - "weight": "81", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 27, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Georgina Sophie \"Georgie\" Twigg", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Ryan Tyack", - "gender": "M", - "height": "186", - "weight": "102", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Pavlo Yuriyovych Tymoshchenko", - "gender": "M", - "height": "192", - "weight": "78", - "sport": "Modern Pentathlon", - "team": "Ukraine", - "noc": "UKR", - "age": 29, - "event": "Modern Pentathlon Men's Individual", - "medal": "Silver" - }, - { - "name": "Kohei Uchimura", - "gender": "M", - "height": "160", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Gold" - }, - { - "name": "Kohei Uchimura", - "gender": "M", - "height": "160", - "weight": "54", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Ndifreke Effiong Udo", - "gender": "M", - "height": "173", - "weight": "78", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 17, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Dirk Uittenbogaard", - "gender": "M", - "height": "199", - "weight": "93", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Denis Ulanov", - "gender": "M", - "height": "175", - "weight": "85", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Men's Light-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Aminu Umar", - "gender": "M", - "height": "172", - "weight": "72", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 21, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Sadiq Umar", - "gender": "M", - "height": "172", - "weight": "75", - "sport": "Football", - "team": "Nigeria", - "noc": "NGR", - "age": 19, - "event": "Football Men's Football", - "medal": "Bronze" - }, - { - "name": "Lisa Unruh", - "gender": "F", - "height": "180", - "weight": "68", - "sport": "Archery", - "team": "Germany", - "noc": "GER", - "age": 28, - "event": "Archery Women's Individual", - "medal": "Silver" - }, - { - "name": "Laura Emma Unsworth", - "gender": "F", - "height": "157", - "weight": "55", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Diyorbek Urozboyev", - "gender": "M", - "height": "172", - "weight": "60", - "sport": "Judo", - "team": "Uzbekistan", - "noc": "UZB", - "age": 22, - "event": "Judo Men's Extra-Lightweight", - "medal": "Bronze" - }, - { - "name": "Anna Vladimirovna Ustyukhina", - "gender": "F", - "height": "177", - "weight": "70", - "sport": "Water Polo", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Water Polo Women's Water Polo", - "medal": "Bronze" - }, - { - "name": "Milda Valiukait", - "gender": "F", - "height": "176", - "weight": "66", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 22, - "event": "Rowing Women's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Ingrit Lorena Valencia Victoria", - "gender": "F", - "height": "160", - "weight": "50", - "sport": "Boxing", - "team": "Colombia", - "noc": "COL", - "age": 27, - "event": "Boxing Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Jennifer Valente", - "gender": "F", - "height": "176", - "weight": "74", - "sport": "Cycling", - "team": "United States", - "noc": "USA", - "age": 21, - "event": "Cycling Women's Team Pursuit", - "medal": "Silver" - }, - { - "name": "Lidia Valentn Prez", - "gender": "F", - "height": "169", - "weight": "75", - "sport": "Weightlifting", - "team": "Spain", - "noc": "ESP", - "age": 31, - "event": "Weightlifting Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Jean-Charles Valladont", - "gender": "M", - "height": "180", - "weight": "83", - "sport": "Archery", - "team": "France", - "noc": "FRA", - "age": 27, - "event": "Archery Men's Individual", - "medal": "Silver" - }, - { - "name": "Thibaut Vallette", - "gender": "M", - "height": "171", - "weight": "60", - "sport": "Equestrianism", - "team": "France", - "noc": "FRA", - "age": 42, - "event": "Equestrianism Mixed Three-Day Event, Team", - "medal": "Gold" - }, - { - "name": "Naomi Frances van As", - "gender": "F", - "height": "179", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 33, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Florent Van Aubel", - "gender": "M", - "height": "178", - "weight": "73", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 24, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Greg Van Avermaet", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Cycling", - "team": "Belgium", - "noc": "BEL", - "age": 31, - "event": "Cycling Men's Road Race, Individual", - "medal": "Gold" - }, - { - "name": "Anna van der Breggen", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Cycling Women's Road Race, Individual", - "medal": "Gold" - }, - { - "name": "Anna van der Breggen", - "gender": "F", - "height": "167", - "weight": "56", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Cycling Women's Individual Time Trial", - "medal": "Bronze" - }, - { - "name": "Cameron van der Burgh", - "gender": "M", - "height": "185", - "weight": "85", - "sport": "Swimming", - "team": "South Africa", - "noc": "RSA", - "age": 28, - "event": "Swimming Men's 100 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Arthur Van Doren", - "gender": "M", - "height": "178", - "weight": "74", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Anicka van Emden", - "gender": "F", - "height": "169", - "weight": "63", - "sport": "Judo", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Judo Women's Half-Middleweight", - "medal": "Bronze" - }, - { - "name": "Margot van Geffen", - "gender": "F", - "height": "172", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Jelle van Gorkom", - "gender": "M", - "height": "187", - "weight": "93", - "sport": "Cycling", - "team": "Netherlands", - "noc": "NED", - "age": 25, - "event": "Cycling Men's BMX", - "medal": "Silver" - }, - { - "name": "Chantal Jean Van Landeghem", - "gender": "F", - "height": "180", - "weight": "77", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Caia Jaqueline van Maasakker", - "gender": "F", - "height": "180", - "weight": "69", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Kitty van Male", - "gender": "F", - "height": "170", - "weight": "63", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Wayde van Niekerk", - "gender": "M", - "height": "183", - "weight": "70", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 24, - "event": "Athletics Men's 400 metres", - "medal": "Gold" - }, - { - "name": "Dorian Benno Eric van Rijsselberge", - "gender": "M", - "height": "189", - "weight": "75", - "sport": "Sailing", - "team": "Netherlands", - "noc": "NED", - "age": 27, - "event": "Sailing Men's Windsurfer", - "medal": "Gold" - }, - { - "name": "Sharon van Rouwendaal", - "gender": "F", - "height": "173", - "weight": "65", - "sport": "Swimming", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Swimming Women's 10 kilometres Open Water", - "medal": "Gold" - }, - { - "name": "Elliot Van Strydonck", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Dirk Van Tichelt", - "gender": "M", - "height": "173", - "weight": "73", - "sport": "Judo", - "team": "Belgium", - "noc": "BEL", - "age": 32, - "event": "Judo Men's Lightweight", - "medal": "Bronze" - }, - { - "name": "Vincent Vanasch", - "gender": "M", - "height": "180", - "weight": "78", - "sport": "Hockey", - "team": "Belgium", - "noc": "BEL", - "age": 28, - "event": "Hockey Men's Hockey", - "medal": "Silver" - }, - { - "name": "Jan Vandrey", - "gender": "M", - "height": "188", - "weight": "88", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 24, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Laura Vargas Koch", - "gender": "F", - "height": "173", - "weight": "70", - "sport": "Judo", - "team": "Germany", - "noc": "GER", - "age": 26, - "event": "Judo Women's Middleweight", - "medal": "Bronze" - }, - { - "name": "Anamari \"Ana\" Velenek", - "gender": "F", - "height": "178", - "weight": "78", - "sport": "Judo", - "team": "Slovenia", - "noc": "SLO", - "age": 25, - "event": "Judo Women's Half-Heavyweight", - "medal": "Bronze" - }, - { - "name": "Sofiya Aleksandrovna Velikaya", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Women's Sabre, Individual", - "medal": "Silver" - }, - { - "name": "Sofiya Aleksandrovna Velikaya", - "gender": "F", - "height": "175", - "weight": "70", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Stefana Veljkovi", - "gender": "F", - "height": "190", - "weight": "76", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 26, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Alessandro Velotto", - "gender": "M", - "height": "186", - "weight": "85", - "sport": "Water Polo", - "team": "Italy", - "noc": "ITA", - "age": 21, - "event": "Water Polo Men's Water Polo", - "medal": "Bronze" - }, - { - "name": "David Verburg", - "gender": "M", - "height": "173", - "weight": "70", - "sport": "Athletics", - "team": "United States", - "noc": "USA", - "age": 25, - "event": "Athletics Men's 4 x 400 metres Relay", - "medal": "Gold" - }, - { - "name": "Jasa Veremalua", - "gender": "M", - "height": "195", - "weight": "98", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Oleh Yuriyovych Verniaiev", - "gender": "M", - "height": "161", - "weight": "55", - "sport": "Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 22, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Silver" - }, - { - "name": "Oleh Yuriyovych Verniaiev", - "gender": "M", - "height": "161", - "weight": "55", - "sport": "Gymnastics", - "team": "Ukraine", - "noc": "UKR", - "age": 22, - "event": "Gymnastics Men's Parallel Bars", - "medal": "Gold" - }, - { - "name": "Maria Verschoor", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Pieter Gilles \"Mechiel\" Versluis", - "gender": "M", - "height": "197", - "weight": "95", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 29, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Yelena Sergeyevna Vesnina", - "gender": "F", - "height": "180", - "weight": "60", - "sport": "Tennis", - "team": "Russia-2", - "noc": "RUS", - "age": 30, - "event": "Tennis Women's Doubles", - "medal": "Gold" - }, - { - "name": "Luca Vettori", - "gender": "M", - "height": "200", - "weight": "95", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 25, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Giuseppe Vicino", - "gender": "M", - "height": "195", - "weight": "95", - "sport": "Rowing", - "team": "Italy", - "noc": "ITA", - "age": 23, - "event": "Rowing Men's Coxless Fours", - "medal": "Bronze" - }, - { - "name": "Lucas Martn Vila", - "gender": "M", - "height": "172", - "weight": "75", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Sunette Stella Viljoen", - "gender": "F", - "height": "170", - "weight": "72", - "sport": "Athletics", - "team": "South Africa", - "noc": "RSA", - "age": 32, - "event": "Athletics Women's Javelin Throw", - "medal": "Silver" - }, - { - "name": "Samisoni Viriviri", - "gender": "M", - "height": "186", - "weight": "88", - "sport": "Rugby Sevens", - "team": "Fiji", - "noc": "FIJ", - "age": 28, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Donata Vitartait", - "gender": "F", - "height": "170", - "weight": "62", - "sport": "Rowing", - "team": "Lithuania", - "noc": "LTU", - "age": 27, - "event": "Rowing Women's Double Sculls", - "medal": "Bronze" - }, - { - "name": "Juan Manuel Vivaldi", - "gender": "M", - "height": "180", - "weight": "80", - "sport": "Hockey", - "team": "Argentina", - "noc": "ARG", - "age": 37, - "event": "Hockey Men's Hockey", - "medal": "Gold" - }, - { - "name": "Elia Viviani", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Cycling", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Cycling Men's Omnium", - "medal": "Gold" - }, - { - "name": "Blanka Vlai", - "gender": "F", - "height": "193", - "weight": "71", - "sport": "Athletics", - "team": "Croatia", - "noc": "CRO", - "age": 32, - "event": "Athletics Women's High Jump", - "medal": "Bronze" - }, - { - "name": "Roman Andreyevich Vlasov", - "gender": "M", - "height": "175", - "weight": "75", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Men's Middleweight, Greco-Roman", - "medal": "Gold" - }, - { - "name": "Erik Vlek", - "gender": "M", - "height": "189", - "weight": "89", - "sport": "Canoeing", - "team": "Slovakia", - "noc": "SVK", - "age": 34, - "event": "Canoeing Men's Kayak Fours, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Kristina Vogel", - "gender": "F", - "height": "160", - "weight": "66", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Cycling Women's Sprint", - "medal": "Gold" - }, - { - "name": "Kristina Vogel", - "gender": "F", - "height": "160", - "weight": "66", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Cycling Women's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 100 metres Butterfly", - "medal": "Bronze" - }, - { - "name": "Dana Whitney Vollmer (-Grant)", - "gender": "F", - "height": "185", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Nataliya Vitalyevna Vorobyova", - "gender": "F", - "height": "174", - "weight": "69", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 25, - "event": "Wrestling Women's Light-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Olena Oleksandrivna Voronina", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Fencing", - "team": "Ukraine", - "noc": "UKR", - "age": 26, - "event": "Fencing Women's Sabre, Team", - "medal": "Silver" - }, - { - "name": "Anastasiya Sergeyevna Voynova", - "gender": "F", - "height": "162", - "weight": "62", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Cycling Women's Team Sprint", - "medal": "Silver" - }, - { - "name": "Anna Viktorovna Vyakhireva", - "gender": "F", - "height": "168", - "weight": "63", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 21, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Walace Souza Silva", - "gender": "M", - "height": "188", - "weight": "75", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 21, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Keshorn Walcott", - "gender": "M", - "height": "183", - "weight": "90", - "sport": "Athletics", - "team": "Trinidad and Tobago", - "noc": "TTO", - "age": 23, - "event": "Athletics Men's Javelin Throw", - "medal": "Bronze" - }, - { - "name": "Marta Walczykiewicz", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Canoeing", - "team": "Poland", - "noc": "POL", - "age": 29, - "event": "Canoeing Women's Kayak Singles, 200 metres", - "medal": "Silver" - }, - { - "name": "Bianca Michaela Walkden", - "gender": "F", - "height": "182", - "weight": "74", - "sport": "Taekwondo", - "team": "Great Britain", - "noc": "GBR", - "age": 24, - "event": "Taekwondo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Kira Walkenhorst", - "gender": "F", - "height": "184", - "weight": "75", - "sport": "Beach Volleyball", - "team": "Germany-1", - "noc": "GER", - "age": 25, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Gold" - }, - { - "name": "Christopher James \"Chris\" Walker-Hebborn", - "gender": "M", - "height": "184", - "weight": "84", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 26, - "event": "Swimming Men's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Wallace Leandro de Souza", - "gender": "M", - "height": "198", - "weight": "87", - "sport": "Volleyball", - "team": "Brazil", - "noc": "BRA", - "age": 29, - "event": "Volleyball Men's Volleyball", - "medal": "Gold" - }, - { - "name": "Daniel \"Dan\" Wallace", - "gender": "M", - "height": "188", - "weight": "80", - "sport": "Swimming", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Swimming Men's 4 x 200 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Kenneth Maxwell \"Ken\" Wallace", - "gender": "M", - "height": "190", - "weight": "90", - "sport": "Canoeing", - "team": "Australia", - "noc": "AUS", - "age": 33, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Tomas \"Tom\" Walsh", - "gender": "M", - "height": "185", - "weight": "120", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 24, - "event": "Athletics Men's Shot Put", - "medal": "Bronze" - }, - { - "name": "Kerri Lee Walsh Jennings", - "gender": "F", - "height": "191", - "weight": "73", - "sport": "Beach Volleyball", - "team": "United States-1", - "noc": "USA", - "age": 37, - "event": "Beach Volleyball Women's Beach Volleyball", - "medal": "Bronze" - }, - { - "name": "Marcus Cooper Walz", - "gender": "M", - "height": "184", - "weight": "82", - "sport": "Canoeing", - "team": "Spain", - "noc": "ESP", - "age": 21, - "event": "Canoeing Men's Kayak Singles, 1,000 metres", - "medal": "Gold" - }, - { - "name": "Margaret Nyairera Wambui", - "gender": "F", - "height": "NA", - "weight": "66", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 20, - "event": "Athletics Women's 800 metres", - "medal": "Bronze" - }, - { - "name": "Wang Shun", - "gender": "M", - "height": "191", - "weight": "74", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Swimming Men's 200 metres Individual Medley", - "medal": "Bronze" - }, - { - "name": "Wang Yan", - "gender": "F", - "height": "140", - "weight": "33", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 16, - "event": "Gymnastics Women's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Wang Zhen", - "gender": "M", - "height": "180", - "weight": "62", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Athletics Men's 20 kilometres Walk", - "medal": "Gold" - }, - { - "name": "McLain Ward", - "gender": "M", - "height": "176", - "weight": "70", - "sport": "Equestrianism", - "team": "United States", - "noc": "USA", - "age": 40, - "event": "Equestrianism Mixed Jumping, Team", - "medal": "Silver" - }, - { - "name": "Damian Warner", - "gender": "M", - "height": "185", - "weight": "83", - "sport": "Athletics", - "team": "Canada", - "noc": "CAN", - "age": 26, - "event": "Athletics Men's Decathlon", - "medal": "Bronze" - }, - { - "name": "Natasha Watcham-Roy", - "gender": "F", - "height": "170", - "weight": "67", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 24, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Jason Waterhouse", - "gender": "M", - "height": "185", - "weight": "75", - "sport": "Sailing", - "team": "Australia", - "noc": "AUS", - "age": 24, - "event": "Sailing Mixed Multihull", - "medal": "Silver" - }, - { - "name": "Marcus China Watson", - "gender": "M", - "height": "177", - "weight": "88", - "sport": "Rugby Sevens", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Rugby Sevens Men's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Hollie Webb", - "gender": "F", - "height": "165", - "weight": "65", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 25, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Franziska Weber", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Canoeing Women's Kayak Doubles, 500 metres", - "medal": "Silver" - }, - { - "name": "Franziska Weber", - "gender": "F", - "height": "176", - "weight": "70", - "sport": "Canoeing", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Canoeing Women's Kayak Fours, 500 metres", - "medal": "Silver" - }, - { - "name": "Sam Webster", - "gender": "M", - "height": "183", - "weight": "80", - "sport": "Cycling", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Cycling Men's Team Sprint", - "medal": "Silver" - }, - { - "name": "Ferry Weertman", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Swimming", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Swimming Men's 10 kilometres Open Water", - "medal": "Gold" - }, - { - "name": "Wei Qiuyue", - "gender": "F", - "height": "182", - "weight": "65", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Steffen Weinhold", - "gender": "M", - "height": "191", - "weight": "94", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 30, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Amanda Jo Weir (-Davis)", - "gender": "F", - "height": "188", - "weight": "77", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 30, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Abbey Weitzeil", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Silver" - }, - { - "name": "Abbey Weitzeil", - "gender": "F", - "height": "178", - "weight": "68", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 19, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Niklas Wellen", - "gender": "M", - "height": "185", - "weight": "77", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 21, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Sam Welsford", - "gender": "M", - "height": "179", - "weight": "82", - "sport": "Cycling", - "team": "Australia", - "noc": "AUS", - "age": 20, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Silver" - }, - { - "name": "Miriam Welte", - "gender": "F", - "height": "171", - "weight": "67", - "sport": "Cycling", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Cycling Women's Team Sprint", - "medal": "Bronze" - }, - { - "name": "Lidewij Marsia Maria Welten", - "gender": "F", - "height": "170", - "weight": "64", - "sport": "Hockey", - "team": "Netherlands", - "noc": "NED", - "age": 26, - "event": "Hockey Women's Hockey", - "medal": "Silver" - }, - { - "name": "Phillipp Wende", - "gender": "M", - "height": "199", - "weight": "90", - "sport": "Rowing", - "team": "Germany", - "noc": "GER", - "age": 31, - "event": "Rowing Men's Quadruple Sculls", - "medal": "Gold" - }, - { - "name": "Isabelle Regina Werth", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Individual", - "medal": "Silver" - }, - { - "name": "Isabelle Regina Werth", - "gender": "F", - "height": "169", - "weight": "66", - "sport": "Equestrianism", - "team": "Germany", - "noc": "GER", - "age": 47, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Gold" - }, - { - "name": "Christopher Wesley", - "gender": "M", - "height": "192", - "weight": "88", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - }, - { - "name": "Sanne Wevers", - "gender": "F", - "height": "156", - "weight": "46", - "sport": "Gymnastics", - "team": "Netherlands", - "noc": "NED", - "age": 24, - "event": "Gymnastics Women's Balance Beam", - "medal": "Gold" - }, - { - "name": "Wverton Pereira da Silva", - "gender": "M", - "height": "189", - "weight": "86", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 28, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Lindsay Marie Whalen", - "gender": "F", - "height": "175", - "weight": "72", - "sport": "Basketball", - "team": "United States", - "noc": "USA", - "age": 34, - "event": "Basketball Women's Basketball", - "medal": "Gold" - }, - { - "name": "Nicola White", - "gender": "F", - "height": "172", - "weight": "65", - "sport": "Hockey", - "team": "Great Britain", - "noc": "GBR", - "age": 28, - "event": "Hockey Women's Hockey", - "medal": "Gold" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Individual All-Around", - "medal": "Bronze" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Floor Exercise", - "medal": "Gold" - }, - { - "name": "Max Antony Whitlock", - "gender": "M", - "height": "167", - "weight": "56", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 23, - "event": "Gymnastics Men's Pommelled Horse", - "medal": "Gold" - }, - { - "name": "Erica Elizabeth Wiebe", - "gender": "F", - "height": "175", - "weight": "75", - "sport": "Wrestling", - "team": "Canada", - "noc": "CAN", - "age": 27, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Fabian Wiede", - "gender": "M", - "height": "194", - "weight": "94", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 22, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Patrick Wiencek", - "gender": "M", - "height": "200", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 27, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Peter Noel Jan Wiersum", - "gender": "M", - "height": "173", - "weight": "55", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 31, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Tone Wieten", - "gender": "M", - "height": "201", - "weight": "102", - "sport": "Rowing", - "team": "Netherlands", - "noc": "NED", - "age": 22, - "event": "Rowing Men's Coxed Eights", - "medal": "Bronze" - }, - { - "name": "Bradley Marc Wiggins", - "gender": "M", - "height": "190", - "weight": "82", - "sport": "Cycling", - "team": "Great Britain", - "noc": "GBR", - "age": 36, - "event": "Cycling Men's Team Pursuit, 4,000 metres", - "medal": "Gold" - }, - { - "name": "Rhian Emilie Wilkinson", - "gender": "F", - "height": "166", - "weight": "66", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 34, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "William de Asevedo Furtado", - "gender": "M", - "height": "176", - "weight": "65", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 21, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Charity Williams", - "gender": "F", - "height": "162", - "weight": "68", - "sport": "Rugby Sevens", - "team": "Canada", - "noc": "CAN", - "age": 19, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Bronze" - }, - { - "name": "Christania Williams", - "gender": "F", - "height": "165", - "weight": "63", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 21, - "event": "Athletics Women's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Michelle Williams (-Toro)", - "gender": "F", - "height": "175", - "weight": "67", - "sport": "Swimming", - "team": "Canada", - "noc": "CAN", - "age": 25, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Bronze" - }, - { - "name": "Niall Williams", - "gender": "F", - "height": "173", - "weight": "74", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Sharni Williams", - "gender": "F", - "height": "167", - "weight": "79", - "sport": "Rugby Sevens", - "team": "Australia", - "noc": "AUS", - "age": 28, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Gold" - }, - { - "name": "Venus Ebony Starr Williams", - "gender": "F", - "height": "185", - "weight": "75", - "sport": "Tennis", - "team": "United States-1", - "noc": "USA", - "age": 36, - "event": "Tennis Mixed Doubles", - "medal": "Silver" - }, - { - "name": "Novlene Hilaire Williams-Mills", - "gender": "F", - "height": "168", - "weight": "57", - "sport": "Athletics", - "team": "Jamaica", - "noc": "JAM", - "age": 34, - "event": "Athletics Women's 4 x 400 metres Relay", - "medal": "Silver" - }, - { - "name": "Nicholas Ian \"Nick\" Willis", - "gender": "M", - "height": "183", - "weight": "68", - "sport": "Athletics", - "team": "New Zealand", - "noc": "NZL", - "age": 33, - "event": "Athletics Men's 1,500 metres", - "medal": "Bronze" - }, - { - "name": "Madison \"Madi\" Wilson", - "gender": "F", - "height": "179", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Freestyle Relay", - "medal": "Gold" - }, - { - "name": "Madison \"Madi\" Wilson", - "gender": "F", - "height": "179", - "weight": "61", - "sport": "Swimming", - "team": "Australia", - "noc": "AUS", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Silver" - }, - { - "name": "Melanie Kate Wilson", - "gender": "F", - "height": "184", - "weight": "75", - "sport": "Rowing", - "team": "Great Britain", - "noc": "GBR", - "age": 32, - "event": "Rowing Women's Coxed Eights", - "medal": "Silver" - }, - { - "name": "Nile Wilson", - "gender": "M", - "height": "166", - "weight": "60", - "sport": "Gymnastics", - "team": "Great Britain", - "noc": "GBR", - "age": 20, - "event": "Gymnastics Men's Horizontal Bar", - "medal": "Bronze" - }, - { - "name": "Spencer James W. Wilton", - "gender": "M", - "height": "183", - "weight": "83", - "sport": "Equestrianism", - "team": "Great Britain", - "noc": "GBR", - "age": 43, - "event": "Equestrianism Mixed Dressage, Team", - "medal": "Silver" - }, - { - "name": "Kasper Winther Jrgensen", - "gender": "M", - "height": "182", - "weight": "73", - "sport": "Rowing", - "team": "Denmark", - "noc": "DEN", - "age": 31, - "event": "Rowing Men's Lightweight Coxless Fours", - "medal": "Silver" - }, - { - "name": "Anita Wodarczyk", - "gender": "F", - "height": "178", - "weight": "95", - "sport": "Athletics", - "team": "Poland", - "noc": "POL", - "age": 30, - "event": "Athletics Women's Hammer Throw", - "medal": "Gold" - }, - { - "name": "Maja Martyna Woszczowska", - "gender": "F", - "height": "170", - "weight": "54", - "sport": "Cycling", - "team": "Poland", - "noc": "POL", - "age": 32, - "event": "Cycling Women's Mountainbike, Cross-team", - "medal": "Silver" - }, - { - "name": "Andreas Wolff", - "gender": "M", - "height": "198", - "weight": "110", - "sport": "Handball", - "team": "Germany", - "noc": "GER", - "age": 25, - "event": "Handball Men's Handball", - "medal": "Bronze" - }, - { - "name": "Panipak Wongpattanakit", - "gender": "F", - "height": "173", - "weight": "49", - "sport": "Taekwondo", - "team": "Thailand", - "noc": "THA", - "age": 18, - "event": "Taekwondo Women's Flyweight", - "medal": "Bronze" - }, - { - "name": "Portia Woodman", - "gender": "F", - "height": "169", - "weight": "74", - "sport": "Rugby Sevens", - "team": "New Zealand", - "noc": "NZL", - "age": 25, - "event": "Rugby Sevens Women's Rugby Sevens", - "medal": "Silver" - }, - { - "name": "Kelsi Worrell", - "gender": "F", - "height": "180", - "weight": "75", - "sport": "Swimming", - "team": "United States", - "noc": "USA", - "age": 22, - "event": "Swimming Women's 4 x 100 metres Medley Relay", - "medal": "Gold" - }, - { - "name": "Taylor Worth", - "gender": "M", - "height": "174", - "weight": "60", - "sport": "Archery", - "team": "Australia", - "noc": "AUS", - "age": 25, - "event": "Archery Men's Team", - "medal": "Bronze" - }, - { - "name": "Dagmara Wozniak (Woniak-)", - "gender": "F", - "height": "173", - "weight": "81", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 28, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Felipe Almeida Wu", - "gender": "M", - "height": "169", - "weight": "69", - "sport": "Shooting", - "team": "Brazil", - "noc": "BRA", - "age": 24, - "event": "Shooting Men's Air Pistol, 10 metres", - "medal": "Silver" - }, - { - "name": "Wu Minxia", - "gender": "F", - "height": "167", - "weight": "52", - "sport": "Diving", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Diving Women's Synchronized Springboard", - "medal": "Gold" - }, - { - "name": "Marta Xargay Casademont", - "gender": "F", - "height": "180", - "weight": "71", - "sport": "Basketball", - "team": "Spain", - "noc": "ESP", - "age": 25, - "event": "Basketball Women's Basketball", - "medal": "Silver" - }, - { - "name": "Xiang Yanmei", - "gender": "F", - "height": "163", - "weight": "69", - "sport": "Weightlifting", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Gold" - }, - { - "name": "Xu Anqi", - "gender": "F", - "height": "182", - "weight": "76", - "sport": "Fencing", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Fencing Women's epee, Team", - "medal": "Silver" - }, - { - "name": "Xu Jiayu", - "gender": "M", - "height": "187", - "weight": "78", - "sport": "Swimming", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Swimming Men's 100 metres Backstroke", - "medal": "Silver" - }, - { - "name": "Xu Xin", - "gender": "M", - "height": "180", - "weight": "67", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Xu Yunli", - "gender": "F", - "height": "195", - "weight": "75", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Kanae Yamabe", - "gender": "F", - "height": "172", - "weight": "108", - "sport": "Judo", - "team": "Japan", - "noc": "JPN", - "age": 25, - "event": "Judo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ryota Yamagata", - "gender": "M", - "height": "177", - "weight": "70", - "sport": "Athletics", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Athletics Men's 4 x 100 metres Relay", - "medal": "Silver" - }, - { - "name": "Koji Yamamuro", - "gender": "M", - "height": "159", - "weight": "58", - "sport": "Gymnastics", - "team": "Japan", - "noc": "JPN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Gold" - }, - { - "name": "Yan Ni", - "gender": "F", - "height": "192", - "weight": "74", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Dmytro Mykolaiovych Yanchuk", - "gender": "M", - "height": "184", - "weight": "75", - "sport": "Canoeing", - "team": "Ukraine", - "noc": "UKR", - "age": 23, - "event": "Canoeing Men's Canadian Doubles, 1,000 metres", - "medal": "Bronze" - }, - { - "name": "Yang Fangxu", - "gender": "F", - "height": "190", - "weight": "71", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Elitsa Atanasova Yankova", - "gender": "F", - "height": "151", - "weight": "48", - "sport": "Wrestling", - "team": "Bulgaria", - "noc": "BUL", - "age": 21, - "event": "Wrestling Women's Flyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Selim Yaar", - "gender": "M", - "height": "179", - "weight": "86", - "sport": "Wrestling", - "team": "Turkey", - "noc": "TUR", - "age": 26, - "event": "Wrestling Men's Light-Heavyweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Hassan Aliazam Yazdanicharati", - "gender": "M", - "height": "181", - "weight": "74", - "sport": "Wrestling", - "team": "Iran", - "noc": "IRI", - "age": 21, - "event": "Wrestling Men's Middleweight, Freestyle", - "medal": "Gold" - }, - { - "name": "Yuliya Andreyevna Yefimova", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Swimming Women's 100 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Yuliya Andreyevna Yefimova", - "gender": "F", - "height": "178", - "weight": "64", - "sport": "Swimming", - "team": "Russia", - "noc": "RUS", - "age": 24, - "event": "Swimming Women's 200 metres Breaststroke", - "medal": "Silver" - }, - { - "name": "Julius Kiplagat Yego", - "gender": "M", - "height": "175", - "weight": "94", - "sport": "Athletics", - "team": "Kenya", - "noc": "KEN", - "age": 27, - "event": "Athletics Men's Javelin Throw", - "medal": "Silver" - }, - { - "name": "Yana Karapetovna Yegoryan", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Fencing Women's Sabre, Individual", - "medal": "Gold" - }, - { - "name": "Yana Karapetovna Yegoryan", - "gender": "F", - "height": "175", - "weight": "64", - "sport": "Fencing", - "team": "Russia", - "noc": "RUS", - "age": 22, - "event": "Fencing Women's Sabre, Team", - "medal": "Gold" - }, - { - "name": "Daniyar Maratovich Yeleusinov", - "gender": "M", - "height": "178", - "weight": "64", - "sport": "Boxing", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 25, - "event": "Boxing Men's Welterweight", - "medal": "Gold" - }, - { - "name": "Tatyana Vladimirova Yerokhina", - "gender": "F", - "height": "185", - "weight": "73", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 31, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Yi Siling", - "gender": "F", - "height": "165", - "weight": "51", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Shooting Women's Air Rifle, 10 metres", - "medal": "Bronze" - }, - { - "name": "Yin Chengxin", - "gender": "F", - "height": "170", - "weight": "58", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Yin Junhua", - "gender": "F", - "height": "167", - "weight": "60", - "sport": "Boxing", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Boxing Women's Lightweight", - "medal": "Silver" - }, - { - "name": "Tony Victor James Yoka", - "gender": "M", - "height": "200", - "weight": "105", - "sport": "Boxing", - "team": "France", - "noc": "FRA", - "age": 24, - "event": "Boxing Men's Super-Heavyweight", - "medal": "Gold" - }, - { - "name": "Yoon Jin-Hee", - "gender": "F", - "height": "158", - "weight": "53", - "sport": "Weightlifting", - "team": "South Korea", - "noc": "KOR", - "age": 29, - "event": "Weightlifting Women's Featherweight", - "medal": "Bronze" - }, - { - "name": "Kurumi Yoshida", - "gender": "F", - "height": "167", - "weight": "57", - "sport": "Synchronized Swimming", - "team": "Japan", - "noc": "JPN", - "age": 24, - "event": "Synchronized Swimming Women's Team", - "medal": "Bronze" - }, - { - "name": "Saori Yoshida", - "gender": "F", - "height": "157", - "weight": "55", - "sport": "Wrestling", - "team": "Japan", - "noc": "JPN", - "age": 33, - "event": "Wrestling Women's Featherweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Maharu Yoshimura", - "gender": "M", - "height": "177", - "weight": "61", - "sport": "Table Tennis", - "team": "Japan", - "noc": "JPN", - "age": 23, - "event": "Table Tennis Men's Team", - "medal": "Silver" - }, - { - "name": "You Hao", - "gender": "M", - "height": "162", - "weight": "60", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 24, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Yu Song", - "gender": "F", - "height": "182", - "weight": "128", - "sport": "Judo", - "team": "China", - "noc": "CHN", - "age": 29, - "event": "Judo Women's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Yuan Xinyue", - "gender": "F", - "height": "201", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 19, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Grce Zaadi Deuna", - "gender": "F", - "height": "171", - "weight": "66", - "sport": "Handball", - "team": "France", - "noc": "FRA", - "age": 23, - "event": "Handball Women's Handball", - "medal": "Silver" - }, - { - "name": "Olga Sergeyevna Zabelinskaya (Sukhoruchenkova-)", - "gender": "F", - "height": "175", - "weight": "61", - "sport": "Cycling", - "team": "Russia", - "noc": "RUS", - "age": 36, - "event": "Cycling Women's Individual Time Trial", - "medal": "Silver" - }, - { - "name": "Shelina Laura Zadorsky", - "gender": "F", - "height": "172", - "weight": "67", - "sport": "Football", - "team": "Canada", - "noc": "CAN", - "age": 23, - "event": "Football Women's Football", - "medal": "Bronze" - }, - { - "name": "Mariel Leigh Zagunis", - "gender": "F", - "height": "173", - "weight": "72", - "sport": "Fencing", - "team": "United States", - "noc": "USA", - "age": 31, - "event": "Fencing Women's Sabre, Team", - "medal": "Bronze" - }, - { - "name": "Thomas Zajac", - "gender": "M", - "height": "180", - "weight": "77", - "sport": "Sailing", - "team": "Austria", - "noc": "AUT", - "age": 30, - "event": "Sailing Mixed Multihull", - "medal": "Bronze" - }, - { - "name": "Arthur Nabarrete Zanetti", - "gender": "M", - "height": "156", - "weight": "61", - "sport": "Gymnastics", - "team": "Brazil", - "noc": "BRA", - "age": 26, - "event": "Gymnastics Men's Rings", - "medal": "Silver" - }, - { - "name": "Aleksandr Sergeyevich Zaychikov", - "gender": "M", - "height": "180", - "weight": "105", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 23, - "event": "Weightlifting Men's Heavyweight", - "medal": "Bronze" - }, - { - "name": "Ivan Zaytsev", - "gender": "M", - "height": "204", - "weight": "100", - "sport": "Volleyball", - "team": "Italy", - "noc": "ITA", - "age": 27, - "event": "Volleyball Men's Volleyball", - "medal": "Silver" - }, - { - "name": "Vasilij bogar", - "gender": "M", - "height": "189", - "weight": "98", - "sport": "Sailing", - "team": "Slovenia", - "noc": "SLO", - "age": 40, - "event": "Sailing Men's One Person Heavyweight Dinghy", - "medal": "Silver" - }, - { - "name": "Jos Carlos Cracco Neto", - "gender": "M", - "height": "170", - "weight": "69", - "sport": "Football", - "team": "Brazil", - "noc": "BRA", - "age": 22, - "event": "Football Men's Football", - "medal": "Gold" - }, - { - "name": "Zeng Zhen", - "gender": "F", - "height": "170", - "weight": "61", - "sport": "Synchronized Swimming", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Synchronized Swimming Women's Team", - "medal": "Silver" - }, - { - "name": "Zhang Binbin", - "gender": "F", - "height": "164", - "weight": "55", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres", - "medal": "Silver" - }, - { - "name": "Zhang Changning", - "gender": "F", - "height": "193", - "weight": "79", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Zhang Chenglong", - "gender": "M", - "height": "173", - "weight": "65", - "sport": "Gymnastics", - "team": "China", - "noc": "CHN", - "age": 27, - "event": "Gymnastics Men's Team All-Around", - "medal": "Bronze" - }, - { - "name": "Zhang Fengliu", - "gender": "F", - "height": "172", - "weight": "77", - "sport": "Wrestling", - "team": "China", - "noc": "CHN", - "age": 26, - "event": "Wrestling Women's Heavyweight, Freestyle", - "medal": "Bronze" - }, - { - "name": "Zhang Jike", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Men's Singles", - "medal": "Silver" - }, - { - "name": "Zhang Jike", - "gender": "M", - "height": "178", - "weight": "70", - "sport": "Table Tennis", - "team": "China", - "noc": "CHN", - "age": 28, - "event": "Table Tennis Men's Team", - "medal": "Gold" - }, - { - "name": "Zhang Mengxue", - "gender": "F", - "height": "162", - "weight": "70", - "sport": "Shooting", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Shooting Women's Air Pistol, 10 metres", - "medal": "Gold" - }, - { - "name": "Zhang Nan", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 26, - "event": "Badminton Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Zhang Nan", - "gender": "M", - "height": "183", - "weight": "75", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 26, - "event": "Badminton Men's Doubles", - "medal": "Gold" - }, - { - "name": "Zhang Wenxiu", - "gender": "F", - "height": "183", - "weight": "105", - "sport": "Athletics", - "team": "China", - "noc": "CHN", - "age": 30, - "event": "Athletics Women's Hammer Throw", - "medal": "Silver" - }, - { - "name": "Zhao Shuai", - "gender": "M", - "height": "188", - "weight": "63", - "sport": "Taekwondo", - "team": "China", - "noc": "CHN", - "age": 20, - "event": "Taekwondo Men's Flyweight", - "medal": "Gold" - }, - { - "name": "Zhao Yunlei", - "gender": "F", - "height": "173", - "weight": "60", - "sport": "Badminton", - "team": "China-1", - "noc": "CHN", - "age": 29, - "event": "Badminton Mixed Doubles", - "medal": "Bronze" - }, - { - "name": "Zhazira Abdrakhmanovna Zhapparkul", - "gender": "F", - "height": "155", - "weight": "69", - "sport": "Weightlifting", - "team": "Kazakhstan", - "noc": "KAZ", - "age": 22, - "event": "Weightlifting Women's Light-Heavyweight", - "medal": "Silver" - }, - { - "name": "Zheng Shuyin", - "gender": "F", - "height": "188", - "weight": "75", - "sport": "Taekwondo", - "team": "China", - "noc": "CHN", - "age": 22, - "event": "Taekwondo Women's Heavyweight", - "medal": "Gold" - }, - { - "name": "Viktoriya Yuryevna Zhilinskayte", - "gender": "F", - "height": "188", - "weight": "80", - "sport": "Handball", - "team": "Russia", - "noc": "RUS", - "age": 27, - "event": "Handball Women's Handball", - "medal": "Gold" - }, - { - "name": "Valeriya Sergeyevna Zholobova-Koblova", - "gender": "F", - "height": "164", - "weight": "58", - "sport": "Wrestling", - "team": "Russia", - "noc": "RUS", - "age": 23, - "event": "Wrestling Women's Lightweight, Freestyle", - "medal": "Silver" - }, - { - "name": "Zhong Tianshi", - "gender": "F", - "height": "168", - "weight": "62", - "sport": "Cycling", - "team": "China", - "noc": "CHN", - "age": 25, - "event": "Cycling Women's Team Sprint", - "medal": "Gold" - }, - { - "name": "Zhu Ting", - "gender": "F", - "height": "198", - "weight": "78", - "sport": "Volleyball", - "team": "China", - "noc": "CHN", - "age": 21, - "event": "Volleyball Women's Volleyball", - "medal": "Gold" - }, - { - "name": "Bojana ivkovi", - "gender": "F", - "height": "186", - "weight": "72", - "sport": "Volleyball", - "team": "Serbia", - "noc": "SRB", - "age": 28, - "event": "Volleyball Women's Volleyball", - "medal": "Silver" - }, - { - "name": "Shakhobiddin Shokirovich Zoirov", - "gender": "M", - "height": "169", - "weight": "52", - "sport": "Boxing", - "team": "Uzbekistan", - "noc": "UZB", - "age": 23, - "event": "Boxing Men's Flyweight", - "medal": "Gold" - }, - { - "name": "Milenko Zori", - "gender": "M", - "height": "179", - "weight": "73", - "sport": "Canoeing", - "team": "Serbia", - "noc": "SRB", - "age": 27, - "event": "Canoeing Men's Kayak Doubles, 1,000 metres", - "medal": "Silver" - }, - { - "name": "Martin Zwicker", - "gender": "M", - "height": "175", - "weight": "64", - "sport": "Hockey", - "team": "Germany", - "noc": "GER", - "age": 29, - "event": "Hockey Men's Hockey", - "medal": "Bronze" - } - ] -} diff --git a/src/data/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 5122d330..00000000 --- a/src/data/ghibli/ghibli.js +++ /dev/null @@ -1,2435 +0,0 @@ -export default { - "studio": "Studio Ghibli Inc.", - "films": [ - { - "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe", - "title": "Castle in the Sky", - "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.", - "director": "Hayao Miyazaki", - "producer": "Isao Takahata", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg", - "release_date": "1986", - "rt_score": "95", - "people": [ - { - "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01", - "name": "Pazu", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9", - "name": "Lusheeta Toel Ul Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg", - "gender": "Female", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786", - "name": "Dola", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png", - "gender": "Female", - "age": "60", - "eye_color": "Black", - "hair_color": "Peach", - "specie": "Human" - }, - { - "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de", - "name": "Romska Palo Ul Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg", - "gender": "Male", - "age": "33", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e08880d0-6938-44f3-b179-81947e7873fc", - "name": "Uncle Pom", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png", - "gender": "Male", - "age": "Unspecified/Elderly", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0", - "name": "General Muoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Black", - "hair_color": "None", - "specie": "Human" - }, - { - "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede", - "name": "Duffi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca", - "name": "Louis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg", - "gender": "Male", - "age": "30", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "2cb76c15-772a-4cb3-9919-3652f56611d0", - "name": "Charles", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9", - "name": "Henri", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Reddish brown", - "specie": "Human" - }, - { - "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e", - "name": "Motro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "None", - "specie": "Human" - }, - { - "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb", - "name": "Okami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg", - "gender": "Female", - "age": "50", - "eye_color": "Dark brown", - "hair_color": "Orange", - "specie": "Human" - }, - { - "id": "40c005ce-3725-4f15-8409-3e1b1b14b583", - "name": "Colonel Muska", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG", - "gender": "Male", - "age": "33", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f", - "name": "Gondoa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d", - "name": "Pazu's Mines", - "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716", - "climate": "Dry", - "terrain": "Hill", - "surface_water": "0", - "residents": [ - "TODO" - ] - }, - { - "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09", - "name": "Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png", - "climate": "Continental", - "terrain": "City", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6", - "name": "Tedis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg", - "climate": "Continental", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "4e09b023-f650-4747-9ab9-eacf14540cfb", - "name": "Air Destroyer Goliath", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png", - "description": "A military airship utilized by the government to access Laputa", - "vehicle_class": "Airship", - "length": "1,000", - "pilot": { - "id": "40c005ce-3725-4f15-8409-3e1b1b14b583", - "name": "Colonel Muska" - } - } - ] - }, - { - "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49", - "title": "My Neighbor Totoro", - "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.", - "director": "Hayao Miyazaki", - "producer": "Hayao Miyazaki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg", - "release_date": "1988", - "rt_score": "93", - "people": [ - { - "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe", - "name": "Satsuki Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg", - "gender": "Female", - "age": "11", - "eye_color": "Dark Brown/Black", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "d5df3c04-f355-4038-833c-83bd3502b6b9", - "name": "Mei Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg", - "gender": "Female", - "age": "4", - "eye_color": "Brown", - "hair_color": "Light Brown", - "specie": "Human" - }, - { - "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11", - "name": "Tatsuo Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg", - "gender": "Male", - "age": "37", - "eye_color": "Brown", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "87b68b97-3774-495b-bf80-495a5f3e672d", - "name": "Yasuko Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png", - "gender": "Female", - "age": "36", - "eye_color": "Brown", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19", - "name": "Granny", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a", - "name": "Kanta Ogaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg", - "gender": "Male", - "age": "11", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d39deecb-2bd0-4770-8b45-485f26e1381f", - "name": "Totoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png", - "gender": "Male", - "age": "1300", - "eye_color": "Grey", - "hair_color": "Grey", - "specie": "Totoro" - }, - { - "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a", - "name": "Chu Totoro", - "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png", - "gender": "NA", - "age": "", - "eye_color": "Black", - "hair_color": "Blue", - "specie": "Totoro" - }, - { - "id": "c491755a-407d-4d6e-b58a-240ec78b5061", - "name": "Chibi Totoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif", - "gender": "NA", - "age": "", - "eye_color": "Black", - "hair_color": "White", - "specie": "Totoro" - }, - { - "id": "f467e18e-3694-409f-bdb3-be891ade1106", - "name": "Catbus", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg", - "gender": "Male", - "age": "NA", - "eye_color": "Yellow", - "hair_color": "Brown", - "specie": "Cat" - } - ], - "locations": [ - { - "id": "660c8c91-bd92-43db-b475-b2df6ca96fec", - "name": "Kusakabe's House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg", - "climate": "Mild", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "6fc21b76-78fb-4451-98f7-857e32a23e85", - "name": "Matsugo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "60", - "residents": [ - "TODO" - ] - }, - { - "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab", - "name": "Satsuki's School House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg", - "climate": "Mild", - "terrain": "River", - "surface_water": "60", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e", - "title": "Kiki's Delivery Service", - "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.", - "director": "Hayao Miyazaki", - "producer": "Hayao Miyazaki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg", - "release_date": "1989", - "rt_score": "96", - "people": [ - { - "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js", - "name": "Kiki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg", - "gender": "Female", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Witch" - }, - { - "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec", - "name": "Jiji", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Cat" - }, - { - "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko", - "name": "Ursula", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de", - "name": "Tombo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc", - "name": "Osono", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg", - "gender": "Female", - "age": "30", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr", - "name": "Fukuo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [ - { - "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2", - "name": "Ursula's Log Cabin", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e", - "name": "Koriko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg", - "climate": "Mild", - "terrain": "Hill", - "surface_water": "50", - "residents": [ - "TODO" - ] - }, - { - "id": "62346d33-caa0-4c17-8016-0aca56f3066b", - "name": "Karikiya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg", - "climate": "Mild", - "terrain": "City", - "surface_water": "30", - "residents": [ - "TODO" - ] - }, - { - "id": "64a996aa-481e-4627-9624-ab23f59a05a9", - "name": "Guchokipanya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg", - "climate": "Continental", - "terrain": "Hill", - "surface_water": "50", - "residents": [ - { - "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc", - "name": "Osono" - }, - { - "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr", - "name": "Fukuo" - } - ] - } - ], - "vehicles": [] - }, - { - "id": "12cfb892-aac0-4c5b-94af-521852e46d6a", - "title": "Grave of the Fireflies", - "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.", - "director": "Isao Takahata", - "producer": "Toru Hara", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg", - "release_date": "1988", - "rt_score": "97", - "people": [ - { - "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830", - "name": "Seita Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg", - "gender": "Male", - "age": "14", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "c344d561-6654-4aab-b0df-a1570e7e60cb", - "name": "Setsuko Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg", - "gender": "Female", - "age": "4", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "227c01a6-4e29-4582-bc4b-35106a704ab0", - "name": "Mrs. Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9", - "name": "Kiyoshi Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "0e18b23d-1f21-4a83-a6de-f01147624875", - "name": "Seita's Aunt", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7", - "title": "Only Yesterday", - "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg", - "release_date": "1991", - "rt_score": "100", - "people": [ - { - "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8", - "name": "Taeko Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png", - "gender": "Female", - "age": "27", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d", - "name": "Toshio", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "52ed5cad-2464-481f-9786-8533b8de95ff", - "name": "Mr. Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png", - "gender": "Male", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "87e61451-3131-4d01-a3b3-558c9ee1c451", - "name": "Mrs. Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png", - "gender": "Female", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "0174e644-eddd-4cb7-8503-e0c21291d782", - "name": "Grandmother Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba", - "name": "Nanako Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4", - "name": "Yaeko Okajima", - "gender": "Female", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg", - "age": "16", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c", - "name": "Tani Tsuneko", - "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074", - "name": "Aiko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Human" - }, - { - "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c", - "name": "Toko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14", - "name": "Rie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e", - "name": "Taeko's House", - "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8", - "title": "Porco Rosso", - "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg", - "release_date": "1992", - "rt_score": "94", - "people": [ - { - "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3", - "name": "Porco Rosso", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png", - "gender": "Male", - "age": "47", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5", - "name": "Donald Curtis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb", - "name": "Fio Piccolo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "127317b3-f6f8-4aea-b294-20452a3334f5", - "name": "Gina", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg", - "gender": "Female", - "age": "circa 23-35", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8", - "name": "Mr. Piccolo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg", - "gender": "Male", - "age": "Middle aged", - "eye_color": "Brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f", - "name": "Capo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Bald", - "specie": "Human" - }, - { - "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a", - "name": "Ferrari", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [ - { - "id": "34df8f25-8f80-4823-8f01-bf9852039987", - "name": "Piccolo S.P.A.", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8", - "name": "Red Wing", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg", - "description": "An experimental aircraft captured by Porco. Named Savoia S.21", - "vehicle_class": "Airplane", - "length": "20", - "pilot": { - "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3", - "name": "Porco Rosso" - } - }, - { - "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da", - "name": "Dabohaze", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg", - "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo", - "vehicle_class": "Battle ship", - "length": "NA", - "pilot": { - "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f", - "name": "Capo" - } - } - ] - }, - { - "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c", - "title": "Pom Poko", - "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg", - "release_date": "1994", - "rt_score": "78", - "people": [ - { - "id": "575d6943-f9da-445e-8e77-e118c3924a1d", - "name": "Shoukichi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Raccoon Dog" - }, - { - "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5", - "name": "Okiyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Raccoon Dog" - }, - { - "id": "220c7498-c390-4456-b853-bac107d16ff7", - "name": "Seizaemon", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Raccoon Dog" - }, - { - "id": "718f634a-ea92-4907-a262-5a71a0661dcd", - "name": "Oroku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Raccoon Dog" - }, - { - "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f", - "name": "Gonta", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Raccoon Dog" - }, - { - "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df", - "name": "Inugami Gyōbu", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Raccoon Dog" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3", - "title": "Whisper of the Heart", - "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.", - "director": "Yoshifumi Kondō", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg", - "release_date": "1995", - "rt_score": "91", - "people": [ - { - "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e", - "name": "Shizuku Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Light black", - "specie": "Human" - }, - { - "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32", - "name": "Baron Humbert von Gikkingen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Green", - "hair_color": "Yellow", - "specie": "Cat" - }, - { - "id": "079db09e-0441-442b-8c17-af5cac8321c4", - "name": "Seiji Amasawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg", - "gender": "Male", - "age": "15", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "494bba43-9f61-4383-a597-5bae6ab26222", - "name": "Yuko Harada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e432a1fe-e937-4575-bade-d11e9f8a9433", - "name": "Sugimura", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg", - "gender": "Male", - "age": "14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d", - "name": "Seiya Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11", - "name": "Asako Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg", - "gender": "Female", - "age": "39", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "61b51987-dd67-479b-aa03-554834b7edd7", - "name": "Shiro Nishi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg", - "gender": "Male", - "age": "70", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "e40b4241-612b-402f-8e6c-067c44e9c618", - "name": "Shiho Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "42f787d8-1fcb-4d3d-82f2-a74409869368", - "name": "Seiji's House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg", - "climate": "Continental", - "terrain": "City", - "surface_water": "0", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6", - "title": "Princess Mononoke", - "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg", - "release_date": "1997", - "rt_score": "92", - "people": [ - { - "id": "ba924631-068e-4436-b6de-f3283fa848f0", - "name": "Ashitaka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg", - "gender": "Male", - "age": "17", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ebe40383-aad2-4208-90ab-698f00c581ab", - "name": "San", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg", - "gender": "Female", - "age": "16", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "34277bec-7401-43fa-a00a-5aee64b45b08", - "name": "Eboshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Hazel", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "91939012-90b9-46e5-a649-96b898073c82", - "name": "Jigo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg", - "gender": "Male", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38", - "name": "Kohroku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "8bccdc78-545b-49f4-a4c8-756163a38c91", - "name": "Gonza", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Bald, but beard is Brown", - "specie": "Human" - }, - { - "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9", - "name": "Hii-sama", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg", - "gender": "Female", - "age": "Over 50", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b", - "name": "Yakul", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg", - "age": "Unknown", - "gender": "Male", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Red elk" - }, - { - "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b", - "name": "Shishigami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg", - "age": "400", - "gender": "Male", - "eye_color": "Red", - "hair_color": "Light Orange", - "specie": "Spirit" - }, - { - "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3", - "name": "Moro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png", - "gender": "Female", - "age": "300", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Wolf" - } - ], - "locations": [ - { - "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a", - "name": "Irontown", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg", - "climate": "Continental", - "terrain": "Mountain", - "surface_water": "40", - "residents": [ - { - "id": "ba924631-068e-4436-b6de-f3283fa848f0", - "name": "Ashitaka" - }, - { - "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b", - "name": "Yakul" - } - ] - }, - { - "id": "615aa48d-8673-4117-b35a-79cb67af1897", - "name": "Forest", - "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg", - "climate": "Tropical", - "terrain": "Forest", - "surface_water": "60", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "45204234-adfd-45cb-a505-a8e7a676b114", - "title": "My Neighbors the Yamadas", - "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg", - "release_date": "1999", - "rt_score": "75", - "people": [ - { - "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a", - "name": "Takashi Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "562cf83f-fe38-44bf-8840-f8120b373c07", - "name": "Matsuko Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "33504e52-626b-4718-b324-d06a5b64ccfe", - "name": "Noboru Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9", - "name": "Nonoko Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg", - "gender": "Female", - "age": "5", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "10857681-11a2-48df-98ec-de711a6c56cf", - "name": "Shige Yamano", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c", - "title": "Spirited Away", - "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png", - "release_date": "2001", - "rt_score": "97", - "people": [ - { - "id": "134a568b-ac18-4696-a53e-4f0757d1c037", - "name": "Chihiro Ogino/Sen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "a1143897-679f-4c16-8b20-538976c144d6", - "name": "Nigihayami Kohakunushi/Haku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png", - "gender": "Male", - "age": "12 (in appearance)", - "eye_color": "Green", - "hair_color": "Green", - "specie": "Deity, Dragon" - }, - { - "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe", - "name": "Yubaba", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Witch" - }, - { - "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909", - "name": "Kamajī", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg", - "gender": "Male", - "age": "At least 40 years", - "eye_color": "NA", - "hair_color": "Bald", - "specie": "Spirit" - }, - { - "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a", - "name": "No-Face", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png", - "gender": "Unknown (Possible Male)", - "age": "unknown", - "eye_color": "NA", - "hair_color": "NA", - "specie": "Spirit" - }, - { - "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62", - "name": "Lin", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Spirit of The White Fox" - }, - { - "id": "d2feee01-5531-4385-aa0a-1e608aaf0747", - "name": "Boh", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg", - "gender": "Male", - "age": "Child", - "eye_color": "Black", - "hair_color": "Bald", - "specie": "unknown" - }, - { - "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8", - "name": "Zeniba", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Witch" - }, - { - "id": "0588017a-8113-43cd-9025-518c9c0d5111", - "name": "Akio Ogino", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg", - "gender": "Male", - "age": "38", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c", - "name": "Yūko Ogino", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png", - "gender": "Female", - "age": "35", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "a072ec53-0467-4fac-864f-df234f9c4315", - "name": "Zeniba's Cottage", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "37d13a96-a03a-451d-8871-80be0495486e", - "name": "Bathhouse", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png", - "climate": "Continental", - "terrain": "River", - "surface_water": "70", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "90b72513-afd4-4570-84de-a56c312fdf81", - "title": "The Cat Returns", - "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.", - "director": "Hiroyuki Morita", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg", - "release_date": "2002", - "rt_score": "89", - "people": [ - { - "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8", - "name": "Renaldo Moon aka Moon aka Muta", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png", - "gender": "Male", - "age": "NA", - "eye_color": "White", - "hair_color": "Beige", - "specie": "Cat" - }, - { - "id": "3042818d-a8bb-4cba-8180-c19249822d57", - "name": "Cat King", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg", - "gender": "Male", - "age": "87", - "eye_color": "Emerald", - "hair_color": "Grey", - "specie": "Cat" - }, - { - "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6", - "name": "Yuki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG", - "gender": "Female", - "age": "NA", - "eye_color": "Blue", - "hair_color": "White", - "specie": "Cat" - }, - { - "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92", - "name": "Haru Yoshioka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b", - "name": "Natori", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg", - "gender": "Male", - "age": "NA", - "eye_color": "Blue", - "hair_color": "Grey", - "specie": "Cat" - }, - { - "id": "269dcd81-8037-45bb-892b-1c86c9696222", - "name": "Toto", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png", - "gender": "Male", - "age": "NA", - "eye_color": "Black", - "hair_color": "Dark Blue", - "specie": "Bird" - }, - { - "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0", - "name": "Prince Lune", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Russian blue", - "specie": "Cat" - }, - { - "id": "17aca709-3049-48fc-95a6-e802c01125a2", - "name": "Hiromi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "911d38e2-ada4-4481-89a2-ba414422d4e4", - "name": "Naoko Yoshioka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Light Brown", - "hair_color": "Light brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576", - "name": "The Cat Kingdom", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg", - "climate": "Continental", - "terrain": "Plain", - "surface_water": "30", - "residents": [ - { - "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8", - "name": "Renaldo Moon aka Moon aka Muta" - }, - { - "id": "3042818d-a8bb-4cba-8180-c19249822d57", - "name": "Cat King" - }, - { - "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6", - "name": "Yuki" - }, - { - "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92", - "name": "Haru" - } - ] - } - ], - "vehicles": [] - }, - { - "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa", - "title": "Howl's Moving Castle", - "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg", - "release_date": "2004", - "rt_score": "87", - "people": [ - { - "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a", - "name": "Howl Jenkins Pendragon", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg", - "gender": "Male", - "age": "27", - "eye_color": "Bright blue", - "hair_color": "Bright blue", - "specie": "Wizard" - }, - { - "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff", - "name": "Sophie Hatter", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "1287b275-6c32-4113-947f-519316d4a6be", - "name": "Witch of the Waste", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg", - "gender": "Female", - "age": "59", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Witch/Human" - }, - { - "id": "b73f58ab-454a-42d6-9812-63e8f235a388", - "name": "Calcifer", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png", - "gender": "Male", - "age": "NA", - "eye_color": "Dark Brown", - "hair_color": "Orange-yellow", - "specie": "Demon" - }, - { - "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1", - "name": "Markl", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg", - "gender": "Male", - "age": "10", - "eye_color": "Dark Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "45237428-93bf-4dd6-97ce-f10647300429", - "name": "Prince Justin or Turnip Head", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png", - "gender": "Male", - "age": "20-30", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human/Scarecrow" - }, - { - "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d", - "name": "Madame Suliman", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png", - "gender": "Female", - "age": "50", - "eye_color": "Grey", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d", - "name": "Heen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png", - "gender": "Male", - "age": "NA", - "eye_color": "Brown", - "hair_color": "Beige-white", - "specie": "Dog" - }, - { - "id": "3148150f-6ccb-4383-8af5-0c40f03c825e", - "name": "Lettie Hatter", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png", - "gender": "Female", - "age": "16", - "eye_color": "Blue", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "06610030-0560-47ac-bc18-be80d85c4dad", - "name": "Fanny Hatter/Honey", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human" - } - ], - "locations": [ - { - "id": "b6bac992-a858-4d57-8477-9652d73caaa1", - "name": "Ingary", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png", - "climate": "Mild", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6", - "name": "Howl's castle", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg", - "description": "Wizard Howl's home. It's scale changes from scene to scene.", - "vehicle_class": "Moving castle", - "length": "unknown", - "pilot": { - "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a", - "name": "Howl Jenkins Pendragon" - } - } - ] - }, - { - "id": "112c1e67-726f-40b1-ac17-6974127bb9b9", - "title": "Tales from Earthsea", - "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.", - "director": "Gorō Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg", - "release_date": "2006", - "rt_score": "41", - "people": [ - { - "id": "68df798d-f73d-4c70-b4ad-05dd84910436", - "name": "Ged", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09", - "name": "Arren / Lebannen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png", - "gender": "Male", - "age": "17", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "84ba6d3d-d225-4a92-bbbc-147808826425", - "name": "Therru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg", - "gender": "Female", - "age": "circa 14-17", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "60469915-e18e-4cf3-b43d-95ea56cc300c", - "name": "Tenar", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a", - "name": "King of Enlad", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a", - "name": "Cob", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Violet", - "hair_color": "Purple", - "specie": "Arch-mage/Human" - }, - { - "id": "da00cee4-90a2-413b-8cef-c65e57f7e41", - "name": "Hare", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4", - "name": "Hazia Dealer", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "bcc54f38-8847-45b0-97b1-307c94b2b517", - "name": "Enland", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg", - "climate": "Wet", - "terrain": "Earthsea", - "surface_water": "100", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "758bf02e-3122-46e0-884e-67cf83df1786", - "title": "Ponyo on the Cliff by the Sea", - "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg", - "release_date": "2008", - "rt_score": "92", - "people": [ - { - "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607", - "name": "Sosuke", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg", - "gender": "Male", - "age": "5", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213", - "name": "Brunhilde/Ponyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png", - "gender": "Female", - "age": "5", - "eye_color": "Dark brown", - "hair_color": "Red", - "specie": "Fish/Human" - }, - { - "id": "0cb26464-3416-4490-8f42-cd9d7276884e", - "name": "Kōichi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png", - "gender": "Male", - "age": "30", - "eye_color": "Dark brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91", - "name": "Fujimoto", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Light green", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "942efc9a-8d02-4643-aa3f-134429a23684", - "name": "Granmammare", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png", - "gender": "Female", - "age": "NA", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Deity" - }, - { - "id": "04447a1b-316a-40bf-8f19-ddc964fec216", - "name": "Lisa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png", - "gender": "Female", - "age": "25", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc", - "name": "Toki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg", - "gender": "Female", - "age": "72", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347", - "name": "Yoshie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg", - "gender": "Female", - "age": "68", - "eye_color": "Dark brown", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "9e149019-f351-4061-aaee-82a385a36582", - "name": "Noriko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg", - "gender": "Female", - "age": "70", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89", - "name": "Koyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png", - "gender": "Female", - "age": "68", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "90241c46-d4be-411f-b00a-7561b9dda7b6", - "name": "Fujimoto's Underwater Harbor", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg", - "climate": "Wet", - "terrain": "Ocean", - "surface_water": "100", - "residents": [ - "TODO" - ] - }, - { - "id": "469b14bd-5565-4436-bbed-c2036f42cc99", - "name": "Himawari Nursery School", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg", - "climate": "Mild", - "terrain": "Ocean", - "surface_water": "50", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "923d70c9-8f15-4972-ad53-0128b261d628", - "name": "Sosuke's Boat", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg", - "description": "A toy boat where Sosuke plays", - "vehicle_class": "Boat", - "length": "10", - "pilot": { - "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607", - "name": "Sosuke" - } - } - ] - }, - { - "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6", - "title": "The Secret World of Arrietty", - "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.", - "director": "Hiromasa Yonebayashi", - "producer": "Toshio Suzuki", - "poster": "https://m.media-amazon.com/images/M/MV5BZDY3ZGI0ZDAtMThlNy00MzAxLTg4YjAtNjkwYTkxNmQ4MjdlXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg", - "release_date": "2010", - "rt_score": "95", - "people": [ - { - "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa", - "name": "Karigurashi/Arrietty", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Auburn", - "specie": "Borrower" - }, - { - "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10", - "name": "Sho (Shawn)", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg", - "gender": "Male", - "age": "12-14", - "eye_color": "Brown", - "hair_color": "Navy blue/black", - "specie": "Human" - }, - { - "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87", - "name": "Homily Clock", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg", - "gender": "Female", - "age": "52", - "eye_color": "Brown", - "hair_color": "Navy black", - "specie": "Borrower" - }, - { - "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d", - "name": "Sadako Maki/Jessica", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "9c687441-3eb3-4c4b-8752-55774953aa3f", - "name": "Haru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f", - "name": "Spiller", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg", - "gender": "Male", - "age": "Young", - "eye_color": "Black", - "hair_color": "Navy black", - "specie": "Borrower" - }, - { - "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb", - "name": "Pod Clock", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png", - "gender": "Male", - "age": "52", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Borrower" - }, - { - "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3", - "name": "Niya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg", - "gender": "Male", - "age": "52", - "eye_color": "White", - "hair_color": "Beige", - "specie": "Cat" - } - ], - "locations": [ - { - "id": "1e7ed524-4b4f-466b-978c-69dda9777396", - "name": "Sho's house", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg", - "climate": "Warm", - "terrain": "Forest", - "surface_water": "10", - "residents": [ - "TODO" - ] - }, - { - "id": "f2148ab5-f272-4057-b05a-1321e35227b4", - "name": "Karigurashi's house", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg", - "climate": "Warm", - "terrain": "Under the floorboards", - "surface_water": "10", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "45db04e4-304a-4933-9823-33f389e8d74d", - "title": "From Up on Poppy Hill", - "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.", - "director": "Gorō Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg", - "release_date": "2011", - "rt_score": "83", - "people": [ - { - "id": "6a486237-c503-4221-b834-1862f200e939", - "name": "Umi Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg", - "gender": "Female", - "age": "16", - "eye_color": "Hazel", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5c492592-ea9c-45e8-a9cc-4391037c0202", - "name": "Shun Kazama", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg", - "gender": "Male", - "age": "17", - "eye_color": "Black", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "f1c170fa-7c60-420a-8437-253dd39a6bde", - "name": "Yūichirō Sawamura", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "721acf20-3470-4010-801b-31f465467d55", - "name": "Sora Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg", - "gender": "Female", - "age": "12-14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "827be987-0563-4a7c-a68b-9d58e46d1687", - "name": "Shirou Mizunuma", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg", - "gender": "Male", - "age": "18", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8", - "name": "Ryōko Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc", - "name": "Riku Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg", - "gender": "Male", - "age": "11", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed", - "name": "Hana Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Dark grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7", - "name": "Coquelicot Manor", - "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg", - "climate": "Warm", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "67405111-37a5-438f-81cc-4666af60c800", - "title": "The Wind Rises", - "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg", - "release_date": "2013", - "rt_score": "89", - "people": [ - { - "id": "97746fd8-1875-4331-8bc6-f43ae25501cd", - "name": "Naoko Satomi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386", - "name": "Jiro Horikoshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg", - "gender": "Male", - "age": "42", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a", - "name": "Castorp", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Light brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1", - "name": "Kiro Honjo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1", - "name": "Kayo Horikoshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "b2453b6b-0718-4740-a0c4-207f12f1903a", - "name": "Caproni", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg", - "gender": "Male", - "age": "45", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "c8321219-a816-4921-9a58-48c858becb97", - "name": "Mr. Kurokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba", - "name": "Hattori", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "2b380662-626d-42fb-9e3a-14f951201c8b", - "name": "Nagoya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg", - "climate": "Damp", - "terrain": "Hill", - "surface_water": "20", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c", - "name": "Mitsubishi 1MF9 ", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg", - "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.", - "vehicle_class": "War plane", - "length": "8", - "pilot": { - "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386", - "name": "Jiro Horikoshi" - } - } - ] - }, - { - "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4", - "title": "The Tale of the Princess Kaguya", - "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.", - "director": "Isao Takahata", - "producer": "Yoshiaki Nishimura", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg", - "release_date": "2013", - "rt_score": "100", - "people": [ - { - "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7", - "name": "Kaguya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778", - "name": "Sutemaru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3", - "name": "Ishitsukuri", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961", - "name": "Miyatsuko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg", - "gender": "Male", - "age": "Elder", - "eye_color": "Grey", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a", - "name": "Menowarawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "1752fc88-c6b7-4fef-8b64-51451d808033", - "name": "Lady Sagami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "942fb1029-b51f-4100-8bee-86547c09b0ff", - "name": "Inbe no Akita", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453", - "name": "Ōna", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6", - "name": "Bamboo Forest", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg", - "climate": "Tropical", - "terrain": "Forest", - "surface_water": "10", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602", - "title": "When Marnie Was There", - "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.", - "director": "Hiromasa Yonebayashi", - "producer": "Yoshiaki Nishimura", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg", - "release_date": "2014", - "rt_score": "92", - "people": [ - { - "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef", - "name": "Marnie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg", - "gender": "Female", - "age": "12", - "eye_color": "Green", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c", - "name": "Anna Sasaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png", - "gender": "Female", - "age": "12", - "eye_color": "Blue", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b", - "name": "Emily", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png", - "gender": "Female", - "age": "20", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753", - "name": "Kazuhiko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg", - "gender": "Male", - "age": "Teenager", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1", - "name": "Setsu Oiwa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg", - "gender": "Female", - "age": "50-60", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0", - "name": "Hisako", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1", - "name": "Yoriko Sasaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03", - "name": "Sayaka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg", - "gender": "Female", - "age": "11", - "eye_color": "Teal", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9", - "name": "Kiyomasa Ōiwa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg", - "gender": "Male", - "age": "50-60", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5d52d16f-ce72-41bd-8d88-436e206d9449", - "name": "Doctor Yamashita", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - } - ], - "locations": [ - { - "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e", - "name": "The Marsh House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg", - "climate": "Mild", - "terrain": "Marsh", - "surface_water": "60", - "residents": [] - } - ], - "vehicles": [] - } - ] -} diff --git a/src/data/ghibli/ghibli.json b/src/data/ghibli/ghibli.json deleted file mode 100644 index 46581684..00000000 --- a/src/data/ghibli/ghibli.json +++ /dev/null @@ -1,2435 +0,0 @@ -{ - "studio": "Studio Ghibli Inc.", - "films": [ - { - "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe", - "title": "Castle in the Sky", - "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.", - "director": "Hayao Miyazaki", - "producer": "Isao Takahata", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg", - "release_date": "1986", - "rt_score": "95", - "people": [ - { - "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01", - "name": "Pazu", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9", - "name": "Lusheeta Toel Ul Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg", - "gender": "Female", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786", - "name": "Dola", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png", - "gender": "Female", - "age": "60", - "eye_color": "Black", - "hair_color": "Peach", - "specie": "Human" - }, - { - "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de", - "name": "Romska Palo Ul Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg", - "gender": "Male", - "age": "33", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e08880d0-6938-44f3-b179-81947e7873fc", - "name": "Uncle Pom", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png", - "gender": "Male", - "age": "Unspecified/Elderly", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0", - "name": "General Muoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Black", - "hair_color": "None", - "specie": "Human" - }, - { - "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede", - "name": "Duffi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca", - "name": "Louis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg", - "gender": "Male", - "age": "30", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "2cb76c15-772a-4cb3-9919-3652f56611d0", - "name": "Charles", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9", - "name": "Henri", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "Reddish brown", - "specie": "Human" - }, - { - "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e", - "name": "Motro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg", - "gender": "Male", - "age": "Unspecified/Adult", - "eye_color": "Dark brown", - "hair_color": "None", - "specie": "Human" - }, - { - "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb", - "name": "Okami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg", - "gender": "Female", - "age": "50", - "eye_color": "Dark brown", - "hair_color": "Orange", - "specie": "Human" - }, - { - "id": "40c005ce-3725-4f15-8409-3e1b1b14b583", - "name": "Colonel Muska", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG", - "gender": "Male", - "age": "33", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f", - "name": "Gondoa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d", - "name": "Pazu's Mines", - "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716", - "climate": "Dry", - "terrain": "Hill", - "surface_water": "0", - "residents": [ - "TODO" - ] - }, - { - "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09", - "name": "Laputa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png", - "climate": "Continental", - "terrain": "City", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6", - "name": "Tedis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg", - "climate": "Continental", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "4e09b023-f650-4747-9ab9-eacf14540cfb", - "name": "Air Destroyer Goliath", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png", - "description": "A military airship utilized by the government to access Laputa", - "vehicle_class": "Airship", - "length": "1,000", - "pilot": { - "id": "40c005ce-3725-4f15-8409-3e1b1b14b583", - "name": "Colonel Muska" - } - } - ] - }, - { - "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49", - "title": "My Neighbor Totoro", - "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.", - "director": "Hayao Miyazaki", - "producer": "Hayao Miyazaki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg", - "release_date": "1988", - "rt_score": "93", - "people": [ - { - "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe", - "name": "Satsuki Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg", - "gender": "Female", - "age": "11", - "eye_color": "Dark Brown/Black", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "d5df3c04-f355-4038-833c-83bd3502b6b9", - "name": "Mei Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg", - "gender": "Female", - "age": "4", - "eye_color": "Brown", - "hair_color": "Light Brown", - "specie": "Human" - }, - { - "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11", - "name": "Tatsuo Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg", - "gender": "Male", - "age": "37", - "eye_color": "Brown", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "87b68b97-3774-495b-bf80-495a5f3e672d", - "name": "Yasuko Kusakabe", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png", - "gender": "Female", - "age": "36", - "eye_color": "Brown", - "hair_color": "Dark Brown", - "specie": "Human" - }, - { - "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19", - "name": "Granny", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a", - "name": "Kanta Ogaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg", - "gender": "Male", - "age": "11", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d39deecb-2bd0-4770-8b45-485f26e1381f", - "name": "Totoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png", - "gender": "Male", - "age": "1300", - "eye_color": "Grey", - "hair_color": "Grey", - "specie": "Totoro" - }, - { - "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a", - "name": "Chu Totoro", - "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png", - "gender": "NA", - "age": "", - "eye_color": "Black", - "hair_color": "Blue", - "specie": "Totoro" - }, - { - "id": "c491755a-407d-4d6e-b58a-240ec78b5061", - "name": "Chibi Totoro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif", - "gender": "NA", - "age": "", - "eye_color": "Black", - "hair_color": "White", - "specie": "Totoro" - }, - { - "id": "f467e18e-3694-409f-bdb3-be891ade1106", - "name": "Catbus", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg", - "gender": "Male", - "age": "NA", - "eye_color": "Yellow", - "hair_color": "Brown", - "specie": "Cat" - } - ], - "locations": [ - { - "id": "660c8c91-bd92-43db-b475-b2df6ca96fec", - "name": "Kusakabe's House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg", - "climate": "Mild", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "6fc21b76-78fb-4451-98f7-857e32a23e85", - "name": "Matsugo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "60", - "residents": [ - "TODO" - ] - }, - { - "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab", - "name": "Satsuki's School House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg", - "climate": "Mild", - "terrain": "River", - "surface_water": "60", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e", - "title": "Kiki's Delivery Service", - "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.", - "director": "Hayao Miyazaki", - "producer": "Hayao Miyazaki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg", - "release_date": "1989", - "rt_score": "96", - "people": [ - { - "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js", - "name": "Kiki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg", - "gender": "Female", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Witch" - }, - { - "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec", - "name": "Jiji", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Cat" - }, - { - "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko", - "name": "Ursula", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de", - "name": "Tombo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc", - "name": "Osono", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg", - "gender": "Female", - "age": "30", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr", - "name": "Fukuo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [ - { - "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2", - "name": "Ursula's Log Cabin", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e", - "name": "Koriko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg", - "climate": "Mild", - "terrain": "Hill", - "surface_water": "50", - "residents": [ - "TODO" - ] - }, - { - "id": "62346d33-caa0-4c17-8016-0aca56f3066b", - "name": "Karikiya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg", - "climate": "Mild", - "terrain": "City", - "surface_water": "30", - "residents": [ - "TODO" - ] - }, - { - "id": "64a996aa-481e-4627-9624-ab23f59a05a9", - "name": "Guchokipanya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg", - "climate": "Continental", - "terrain": "Hill", - "surface_water": "50", - "residents": [ - { - "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc", - "name": "Osono" - }, - { - "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr", - "name": "Fukuo" - } - ] - } - ], - "vehicles": [] - }, - { - "id": "12cfb892-aac0-4c5b-94af-521852e46d6a", - "title": "Grave of the Fireflies", - "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.", - "director": "Isao Takahata", - "producer": "Toru Hara", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg", - "release_date": "1988", - "rt_score": "97", - "people": [ - { - "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830", - "name": "Seita Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg", - "gender": "Male", - "age": "14", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "c344d561-6654-4aab-b0df-a1570e7e60cb", - "name": "Setsuko Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg", - "gender": "Female", - "age": "4", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "227c01a6-4e29-4582-bc4b-35106a704ab0", - "name": "Mrs. Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9", - "name": "Kiyoshi Yokokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "0e18b23d-1f21-4a83-a6de-f01147624875", - "name": "Seita's Aunt", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7", - "title": "Only Yesterday", - "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg", - "release_date": "1991", - "rt_score": "100", - "people": [ - { - "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8", - "name": "Taeko Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png", - "gender": "Female", - "age": "27", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d", - "name": "Toshio", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "52ed5cad-2464-481f-9786-8533b8de95ff", - "name": "Mr. Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png", - "gender": "Male", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "87e61451-3131-4d01-a3b3-558c9ee1c451", - "name": "Mrs. Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png", - "gender": "Female", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "0174e644-eddd-4cb7-8503-e0c21291d782", - "name": "Grandmother Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba", - "name": "Nanako Okajima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4", - "name": "Yaeko Okajima", - "gender": "Female", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg", - "age": "16", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c", - "name": "Tani Tsuneko", - "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074", - "name": "Aiko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Human" - }, - { - "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c", - "name": "Toko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14", - "name": "Rie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e", - "name": "Taeko's House", - "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8", - "title": "Porco Rosso", - "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg", - "release_date": "1992", - "rt_score": "94", - "people": [ - { - "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3", - "name": "Porco Rosso", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png", - "gender": "Male", - "age": "47", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5", - "name": "Donald Curtis", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb", - "name": "Fio Piccolo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "127317b3-f6f8-4aea-b294-20452a3334f5", - "name": "Gina", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg", - "gender": "Female", - "age": "circa 23-35", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8", - "name": "Mr. Piccolo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg", - "gender": "Male", - "age": "Middle aged", - "eye_color": "Brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f", - "name": "Capo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Bald", - "specie": "Human" - }, - { - "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a", - "name": "Ferrari", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - } - ], - "locations": [ - { - "id": "34df8f25-8f80-4823-8f01-bf9852039987", - "name": "Piccolo S.P.A.", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg", - "climate": "Continental", - "terrain": "River", - "surface_water": "40", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8", - "name": "Red Wing", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg", - "description": "An experimental aircraft captured by Porco. Named Savoia S.21", - "vehicle_class": "Airplane", - "length": "20", - "pilot": { - "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3", - "name": "Porco Rosso" - } - }, - { - "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da", - "name": "Dabohaze", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg", - "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo", - "vehicle_class": "Battle ship", - "length": "NA", - "pilot": { - "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f", - "name": "Capo" - } - } - ] - }, - { - "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c", - "title": "Pom Poko", - "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg", - "release_date": "1994", - "rt_score": "78", - "people": [ - { - "id": "575d6943-f9da-445e-8e77-e118c3924a1d", - "name": "Shoukichi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Raccoon Dog" - }, - { - "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5", - "name": "Okiyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Raccoon Dog" - }, - { - "id": "220c7498-c390-4456-b853-bac107d16ff7", - "name": "Seizaemon", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Raccoon Dog" - }, - { - "id": "718f634a-ea92-4907-a262-5a71a0661dcd", - "name": "Oroku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Raccoon Dog" - }, - { - "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f", - "name": "Gonta", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Raccoon Dog" - }, - { - "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df", - "name": "Inugami Gyōbu", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey brown", - "specie": "Raccoon Dog" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3", - "title": "Whisper of the Heart", - "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.", - "director": "Yoshifumi Kondō", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg", - "release_date": "1995", - "rt_score": "91", - "people": [ - { - "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e", - "name": "Shizuku Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Light black", - "specie": "Human" - }, - { - "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32", - "name": "Baron Humbert von Gikkingen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Green", - "hair_color": "Yellow", - "specie": "Cat" - }, - { - "id": "079db09e-0441-442b-8c17-af5cac8321c4", - "name": "Seiji Amasawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg", - "gender": "Male", - "age": "15", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "494bba43-9f61-4383-a597-5bae6ab26222", - "name": "Yuko Harada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e432a1fe-e937-4575-bade-d11e9f8a9433", - "name": "Sugimura", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg", - "gender": "Male", - "age": "14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d", - "name": "Seiya Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11", - "name": "Asako Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg", - "gender": "Female", - "age": "39", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "61b51987-dd67-479b-aa03-554834b7edd7", - "name": "Shiro Nishi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg", - "gender": "Male", - "age": "70", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "e40b4241-612b-402f-8e6c-067c44e9c618", - "name": "Shiho Tsukishima", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "42f787d8-1fcb-4d3d-82f2-a74409869368", - "name": "Seiji's House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg", - "climate": "Continental", - "terrain": "City", - "surface_water": "0", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6", - "title": "Princess Mononoke", - "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg", - "release_date": "1997", - "rt_score": "92", - "people": [ - { - "id": "ba924631-068e-4436-b6de-f3283fa848f0", - "name": "Ashitaka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg", - "gender": "Male", - "age": "17", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ebe40383-aad2-4208-90ab-698f00c581ab", - "name": "San", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg", - "gender": "Female", - "age": "16", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "34277bec-7401-43fa-a00a-5aee64b45b08", - "name": "Eboshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Hazel", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "91939012-90b9-46e5-a649-96b898073c82", - "name": "Jigo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg", - "gender": "Male", - "age": "Middle age", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38", - "name": "Kohroku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "8bccdc78-545b-49f4-a4c8-756163a38c91", - "name": "Gonza", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Bald, but beard is Brown", - "specie": "Human" - }, - { - "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9", - "name": "Hii-sama", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg", - "gender": "Female", - "age": "Over 50", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b", - "name": "Yakul", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg", - "age": "Unknown", - "gender": "Male", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Red elk" - }, - { - "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b", - "name": "Shishigami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg", - "age": "400", - "gender": "Male", - "eye_color": "Red", - "hair_color": "Light Orange", - "specie": "Spirit" - }, - { - "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3", - "name": "Moro", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png", - "gender": "Female", - "age": "300", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Wolf" - } - ], - "locations": [ - { - "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a", - "name": "Irontown", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg", - "climate": "Continental", - "terrain": "Mountain", - "surface_water": "40", - "residents": [ - { - "id": "ba924631-068e-4436-b6de-f3283fa848f0", - "name": "Ashitaka" - }, - { - "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b", - "name": "Yakul" - } - ] - }, - { - "id": "615aa48d-8673-4117-b35a-79cb67af1897", - "name": "Forest", - "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg", - "climate": "Tropical", - "terrain": "Forest", - "surface_water": "60", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "45204234-adfd-45cb-a505-a8e7a676b114", - "title": "My Neighbors the Yamadas", - "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.", - "director": "Isao Takahata", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg", - "release_date": "1999", - "rt_score": "75", - "people": [ - { - "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a", - "name": "Takashi Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "562cf83f-fe38-44bf-8840-f8120b373c07", - "name": "Matsuko Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "33504e52-626b-4718-b324-d06a5b64ccfe", - "name": "Noboru Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg", - "gender": "Male", - "age": "13", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9", - "name": "Nonoko Yamada", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg", - "gender": "Female", - "age": "5", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "10857681-11a2-48df-98ec-de711a6c56cf", - "name": "Shige Yamano", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - } - ], - "locations": [], - "vehicles": [] - }, - { - "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c", - "title": "Spirited Away", - "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png", - "release_date": "2001", - "rt_score": "97", - "people": [ - { - "id": "134a568b-ac18-4696-a53e-4f0757d1c037", - "name": "Chihiro Ogino/Sen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "a1143897-679f-4c16-8b20-538976c144d6", - "name": "Nigihayami Kohakunushi/Haku", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png", - "gender": "Male", - "age": "12 (in appearance)", - "eye_color": "Green", - "hair_color": "Green", - "specie": "Deity, Dragon" - }, - { - "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe", - "name": "Yubaba", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Witch" - }, - { - "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909", - "name": "Kamajī", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg", - "gender": "Male", - "age": "At least 40 years", - "eye_color": "NA", - "hair_color": "Bald", - "specie": "Spirit" - }, - { - "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a", - "name": "No-Face", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png", - "gender": "Unknown (Possible Male)", - "age": "unknown", - "eye_color": "NA", - "hair_color": "NA", - "specie": "Spirit" - }, - { - "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62", - "name": "Lin", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Spirit of The White Fox" - }, - { - "id": "d2feee01-5531-4385-aa0a-1e608aaf0747", - "name": "Boh", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg", - "gender": "Male", - "age": "Child", - "eye_color": "Black", - "hair_color": "Bald", - "specie": "unknown" - }, - { - "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8", - "name": "Zeniba", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Witch" - }, - { - "id": "0588017a-8113-43cd-9025-518c9c0d5111", - "name": "Akio Ogino", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg", - "gender": "Male", - "age": "38", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c", - "name": "Yūko Ogino", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png", - "gender": "Female", - "age": "35", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "a072ec53-0467-4fac-864f-df234f9c4315", - "name": "Zeniba's Cottage", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png", - "climate": "TODO", - "terrain": "TODO", - "surface_water": "40", - "residents": [ - "TODO" - ] - }, - { - "id": "37d13a96-a03a-451d-8871-80be0495486e", - "name": "Bathhouse", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png", - "climate": "Continental", - "terrain": "River", - "surface_water": "70", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "90b72513-afd4-4570-84de-a56c312fdf81", - "title": "The Cat Returns", - "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.", - "director": "Hiroyuki Morita", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg", - "release_date": "2002", - "rt_score": "89", - "people": [ - { - "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8", - "name": "Renaldo Moon aka Moon aka Muta", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png", - "gender": "Male", - "age": "NA", - "eye_color": "White", - "hair_color": "Beige", - "specie": "Cat" - }, - { - "id": "3042818d-a8bb-4cba-8180-c19249822d57", - "name": "Cat King", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg", - "gender": "Male", - "age": "87", - "eye_color": "Emerald", - "hair_color": "Grey", - "specie": "Cat" - }, - { - "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6", - "name": "Yuki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG", - "gender": "Female", - "age": "NA", - "eye_color": "Blue", - "hair_color": "White", - "specie": "Cat" - }, - { - "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92", - "name": "Haru Yoshioka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b", - "name": "Natori", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg", - "gender": "Male", - "age": "NA", - "eye_color": "Blue", - "hair_color": "Grey", - "specie": "Cat" - }, - { - "id": "269dcd81-8037-45bb-892b-1c86c9696222", - "name": "Toto", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png", - "gender": "Male", - "age": "NA", - "eye_color": "Black", - "hair_color": "Dark Blue", - "specie": "Bird" - }, - { - "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0", - "name": "Prince Lune", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Russian blue", - "specie": "Cat" - }, - { - "id": "17aca709-3049-48fc-95a6-e802c01125a2", - "name": "Hiromi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png", - "gender": "Female", - "age": "17", - "eye_color": "Brown", - "hair_color": "Light brown", - "specie": "Human" - }, - { - "id": "911d38e2-ada4-4481-89a2-ba414422d4e4", - "name": "Naoko Yoshioka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Light Brown", - "hair_color": "Light brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576", - "name": "The Cat Kingdom", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg", - "climate": "Continental", - "terrain": "Plain", - "surface_water": "30", - "residents": [ - { - "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8", - "name": "Renaldo Moon aka Moon aka Muta" - }, - { - "id": "3042818d-a8bb-4cba-8180-c19249822d57", - "name": "Cat King" - }, - { - "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6", - "name": "Yuki" - }, - { - "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92", - "name": "Haru" - } - ] - } - ], - "vehicles": [] - }, - { - "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa", - "title": "Howl's Moving Castle", - "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg", - "release_date": "2004", - "rt_score": "87", - "people": [ - { - "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a", - "name": "Howl Jenkins Pendragon", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg", - "gender": "Male", - "age": "27", - "eye_color": "Bright blue", - "hair_color": "Bright blue", - "specie": "Wizard" - }, - { - "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff", - "name": "Sophie Hatter", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg", - "gender": "Female", - "age": "18", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "1287b275-6c32-4113-947f-519316d4a6be", - "name": "Witch of the Waste", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg", - "gender": "Female", - "age": "59", - "eye_color": "Brown", - "hair_color": "White", - "specie": "Witch/Human" - }, - { - "id": "b73f58ab-454a-42d6-9812-63e8f235a388", - "name": "Calcifer", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png", - "gender": "Male", - "age": "NA", - "eye_color": "Dark Brown", - "hair_color": "Orange-yellow", - "specie": "Demon" - }, - { - "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1", - "name": "Markl", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg", - "gender": "Male", - "age": "10", - "eye_color": "Dark Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "45237428-93bf-4dd6-97ce-f10647300429", - "name": "Prince Justin or Turnip Head", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png", - "gender": "Male", - "age": "20-30", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human/Scarecrow" - }, - { - "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d", - "name": "Madame Suliman", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png", - "gender": "Female", - "age": "50", - "eye_color": "Grey", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d", - "name": "Heen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png", - "gender": "Male", - "age": "NA", - "eye_color": "Brown", - "hair_color": "Beige-white", - "specie": "Dog" - }, - { - "id": "3148150f-6ccb-4383-8af5-0c40f03c825e", - "name": "Lettie Hatter", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png", - "gender": "Female", - "age": "16", - "eye_color": "Blue", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "06610030-0560-47ac-bc18-be80d85c4dad", - "name": "Fanny Hatter/Honey", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human" - } - ], - "locations": [ - { - "id": "b6bac992-a858-4d57-8477-9652d73caaa1", - "name": "Ingary", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png", - "climate": "Mild", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6", - "name": "Howl's castle", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg", - "description": "Wizard Howl's home. It's scale changes from scene to scene.", - "vehicle_class": "Moving castle", - "length": "unknown", - "pilot": { - "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a", - "name": "Howl Jenkins Pendragon" - } - } - ] - }, - { - "id": "112c1e67-726f-40b1-ac17-6974127bb9b9", - "title": "Tales from Earthsea", - "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.", - "director": "Gorō Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg", - "release_date": "2006", - "rt_score": "41", - "people": [ - { - "id": "68df798d-f73d-4c70-b4ad-05dd84910436", - "name": "Ged", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09", - "name": "Arren / Lebannen", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png", - "gender": "Male", - "age": "17", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "84ba6d3d-d225-4a92-bbbc-147808826425", - "name": "Therru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg", - "gender": "Female", - "age": "circa 14-17", - "eye_color": "Dark brown", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "60469915-e18e-4cf3-b43d-95ea56cc300c", - "name": "Tenar", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Grey", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a", - "name": "King of Enlad", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a", - "name": "Cob", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Violet", - "hair_color": "Purple", - "specie": "Arch-mage/Human" - }, - { - "id": "da00cee4-90a2-413b-8cef-c65e57f7e41", - "name": "Hare", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4", - "name": "Hazia Dealer", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png", - "gender": "Male", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "bcc54f38-8847-45b0-97b1-307c94b2b517", - "name": "Enland", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg", - "climate": "Wet", - "terrain": "Earthsea", - "surface_water": "100", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "758bf02e-3122-46e0-884e-67cf83df1786", - "title": "Ponyo on the Cliff by the Sea", - "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg", - "release_date": "2008", - "rt_score": "92", - "people": [ - { - "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607", - "name": "Sosuke", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg", - "gender": "Male", - "age": "5", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213", - "name": "Brunhilde/Ponyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png", - "gender": "Female", - "age": "5", - "eye_color": "Dark brown", - "hair_color": "Red", - "specie": "Fish/Human" - }, - { - "id": "0cb26464-3416-4490-8f42-cd9d7276884e", - "name": "Kōichi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png", - "gender": "Male", - "age": "30", - "eye_color": "Dark brown", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91", - "name": "Fujimoto", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg", - "gender": "Male", - "age": "40", - "eye_color": "Light green", - "hair_color": "Red", - "specie": "Human" - }, - { - "id": "942efc9a-8d02-4643-aa3f-134429a23684", - "name": "Granmammare", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png", - "gender": "Female", - "age": "NA", - "eye_color": "Brown", - "hair_color": "Red", - "specie": "Deity" - }, - { - "id": "04447a1b-316a-40bf-8f19-ddc964fec216", - "name": "Lisa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png", - "gender": "Female", - "age": "25", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc", - "name": "Toki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg", - "gender": "Female", - "age": "72", - "eye_color": "Dark brown", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347", - "name": "Yoshie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg", - "gender": "Female", - "age": "68", - "eye_color": "Dark brown", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "9e149019-f351-4061-aaee-82a385a36582", - "name": "Noriko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg", - "gender": "Female", - "age": "70", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89", - "name": "Koyo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png", - "gender": "Female", - "age": "68", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - } - ], - "locations": [ - { - "id": "90241c46-d4be-411f-b00a-7561b9dda7b6", - "name": "Fujimoto's Underwater Harbor", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg", - "climate": "Wet", - "terrain": "Ocean", - "surface_water": "100", - "residents": [ - "TODO" - ] - }, - { - "id": "469b14bd-5565-4436-bbed-c2036f42cc99", - "name": "Himawari Nursery School", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg", - "climate": "Mild", - "terrain": "Ocean", - "surface_water": "50", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "923d70c9-8f15-4972-ad53-0128b261d628", - "name": "Sosuke's Boat", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg", - "description": "A toy boat where Sosuke plays", - "vehicle_class": "Boat", - "length": "10", - "pilot": { - "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607", - "name": "Sosuke" - } - } - ] - }, - { - "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6", - "title": "The Secret World of Arrietty", - "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.", - "director": "Hiromasa Yonebayashi", - "producer": "Toshio Suzuki", - "poster": "https://m.media-amazon.com/images/M/MV5BZDY3ZGI0ZDAtMThlNy00MzAxLTg4YjAtNjkwYTkxNmQ4MjdlXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg", - "release_date": "2010", - "rt_score": "95", - "people": [ - { - "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa", - "name": "Karigurashi/Arrietty", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg", - "gender": "Female", - "age": "14", - "eye_color": "Black", - "hair_color": "Auburn", - "specie": "Borrower" - }, - { - "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10", - "name": "Sho (Shawn)", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg", - "gender": "Male", - "age": "12-14", - "eye_color": "Brown", - "hair_color": "Navy blue/black", - "specie": "Human" - }, - { - "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87", - "name": "Homily Clock", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg", - "gender": "Female", - "age": "52", - "eye_color": "Brown", - "hair_color": "Navy black", - "specie": "Borrower" - }, - { - "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d", - "name": "Sadako Maki/Jessica", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "9c687441-3eb3-4c4b-8752-55774953aa3f", - "name": "Haru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f", - "name": "Spiller", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg", - "gender": "Male", - "age": "Young", - "eye_color": "Black", - "hair_color": "Navy black", - "specie": "Borrower" - }, - { - "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb", - "name": "Pod Clock", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png", - "gender": "Male", - "age": "52", - "eye_color": "Grey", - "hair_color": "Brown", - "specie": "Borrower" - }, - { - "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3", - "name": "Niya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg", - "gender": "Male", - "age": "52", - "eye_color": "White", - "hair_color": "Beige", - "specie": "Cat" - } - ], - "locations": [ - { - "id": "1e7ed524-4b4f-466b-978c-69dda9777396", - "name": "Sho's house", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg", - "climate": "Warm", - "terrain": "Forest", - "surface_water": "10", - "residents": [ - "TODO" - ] - }, - { - "id": "f2148ab5-f272-4057-b05a-1321e35227b4", - "name": "Karigurashi's house", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg", - "climate": "Warm", - "terrain": "Under the floorboards", - "surface_water": "10", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "45db04e4-304a-4933-9823-33f389e8d74d", - "title": "From Up on Poppy Hill", - "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.", - "director": "Gorō Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg", - "release_date": "2011", - "rt_score": "83", - "people": [ - { - "id": "6a486237-c503-4221-b834-1862f200e939", - "name": "Umi Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg", - "gender": "Female", - "age": "16", - "eye_color": "Hazel", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5c492592-ea9c-45e8-a9cc-4391037c0202", - "name": "Shun Kazama", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg", - "gender": "Male", - "age": "17", - "eye_color": "Black", - "hair_color": "Dark brown", - "specie": "Human" - }, - { - "id": "f1c170fa-7c60-420a-8437-253dd39a6bde", - "name": "Yūichirō Sawamura", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "721acf20-3470-4010-801b-31f465467d55", - "name": "Sora Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg", - "gender": "Female", - "age": "12-14", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "827be987-0563-4a7c-a68b-9d58e46d1687", - "name": "Shirou Mizunuma", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg", - "gender": "Male", - "age": "18", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8", - "name": "Ryōko Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc", - "name": "Riku Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg", - "gender": "Male", - "age": "11", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed", - "name": "Hana Matsuzaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Brown", - "hair_color": "Dark grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7", - "name": "Coquelicot Manor", - "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg", - "climate": "Warm", - "terrain": "Hill", - "surface_water": "30", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "67405111-37a5-438f-81cc-4666af60c800", - "title": "The Wind Rises", - "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.", - "director": "Hayao Miyazaki", - "producer": "Toshio Suzuki", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg", - "release_date": "2013", - "rt_score": "89", - "people": [ - { - "id": "97746fd8-1875-4331-8bc6-f43ae25501cd", - "name": "Naoko Satomi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386", - "name": "Jiro Horikoshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg", - "gender": "Male", - "age": "42", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a", - "name": "Castorp", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Light brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1", - "name": "Kiro Honjo", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1", - "name": "Kayo Horikoshi", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg", - "gender": "Female", - "age": "10", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "b2453b6b-0718-4740-a0c4-207f12f1903a", - "name": "Caproni", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg", - "gender": "Male", - "age": "45", - "eye_color": "Black", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "c8321219-a816-4921-9a58-48c858becb97", - "name": "Mr. Kurokawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba", - "name": "Hattori", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "2b380662-626d-42fb-9e3a-14f951201c8b", - "name": "Nagoya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg", - "climate": "Damp", - "terrain": "Hill", - "surface_water": "20", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [ - { - "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c", - "name": "Mitsubishi 1MF9 ", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg", - "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.", - "vehicle_class": "War plane", - "length": "8", - "pilot": { - "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386", - "name": "Jiro Horikoshi" - } - } - ] - }, - { - "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4", - "title": "The Tale of the Princess Kaguya", - "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.", - "director": "Isao Takahata", - "producer": "Yoshiaki Nishimura", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg", - "release_date": "2013", - "rt_score": "100", - "people": [ - { - "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7", - "name": "Kaguya", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778", - "name": "Sutemaru", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3", - "name": "Ishitsukuri", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961", - "name": "Miyatsuko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg", - "gender": "Male", - "age": "Elder", - "eye_color": "Grey", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a", - "name": "Menowarawa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg", - "gender": "Female", - "age": "17", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - }, - { - "id": "1752fc88-c6b7-4fef-8b64-51451d808033", - "name": "Lady Sagami", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png", - "gender": "Female", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Black", - "specie": "Human" - }, - { - "id": "942fb1029-b51f-4100-8bee-86547c09b0ff", - "name": "Inbe no Akita", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg", - "gender": "Male", - "age": "Elder", - "eye_color": "Black", - "hair_color": "White", - "specie": "Human" - }, - { - "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453", - "name": "Ōna", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg", - "gender": "Female", - "age": "Elder", - "eye_color": "Black", - "hair_color": "Grey", - "specie": "Human" - } - ], - "locations": [ - { - "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6", - "name": "Bamboo Forest", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg", - "climate": "Tropical", - "terrain": "Forest", - "surface_water": "10", - "residents": [ - "TODO" - ] - } - ], - "vehicles": [] - }, - { - "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602", - "title": "When Marnie Was There", - "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.", - "director": "Hiromasa Yonebayashi", - "producer": "Yoshiaki Nishimura", - "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg", - "release_date": "2014", - "rt_score": "92", - "people": [ - { - "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef", - "name": "Marnie", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg", - "gender": "Female", - "age": "12", - "eye_color": "Green", - "hair_color": "Blonde", - "specie": "Human" - }, - { - "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c", - "name": "Anna Sasaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png", - "gender": "Female", - "age": "12", - "eye_color": "Blue", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b", - "name": "Emily", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png", - "gender": "Female", - "age": "20", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753", - "name": "Kazuhiko", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg", - "gender": "Male", - "age": "Teenager", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1", - "name": "Setsu Oiwa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg", - "gender": "Female", - "age": "50-60", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0", - "name": "Hisako", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png", - "gender": "Female", - "age": "Elder", - "eye_color": "Dark brown", - "hair_color": "Grey", - "specie": "Human" - }, - { - "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1", - "name": "Yoriko Sasaki", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg", - "gender": "Female", - "age": "Adult", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03", - "name": "Sayaka", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg", - "gender": "Female", - "age": "11", - "eye_color": "Teal", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9", - "name": "Kiyomasa Ōiwa", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg", - "gender": "Male", - "age": "50-60", - "eye_color": "Dark brown", - "hair_color": "Brown", - "specie": "Human" - }, - { - "id": "5d52d16f-ce72-41bd-8d88-436e206d9449", - "name": "Doctor Yamashita", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg", - "gender": "Male", - "age": "Adult", - "eye_color": "Black", - "hair_color": "Navy blue", - "specie": "Human" - } - ], - "locations": [ - { - "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e", - "name": "The Marsh House", - "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg", - "climate": "Mild", - "terrain": "Marsh", - "surface_water": "60", - "residents": [] - } - ], - "vehicles": [] - } - ] -} diff --git a/src/data/harrypotter/README.md b/src/data/harrypotter/README.md deleted file mode 100644 index 3bfa5e15..00000000 --- a/src/data/harrypotter/README.md +++ /dev/null @@ -1,74 +0,0 @@ -# Harry Potter - -Harry Potter es una serie de novelas fantásticas escrita por la autora -británica J. K. Rowling, en la que se describen las aventuras del joven -aprendiz de magia y hechicería Harry Potter y sus amigos durante los años -que pasan en el Colegio Hogwarts de Magia y Hechicería. El argumento se -centra en la lucha entre Harry Potter y el malvado mago lord Voldemort, -quien asesinó a los padres de Harry en su afán de conquistar el mundo mágico. - -El éxito de las novelas ha hecho de la marca una de las más exitosas del mundo. -En 1999, la productora de cine Warner Bros. Adquirió los derechos para -adaptar los siete libros a una serie de películas. La última de ellas, -Harry Potter y las reliquias de la Muerte: parte 2, se estrenó el 15 de julio -de 2011 y con ocho películas realizadas la serie se convirtió en una de las -franquicias más exitosas del cine en concepto de recaudaciones en taquilla.​ - -## Hallazgos - -Haciendo una investigación sobre la información que podrían necesitar -nuestras usuarias encontramos que los datos de mayor interés son: - -- Información sobre los personajes como nombre, especie, género, fecha de - nacimiento, saber si es _muggle_ o conocer su casa de estudio. -- El colegio Hogwarts de Magia y Hechicería utiliza el sistema de Casas. - El cuerpo estudiantil de Hogwarts se divide en cuatro Casas ( Gryffindor, - Hufflepuff, Ravenclaw y Slytherin;). A nuestras usarías les interesa saber - cuantos estudiantes hay por cada casa. -- Dentro del mundo mágico hay muchos hechizos que se pueden invocar, para - nuestras usuarias es importante conocerlos y saber lo que hacen - para estar preparadas. -- Toda esta información se basa la saga de novelas de la autora J. K. Rowling, - para nuestras usuarias es relevante conocer cuantos libros han sido publicados - y les gustaría poder visualizar que personajes aparecen en cada libro. -- Las pociones son una herramienta crucial en el mundo de Harry Potter, - tener un diccionario para poder consultarlas es una petición de las usuarias. - -## Detalles de la data - -### Personajes - -En la lista personajes puedes todos los que aparecen en la saga. -Puedes encontrar información básica como nombre, especie, género, -fecha de nacimiento, casa de estudio, saber si es un ser mágico o muggle, -grupos a los que pertenece, libros en los que aparece entre otras cosas. - -### Hechizos - -En esta lista podrás encontrar el nombre y la descripción de los hechizos - que pueden invocar los personajes, también el lugar del libro donde se -menciona este hechizo y su pronunciación . - -### Libros - -La lista de libros describe el título, fecha de lanzamiento y la descripción -de cada libro dentro de la saga . - -### Datos curiosos - -Lista de algunos datos curiosos sobre la saga, contiene tipo y contenido. - -### Pociones - -En esta lista puedes encontrar nombres de las pociones que se mencionan en el -libro así como una pequeña descripción de la misma. - ---- - -#### Disclaimer - -De acuerdo a los principios de convivencia armónica y diversidad como valor -intrínseco que orientan nuestra política de diversidad e inclusión, -Laboratoria no condona ni avala los comentarios de la autora de la data -utilizada en este dataset del proyecto, Joanne Rowling, respecto a la -identidad de género y personas neurodivergentes. diff --git a/src/data/harrypotter/README.pt-BR.md b/src/data/harrypotter/README.pt-BR.md deleted file mode 100644 index fa89c74b..00000000 --- a/src/data/harrypotter/README.pt-BR.md +++ /dev/null @@ -1,75 +0,0 @@ -# Harry Potter - -Harry Potter é uma série de romances de fantasia escritos pela autora -britânica J. K. Rowling, que descreve as aventuras do jovem bruxo Harry Potter -e seus amigos ao longo dos anos em que passam estudando na Escola de Magia e -Bruxaria de Hogwarts. O enredo é foca na luta -entre Harry Potter e o malvado feiticeiro Lord Voldemort, -que assassinou os pais de Harry em sua busca para conquistar o mundo mágico. - -O sucesso da saga fez da marca uma das mais bem sucedidas do mundo. -Em 1999, a produtora de filmes Warner Bros. adquiriu os direitos de -adaptar todos os sete livros em uma série de filmes. O último, -Harry Potter e as Relíquias da Morte: Parte 2, estreou em 15 de julho de 2011 -e, com oito filmes lançados, a série se tornou uma das franquias de filmes de -maior sucesso em termos de receita de bilheteria. - -## Descobertas - -Fazendo pesquisas sobre as informações que eles podem precisar, nossos usuários -acham que os dados de maior interesse são: - -- Informações sobre os personagens como nome, espécie, gênero, data de - nascimento, para saber se ele é _trouxa_ ou para conhecer sua casa de estudo. -- A Escola de Magia e Bruxaria de Hogwarts usa o sistema das Casas. - O corpo discente de Hogwarts é dividido em quatro Casas (Grifinória, - Lufa-Lufa, Corvinal e Sonserina ;). Nossos usuários estão interessados ​​em saber - quantos alunos há em cada casa -- Dentro do mundo mágico existem muitos feitiços que podem ser invocados, - para nossos usuários é importante conhecê-los e saber o que eles fazem para - estarem preparados. -- Todas essas informações são baseadas na saga de livros da autora - J. K. Rowling. Nossos usuários acham importante saber quantos livros foram - publicados e gostariam de poder visualizar quais personagens - aparecem em cada livro. -- Poções são uma ferramenta crucial no mundo de Harry Potter - e nossos usuários gostariam de ter um dicionário para poder consultá-las. - -## Detalhes dos dados - -### Personagens - -Na lista de personagens você pode encontrar todos aqueles que aparecem na saga. -Você pode encontrar informações básicas como nome, espécie, gênero, -data de nascimento, casa de estudo, saber se é um ser mágico ou trouxa, -grupos a que pertence, livros em que aparece entre outras coisas. - -### Feitiços - -Nesta lista você pode encontrar o nome e a descrição dos -feitiços que os personagens podem invocar, também o lugar no livro onde eles -estão e a pronúncia do feitiço. - -### Livros - -A lista de livros descreve o título, data de lançamento e descrição -de cada livro da saga. - -### Fatos divertidos - -Lista de alguns fatos curiosos sobre a saga, contém tipo e conteúdo. - -### Poções - -Nesta lista você pode encontrar os nomes das poções que são mencionadas no -livro, bem como uma breve descrição das mesmas. - ---- - -#### Disclaimer - -De acordo com os princípios da convivência harmoniosa e da diversidade como valor -intrínsecos que norteiam nossa política de diversidade e inclusão, -Laboratoria não tolera ou endossa os comentários da autora dos dados -usado neste dataset do projeto, Joanne Rowling, sobre a -identidade de gênero e pessoas neurodivergentes. diff --git a/src/data/harrypotter/data.js b/src/data/harrypotter/data.js deleted file mode 100644 index ad174aa4..00000000 --- a/src/data/harrypotter/data.js +++ /dev/null @@ -1,16228 +0,0 @@ -export default { - characters: [ - { - "id": 1, - "name": "Euan Abercrombie", - "birth": "between 1 September 1983 and 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [5] - }, - { - "id": 2, - "name": "Stewart Ackerley", - "birth": "between 1 September 1982and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 3, - "name": "African prince", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Africa"], - "books_featured_in": [1] - }, - { - "id": 4, - "name": "Agnes's son", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 5, - "name": "Cornelius Agrippa", - "birth": "1486", - "death": "1535 (aged 48 - 49)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 6, - "name": "Albino peacock", - "birth": "Pre 1997", - "death": null, - "species": "Peacock", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Lucius Malfoy (owner)"], - "books_featured_in": [7] - }, - { - "id": 7, - "name": "Arkie Alderton", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Arkie Alderton's Kwik-Repair Shop"], - "books_featured_in": [7] - }, - { - "id": 8, - "name": "Angus", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 9, - "name": "Antioch Peverell's killer", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 10, - "name": "Apothecary shopkeeper", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Apothecary"], - "books_featured_in": [1] - }, - { - "id": 11, - "name": "Aragog", - "birth": "c. 1942", - "death": "20 April, 1997 (aged around 55)", - "species": "Acromantula", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Black & Grey/Milky-White (Blind)", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Rubeus Hagrid", "Forbidden Forest Acromantula colony"], - "books_featured_in": [2, 5, 6, 7] - }, - { - "id": 12, - "name": "Arcus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 13, - "name": "Arkie Alderton's alleged son", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Alderton family"], - "books_featured_in": [7] - }, - { - "id": 14, - "name": "Armenian warlock", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 15, - "name": "Arnold", - "birth": "c. 1996", - "death": null, - "species": "Pygmy Puff", - "ancestry": null, - "gender": "Male", - "hair_color": "Purple", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ginny Weasley"], - "books_featured_in": [6] - }, - { - "id": 16, - "name": "Bertram Aubrey", - "birth": "c. 1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6] - }, - { - "id": 17, - "name": "Avery I", - "birth": "Between 1926 and 1932", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Avery family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Tom Riddle's gang", - "Slug Club" - ], - "books_featured_in": [6] - }, - { - "id": 18, - "name": "Avery II", - "birth": "Late 1950s or early 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Avery family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 19, - "name": "Archie Aymslowe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Fresh Air Refreshes Totally (F.A.R.T.)"], - "books_featured_in": [4] - }, - { - "id": 20, - "name": "Malcolm Baddock", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 21, - "name": "Badgered Boy", - "birth": "1970s - 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Unknown (human)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [2] - }, - { - "id": 22, - "name": "Ludovic Bagman's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bagman family"], - "books_featured_in": [4] - }, - { - "id": 23, - "name": "Ludovic Bagman", - "birth": "Before 1964 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Baby blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wimbourne Wasps (formerly)", - "British Ministry of Magic", - "Department of Magical Games and Sports", - "Bagman family", - "English National Quidditch team" - ], - "books_featured_in": [4, 5] - }, - { - "id": 24, - "name": "Otto Bagman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bagman family"], - "books_featured_in": [4] - }, - { - "id": 25, - "name": "Bane", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Forbidden Forest Centaur colony", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 5, 7] - }, - { - "id": 26, - "name": "Heathcote Barbary", - "birth": "1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["The Weird Sisters"], - "books_featured_in": [4] - }, - { - "id": 27, - "name": "Barnabas the Barmy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Trolls", "Ballet"], - "books_featured_in": [5, 6] - }, - { - "id": 28, - "name": "Baruffio", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 5] - }, - { - "id": 29, - "name": "Ali Bashir", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Flying carpets"], - "books_featured_in": [4] - }, - { - "id": 30, - "name": "Basil", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Magical Transportation"], - "books_featured_in": [4] - }, - { - "id": 31, - "name": "Beedle the Bard", - "birth": "c. 15th century", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 32, - "name": "Damocles Belby", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Order of Merlin", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6] - }, - { - "id": 33, - "name": "Marcus Belby", - "birth": "between 1 September 1978 and 31 August 1979, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Slug Club", "Belby family"], - "books_featured_in": [6] - }, - { - "id": 34, - "name": "Marcus Belby's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw (likely)", - "associated_groups": ["Belby family"], - "books_featured_in": [6] - }, - { - "id": 35, - "name": "Humphrey Belcher", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 36, - "name": "Katie Bell's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bell family"], - "books_featured_in": [6] - }, - { - "id": 37, - "name": "Bem", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Dumbledore's Army"], - "books_featured_in": [3, 5] - }, - { - "id": 38, - "name": "Benjamin Hater", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Male (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 39, - "name": "Bernie", - "birth": "Before 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic"], - "books_featured_in": [7] - }, - { - "id": 40, - "name": "Bilius", - "birth": null, - "death": "Between 1 March, 1980 and September, 1993", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weasley family", "Prewett family"], - "books_featured_in": [3, 7] - }, - { - "id": 41, - "name": "Binky", - "birth": "Early 1990s (possibly)", - "death": "15 October, 1993", - "species": "Rabbit", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Lavender Brown (owner)"], - "books_featured_in": [3] - }, - { - "id": 42, - "name": "Cuthbert Binns", - "birth": null, - "death": "Pre 1970s, Staffroom, Hogwarts Castle", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "White (balding)", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Binns family"], - "books_featured_in": [1, 2, 3, 4, 5, 7] - }, - { - "id": 43, - "name": "Dennis Bishop", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's Orphanage"], - "books_featured_in": [6] - }, - { - "id": 44, - "name": "Black Knight", - "birth": null, - "death": null, - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 45, - "name": "Alphard Black", - "birth": "Between 1925 and 1938; Great Britain", - "death": "Between 3 November 1976 and 3 November 1977 (aged 38 - 52)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (disowned posthumously)", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 46, - "name": "Arcturus Black III", - "birth": "1901", - "death": "1991 (aged 89-90)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 47, - "name": "Orion Black", - "birth": "1929", - "death": "1979 (aged 49 - 50)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 48, - "name": "Phineas Nigellus Black", - "birth": "1847", - "death": "1925 (aged 77 - 78)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark, shrewd and narrow", - "wand": null, - "patronus": null, - "house": "Hogwarts School of Witchcraft and Wizardry", - "associated_groups": [], - "books_featured_in": [5, 6, 7] - }, - { - "id": 49, - "name": "Regulus Black", - "birth": "1961", - "death": "1979 (aged 18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5, 6, 7] - }, - { - "id": 50, - "name": "Sirius Black", - "birth": "3 November, 1959", - "death": "18 June, 1996 (aged 36)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Black family (formerly)", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Marauders", - "Order of the Phoenix" - ], - "books_featured_in": [1, 3, 4, 5, 6, 7] - }, - { - "id": 51, - "name": "Miles Bletchley", - "birth": "c. 1977-1979, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Bletchley family" - ], - "books_featured_in": [1, 3, 5] - }, - { - "id": 52, - "name": "Bloody Baron", - "birth": "Post 982", - "death": "11th century", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin"], - "books_featured_in": [1, 2, 4, 5, 7] - }, - { - "id": 53, - "name": "Stubby Boardman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["The Hobgoblins"], - "books_featured_in": [5] - }, - { - "id": 54, - "name": "Bob", - "birth": "before 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department for the Regulation and Control of Magical Creatures"], - "books_featured_in": [5] - }, - { - "id": 55, - "name": "Broderick Bode", - "birth": "Between January 1946 and January 1947", - "death": "Early January 1996", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Mysteries"], - "books_featured_in": [4, 5] - }, - { - "id": 56, - "name": "Bogrod", - "birth": null, - "death": "1 May, 1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [7] - }, - { - "id": 57, - "name": "Lucian Bole", - "birth": "beteween 1 September 1976 and 31 August 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Bole family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin Quidditch team"], - "books_featured_in": [3, 5] - }, - { - "id": 58, - "name": "Pierre Bonaccord", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["International Confederation of Wizards"], - "books_featured_in": [5] - }, - { - "id": 59, - "name": "Amelia Bones' father", - "birth": null, - "death": "prior to 31 October, 1981", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff (likely)", - "associated_groups": ["Bones family"], - "books_featured_in": [1] - }, - { - "id": 60, - "name": "Edgar Bones", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Reddish-brown", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff (possibly)", - "associated_groups": ["Bones family", "Order of the Phoenix"], - "books_featured_in": [1, 5] - }, - { - "id": 61, - "name": "Mungo Bonham", - "birth": "1560", - "death": "1659 (aged 98-99)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5, 6] - }, - { - "id": 62, - "name": "Terry Boot", - "birth": "between 1 September 1979 and 21 April 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Boot family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Duelling Club", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 5, 6, 7] - }, - { - "id": 63, - "name": "Libatius Borage", - "birth": "Pre 1909, South America", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Castelobruxo"], - "books_featured_in": [6] - }, - { - "id": 64, - "name": "Borgin", - "birth": "Between Pre-1846 and 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (most likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Borgin and Burkes"], - "books_featured_in": [2, 6, 7] - }, - { - "id": 65, - "name": "Boris the Bewildered", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 66, - "name": "Bozo", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Daily Prophet"], - "books_featured_in": [2, 4] - }, - { - "id": 67, - "name": "Rupert Brookstanton", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 68, - "name": "Lavender Brown's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": ["Brown family"], - "books_featured_in": [3] - }, - { - "id": 69, - "name": "Brutus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Brutus's Secure Centre for Incurably Criminal Boys"], - "books_featured_in": [3, 4, 5] - }, - { - "id": 70, - "name": "Frank Bryce", - "birth": "August 1917", - "death": "16 August, 1994 (aged 76)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Riddle family (formerly)", - "associated_groups": [], - "books_featured_in": [4, 6] - }, - { - "id": 71, - "name": "Buckbeak", - "birth": "in or before 1993", - "death": null, - "species": "Hippogriff", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Orange", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Order of the Phoenix", - "Rubeus Hagrid (owner)", - "Harry Potter (owner)", - "Hermione Granger", - "Sirius Black (owner)", - "Hogwarts School of Witchcraft and Wizardry", - "Dumbledore's Army" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 72, - "name": "Caractacus Burke", - "birth": "In or before 1846", - "death": "Likely before 1992 (Unconfirmed if dead)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Borgin and Burkes"], - "books_featured_in": [2, 6, 7] - }, - { - "id": 73, - "name": "Cadogan", - "birth": "Middle Ages,", - "death": "Before 1993", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Blackthorn and troll whisker, 9\", combustible (according to legend)", - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["King Arthur", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3, 4, 5, 7] - }, - { - "id": 74, - "name": "Cadwallader", - "birth": "31 August 1985 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts", "Hufflepuff Quidditch team", "Hufflepuff"], - "books_featured_in": [6] - }, - { - "id": 75, - "name": "Eddie Carmichael", - "birth": "Between 1 September 1978 and 31 August 1979, (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [5] - }, - { - "id": 76, - "name": "Amycus Carrow", - "birth": "Pre 1950s or 1960s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": ["Carrow family", "Death Eaters", "Lord Voldemort", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6, 7] - }, - { - "id": 77, - "name": "Catchpole", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 78, - "name": "Mary Cattermole's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 79, - "name": "Alfred Cattermole", - "birth": "c. Between 1987 and 1994 (possibly)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cattermole family"], - "books_featured_in": [7] - }, - { - "id": 80, - "name": "Reginald Cattermole", - "birth": "Sun in Libra, moon in Virgo", - "death": null, - "species": "Human", - "ancestry": "Pure blood or Half-blood", - "gender": "Male", - "hair_color": "Greyish/Red", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["British Ministry of Magic", "Magical Maintenance Department", "Cattermole family"], - "books_featured_in": [7] - }, - { - "id": 81, - "name": "Owen Cauldwell", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 82, - "name": "Ceremony official", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6, 7] - }, - { - "id": 83, - "name": "Chambers", - "birth": "on or before 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Ravenclaw Quidditch team"], - "books_featured_in": [5] - }, - { - "id": 84, - "name": "Cho Chang's father", - "birth": "before 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Chang family"], - "books_featured_in": [5] - }, - { - "id": 85, - "name": "Herbert Chorley", - "birth": "before 1979 (most likely)", - "death": null, - "species": null, - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 86, - "name": "Clive Lundquist", - "birth": "31 August 1982 or earlier", - "death": null, - "species": null, - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Unknown", - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 87, - "name": "Connolly", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 88, - "name": "Ritchie Coote", - "birth": "Pre 31 August 1984 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Gryffindor Quidditch team"], - "books_featured_in": [6] - }, - { - "id": 89, - "name": "Michael Corner", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Corner family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Dumbledore's Army"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 90, - "name": "Crabbe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (likely)", - "associated_groups": ["Crabbe family", "Lord Voldemort", "Death Eaters"], - "books_featured_in": [4, 5, 7] - }, - { - "id": 91, - "name": "Vincent Crabbe", - "birth": "between 2 September 1979 and 1 September 1980", - "death": "2 May, 1998 (aged 17/18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Draco Malfoy's gang", - "Crabbe family", - "Lord Voldemort", - "Death Eaters (unofficially)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 92, - "name": "Colin Creevey", - "birth": "betwen 3 May and 31 August 1981", - "death": "2 May, 1998 (aged 16)", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Mousy", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Creevey family", - "Dumbledore's Army", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [2, 3, 4, 5, 6, 7] - }, - { - "id": 93, - "name": "Dennis Creevey", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Mousy brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Dumbledore's Army", "Creevey family", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 94, - "name": "Creevey brothers' father", - "birth": "Before 1963 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Creevey family"], - "books_featured_in": [2] - }, - { - "id": 95, - "name": "Cresswell brothers", - "birth": null, - "death": null, - "species": "Humans", - "ancestry": "Half-bloods or Squibs", - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cresswell family"], - "books_featured_in": [7] - }, - { - "id": 96, - "name": "Dirk Cresswell", - "birth": "between 1 September 1960 and 31 August 1961", - "death": "March, 1998", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Ministry of Magic", - "Goblin Liaison Office", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club" - ], - "books_featured_in": [6, 7] - }, - { - "id": 97, - "name": "Saul Croaker", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Mysteries"], - "books_featured_in": [4] - }, - { - "id": 98, - "name": "Crookshanks", - "birth": "Pre 1993", - "death": null, - "species": "Half-Kneazle", - "ancestry": null, - "gender": "Male", - "hair_color": "Ginger", - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Magical Menagerie", "Magical Menagerie saleswoman", "Hermione Granger (owner)", "Sirius Black"], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 99, - "name": "Bartemius Crouch Junior", - "birth": "c. 1962", - "death": "c.1995-1996(aged 33 - 34) (received the Dementor's Kiss on 24 June, 1995)", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Straw blonde", - "eye_color": null, - "wand": "Harry Potter's wand (briefly)", - "patronus": "None", - "house": null, - "associated_groups": ["Lord Voldemort", "Death Eaters", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 100, - "name": "Bartemius Crouch Senior", - "birth": null, - "death": "27 May, 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey, formerly Dark", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Department of International Magical Cooperation" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 101, - "name": "Bartemius Crouch Snr's grandfather", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Crouch family"], - "books_featured_in": [4] - }, - { - "id": 102, - "name": "Gideon Crumb", - "birth": "1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weird Sisters"], - "books_featured_in": [4] - }, - { - "id": 103, - "name": "Barnabas Cuffe", - "birth": "between 1914 and 1970,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Daily Prophet", "Slug Club"], - "books_featured_in": [6] - }, - { - "id": 104, - "name": "Hector Dagworth-Granger", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Most Extraordinary Society of Potioneers"], - "books_featured_in": [6] - }, - { - "id": 105, - "name": "Roger Davies", - "birth": "between 1 September 1977 and 31 August 1978 (likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Davies family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Ravenclaw Quidditch team"], - "books_featured_in": [3, 4, 5, 7] - }, - { - "id": 106, - "name": "John Dawlish", - "birth": "Between 1877 and 1975,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Auror Office", "Death Eaters (indirectly)", "Dawlish family"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 107, - "name": "Caradoc Dearborn", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dearborn family", "Order of the Phoenix"], - "books_featured_in": [5] - }, - { - "id": 108, - "name": "Squat, wheezy man", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort"], - "books_featured_in": [7] - }, - { - "id": 109, - "name": "Delacour sisters' father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Delacour family"], - "books_featured_in": [7] - }, - { - "id": 110, - "name": "Patrick Delaney-Podmore", - "birth": null, - "death": "pre 1993", - "species": "Ghost", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Headless Hunt", "Podmore family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [2, 7] - }, - { - "id": 111, - "name": "Dennis", - "birth": "c. 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dudley Dursley's gang"], - "books_featured_in": [1, 5] - }, - { - "id": 112, - "name": "Derek", - "birth": "c. 1981-1982", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3] - }, - { - "id": 113, - "name": "Peregrine Derrick", - "birth": "between 1 September 1976 and 31 August 1977, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin Quidditch team"], - "books_featured_in": [3, 5] - }, - { - "id": 114, - "name": "Barnabas Deverill", - "birth": "17th century (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 115, - "name": "Dedalus Diggle", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Diggle family", "Order of the Phoenix", "Advance Guard", "Harry Potter"], - "books_featured_in": [1, 5, 7] - }, - { - "id": 116, - "name": "Amos Diggory", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (likely)", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Diggory family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [4] - }, - { - "id": 117, - "name": "Cedric Diggory", - "birth": "between 1 September and 30 October 1977", - "death": "24 June, 1995 (aged 17)", - "species": "Human", - "ancestry": "Pure-blood (possibly)", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Grey", - "wand": "12¼\", Ash, unicorn hair", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Diggory family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Hufflepuff Quidditch team", - "Circle of Khanna", - "Death Eaters (alternate timeline)" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 118, - "name": "Ivor Dillonsby", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 119, - "name": "Vasily Dimitrov", - "birth": "before 1977, Bulgaria (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 120, - "name": "Harold Dingle", - "birth": "Late 1970s or early 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5] - }, - { - "id": 121, - "name": "Armando Dippet", - "birth": "October, 1637", - "death": "late 1992 (aged 355)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown (youth)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [2, 5, 6, 7] - }, - { - "id": 122, - "name": "Dishevelled Wizard", - "birth": "Prior to 1993", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Knight Bus"], - "books_featured_in": [3] - }, - { - "id": 123, - "name": "Dobby", - "birth": "28 June, unknown year", - "death": "Late March, 1998", - "species": "House-elf", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Malfoy family (formerly)", - "Harry Potter", - "Ronald Weasley", - "Hermione Granger", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "S.P.E.W." - ], - "books_featured_in": [2, 3, 4, 5, 6, 7] - }, - { - "id": 124, - "name": "Elphias Doge", - "birth": "Between 1 September 1880 and 31 August 1881,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Grey/Blue", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Order of the Phoenix", - "Advance Guard", - "British Ministry of Magic", - "Wizengamot", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [5, 7] - }, - { - "id": 125, - "name": "Antonin Dolohov", - "birth": "pre 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort"], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 126, - "name": "Double-ended-newt wizard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Magical Menagerie"], - "books_featured_in": [3] - }, - { - "id": 127, - "name": "Dragon keeper", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Romanian Dragon Sanctuary"], - "books_featured_in": [4] - }, - { - "id": 128, - "name": "Driving test examiner", - "birth": "c. 1996 or earlier", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 129, - "name": "Dudley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 130, - "name": "Kirley Duke", - "birth": "1971", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Weird Sisters", "McCormack family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 131, - "name": "Aberforth Dumbledore", - "birth": "between 1 September 1883 and 31 August 1884", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Bright blue", - "wand": null, - "patronus": "Goat", - "house": null, - "associated_groups": [ - "Hog's Head Inn", - "Order of the Phoenix", - "Dumbledore family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 132, - "name": "Percival Dumbledore", - "birth": "Before 1864", - "death": "After 1890", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dumbledore family"], - "books_featured_in": [7] - }, - { - "id": 133, - "name": "Dudley Dursley", - "birth": "23 June 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dursley family", "Evans family", "Smeltings Academy", "His gang (formerly)"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 134, - "name": "Vernon Dursley", - "birth": "Pre 1954", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dursley family", "Grunnings"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 135, - "name": "Marietta Edgecombe's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Edgecombe family"], - "books_featured_in": [5] - }, - { - "id": 136, - "name": "Egbert the Egregious", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 137, - "name": "Elfric the Eager", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 138, - "name": "Emeric the Evil", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 7] - }, - { - "id": 139, - "name": "Errol", - "birth": "Before 1984", - "death": null, - "species": "Great grey owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weasley family (owners)"], - "books_featured_in": [2, 3, 4] - }, - { - "id": 140, - "name": "Mark Evans", - "birth": "c. 1985", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 141, - "name": "Evans sisters' father", - "birth": null, - "death": "Between 1 September 1971 and 31 October 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Evans family"], - "books_featured_in": [1, 7] - }, - { - "id": 142, - "name": "Everard", - "birth": null, - "death": "In or before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5, 6] - }, - { - "id": 143, - "name": "Fallen Fifty", - "birth": null, - "death": "2 May, 1998", - "species": "Humans", - "ancestry": null, - "gender": "Females, Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix", - "Harry Potter", - "Dumbledore's Army" - ], - "books_featured_in": [7] - }, - { - "id": 144, - "name": "Fang", - "birth": "c. 1984", - "death": null, - "species": "Boarhound", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Rubeus Hagrid"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 145, - "name": "Fat Friar", - "birth": "10th century", - "death": "Pre 1988", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff", "Catholic Church (formerly)"], - "books_featured_in": [1, 2, 4, 5, 6, 7] - }, - { - "id": 146, - "name": "Father Christmas", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2, 4, 7] - }, - { - "id": 147, - "name": "Fawkes", - "birth": "Before 1938", - "death": "Immortal. Dies and is reborn from the ashes. Death dates include:", - "species": "Phoenix", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Albus Dumbledore", "Harry Potter", "Order of the Phoenix"], - "books_featured_in": [1, 2, 4, 5, 6, 7] - }, - { - "id": 148, - "name": "Benjy Fenwick", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Fenwick family", "Order of the Phoenix"], - "books_featured_in": [5] - }, - { - "id": 149, - "name": "Fergus", - "birth": "Before 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ireland", "Finnigan family"], - "books_featured_in": [6] - }, - { - "id": 150, - "name": "Argus Filch", - "birth": "Pre 1951", - "death": null, - "species": "Human", - "ancestry": "Squib", - "gender": "Male", - "hair_color": "Grey (balding)", - "eye_color": "Pale", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Inquisitorial Squad (formerly)", "Mrs Norris"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 151, - "name": "Justin Finch-Fletchley", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Finch-Fletchley family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 4, 5] - }, - { - "id": 152, - "name": "Barnabus Finkley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Barnabus Finkley Prize for Exceptional Spell-Casting"], - "books_featured_in": [7] - }, - { - "id": 153, - "name": "Seamus Finnigan's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Finnigan family"], - "books_featured_in": [1] - }, - { - "id": 154, - "name": "Seamus Finnigan", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Sandy", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Fox", - "house": "Gryffindor", - "associated_groups": ["Dumbledore's Army", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Finnigan family"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 155, - "name": "Firenze", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Astonishingly blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Forbidden Forest Centaur colony", - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)" - ], - "books_featured_in": [1, 5, 6, 7] - }, - { - "id": 156, - "name": "Nicolas Flamel", - "birth": "Between 1300 and 1326", - "death": "Between 1992 and 1996 (aged between 665 and 696)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": ["Beauxbatons Academy of Magic", "Albus Dumbledore", "Flamel family"], - "books_featured_in": [1, 7] - }, - { - "id": 157, - "name": "Angus Fleet", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 158, - "name": "Mundungus Fletcher", - "birth": "Before 1962, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Ginger", - "eye_color": "Brown", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Unknown", - "associated_groups": [ - "Order of the Phoenix", - "Albus Dumbledore", - "Harry Potter", - "Fletcher family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [2, 4, 5, 6, 7] - }, - { - "id": 159, - "name": "Marcus Flint", - "birth": "between 1 September 1975 and 31 August 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Flint family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin Quidditch team"], - "books_featured_in": [1, 2, 3] - }, - { - "id": 160, - "name": "Filius Flitwick", - "birth": "17 October 1958 or earlier", - "death": null, - "species": "Human (Goblin ancestry)", - "ancestry": "Part-Goblin", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Frog Choir", - "Flitwick family", - "Order of the Phoenix (during the Battle of the Astronomy Tower and the Battle of Hogwarts", - "Dumbledore's Army (during the Battle of the Astronomy Tower and the Battle of Hogwarts" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 161, - "name": "Florence's boyfriend", - "birth": "1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 162, - "name": "Fluffy", - "birth": "Pre 1991", - "death": null, - "species": "Three-headed dog", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Rubeus Hagrid", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 4] - }, - { - "id": 163, - "name": "Ambrosius Flume", - "birth": "between 1914 and 1970,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slug Club", "Honeydukes"], - "books_featured_in": [3, 6, 7] - }, - { - "id": 164, - "name": "Dexter Fortescue", - "birth": null, - "death": "After 1707, and before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Fortescue family"], - "books_featured_in": [5, 7] - }, - { - "id": 165, - "name": "Florean Fortescue", - "birth": null, - "death": "1996", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Fortescue family", "Florean Fortescue's Ice Cream Parlour"], - "books_featured_in": [3, 6] - }, - { - "id": 166, - "name": "Foul-smelling Snatcher", - "birth": "Before 1981", - "death": null, - "species": "Part-troll human (possibly)", - "ancestry": "Pure or Half-blood (most likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "10\", blackthorn, unknown core materials (formerly)", - "patronus": null, - "house": null, - "associated_groups": ["Snatchers"], - "books_featured_in": [7] - }, - { - "id": 167, - "name": "Fubster", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 168, - "name": "Cornelius Fudge", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (most likely)", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Order of Merlin", - "British Ministry of Magic", - "Department of Magical Accidents and Catastrophes", - "Wizengamot", - "Fudge family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 169, - "name": "Ulick Gamp", - "birth": "in or before 1690 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wizengamot", "British Ministry of Magic", "British Government", "Gamp family"], - "books_featured_in": [6] - }, - { - "id": 170, - "name": "Marvolo Gaunt", - "birth": "Pre 1890", - "death": "Between 1925 and 1928", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Bright brown", - "wand": null, - "patronus": null, - "house": "House of Gaunt", - "associated_groups": [], - "books_featured_in": [2, 6, 7] - }, - { - "id": 171, - "name": "Morfin Gaunt", - "birth": "c. 1900", - "death": "pre 1996", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "House of Gaunt", - "associated_groups": [], - "books_featured_in": [6, 7] - }, - { - "id": 172, - "name": "Portly ghost", - "birth": null, - "death": "Before 1992", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 173, - "name": "Gibbon", - "birth": null, - "death": "30 June, 1997", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Lord Voldemort", "Death Eaters"], - "books_featured_in": [6] - }, - { - "id": 175, - "name": "Godelot", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 176, - "name": "Godfrey", - "birth": null, - "death": "1978 or earlier", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 177, - "name": "Godric's Hollow Muggle boy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 178, - "name": "Anthony Goldstein", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Blonde", - "eye_color": "Grey", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Goldstein family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Dumbledore's Army"], - "books_featured_in": [5, 7] - }, - { - "id": 179, - "name": "Golgomath", - "birth": "Before 1995", - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Giant colony", "Lord Voldemort", "Death Eaters"], - "books_featured_in": [5] - }, - { - "id": 180, - "name": "Gordon", - "birth": "c. 1979 or 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dudley Dursley's gang"], - "books_featured_in": [1, 5] - }, - { - "id": 182, - "name": "Dragomir Gorgovitch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Chudley Cannons"], - "books_featured_in": [7] - }, - { - "id": 183, - "name": "Gorilla at the Zoo", - "birth": null, - "death": null, - "species": "Gorilla", - "ancestry": null, - "gender": null, - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 184, - "name": "Gornuk", - "birth": null, - "death": "1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [7] - }, - { - "id": 185, - "name": "Goyle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (possibly)", - "associated_groups": ["Goyle family", "Lord Voldemort", "Death Eaters"], - "books_featured_in": [4] - }, - { - "id": 186, - "name": "Gregory Goyle", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Goyle family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Draco Malfoy's gang (formerly)", - "Lord Voldemort", - "Death Eaters (unofficially)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 187, - "name": "Hermione Granger's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Granger family"], - "books_featured_in": [1, 2, 3, 5, 7] - }, - { - "id": 188, - "name": "Merton Graves", - "birth": "1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["The Weird Sisters", "Graves family"], - "books_featured_in": [4] - }, - { - "id": 189, - "name": "Grawp", - "birth": "Post 1931", - "death": null, - "species": "Giant", - "ancestry": "Giant", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown-green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hagrid family", "Order of the Phoenix (during the Battle of Hogwarts)"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 190, - "name": "Grawp's father", - "birth": null, - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 191, - "name": "Greek man", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Fluffy"], - "books_featured_in": [1] - }, - { - "id": 192, - "name": "Mykew Gregorovitch", - "birth": "In or before 1909", - "death": "2 September, 1997, Gregorovitch Zauberstäbe", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Gregorovitch Zauberstäbe", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [], - "books_featured_in": [4, 7] - }, - { - "id": 193, - "name": "Gregory the Smarmy", - "birth": "12th century or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald (Brown eyebrows)", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 5] - }, - { - "id": 194, - "name": "Fenrir Greyback", - "birth": "Pre 1945", - "death": null, - "species": "Werewolf (formerly Human)", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": ["Lord Voldemort", "Death Eaters (unofficially)", "Snatchers", "Werewolf army"], - "books_featured_in": [3, 6, 7] - }, - { - "id": 195, - "name": "Gellert Grindelwald", - "birth": "Between summer 1882 and summer 1883", - "death": "March, 1998 (aged around 115)", - "species": "Human (Seer)", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "Unknown wood, core material and length", - "patronus": null, - "house": null, - "associated_groups": ["The Alliance", "Acolytes", "Durmstrang Institute"], - "books_featured_in": [1, 7] - }, - { - "id": 196, - "name": "Gringotts Guards", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 197, - "name": "Gringotts Head Goblin", - "birth": null, - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [1] - }, - { - "id": 198, - "name": "Griphook", - "birth": "Pre-1990", - "death": "1 May, 1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [1, 7] - }, - { - "id": 199, - "name": "Edmund Grubb", - "birth": null, - "death": "c. 1837–1901", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 200, - "name": "Grubby-looking St Mungo's patient", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5] - }, - { - "id": 201, - "name": "Alberic Grunnion", - "birth": "1803", - "death": "1882 (aged 78-79)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 202, - "name": "Godric Gryffindor", - "birth": "Pre 976", - "death": "11th century (possibly)", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [1, 2, 5, 7] - }, - { - "id": 203, - "name": "Davey Gudgeon", - "birth": "c. 1960s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gudgeon family"], - "books_featured_in": [3] - }, - { - "id": 204, - "name": "Rubeus Hagrid's father", - "birth": null, - "death": "Between 1 September 1941 and 31 August 1942", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hagrid family"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 205, - "name": "Rubeus Hagrid", - "birth": "6 December 1928", - "death": null, - "species": "Half-Human/Half-Giant", - "ancestry": "Part-Human (Half-giant)", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": "16\", Oak, unknown core", - "patronus": "None", - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Order of the Phoenix", - "Hagrid family", - "Albus Dumbledore", - "Harry Potter" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 206, - "name": "Ciceron Harkiss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 207, - "name": "Harper", - "birth": "between 1 September 1980 and 31 August 1981, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood (most likely)", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Harper family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin Quidditch team"], - "books_featured_in": [6] - }, - { - "id": 208, - "name": "Warty Harris", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 209, - "name": "Heady", - "birth": null, - "death": null, - "species": "Shrunken Head", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Knockturn Alley"], - "books_featured_in": [2] - }, - { - "id": 210, - "name": "Hereward", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 211, - "name": "Hermes", - "birth": "Before 1991", - "death": null, - "species": "Screech owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Percy Weasley (owner)"], - "books_featured_in": [1, 2, 3, 4, 5] - }, - { - "id": 212, - "name": "Bertie Higgs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 213, - "name": "Terence Higgs", - "birth": "31 August 1979 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Higgs family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin Quidditch team"], - "books_featured_in": [1] - }, - { - "id": 214, - "name": "Oakden Hobday", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 215, - "name": "Hogwarts Express conductor", - "birth": "c. 1920s-1950s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts Express crew", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 216, - "name": "Hogwarts school mice", - "birth": "Before 1994", - "death": null, - "species": "Mice", - "ancestry": null, - "gender": "Males and females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Transfiguration department", "Minerva McGonagall"], - "books_featured_in": [5] - }, - { - "id": 217, - "name": "Phillipus von Hohenheim", - "birth": "1493", - "death": "1541 (aged 47-48)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 5] - }, - { - "id": 218, - "name": "Geoffrey Hooper", - "birth": "c. Pre 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hooper family", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [5] - }, - { - "id": 219, - "name": "Olive Hornby's brother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 220, - "name": "House of Black house-elves", - "birth": "Varied", - "death": "Varied; between 1850 and 1985", - "species": "House-elves", - "ancestry": null, - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 221, - "name": "Inigo Imago", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 222, - "name": "Joey Jenkins", - "birth": "In or before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Chudley Cannons", "Jenkins family"], - "books_featured_in": [4] - }, - { - "id": 223, - "name": "Arsenius Jigger", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 224, - "name": "Lee Jordan's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (likely)", - "associated_groups": ["Jordan family"], - "books_featured_in": [4] - }, - { - "id": 225, - "name": "Lee Jordan", - "birth": "Between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black (dreadlocks)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Jordan family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Dumbledore's Army", - "Order of the Phoenix", - "Potterwatch" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 226, - "name": "Jugson", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort"], - "books_featured_in": [5] - }, - { - "id": 227, - "name": "Karkaroff’s Aide", - "birth": "Before October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Hazel", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Durmstrang Institute", "Igor Karkaroff (formerly)"], - "books_featured_in": [4] - }, - { - "id": 228, - "name": "Igor Karkaroff", - "birth": "pre 1965", - "death": "24 June, 1995 – 31 July, 1996", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Silver (formerly black)", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters (formerly)", "Lord Voldemort (formerly)", "Durmstrang Institute (formerly)"], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 229, - "name": "Karkus", - "birth": null, - "death": "1995", - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 230, - "name": "Karl H.", - "birth": "Before 1993", - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 231, - "name": "Silvanus Kettleburn", - "birth": "22 November, before 1927[citation needed]", - "death": "Between 2 May, 1998 and 22 November, 2014", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Brown", - "wand": "Chestnut and phoenix feather, 11½\", whippy", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff", "Kettleburn family"], - "books_featured_in": [3] - }, - { - "id": 232, - "name": "Kevin", - "birth": "c. 1992", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Kevin's family"], - "books_featured_in": [4] - }, - { - "id": 233, - "name": "Kevin's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": null, - "house": null, - "associated_groups": ["Kevin's family"], - "books_featured_in": [4] - }, - { - "id": 234, - "name": "King's Cross Station guard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["King's Cross Station"], - "books_featured_in": [1, 2] - }, - { - "id": 235, - "name": "Andrew Kirke", - "birth": "31 August 1983 or earlierGreat Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Kirke family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [5] - }, - { - "id": 236, - "name": "Kreacher", - "birth": "Between 1351 and 1979", - "death": "Between 1 September, 2017 and 2645 (aged 666)", - "species": "House-elf", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (formerly)", - "associated_groups": [], - "books_featured_in": [5, 6, 7] - }, - { - "id": 237, - "name": "Viktor Krum's father", - "birth": "In or before 1945 (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Krum family"], - "books_featured_in": [4] - }, - { - "id": 238, - "name": "Viktor Krum's grandfather", - "birth": null, - "death": "Pre-1945", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Krum family"], - "books_featured_in": [7] - }, - { - "id": 239, - "name": "Viktor Krum", - "birth": "April-August, 1976,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "10¼\", Hornbeam, dragon heartstring", - "patronus": null, - "house": null, - "associated_groups": [ - "Durmstrang Institute", - "Bulgarian National Quidditch team", - "Krum family", - "Death Eaters (Imperiused)" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 240, - "name": "Lachlan the Lanky", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5] - }, - { - "id": 241, - "name": "Lancelot (Healer)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries", "Prewett family (possibly)"], - "books_featured_in": [7] - }, - { - "id": 242, - "name": "Lestrange", - "birth": "c. 1920s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Tom Riddle's gang", - "Slug Club", - "Lestrange family" - ], - "books_featured_in": [6] - }, - { - "id": 243, - "name": "Rabastan Lestrange", - "birth": "Before 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Lord Voldemort", "Death Eaters", "Lestrange family"], - "books_featured_in": [4, 5] - }, - { - "id": 244, - "name": "Rodolphus Lestrange", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": "None", - "house": "Lord Voldemort", - "associated_groups": [], - "books_featured_in": [4, 5, 7] - }, - { - "id": 245, - "name": "Alexei Levski", - "birth": "before 1977, Bulgaria", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Levski family", "Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 246, - "name": "Little Hangleton boys", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": "Muggles", - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 247, - "name": "Little Whinging postman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 248, - "name": "Livius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Elder, Thestral tail hair core (possibly)", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 249, - "name": "Dai Llewellyn", - "birth": null, - "death": "Before 1995,", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Caerphilly Catapults"], - "books_featured_in": [5] - }, - { - "id": 250, - "name": "Gilderoy Lockhart", - "birth": "26 January, 1964", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "9\", Cherry, dragon heartstring", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Lockhart family", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Ravenclaw", - "Ravenclaw Quidditch team", - "Dark Force Defence League (formerly)", - "St Mungo's Hospital for Magical Maladies and Injuries", - "Order of Merlin" - ], - "books_featured_in": [2, 3, 4, 5, 6] - }, - { - "id": 251, - "name": "Frank Longbottom's father", - "birth": "Before 1947", - "death": "Between 1980 and 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Longbottom family"], - "books_featured_in": [5] - }, - { - "id": 252, - "name": "Algie Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 5] - }, - { - "id": 253, - "name": "Frank Longbottom", - "birth": "c. 1 September 1957 - 31 August 1959 or earlier", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Longbottom family", - "Gryffindor", - "Ministry of Magic (formerly)", - "Auror Office", - "Order of the Phoenix (formerly)" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 254, - "name": "Neville Longbottom", - "birth": "30 July, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": "Father's wand (formerly)", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Longbottom family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Herbology department", - "Slug Club (briefly)", - "Albus Dumbledore", - "Order of the Phoenix", - "Harry Potter", - "Dumbledore's Army", - "British Ministry of Magic", - "Auror Department (formerly)", - "S.P.E.W.", - "Abbott family" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 255, - "name": "Xenophilius Lovegood", - "birth": "before 1964 (most likely),", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Lovegood family", - "The Quibbler", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Order of the Phoenix", - "Harry Potter" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 256, - "name": "Loxias", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Elder, Thestral tail hair core", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 257, - "name": "Lyall Lupin", - "birth": "1929", - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Lupin family", - "Howell family", - "Hogwarts School of Witchcraft and Wizardry", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures" - ], - "books_featured_in": [3, 6] - }, - { - "id": 258, - "name": "Remus Lupin", - "birth": "10 March, 1960", - "death": "2 May, 1998 (aged 38)", - "species": "Werewolf (formerly Human)", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Light brown flecked with grey", - "eye_color": "Green", - "wand": "10¼\", Cypress, unicorn hair", - "patronus": "Wolf", - "house": "Gryffindor", - "associated_groups": [ - "Lupin family", - "Howell family", - "Tonks family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Marauders", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 259, - "name": "Edward Lupin", - "birth": "April, 1998", - "death": null, - "species": "Human (Metamorphmagus)", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Variable", - "eye_color": "Variable", - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Lupin family", - "Tonks family", - "Potter family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [7] - }, - { - "id": 260, - "name": "Aidan Lynch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 261, - "name": "Quintius MacBoon", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["MacBoon clan"], - "books_featured_in": [6] - }, - { - "id": 262, - "name": "Ernest Macmillan", - "birth": "Between 22 April 1980 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Boar", - "house": "Hufflepuff", - "associated_groups": ["Macmillan family", "Dumbledore's Army", "Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [2, 3, 4, 5, 6, 7] - }, - { - "id": 263, - "name": "Walden Macnair", - "birth": "In or before 1970s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "British Ministry of Magic (formerly)", - "Committee for the Disposal of Dangerous Creatures (formerly)" - ], - "books_featured_in": [3, 4, 5, 7] - }, - { - "id": 264, - "name": "Magorian", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Forbidden Forest Centaur colony", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5, 7] - }, - { - "id": 265, - "name": "Malcolm", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dudley Dursley's gang"], - "books_featured_in": [1, 5] - }, - { - "id": 266, - "name": "Abraxas Malfoy", - "birth": "before 1936 (most likely), Great Britain or Ireland", - "death": "Pre 2 September, 1996", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Malfoy family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin"], - "books_featured_in": [6] - }, - { - "id": 267, - "name": "Draco Malfoy", - "birth": "5 June, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Silver-blonde", - "eye_color": "Grey", - "wand": "10\", Hawthorn, unicorn hair (formerly)", - "patronus": "None", - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 268, - "name": "Lucius Malfoy", - "birth": "between 9 September 1953 and 8 September 1954", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Grey", - "wand": "Elm and dragon heartstring (formerly)", - "patronus": "None", - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 269, - "name": "Scorpius Malfoy", - "birth": "between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 270, - "name": "Marauders", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 271, - "name": "Marius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [7] - }, - { - "id": 272, - "name": "Martin Miggs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2, 6, 7] - }, - { - "id": 273, - "name": "Mason", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Mason family"], - "books_featured_in": [2] - }, - { - "id": 274, - "name": "Olympe Maxime's father", - "birth": null, - "death": null, - "species": "Human or Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Maxime family"], - "books_featured_in": [4] - }, - { - "id": 275, - "name": "Jim McGuffin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 276, - "name": "Cormac McLaggen", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "McLaggen family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "Dumbledore's Army" - ], - "books_featured_in": [6] - }, - { - "id": 277, - "name": "Merlin", - "birth": "c. 982 or later", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unconfirmed length and core, English oak (?) wood", - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Order of Merlin", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Court of King Arthur"], - "books_featured_in": [1, 2, 4, 7] - }, - { - "id": 278, - "name": "Eloise Midgen's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood, half-blood or Muggle-born", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (likely)", - "associated_groups": ["Midgen family"], - "books_featured_in": [6] - }, - { - "id": 279, - "name": "Nicholas de Mimsy-Porpington", - "birth": "Between 1401 and 1475,", - "death": "31 October, 1492 (aged 17- 91)", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Henry VII's royal court (formerly)", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Headless Hunt (possibly)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 280, - "name": "Marcus Minugius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 281, - "name": "Cuthbert Mockridge", - "birth": "before 1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ministry of Magic"], - "books_featured_in": [4] - }, - { - "id": 282, - "name": "Graham Montague's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Montague family"], - "books_featured_in": [5] - }, - { - "id": 283, - "name": "Graham Montague", - "birth": "In or prior to c.1981,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Montague family" - ], - "books_featured_in": [3, 5, 6] - }, - { - "id": 284, - "name": "Montgomery", - "birth": "Between April 1991 and April 1992", - "death": "April 1997 (aged 5)", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 285, - "name": "Alastor Moody", - "birth": "Pre 1960", - "death": "27 July, 1997", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "One dark, one electric blue", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Unknown", - "associated_groups": [ - "Order of the Phoenix", - "Advance Guard", - "Hogwarts School of Witchcraft and Wizardry", - "British Ministry of Magic", - "Auror Department" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 286, - "name": "Mopsus (Potter-era)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 287, - "name": "Mortlake", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 288, - "name": "Hassan Mostafa", - "birth": "Before 1977, (most likely) Egypt", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Egypt", "International Association of Quidditch"], - "books_featured_in": [4] - }, - { - "id": 289, - "name": "Mr Paws", - "birth": "Before 1991", - "death": null, - "species": "Part-Kneazle", - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Arabella Figg"], - "books_featured_in": [1] - }, - { - "id": 290, - "name": "Mr Tibbles", - "birth": "before 1991", - "death": null, - "species": "Part-Kneazle cat", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Arabella Figg"], - "books_featured_in": [1, 5] - }, - { - "id": 291, - "name": "Red-haired Muggle boy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 292, - "name": "Mulciber I", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Lord Voldemort", "Death Eaters"], - "books_featured_in": [6] - }, - { - "id": 293, - "name": "Eric Munch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic"], - "books_featured_in": [5] - }, - { - "id": 294, - "name": "Nicholas de Mimsy-Porpington's executioner", - "birth": "Before 1492", - "death": "After 1492", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 295, - "name": "Nott", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Nott family", "Hogwarts School of Witchcraft and Wizardry", "Death Eaters", "Lord Voldemort"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 296, - "name": "Theodore Nott", - "birth": "1 September, 1979 – 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Nott family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Death Eaters (indirectly)"], - "books_featured_in": [1, 5, 6] - }, - { - "id": 297, - "name": "Oblansk", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian Ministry of Magic", "Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 298, - "name": "Roberts' Obliviator", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ministry of Magic"], - "books_featured_in": [4] - }, - { - "id": 299, - "name": "Odo", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6, 7] - }, - { - "id": 300, - "name": "Bob Ogden", - "birth": "1908 at the latest", - "death": "Some time before 7 September, 1996", - "species": "Human", - "ancestry": "Half-blood or Pure-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wood, length and core materials", - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Magical Law Enforcement", "Ogden family"], - "books_featured_in": [6, 7] - }, - { - "id": 301, - "name": "Tiberius Ogden", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wizengamot (formally)", "Ogden family", "Ministry of Magic"], - "books_featured_in": [5] - }, - { - "id": 302, - "name": "Ogg", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 303, - "name": "Garrick Ollivander", - "birth": "25 September, pre 1908", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": "Silvery", - "wand": "Wandmaker", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Ollivander family", - "Ollivanders", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [1, 4, 6, 7] - }, - { - "id": 304, - "name": "Painting of sinister-looking monks", - "birth": null, - "death": "Before 1993", - "species": "Human", - "ancestry": null, - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3] - }, - { - "id": 305, - "name": "Patil twins' father", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Patil family"], - "books_featured_in": [6] - }, - { - "id": 306, - "name": "Payne", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 307, - "name": "Jimmy Peakes", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Peakes family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [6, 7] - }, - { - "id": 308, - "name": "Arnold Peasegood", - "birth": "1976 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ministry of Magic"], - "books_featured_in": [4] - }, - { - "id": 309, - "name": "Peeves", - "birth": "Amortal", - "death": "Amortal", - "species": "Poltergeist", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 310, - "name": "Octavius Pepper", - "birth": null, - "death": "Spring, 1997 (possibly)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 311, - "name": "Perkins", - "birth": "Before 1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Fluffy white", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Misuse of Muggle Artefacts Office"], - "books_featured_in": [2, 4, 5, 7] - }, - { - "id": 312, - "name": "Peter Pettigrew", - "birth": "between 1 September 1959 and 31 August 1960", - "death": "Late March 1998 (aged 38 -39)", - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Male", - "hair_color": "Colourless and balding", - "eye_color": null, - "wand": "Unknown 1st wand", - "patronus": "None", - "house": "Gryffindor", - "associated_groups": [ - "Pettigrew family", - "Weasley family (as Scabbers) (formerly)", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Gryffindor", - "Marauders", - "Order of the Phoenix (betrayed)", - "Lord Voldemort", - "Death Eaters", - "R (formerly)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 313, - "name": "Ignotus Peverell's son", - "birth": "13th century", - "death": "After 18 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Peverell family"], - "books_featured_in": [7] - }, - { - "id": 314, - "name": "Antioch Peverell's enemy", - "birth": null, - "death": "Between 12 July, 1214 and 18 May, 1291", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 315, - "name": "Antioch Peverell", - "birth": "Prior to 12 July, 1214", - "death": "Prior to 19 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": "Unknown length, wood, and core (formerly)", - "patronus": null, - "house": null, - "associated_groups": ["Peverell family"], - "books_featured_in": [7] - }, - { - "id": 316, - "name": "Cadmus Peverell", - "birth": "Prior to 12 July, 1214", - "death": "Prior to 19 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Peverell family", "His fiancée"], - "books_featured_in": [7] - }, - { - "id": 317, - "name": "Ignotus Peverell", - "birth": "12 July, 1214", - "death": "19 May, 1292 (aged 77)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Peverell family"], - "books_featured_in": [7] - }, - { - "id": 318, - "name": "Arkie Philpott", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 319, - "name": "Pigwidgeon", - "birth": "Pre 1994", - "death": null, - "species": "Scops owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ronald Weasley (owner)"], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 320, - "name": "Sturgis Podmore", - "birth": "Between 8 September 1956 and 7 September 1957", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Straw-coloured", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Podmore family", "Order of the Phoenix", "Advance Guard"], - "books_featured_in": [5] - }, - { - "id": 321, - "name": "Poliakoff", - "birth": "on or before 30 October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Durmstrang Institute"], - "books_featured_in": [4] - }, - { - "id": 322, - "name": "Piers Polkiss", - "birth": "c. 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dudley Dursley"], - "books_featured_in": [1, 5] - }, - { - "id": 323, - "name": "Roddy Pontner", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 324, - "name": "Albus Potter", - "birth": "Between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Bright green", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Potter family", "Weasley family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin"], - "books_featured_in": [7] - }, - { - "id": 325, - "name": "Fleamont Potter", - "birth": "Pre-1909", - "death": "c. 1979", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Peverell family", - "Fleamont family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [1, 5, 7] - }, - { - "id": 326, - "name": "Harry Potter", - "birth": "31 July, 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Bottle green", - "wand": "11\", Holly, phoenix feather", - "patronus": "Stag", - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Weasley family", - "Albus Dumbledore", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "British Ministry of Magic", - "Auror Office", - "Department of Magical Law Enforcement", - "S.P.E.W." - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 327, - "name": "James Potter I", - "birth": "27 March, 1960", - "death": "31 October, 1981 (aged 21)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Hazel", - "wand": "11\", Mahogany, unknown core", - "patronus": "Stag", - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Evans family", - "Hogwarts School of Witchcraft and Wizardry", - "Marauders", - "Gryffindor", - "Gryffindor Quidditch team", - "Order of the Phoenix" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 328, - "name": "James Potter II", - "birth": "Between 1 September 2003 and 31 August 2004", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Potter family", "Weasley family", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [7] - }, - { - "id": 329, - "name": "Ernest Prang", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Knight Bus", "Albus Dumbledore"], - "books_featured_in": [3, 5, 6] - }, - { - "id": 330, - "name": "Prentice", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 331, - "name": "Fabian Prewett", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Prewett family", "Order of the Phoenix"], - "books_featured_in": [1, 5, 7] - }, - { - "id": 332, - "name": "Gideon Prewett", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Dark grey", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Prewett family", "Order of the Phoenix"], - "books_featured_in": [5] - }, - { - "id": 333, - "name": "Molly Weasley's father", - "birth": "before 1932 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red (possibly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Prewett family"], - "books_featured_in": [1, 5] - }, - { - "id": 334, - "name": "Prime Minister's political opponent", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 335, - "name": "Prime Minister's predecessor", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Great Britain", "British Government"], - "books_featured_in": [6] - }, - { - "id": 336, - "name": "Apollyon Pringle", - "birth": "pre 1944", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 337, - "name": "Graham Pritchard", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin"], - "books_featured_in": [4] - }, - { - "id": 338, - "name": "Demetrius Prod", - "birth": "Prior to 1992", - "death": "27 November, 1998", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Kwikspell"], - "books_featured_in": [2] - }, - { - "id": 339, - "name": "Ptolemy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 340, - "name": "Adrian Pucey", - "birth": "between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Pucey family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin Quidditch team", "Slytherin"], - "books_featured_in": [1, 2, 3, 5] - }, - { - "id": 341, - "name": "Augustus Pye", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's"], - "books_featured_in": [5] - }, - { - "id": 342, - "name": "Pyrites", - "birth": "Before 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort", "Pyrites family"], - "books_featured_in": [1] - }, - { - "id": 343, - "name": "Argo Pyrites", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Pyrites family"], - "books_featured_in": [1] - }, - { - "id": 344, - "name": "Quigley", - "birth": "before 1977, Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 345, - "name": "Quirinus Quirrell", - "birth": "26 September,1970 or earlier", - "death": "4 June 1992", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "9\", Alder, unicorn hair, bendy", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry (formerly)", "Ravenclaw", "Lord Voldemort"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 346, - "name": "Urquhart Rackharrow", - "birth": "1612", - "death": "1697 (aged 84 - 85)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5] - }, - { - "id": 347, - "name": "Ragnok", - "birth": "Before 1995", - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [5] - }, - { - "id": 348, - "name": "Ragnuk", - "birth": null, - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Goblins"], - "books_featured_in": [7] - }, - { - "id": 349, - "name": "Thomas Riddle", - "birth": "1880", - "death": "August, 1943 (aged 62 - 63)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family"], - "books_featured_in": [4, 6] - }, - { - "id": 350, - "name": "Tom Riddle (Voldemort)", - "birth": "31 December, 1926", - "death": "2 May, 1998 (aged 71)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Bald (formerly black)", - "eye_color": "Scarlet (formerly dark brown)", - "wand": "13½\", Yew, phoenix feather core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Death Eaters", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Slytherin", - "Slug Club", - "British Ministry of Magic (only under his control)", - "Borgin and Burkes" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 351, - "name": "Tom Riddle Senior", - "birth": "1905", - "death": "August, 1943 (aged 37/38)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family"], - "books_featured_in": [2, 4, 5, 6] - }, - { - "id": 352, - "name": "Ripper", - "birth": "c. 1980s", - "death": null, - "species": "Dog (breed: bulldog)", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown and white", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Marjorie Dursley"], - "books_featured_in": [3, 5] - }, - { - "id": 353, - "name": "Gawain Robards", - "birth": "Pre. 1969", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Magical Law Enforcement", "Auror Office"], - "books_featured_in": [6] - }, - { - "id": 354, - "name": "Roberts", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Roberts family"], - "books_featured_in": [4] - }, - { - "id": 355, - "name": "Roberts children", - "birth": "20th century", - "death": null, - "species": "Humans", - "ancestry": "Muggles", - "gender": "At least one boy", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Roberts family"], - "books_featured_in": [4] - }, - { - "id": 356, - "name": "Romanian vampire", - "birth": "Romania (most likely)", - "death": null, - "species": "Vampire", - "ancestry": null, - "gender": "Male (most likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 357, - "name": "Ronan", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Forbidden Forest Centaur colony", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 5, 7] - }, - { - "id": 358, - "name": "Augustus Rookwood", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Brown/greying", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "British Ministry of Magic (formerly)", - "Department of Mysteries (formerly)" - ], - "books_featured_in": [4, 5, 7] - }, - { - "id": 359, - "name": "Rosier (male)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort", "Rosier family"], - "books_featured_in": [6] - }, - { - "id": 360, - "name": "Evan Rosier", - "birth": "Between 1953 and 1966 (most likely)", - "death": "Late 1980 - late 1981", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": ["Rosier family", "Death Eaters", "Hogwarts School of Witchcraft and Wizardry", "Slytherin"], - "books_featured_in": [4] - }, - { - "id": 361, - "name": "Rowboat owner", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 362, - "name": "Thorfinn Rowle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Rowle family", "Death Eaters", "Lord Voldemort"], - "books_featured_in": [6, 7] - }, - { - "id": 363, - "name": "Albert Runcorn", - "birth": "Runcorn family", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 364, - "name": "Barry Ryan", - "birth": "before 1977, Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4, 5] - }, - { - "id": 365, - "name": "Sanguini", - "birth": null, - "death": null, - "species": "Vampire", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 366, - "name": "Scabior", - "birth": "before 1980 (most likely)", - "death": "2 May, 1998", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry (formerly)", "Slytherin", "Azkaban", "Snatchers"], - "books_featured_in": [7] - }, - { - "id": 367, - "name": "Newton Scamander", - "birth": "24 February 1897", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Red brown", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Scamander family", - "Goldstein family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Albus Dumbledore", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Beast Division", - "Order of Merlin" - ], - "books_featured_in": [1] - }, - { - "id": 368, - "name": "Scouthibou", - "birth": null, - "death": null, - "species": "Owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 369, - "name": "Rufus Scrimgeour", - "birth": "Pre 1968", - "death": "1 August, 1997", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Tawny", - "eye_color": "Yellowish", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["British Ministry of Magic", "Auror Office"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 370, - "name": "Selwyn", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (possibly)", - "associated_groups": ["Death Eaters", "Lord Voldemort", "British Ministry of Magic"], - "books_featured_in": [7] - }, - { - "id": 371, - "name": "Kingsley Shacklebolt", - "birth": "In or before 1960", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Bald", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": "Lynx", - "house": null, - "associated_groups": [ - "Shacklebolt family", - "British Ministry of Magic", - "Auror Department (formerly)", - "Order of the Phoenix", - "Advance Guard", - "Hogwarts School of Witchcraft and Wizardry", - "Potterwatch" - ], - "books_featured_in": [5, 6, 7] - }, - { - "id": 372, - "name": "Gaspard Shingleton", - "birth": "1959", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 373, - "name": "Stanley Shunpike", - "birth": "Between 15 September 1974 and 13 September 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-Blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Knight Bus", "Death Eaters (Imperiused)"], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 374, - "name": "Mylor Silvanus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 375, - "name": "Wilbert Slinkhard", - "birth": "Prior to 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Slinkhard family"], - "books_featured_in": [5] - }, - { - "id": 376, - "name": "Jack Sloper", - "birth": "c. Pre 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Sloper family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [5, 6] - }, - { - "id": 377, - "name": "Horace Slughorn", - "birth": "28 April, between 1882 and 1913", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Bald", - "eye_color": "Gooseberry", - "wand": "10¼\", Cedar, dragon heartstring, fairly flexible", - "patronus": "Non-corporeal", - "house": "Slytherin", - "associated_groups": [ - "Slughorn family", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club", - "Slytherin", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Apothecarium of Horace E. F. Slughorn" - ], - "books_featured_in": [6, 7] - }, - { - "id": 378, - "name": "Salazar Slytherin", - "birth": "Pre 976", - "death": "11th century (most likely)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Grey", - "wand": "Unknown length, snakewood, Basilisk horn", - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Slytherin family"], - "books_featured_in": [2, 6, 7] - }, - { - "id": 379, - "name": "Hippocrates Smethwyck", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries", "Smethwyck family"], - "books_featured_in": [5] - }, - { - "id": 380, - "name": "Zacharias Smith's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Smith family"], - "books_featured_in": [6] - }, - { - "id": 381, - "name": "Zacharias Smith", - "birth": "between 1 September 1979 and 2 May 1981 (possibly)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Smith family", - "Dumbledore's Army (abandoned)", - "Hogwarts School of Witchcraft and Wizardry (abandoned)", - "Hufflepuff", - "Hufflepuff Quidditch team" - ], - "books_featured_in": [5, 6, 7] - }, - { - "id": 382, - "name": "Severus Snape", - "birth": "9 January 1960", - "death": "2 May 1998 (aged 38)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": "Doe", - "house": "Slytherin", - "associated_groups": [ - "Snape family", - "Prince family", - "Lily Potter", - "Harry Potter", - "Albus Dumbledore", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Lord Voldemort (formerly)", - "Death Eaters (defected)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 383, - "name": "Tobias Snape", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Snape family", "Prince family"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 384, - "name": "Stebbins (Potter-era)", - "birth": "c. 31 August 1980 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [4] - }, - { - "id": 385, - "name": "Billy Stubbs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's orphanage"], - "books_featured_in": [6] - }, - { - "id": 386, - "name": "Stunned Death Eater", - "birth": "1980s or earlier", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort"], - "books_featured_in": [7] - }, - { - "id": 387, - "name": "Summers", - "birth": "between 1 November 1977 and 31 August 1983,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [4] - }, - { - "id": 388, - "name": "Surrey milkman", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 389, - "name": "Emeric Switch", - "birth": null, - "death": "Before the 1990s (possibly)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 390, - "name": "Robertus Tallis", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 391, - "name": "Ted", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 392, - "name": "Teffington", - "birth": null, - "death": "1 May, 1998", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gringotts Wizarding Bank"], - "books_featured_in": [7] - }, - { - "id": 393, - "name": "Tenebrus", - "birth": "Pre 1980s", - "death": null, - "species": "Thestral", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Rubeus Hagrid"], - "books_featured_in": [5] - }, - { - "id": 394, - "name": "Janus Thickey", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Landlady of the Green Dragon pub"], - "books_featured_in": [5] - }, - { - "id": 395, - "name": "Pius Thicknesse", - "birth": "Pre-1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Male", - "hair_color": "Black and silver", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Magical Law Enforcement", "Death Eaters (Imperiused)"], - "books_featured_in": [7] - }, - { - "id": 396, - "name": "Thomas Vace", - "birth": "Before 1993", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3] - }, - { - "id": 397, - "name": "Dean Thomas", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": "Unknown 1st wand", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Thomas family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 398, - "name": "Dean Thomas's father", - "birth": null, - "death": "c. 1980", - "species": "Human", - "ancestry": "Pure-blood or half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 399, - "name": "Dean Thomas's stepfather", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Thomas family"], - "books_featured_in": [5, 7] - }, - { - "id": 400, - "name": "Orsino Thruston", - "birth": "1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Weird Sisters"], - "books_featured_in": [4] - }, - { - "id": 401, - "name": "Tiberius", - "birth": "c. 1970 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Slug Club (formerly)", "Ministry of Magic", "McLaggen family"], - "books_featured_in": [6] - }, - { - "id": 402, - "name": "Timothy Butler", - "birth": "31 August 1982 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3] - }, - { - "id": 403, - "name": "Tofty", - "birth": "Before 1972", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey, balding", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wizarding Examinations Authority"], - "books_featured_in": [5] - }, - { - "id": 404, - "name": "Tom", - "birth": "c. 1920 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Leaky Cauldron"], - "books_featured_in": [1, 3, 6, 7] - }, - { - "id": 405, - "name": "Edward Tonks", - "birth": null, - "death": "March, 1998", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Fair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Tonks family", "Order of the Phoenix (indirectly)"], - "books_featured_in": [5, 7] - }, - { - "id": 406, - "name": "Kenneth Towler", - "birth": "between 1 September 1977 and 31 August 1978 (probably)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [5] - }, - { - "id": 407, - "name": "Travers", - "birth": "Pre 1980s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": ["Travers family", "Death Eaters", "Lord Voldemort", "Death Eater controlled Ministry of Magic"], - "books_featured_in": [4, 7] - }, - { - "id": 408, - "name": "Donaghan Tremlett", - "birth": "1972,", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["The Weird Sisters", "Tremlett family"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 409, - "name": "Trevor", - "birth": "pre 1991", - "death": null, - "species": "Toad", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Algie (formerly)", "Neville Longbottom", "Frog Choir (formerly)"], - "books_featured_in": [1, 3, 4, 5, 6] - }, - { - "id": 410, - "name": "Quentin Trimble", - "birth": null, - "death": "In or before 1986", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey (formerly brown)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 411, - "name": "Troy", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 449, - "name": "Wilkie Twycross", - "birth": "Before 1979", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Very fair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6] - }, - { - "id": 450, - "name": "Urg the Unclean", - "birth": "c. 18th century", - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Goblinkind"], - "books_featured_in": [4] - }, - { - "id": 451, - "name": "Uric the Oddball", - "birth": "982 or later, Great Britain or Ireland", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [1] - }, - { - "id": 452, - "name": "Urquhart", - "birth": "31 August 1984 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin Quidditch team"], - "books_featured_in": [6] - }, - { - "id": 453, - "name": "Vaisey", - "birth": "31 August 1984 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Vaisey family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin Quidditch team", "Slytherin"], - "books_featured_in": [6] - }, - { - "id": 454, - "name": "Violet-cloaked wizard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 455, - "name": "Vindictus Viridian", - "birth": "Pre 1686 (most likely)", - "death": "In or before 1994", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black (formerly)", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 456, - "name": "Ivan Volkov", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 457, - "name": "Pyotr Vulchanov", - "birth": "before 1977, Bulgaria", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian National Quidditch team", "Vulchanov family"], - "books_featured_in": [4] - }, - { - "id": 458, - "name": "Adalbert Waffling", - "birth": "1899", - "death": "1981 (aged 82)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 3, 7] - }, - { - "id": 459, - "name": "Wagga Wagga Werewolf", - "birth": null, - "death": null, - "species": "Werewolf", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 460, - "name": "Myron Wagtail", - "birth": "1970", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["The Weird Sisters", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4, 6] - }, - { - "id": 462, - "name": "Myrtle Warren's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Warren family"], - "books_featured_in": [2] - }, - { - "id": 463, - "name": "Cassius Warrington", - "birth": "Between 1 September and 31 October 1977 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad" - ], - "books_featured_in": [3, 4, 5] - }, - { - "id": 464, - "name": "Weasley children's cousin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-Blood or Half-Blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 465, - "name": "Weasley children's uncle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-Blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 467, - "name": "Weasley family ghoul", - "birth": "Pre 1991", - "death": null, - "species": "Ghoul", - "ancestry": null, - "gender": "Male", - "hair_color": "Yellow", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weasley family"], - "books_featured_in": [2, 7] - }, - { - "id": 468, - "name": "Molly Weasley's second cousin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Squib (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 469, - "name": "Arthur Weasley", - "birth": "6 February, 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Green", - "wand": "Unknown length, wood and core", - "patronus": "Weasel", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Potter family", - "Order of the Phoenix", - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Misuse of Muggle Artefacts Office", - "Office for the Detection and Confiscation of Counterfeit Defensive Spells and Protective Objects", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 470, - "name": "Arthur Weasley's brothers", - "birth": "20th century", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weasley family"], - "books_featured_in": [7] - }, - { - "id": 471, - "name": "Charles Weasley", - "birth": "12 December, 1972", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "12\", Ash, unicorn tail hair (formerly)", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Circle of Khanna", - "Romanian Dragon Sanctuary", - "Order of the Phoenix" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 472, - "name": "Fred Weasley", - "birth": "1 April, 1978", - "death": "2 May, 1998 (aged 20)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Magpie", - "house": "Gryffindor", - "associated_groups": [ - "Circle of Khanna", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Weasleys' Wizard Wheezes", - "Potterwatch", - "Weasley family", - "Prewett family" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 473, - "name": "George Weasley", - "birth": "1 April, 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Magpie", - "house": "Gryffindor", - "associated_groups": [ - "Circle of Khanna", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Weasley family", - "Prewett family", - "Weasleys' Wizard Wheezes" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 474, - "name": "Hugo Granger-Weasley", - "birth": "1 September 2008 or later,", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Arthur Weasley (paternal grandfather)", - "associated_groups": ["Weasley family", "Granger family", "Prewett family", "Potter family"], - "books_featured_in": [7] - }, - { - "id": 475, - "name": "Percy Weasley", - "birth": "22 August, 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red, greying and balding (as of 2014)", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "British Ministry of Magic", - "Department of International Magical Cooperation (formerly)", - "Department of Magical Transportation" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 476, - "name": "Ronald Weasley", - "birth": "1 March, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Blue", - "wand": "12\", Ash, unicorn tail hair", - "patronus": "Jack Russell terrier", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Granger family", - "Prewett family", - "Potter family", - "Dumbledore's Army", - "Order of the Phoenix", - "British Ministry of Magic", - "Auror Department", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "S.P.E.W.", - "Weasleys' Wizard Wheezes", - "Chudley Cannons" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 477, - "name": "Bill Weasley", - "birth": "29 November, 1970", - "death": null, - "species": "Human (Werewolf traits)", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red, long", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Order of the Phoenix", - "Gringotts Wizarding Bank", - "Delacour family", - "Circle of Khanna" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 478, - "name": "Eric Whalley", - "birth": "1920s - 1930s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's Orphanage"], - "books_featured_in": [6] - }, - { - "id": 479, - "name": "Kevin Whitby", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 480, - "name": "Willy Widdershins", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic"], - "books_featured_in": [5] - }, - { - "id": 481, - "name": "Wilfred the Wistful", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5] - }, - { - "id": 482, - "name": "Will", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 483, - "name": "Bill Weasley's Brazilian pen-friend", - "birth": "before 1980s, South America", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Castelobruxo"], - "books_featured_in": [4] - }, - { - "id": 484, - "name": "Williamson", - "birth": "Pre. 1973", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Auror Department"], - "books_featured_in": [5] - }, - { - "id": 485, - "name": "Gilbert Wimple", - "birth": "Before 1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Committee on Experimental Charms", "Ministry of Magic"], - "books_featured_in": [4] - }, - { - "id": 486, - "name": "Herman Wintringham", - "birth": "c. 1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weird Sisters"], - "books_featured_in": [4] - }, - { - "id": 487, - "name": "Oliver Wood's father", - "birth": "before 1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 488, - "name": "Oliver Wood", - "birth": "Between October 1975 - 31 August 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Puddlemere United", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 489, - "name": "Hengist of Woodcroft", - "birth": "982 or later", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogsmeade", "Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [1] - }, - { - "id": 490, - "name": "Eldred Worple", - "birth": "between 1914 and 1970 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Slug Club", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6] - }, - { - "id": 491, - "name": "Bowman Wright", - "birth": "1492", - "death": "1560 (aged 67-68)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Quidditch"], - "books_featured_in": [7] - }, - { - "id": 492, - "name": "Corban Yaxley", - "birth": "Yaxley family", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [], - "books_featured_in": [6, 7] - }, - { - "id": 493, - "name": "Blaise Zabini", - "birth": "1 September, 1979 – 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Zabini family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Slug Club", - "Draco Malfoy's gang (formerly)" - ], - "books_featured_in": [1, 6] - }, - { - "id": 494, - "name": "Ladislaw Zamojski", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Polish National Quidditch team"], - "books_featured_in": [5] - }, - { - "id": 495, - "name": "Lev Zograf", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 496, - "name": "Zoo director", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Zoo"], - "books_featured_in": [1] - }, - { - "id": 497, - "name": "Hannah Abbott's mother", - "birth": null, - "death": "Autumn 1996", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Abbott family"], - "books_featured_in": [6] - }, - { - "id": 498, - "name": "Hannah Abbott", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Abbott family", - "Longbottom family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army", - "Leaky Cauldron" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 499, - "name": "Agnes", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5] - }, - { - "id": 500, - "name": "Alastor Moody's spiders", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 501, - "name": "Babbitty Rabbity", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 502, - "name": "Millicent Bagnold", - "birth": "Before 1963, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["British Ministry of Magic", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [5] - }, - { - "id": 503, - "name": "Bathilda Bagshot", - "birth": "Pre 1873", - "death": "Pre 24 December, 1997 (aged about 124), Godric's Hollow, West Country, England, Great Britain", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bagshot family", "Dumbledore family", "Potter family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 3, 7] - }, - { - "id": 504, - "name": "Bandon Banshee", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 505, - "name": "Baruffio's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 506, - "name": "Hetty Bayliss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 507, - "name": "Katie Bell", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Bell family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 508, - "name": "Katie Bell's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 509, - "name": "Amy Benson", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's Orphanage"], - "books_featured_in": [6] - }, - { - "id": 510, - "name": "Araminta Meliflua Black", - "birth": "approx. 1920s - no later than 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Black family"], - "books_featured_in": [5] - }, - { - "id": 511, - "name": "Elladora Black", - "birth": "1850", - "death": "1931 (aged 80 - 81)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 512, - "name": "Walburga Black", - "birth": "1925", - "death": "1985 (aged 59/60)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5, 7] - }, - { - "id": 513, - "name": "Amelia Bones' mother", - "birth": null, - "death": "Before or during 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff (likely)", - "associated_groups": ["Bones family"], - "books_featured_in": [1] - }, - { - "id": 514, - "name": "Edgar Bones' wife", - "birth": null, - "death": "Second half of 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bones family"], - "books_featured_in": [5] - }, - { - "id": 515, - "name": "Amelia Bones", - "birth": "pre 12 August, 1978", - "death": "Between the 8th and the 14th of July 1996", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Grey, short", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic", - "Department of Magical Law Enforcement", - "Wizengamot", - "Order of the Phoenix (indirectly)" - ], - "books_featured_in": [5, 6] - }, - { - "id": 516, - "name": "Susan Bones", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Bones family", "Hogwarts School of Witchcraft and Wizardry", "Hufflepuff", "Dumbledore's Army"], - "books_featured_in": [1, 5, 6] - }, - { - "id": 517, - "name": "Betty Braithwaite", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Daily Prophet"], - "books_featured_in": [7] - }, - { - "id": 518, - "name": "Eleanor Branstone", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [4] - }, - { - "id": 519, - "name": "Rita Skeeter", - "birth": "between January and November 1951", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Daily Prophet", "Witch Weekly", "The Quibbler", "Order of the Phoenix (indirectly)"], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 520, - "name": "Mandy Brocklehurst", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Brocklehurst family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [1] - }, - { - "id": 521, - "name": "Lavender Brown", - "birth": "between 1 September 1979 and 31 August 1980", - "death": "2 May, 1998 (aged 17/18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": ["Brown family", "Dumbledore's Army", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 522, - "name": "Lavender Brown's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": ["Brown family"], - "books_featured_in": [3] - }, - { - "id": 523, - "name": "Millicent Bulstrode", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Bulstrode family", "Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Inquisitorial Squad"], - "books_featured_in": [1, 2, 5] - }, - { - "id": 524, - "name": "Rosalind Bungs", - "birth": "pre 1964", - "death": null, - "species": "Human", - "ancestry": "Magical to some extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 525, - "name": "Charity Burbage", - "birth": "Before 1976", - "death": "Late July, 1997", - "species": "Human", - "ancestry": "Pure-blood or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [7] - }, - { - "id": 526, - "name": "Alecto Carrow", - "birth": "Pre 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": "None", - "house": null, - "associated_groups": ["Death Eaters", "Lord Voldemort", "Carrow family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6, 7] - }, - { - "id": 527, - "name": "Greta Catchlove", - "birth": "1960", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 528, - "name": "Mary Cattermole's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 529, - "name": "Ellie Cattermole", - "birth": "c. Between 1987 and 1994 (assumed)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cattermole family"], - "books_featured_in": [7] - }, - { - "id": 530, - "name": "Maisie Cattermole", - "birth": "c. Between 1987 and 1994 (assumed)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cattermole family"], - "books_featured_in": [7] - }, - { - "id": 531, - "name": "Mary Cattermole", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Dark Brown", - "eye_color": "Blue", - "wand": "Cherry, 8¾\", unicorn hair", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Cattermole family"], - "books_featured_in": [7] - }, - { - "id": 532, - "name": "Cecilia", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family", "Little Hangleton"], - "books_featured_in": [6] - }, - { - "id": 533, - "name": "Cho Chang", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": "Swan", - "house": "Ravenclaw", - "associated_groups": [ - "Chang family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Ravenclaw Quidditch team" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 534, - "name": "Cho Chang's mother", - "birth": "7 September, pre 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw (possibly)", - "associated_groups": ["British Ministry of Magic", "Chang family"], - "books_featured_in": [5] - }, - { - "id": 535, - "name": "Circe", - "birth": "Ancient Greece", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 536, - "name": "Penelope Clearwater", - "birth": "between 1 September 1976 and 31 August 1977", - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Clearwater family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [2, 3, 7] - }, - { - "id": 537, - "name": "Cliodna", - "birth": "Middle Ages, Ireland", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 538, - "name": "Cole", - "birth": "c. 1908", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's Orphanage"], - "books_featured_in": [6] - }, - { - "id": 539, - "name": "Elfrida Cragg", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic"], - "books_featured_in": [5] - }, - { - "id": 540, - "name": "Dirk Cresswell's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood, Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cresswell family"], - "books_featured_in": [7] - }, - { - "id": 541, - "name": "Doris Crockford", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Leaky Cauldron"], - "books_featured_in": [1] - }, - { - "id": 542, - "name": "Bartemius Crouch Jr's mother", - "birth": "pre 1945", - "death": "Shortly after 1981", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Crouch family"], - "books_featured_in": [4] - }, - { - "id": 543, - "name": "Roger Davies's girlfriend", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Roger Davies"], - "books_featured_in": [5] - }, - { - "id": 544, - "name": "Delacour sisters' cousins", - "birth": null, - "death": null, - "species": "Veela or part-Veela", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Delacour family"], - "books_featured_in": [7] - }, - { - "id": 545, - "name": "Apolline Delacour", - "birth": null, - "death": null, - "species": "Half-Human", - "ancestry": "Half-Veela", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Delacour family"], - "books_featured_in": [4, 7] - }, - { - "id": 546, - "name": "Apolline Delacour's mother", - "birth": null, - "death": null, - "species": "Veela", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Delacour family"], - "books_featured_in": [4, 7] - }, - { - "id": 547, - "name": "Fleur Delacour", - "birth": "Pre 30 October, 1977", - "death": null, - "species": "1/4 Veela", - "ancestry": "Quarter-Veela", - "gender": "Female", - "hair_color": "Silvery-blonde", - "eye_color": "Dark blue", - "wand": "9½\", Rosewood, veela hair", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Delacour family", - "Weasley family", - "Harry Potter", - "Beauxbatons Academy of Magic", - "Order of the Phoenix", - "Gringotts Wizarding Bank" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 548, - "name": "Gabrielle Delacour", - "birth": "between 31 July 1985 and 30 July 1986", - "death": null, - "species": "Human (Veela ancestry)", - "ancestry": "Quarter-Veela", - "gender": "Female", - "hair_color": "Silvery-blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Delacour family", "Beauxbatons Academy of Magic"], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 549, - "name": "Dilys Derwent", - "birth": "Pre 1705 (most likely)", - "death": "1768", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Silver", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5, 7] - }, - { - "id": 550, - "name": "Cedric Diggory's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Diggory family"], - "books_featured_in": [4] - }, - { - "id": 551, - "name": "Emma Dobbs", - "birth": "c. 1982-1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 552, - "name": "Mary Dorkins", - "birth": "before 1977 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 553, - "name": "Dot", - "birth": "Before 1917", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 554, - "name": "Ariana Dumbledore", - "birth": "c. 1885", - "death": "Late Summer 1899 (aged 14)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dumbledore family"], - "books_featured_in": [7] - }, - { - "id": 555, - "name": "Kendra Dumbledore", - "birth": "between Summer 1850 and Summer 1851", - "death": "Summer 1899 (aged 48), West Country, England, Great Britain", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Jet-black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dumbledore family"], - "books_featured_in": [7] - }, - { - "id": 556, - "name": "Durmstrang girl", - "birth": "before 31 October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Durmstrang Institute"], - "books_featured_in": [4] - }, - { - "id": 557, - "name": "Vernon Dursley's secretary", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Grunnings"], - "books_featured_in": [1] - }, - { - "id": 558, - "name": "Marjorie Dursley", - "birth": "Pre 1954", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dursley family"], - "books_featured_in": [1, 3, 5] - }, - { - "id": 559, - "name": "Petunia Dursley", - "birth": "Pre 1960", - "death": "Between 1999 and 2020 (aged at least 38)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Evans family", "Dursley family"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 560, - "name": "Edgecombe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Department of Magical Transportation", "Edgecombe family"], - "books_featured_in": [5] - }, - { - "id": 561, - "name": "Marietta Edgecombe", - "birth": "c. 1978-1982", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Reddish-blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Dumbledore's Army (betrayed)", - "British Ministry of Magic", - "Edgecombe family" - ], - "books_featured_in": [5, 6] - }, - { - "id": 562, - "name": "Enid Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 563, - "name": "Evans sisters' mother", - "birth": null, - "death": "Between 1 September 1971 and 31 October 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Evans family"], - "books_featured_in": [1, 7] - }, - { - "id": 565, - "name": "Fat Lady", - "birth": "Great Britain or Ireland", - "death": "1960s or earlier", - "species": "Portrait; formerly Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor Tower", "Gryffindor"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 566, - "name": "Fawcett", - "birth": "Between 1 November 1977 and 31 August 1981, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Fawcett family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [2, 4] - }, - { - "id": 567, - "name": "Morgan le Fay", - "birth": "982 or later", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Dark Arts", "Avalon"], - "books_featured_in": [1] - }, - { - "id": 568, - "name": "Fiesella Foss", - "birth": "Before 1993", - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 569, - "name": "Arabella Figg", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Squib", - "gender": "Female", - "hair_color": "Grizzled grey flyaway hair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Albus Dumbledore", "Order of the Phoenix", "Figg family"], - "books_featured_in": [1, 4, 5, 6] - }, - { - "id": 570, - "name": "Justin Finch-Fletchley's mother", - "birth": "Before 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Finch-Fletchley family"], - "books_featured_in": [2] - }, - { - "id": 571, - "name": "Seamus Finnigan's mother", - "birth": "before 1963 (most likely), Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Sandy", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": ["Finnigan family"], - "books_featured_in": [1, 4, 5, 6] - }, - { - "id": 572, - "name": "Perenelle Flamel", - "birth": "Between 1307 and 1334", - "death": "Between 1992 and 1996 (aged between 658 and 689)", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Flamel family", "Beauxbatons Academy of Magic"], - "books_featured_in": [1] - }, - { - "id": 573, - "name": "Mopsy Fleabert", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogsmeade"], - "books_featured_in": [4] - }, - { - "id": 574, - "name": "Florence", - "birth": "1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 575, - "name": "Ambrosius Flume's wife", - "birth": "Before 1976 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Honeydukes"], - "books_featured_in": [3, 6] - }, - { - "id": 576, - "name": "Fridwulfa", - "birth": null, - "death": "Between 1931 and 1995", - "species": "Giant", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hagrid family", "Giant colony"], - "books_featured_in": [4, 5] - }, - { - "id": 577, - "name": "Vicky Frobisher", - "birth": "c. Pre 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Frobisher family", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Charms Club"], - "books_featured_in": [5] - }, - { - "id": 578, - "name": "Cornelius Fudge's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ministry of Magic (indirectly)", "Fudge family"], - "books_featured_in": [4] - }, - { - "id": 579, - "name": "German-speaking woman", - "birth": null, - "death": "1 September, 1997", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["her family"], - "books_featured_in": [7] - }, - { - "id": 580, - "name": "Gloomy nuns", - "birth": null, - "death": "Before 1992", - "species": "Humans (formerly)", - "ancestry": null, - "gender": "Females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Catholic Church"], - "books_featured_in": [2] - }, - { - "id": 583, - "name": "Leonora Gore", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gore family"], - "books_featured_in": [2] - }, - { - "id": 584, - "name": "Gunhilda de Gorsemoor", - "birth": "1556", - "death": "1639 (aged 82-83)", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red (formerly)", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 585, - "name": "Miranda Goshawk", - "birth": "1921", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 4] - }, - { - "id": 586, - "name": "Gregory Goyle's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (most likely)", - "associated_groups": ["Death Eaters (most likely)"], - "books_featured_in": [5] - }, - { - "id": 587, - "name": "Hermione Granger", - "birth": "19 September, 1979", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": "10¾\", vine wood, dragon heartstring", - "patronus": "Otter", - "house": "Gryffindor", - "associated_groups": [ - "Granger family", - "Weasley family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Slug Club", - "S.P.E.W.", - "Dumbledore's Army", - "Order of the Phoenix", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Department of Magical Law Enforcement" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 588, - "name": "Hermione Granger's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Granger family"], - "books_featured_in": [1, 2, 3, 5, 7] - }, - { - "id": 589, - "name": "Daphne Greengrass", - "birth": "Between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Greengrass family"], - "books_featured_in": [5] - }, - { - "id": 590, - "name": "Lady Grieve", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 591, - "name": "Wilhelmina Grubbly-Plank", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 592, - "name": "Curious Gryffindor Girl", - "birth": "between 1 September 1980 and 31 August 1981 (most likely), Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 593, - "name": "Gladys Gudgeon", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gilderoy Lockhart", "Gudgeon family"], - "books_featured_in": [2, 5] - }, - { - "id": 594, - "name": "Gimlet-eyed Hogwarts Headmistress", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "\"Gimlet-eyed\"", - "wand": "Unusually thick, looks like a \"birch rod\"", - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Albus Dumbledore", - "Hogwarts Headermasters and Headmistresses", - "Harry Potter" - ], - "books_featured_in": [5, 7] - }, - { - "id": 595, - "name": "Hedwig", - "birth": "Pre 1991", - "death": "27 July, 1997", - "species": "Snowy Owl", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Amber", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Harry Potter (owner)", "Eeylops Owl Emporium (formerly)", "Hogwarts Owlery"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 596, - "name": "Hedwig", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 597, - "name": "Hermione Granger's sister", - "birth": "After 19 September 1979", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Granger family"], - "books_featured_in": [1] - }, - { - "id": 599, - "name": "Hokey", - "birth": "Before 1940s", - "death": "1950s-1960s", - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hepzibah Smith"], - "books_featured_in": [6] - }, - { - "id": 600, - "name": "Rolanda Hooch", - "birth": "pre 1918", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Yellow", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 3, 5, 6] - }, - { - "id": 601, - "name": "Mafalda Hopkirk", - "birth": "February 19 - March 20 , in or before 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["British Ministry of Magic", "Improper Use of Magic Office", "Death Eaters (indirectly)"], - "books_featured_in": [2, 5, 7] - }, - { - "id": 602, - "name": "Olive Hornby", - "birth": "c. 1926 - 1932", - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hornby family"], - "books_featured_in": [2, 4] - }, - { - "id": 604, - "name": "Hope Howell", - "birth": "Pre 1938", - "death": "Pre 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Lupin family"], - "books_featured_in": [3, 7] - }, - { - "id": 605, - "name": "Helga Hufflepuff", - "birth": "Pre 976", - "death": "11th century (possibly)", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Hufflepuff family", - "", - "nationality = Welsh" - ], - "books_featured_in": [2, 3, 4, 5, 6, 7] - }, - { - "id": 606, - "name": "Ice cream seller", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Zoo"], - "books_featured_in": [1] - }, - { - "id": 607, - "name": "Clara Ivanova", - "birth": "before 1977, Bulgaria (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Bulgarian National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 608, - "name": "User:Jack \"BtR\" Saxon/Hooch draft", - "birth": "c. 1900 ", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Yellow", - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 3, 5, 6] - }, - { - "id": 609, - "name": "User:Jack \"BtR\" Saxon/Trelawney draft", - "birth": "c. 1963 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Dark green", - "wand": "Unknown length, core and wood", - "patronus": "Uncorporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club (possibly)", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Divination Workshop (possibly)", - "Trelawney family" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 610, - "name": "Angelina Johnson", - "birth": "24 – 30 October, 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Johnson family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 611, - "name": "Gwenog Jones", - "birth": "1968", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Jones family", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club", - "Holyhead Harpies", - "Welsh National Quidditch team" - ], - "books_featured_in": [6, 7] - }, - { - "id": 612, - "name": "Hestia Jones", - "birth": "Pre 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Jones family", "Order of the Phoenix", "Advance Guard", "Harry Potter"], - "books_featured_in": [5, 7] - }, - { - "id": 613, - "name": "Bertha Jorkins's aunt", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 614, - "name": "Bertha Jorkins", - "birth": "1 September 1953 - 31 August 1958", - "death": "1994 (aged around 35-40), Albania", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Games and Sports", - "Hogwarts School of Witchcraft and Wizardry", - "Daily Prophet (formerly)", - "Jorkins family" - ], - "books_featured_in": [4] - }, - { - "id": 615, - "name": "Josephine Kay", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 616, - "name": "Karkus's wife", - "birth": null, - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 617, - "name": "Kevin's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Kevin's family"], - "books_featured_in": [4] - }, - { - "id": 618, - "name": "Aged witch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Knockturn Alley"], - "books_featured_in": [2] - }, - { - "id": 619, - "name": "Kreacher's mother", - "birth": null, - "death": "Between 1850 and 1985", - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [5] - }, - { - "id": 620, - "name": "Viktor Krum's mother", - "birth": "In or before 1945 (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Krum family"], - "books_featured_in": [4] - }, - { - "id": 621, - "name": "Leanne", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff", "Dumbledore's Army"], - "books_featured_in": [6] - }, - { - "id": 622, - "name": "Bellatrix Lestrange", - "birth": "1951", - "death": "2 May, 1998 (aged 46 - 47)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": "12¾\", Walnut, dragon heartstring", - "patronus": "None", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 623, - "name": "Alice Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Blonde (possibly; formerly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Longbottom family", - "Ministry of Magic (formerly)", - "Auror Office (formerly)", - "Order of the Phoenix (formerly)" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 624, - "name": "Augusta Longbottom", - "birth": "pre 1947", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Longbottom family", "Order of the Phoenix", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 625, - "name": "Luna Lovegood", - "birth": "13 February, 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Dirty-blonde", - "eye_color": "Pale silvery", - "wand": "Unknown 1st wand", - "patronus": "Hare", - "house": "Ravenclaw", - "associated_groups": [ - "Lovegood family", - "Scamander family", - "Hogwarts School of Witchcraft and Wizardry ", - "Ravenclaw", - "Dumbledore's Army", - "Order of the Phoenix", - "The Quibbler" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 626, - "name": "Pandora Lovegood", - "birth": null, - "death": "Between 13 February, 1990 and 12 February, 1991", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dirty-blonde (possibly)", - "eye_color": "Pale silvery (possibly)", - "wand": null, - "patronus": null, - "house": "Ravenclaw (possibly)", - "associated_groups": ["Lovegood family"], - "books_featured_in": [5, 7] - }, - { - "id": 627, - "name": "Mary Macdonald", - "birth": "1 September, 1958 - 31 August, 1965 (most likely)Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Muggle-born (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Macdonald family"], - "books_featured_in": [7] - }, - { - "id": 628, - "name": "Morag MacDougal", - "birth": "c. 1979-1980,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["MacDougal family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 629, - "name": "Laura Madley", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardy", "Hufflepuff"], - "books_featured_in": [4] - }, - { - "id": 630, - "name": "Mafalda", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Muggle-born or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Prewett family", "Weasley Family", "Slytherin", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [4] - }, - { - "id": 631, - "name": "Mafalda's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 632, - "name": "Magical Menagerie saleswoman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey (formerly black)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Magical Menagerie"], - "books_featured_in": [3] - }, - { - "id": 633, - "name": "Astoria Malfoy", - "birth": "between 1 September 1981 -31 August 1982", - "death": "August 2019 (aged 37)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Dark brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Greengrass family", "Malfoy family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [7] - }, - { - "id": 634, - "name": "Narcissa Malfoy", - "birth": "1955", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": "Unknown 1st wand", - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [1, 4, 5, 6, 7] - }, - { - "id": 635, - "name": "Malkin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "White", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Madam Malkin's Robes for All Occasions"], - "books_featured_in": [1, 3, 5, 6, 7] - }, - { - "id": 636, - "name": "Griselda Marchbanks", - "birth": "No later than the 1870s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic", "Wizengamot", "Wizarding Examinations Authority"], - "books_featured_in": [5] - }, - { - "id": 637, - "name": "Marsh", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["The Knight Bus"], - "books_featured_in": [3, 5] - }, - { - "id": 638, - "name": "Martha (British Muggle)", - "birth": "Early 20th century (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Wool's Orphanage"], - "books_featured_in": [6] - }, - { - "id": 639, - "name": "Mason's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Mason family"], - "books_featured_in": [2] - }, - { - "id": 640, - "name": "Daphne Mauboisan", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 641, - "name": "Olympe Maxime", - "birth": null, - "death": null, - "species": "Half-human/Half-giant", - "ancestry": "Part-Human (Half-giant)", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": ["Beauxbatons Academy of Magic", "Order of the Phoenix", "Maxime family"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 642, - "name": "Olympe Maxime's mother", - "birth": null, - "death": null, - "species": "Human or Giantess", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Maxime family"], - "books_featured_in": [4] - }, - { - "id": 643, - "name": "Natalie McDonald", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 644, - "name": "Minerva McGonagall", - "birth": "4 October,", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": "9½\", Fir, dragon heartstring", - "patronus": "Cat", - "house": "Gryffindor", - "associated_groups": [ - "McGonagall family", - "Urquart family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Transfiguration department", - "British Ministry of Magic (formerly)", - "Department of Magical Law Enforcement", - "Albus Dumbledore", - "Order of the Phoenix", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 645, - "name": "Marlene McKinnon", - "birth": null, - "death": "July, 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Order of the Phoenix", "McKinnon family"], - "books_featured_in": [1, 4, 5, 7] - }, - { - "id": 646, - "name": "Dorcas Meadowes", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Meadowes family", "Order of the Phoenix"], - "books_featured_in": [5] - }, - { - "id": 647, - "name": "Melinda Bobbin", - "birth": "c. 1978-1985", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slug Club"], - "books_featured_in": [6] - }, - { - "id": 648, - "name": "Galatea Merrythought", - "birth": "Pre-1878", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [6] - }, - { - "id": 649, - "name": "Eloise Midgen", - "birth": "31 August 1983 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Midgen family"], - "books_featured_in": [4, 5, 6] - }, - { - "id": 650, - "name": "Graham Montague's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Montague family"], - "books_featured_in": [5] - }, - { - "id": 651, - "name": "Montgomery children's mother", - "birth": "before 1969 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 652, - "name": "Montgomery sisters", - "birth": "Circa 1978-1985", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Montgomery family"], - "books_featured_in": [6] - }, - { - "id": 653, - "name": "Lily Moon", - "birth": "2 September, 1979 - 1 September, 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor, Hufflepuff, or Slytherin", - "associated_groups": ["Moon family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 654, - "name": "Moran", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 655, - "name": "Mosag", - "birth": "c. 1942", - "death": null, - "species": "Acromantula", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Acromantula colony"], - "books_featured_in": [2] - }, - { - "id": 656, - "name": "Mullet", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Irish National Quidditch team"], - "books_featured_in": [4] - }, - { - "id": 657, - "name": "Murcus", - "birth": "Before 1994", - "death": null, - "species": "Selkie (Merpeople)", - "ancestry": null, - "gender": "Female", - "hair_color": "Green", - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Black Lake Selkie Colony", "Merpeople village", "Albus Dumbledore"], - "books_featured_in": [4, 6] - }, - { - "id": 658, - "name": "Muriel", - "birth": "Between 2 August, 1889 and 31 July, 1890", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Order of the Phoenix (indirectly)", "Prewett family", "Weasley family"], - "books_featured_in": [6, 7] - }, - { - "id": 659, - "name": "Muriel's mother", - "birth": "Before 2 August, 1890", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [7] - }, - { - "id": 660, - "name": "Nagini", - "birth": "Before 1927, Indonesia (possibly)", - "death": "2 May, 1998 (aged at least 71)", - "species": "Human (Maledictus affliction; formerly)", - "ancestry": "Underbeing", - "gender": "Female", - "hair_color": "Black (Human)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Circus Arcanus (formerly)", - "Credence Barebone (formerly)", - "Newt Scamander (formerly)", - "Lord Voldemort" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 661, - "name": "Z. Nettles", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Nettles family"], - "books_featured_in": [2] - }, - { - "id": 662, - "name": "Norberta", - "birth": "Spring of 1992,", - "death": null, - "species": "Norwegian Ridgeback", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Quirinus Quirrell (as egg)", "Rubeus Hagrid", "Romanian Dragon Sanctuary"], - "books_featured_in": [1, 2, 3, 4, 5, 7] - }, - { - "id": 663, - "name": "Mrs Norris", - "birth": "1984 or earlier", - "death": null, - "species": "Cat", - "ancestry": null, - "gender": "Female", - "hair_color": "Dust-coloured fur", - "eye_color": "Yellow and lamp-like", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Argus Filch (owner)", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 664, - "name": "Pansy Parkinson's Gang", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4, 5] - }, - { - "id": 665, - "name": "Paper shop girl", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Ottery St Catchpole paper shop"], - "books_featured_in": [6] - }, - { - "id": 666, - "name": "Pansy Parkinson", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Parkinson family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Inquisitorial Squad", - "Draco Malfoy's gang", - "Death Eaters (unofficial)" - ], - "books_featured_in": [1, 3, 4, 5, 6, 7] - }, - { - "id": 667, - "name": "Patil twins' mother", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Patil family"], - "books_featured_in": [6] - }, - { - "id": 668, - "name": "Padma Patil", - "birth": "Between 1 September, 1979 and 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Female", - "hair_color": "Dark, long", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Patil family", "Dumbledore's Army", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [1, 4, 5, 6, 7] - }, - { - "id": 669, - "name": "Parvati Patil", - "birth": "between 1 September 1979 and 22 April 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": ["Patil family", "Dumbledore's Army", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 670, - "name": "Sally-Anne Perks", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor, Hufflepuff, or Slytherin", - "associated_groups": ["Perks family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 671, - "name": "Peter Pettigrew's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Pettigrew family", "Order of Merlin"], - "books_featured_in": [3] - }, - { - "id": 672, - "name": "Enid Pettigrew", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3, 4, 6, 7] - }, - { - "id": 673, - "name": "Cadmus Peverell's fiancée", - "birth": null, - "death": "c. 13th century", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Cadmus Peverell"], - "books_featured_in": [7] - }, - { - "id": 674, - "name": "Irma Pince", - "birth": "Pre 1966 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hogwarts Library"], - "books_featured_in": [1, 2, 4, 5, 6] - }, - { - "id": 675, - "name": "Piers Polkiss's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1, 5] - }, - { - "id": 676, - "name": "Poppy Pomfrey", - "birth": "pre 1954", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Albus Dumbledore", - "Hogwarts School of Witchcraft and Wizardry", - "Hospital Wing", - "Order of the Phoenix (during the Battle of the Astronomy Tower and the Battle of Hogwarts", - "Dumbledore's Army (during the Battle of the Astronomy Tower and the Battle of Hogwarts" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 677, - "name": "Portrait of a mermaid", - "birth": null, - "death": "Before late February 1994", - "species": "Mermaid", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Prefects' bathroom"], - "books_featured_in": [4] - }, - { - "id": 678, - "name": "Euphemia Potter", - "birth": null, - "death": "Pre-31 July, 1980", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Potter family"], - "books_featured_in": [1, 5] - }, - { - "id": 679, - "name": "Lily L. Potter", - "birth": "Between 1 September 2007 and 31 August 2008", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [7] - }, - { - "id": 680, - "name": "Lily J. Potter", - "birth": "30 January, 1960", - "death": "31 October, 1981 (aged 21)", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Auburn", - "eye_color": "Bright green", - "wand": "10¼\", Willow, unknown core", - "patronus": "Doe", - "house": "Gryffindor", - "associated_groups": [ - "Evans family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Slug Club", - "Order of the Phoenix" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 681, - "name": "Molly Weasley's mother", - "birth": "before 30 October, 1949.", - "death": null, - "species": null, - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red (possibly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Prewett family"], - "books_featured_in": [5] - }, - { - "id": 682, - "name": "Prime Minister's niece", - "birth": "Pre-1990", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 683, - "name": "Eileen Prince", - "birth": "c. 1930, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (possibly)", - "associated_groups": ["Prince family", "Snape family", "Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 684, - "name": "Elsie Prod", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 685, - "name": "Puddifoot", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Madam Puddifoot's Tea Shop"], - "books_featured_in": [5, 6, 7] - }, - { - "id": 686, - "name": "Doris Purkiss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["The Quibbler (presumed)"], - "books_featured_in": [5] - }, - { - "id": 687, - "name": "Orla Quirke", - "birth": "between 1 September 1982 and 31 August 1983,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 688, - "name": "Helena Ravenclaw", - "birth": "Post 982", - "death": "Sometime between 996 and 1000", - "species": "Human (formerly)", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Ravenclaw family", "Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [1, 6, 7] - }, - { - "id": 689, - "name": "Rowena Ravenclaw", - "birth": "Pre 976", - "death": "11th century", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": "Brown", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw", "Ravenclaw family"], - "books_featured_in": [2, 4, 5, 7] - }, - { - "id": 690, - "name": "Maisy Reynolds", - "birth": "on or prior to 31 August 1986,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Ravenclaw"], - "books_featured_in": [7] - }, - { - "id": 691, - "name": "Mary Riddle", - "birth": "1883", - "death": "August, 1943 (aged 59 - 60)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family"], - "books_featured_in": [4, 6] - }, - { - "id": 692, - "name": "Merope Riddle", - "birth": "c. 1907", - "death": "31 December, 1926 (aged 19)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Dull", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "House of Gaunt (abandoned)", - "associated_groups": [], - "books_featured_in": [2, 4, 5, 6, 7] - }, - { - "id": 693, - "name": "Riddles' cook", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family (formerly)"], - "books_featured_in": [4] - }, - { - "id": 694, - "name": "Riddles' maid", - "birth": "Before 1943", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Riddle family"], - "books_featured_in": [4, 6] - }, - { - "id": 695, - "name": "Roberts's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Roberts family"], - "books_featured_in": [4] - }, - { - "id": 696, - "name": "Demelza Robins", - "birth": "on or before 31 August 1985", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Gryffindor Quidditch team"], - "books_featured_in": [6] - }, - { - "id": 697, - "name": "C. Roemmele", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St. Grogory's Primary School"], - "books_featured_in": [1] - }, - { - "id": 698, - "name": "Rosmerta", - "birth": "Before 1959", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Three Broomsticks Inn", "Draco Malfoy (while under the Imperius Curse)"], - "books_featured_in": [3, 4, 6] - }, - { - "id": 699, - "name": "Skower", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2, 4] - }, - { - "id": 700, - "name": "Serpent of Slytherin", - "birth": "c. 993", - "death": "29 May, 1993 (aged around 1000)", - "species": "Basilisk", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": "Salazar Slytherin", - "associated_groups": [], - "books_featured_in": [2, 3, 4, 5, 6, 7] - }, - { - "id": 701, - "name": "Aurora Sinistra", - "birth": "Pre 1968", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Astronomy department"], - "books_featured_in": [2, 4, 5] - }, - { - "id": 703, - "name": "Sixth-Year Inquisitorial Squad Member", - "birth": "between 1 September 1978 and 31 August 1979, (most likely) Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Slytherin", "Inquisitorial Squad (formerly)"], - "books_featured_in": [5] - }, - { - "id": 704, - "name": "Enid Smeek", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Godric's Hollow", "Rita Skeeter"], - "books_featured_in": [7] - }, - { - "id": 705, - "name": "Smeltings nurse", - "birth": "In or prior to 1976", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Smeltings Academy"], - "books_featured_in": [4] - }, - { - "id": 706, - "name": "Veronica Smethley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Gilderoy Lockhart"], - "books_featured_in": [2] - }, - { - "id": 707, - "name": "Hepzibah Smith", - "birth": null, - "death": "c. 1955-1961", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hufflepuff family"], - "books_featured_in": [6, 7] - }, - { - "id": 708, - "name": "Alicia Spinnet", - "birth": "between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 709, - "name": "Phyllida Spore", - "birth": null, - "death": "In or before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [1] - }, - { - "id": 710, - "name": "Pomona Sprout", - "birth": "15 May", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Herbology department", - "Hufflepuff", - "Order of the Phoenix (during Battle of the Astronomy Tower and Battle of Hogwarts)", - "Dumbledore's Army (during Battle of the Astronomy Tower and Battle of Hogwarts)" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 711, - "name": "Winged St Mungo's patient", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5] - }, - { - "id": 712, - "name": "Patricia Stimpson", - "birth": "c. 1977-1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [5] - }, - { - "id": 713, - "name": "Miriam Strout", - "birth": "Before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries", "Janus Thickey Ward"], - "books_featured_in": [5] - }, - { - "id": 714, - "name": "The Fates", - "birth": "Amortal", - "death": "Amortal", - "species": "Deity", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 715, - "name": "Theodore Nott's mother", - "birth": null, - "death": "Sometime between 1980 and 1995", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Nott family"], - "books_featured_in": [5, 6] - }, - { - "id": 716, - "name": "Dean Thomas's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Thomas family"], - "books_featured_in": [5, 7] - }, - { - "id": 717, - "name": "Agatha Timms", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 718, - "name": "Andromeda Tonks", - "birth": "1951-1955", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Light brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (formerly)", - "associated_groups": [], - "books_featured_in": [5, 7] - }, - { - "id": 719, - "name": "Nymphadora Tonks", - "birth": "between 1 September 1972 and 31 August 1973", - "death": "2 May, 1998 (aged 24/25)", - "species": "Human (Metamorphmagus)", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Variable (biologically light brown))", - "eye_color": "Variable (Dark)", - "wand": "Unknown length, wood and core", - "patronus": "Jack Rabbit (pre 1995)", - "house": "Hufflepuff", - "associated_groups": [ - "Tonks family", - "Lupin family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Circle of Khanna", - "British Ministry of Magic", - "Auror Department", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [5, 6, 7] - }, - { - "id": 720, - "name": "Cassandra Trelawney", - "birth": null, - "death": null, - "species": "Human (Seer)", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Trelawney family"], - "books_featured_in": [5, 6] - }, - { - "id": 721, - "name": "Sybill Trelawney", - "birth": "9 March, prior to 1963, Great Britain or Ireland", - "death": null, - "species": "Human (Seer)", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Hazel and unicorn hair, 9½ inches, very flexible", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Slug Club (possibly)", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Divination Workshop (possibly)", - "Trelawney family" - ], - "books_featured_in": [3, 4, 5, 6, 7] - }, - { - "id": 722, - "name": "Donaghan Tremlett's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Tremlett family"], - "books_featured_in": [5] - }, - { - "id": 723, - "name": "Trolley witch", - "birth": "Before 1830", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts Express", "Albus Dumbledore", "Ottaline Gambol"], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 724, - "name": "Lisa Turpin", - "birth": "Between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": ["Hogwarts school of witchcraft and wizardry", "Ravenclaw"], - "books_featured_in": [1] - }, - { - "id": 725, - "name": "Two little witches", - "birth": "Before 1994", - "death": null, - "species": "Humans", - "ancestry": null, - "gender": "Females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 726, - "name": "Tyra Teegarden", - "birth": "31 August 1982 or earlier", - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 727, - "name": "Dolores Umbridge", - "birth": "British Ministry of Magic (formerly)", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Mouse brown (formerly)", - "eye_color": null, - "wand": "8\", Birch, dragon heartstring (formerly)", - "patronus": "Persian cat", - "house": "Slytherin", - "associated_groups": [], - "books_featured_in": [5, 6, 7] - }, - { - "id": 728, - "name": "Cassandra Vablatsky", - "birth": "1894", - "death": "1997 (aged 102 - 103)", - "species": "Human (Seer)", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 729, - "name": "Emmeline Vance", - "birth": "pre 1964", - "death": "Early July, 1996", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Vance family", "Order of the Phoenix", "Advance Guard"], - "books_featured_in": [5, 6] - }, - { - "id": 730, - "name": "Romilda Vane", - "birth": "between 1 September 1981 and 31 August 1982", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": ["Vane family", "Hogwarts School of Witchcraft and Wizardry", "Gryffindor", "Dumbledore's Army"], - "books_featured_in": [4, 6] - }, - { - "id": 731, - "name": "Romilda Vane's grandmother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [6] - }, - { - "id": 732, - "name": "Septima Vector", - "birth": "Before 1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry"], - "books_featured_in": [3, 4, 5, 6] - }, - { - "id": 733, - "name": "Verity", - "birth": "In or prior to 1979", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Weasleys' Wizard Wheezes"], - "books_featured_in": [6] - }, - { - "id": 734, - "name": "Violet", - "birth": null, - "death": "Before 1994", - "species": "Portrait", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Hogwarts School"], - "books_featured_in": [4, 6] - }, - { - "id": 735, - "name": "Wailing Widow", - "birth": null, - "death": "Before 1992", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 736, - "name": "Waitress at Luchino Caffe", - "birth": "Before 1997", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Luchino Caffe"], - "books_featured_in": [7] - }, - { - "id": 737, - "name": "Wakanda", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["British Ministry of Magic"], - "books_featured_in": [7] - }, - { - "id": 739, - "name": "Celestina Warbeck", - "birth": "18 August, 1917", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": "10½\", Larch, phoenix feather", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Wizarding Wireless Network", - "Witching Hour", - "Puddlemere United" - ], - "books_featured_in": [2, 6, 7] - }, - { - "id": 740, - "name": "Myrtle Warren", - "birth": "Between 14 June, 1928 and 13 June, 1929", - "death": "13 June, 1943 (aged 14)", - "species": "Human (formerly)", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Warren family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Harry Potter", - "Draco Malfoy", - "Albus Potter", - "Scorpius Malfoy" - ], - "books_featured_in": [2, 4, 6] - }, - { - "id": 741, - "name": "Myrtle Warren's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [2] - }, - { - "id": 743, - "name": "Ginny Weasley", - "birth": "11 August, 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": "Bright brown", - "wand": "Unknown length, Yew, unknown core", - "patronus": "Horse", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Potter family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "Dumbledore's Army", - "Order of the Phoenix", - "Holyhead Harpies", - "Daily Prophet" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 744, - "name": "Molly Weasley", - "birth": "30 October, 1949 or 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": "Bright brown", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Potter family", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - }, - { - "id": 745, - "name": "Rose Granger-Weasley", - "birth": "between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Granger family", - "Prewett family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [7] - }, - { - "id": 746, - "name": "Victoire Weasley", - "birth": "2 May, early 2000s Great Britain or France", - "death": null, - "species": "Human (Veela ancestry)", - "ancestry": "One-eighth Veela", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Septimus Weasley (paternal great-grandfather)", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Weasley family", "Delacour family", "Prewett family"], - "books_featured_in": [7] - }, - { - "id": 747, - "name": "St Mungo's Welcome Witch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["St Mungo's Hospital for Magical Maladies and Injuries"], - "books_featured_in": [5] - }, - { - "id": 748, - "name": "Wendelin the Weird", - "birth": "c. 14th century", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [3] - }, - { - "id": 749, - "name": "Winky", - "birth": "Before 1981", - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family (formerly)", - "Bartemius Crouch Senior", - "Bartemius Crouch Junior", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [4, 5, 6, 7] - }, - { - "id": 750, - "name": "Winky's grandmother", - "birth": null, - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Crouch family"], - "books_featured_in": [4] - }, - { - "id": 751, - "name": "Winky's mother", - "birth": null, - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": ["Crouch family"], - "books_featured_in": [4] - }, - { - "id": 752, - "name": "Oliver Wood's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [4] - }, - { - "id": 753, - "name": "Yvonne", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [1] - }, - { - "id": 754, - "name": "Blaise Zabini's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (likely)", - "associated_groups": ["Zabini family"], - "books_featured_in": [6] - }, - { - "id": 755, - "name": "Rose Zeller", - "birth": "Between 1 September 1983 and 31 August 1984,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": ["Hogwarts School of Witchcraft and Wizardry", "Hufflepuff"], - "books_featured_in": [5] - }, - { - "id": 756, - "name": "Albus Dumbledore", - "birth": "Late August 1881", - "death": "30 June, 1997 (aged 115)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Silver, formerly auburn", - "eye_color": "Blue", - "wand": "Unknown length, wood and core (formerly)", - "patronus": "Phoenix", - "house": "Gryffindor", - "associated_groups": [ - "Order of Merlin", - "Order of the Phoenix", - "Dumbledore's Army", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Transfiguration department", - "British Ministry of Magic", - "Council of Magical Law", - "Wizengamot", - "International Confederation of Wizards", - "Dumbledore family" - ], - "books_featured_in": [1, 2, 3, 4, 5, 6, 7] - } - ], - funFacts: [ - { - "id": 1, - "type": "Author", - "content": "J. K. Rowling" - }, - { - "id": 2, - "type": "Protagonist", - "content": "Harry Potter" - }, - { - "id": 3, - "type": "Antatagonist", - "content": "Lord Voldemort" - }, - { - "id": 4, - "type": "Harry Potter's magic wand", - "content": "Harry Potter's wand was 11 long, made of holly, and possessed a phoenix feather core. This was described by Garrick Ollivander to be an unusual combination of wand core and wood. The feather was donated by Fawkes, Albus Dumbledore's phoenix." - }, - { - "id": 5, - "type": "Lord Voldemort's magic wand", - "content": "Lord Voldemort's wand was 11 long, made of holly, and possessed a phoenix feather core. This was described by Garrick Ollivander to be an unusual combination of wand core and wood. The feather was donated by Fawkes, Albus Dumbledore's phoenix." - }, - { - "id": 6, - "type": "Lord Voldemort's real name", - "content": "Tom Marvolo Riddle (mixing the letters it ends up being Lord Voldemort)" - }, - { - "id": 7, - "type": "Houses", - "content": "At the school Hogwarts there are four houses: Gryffindor, Ravenclaw, Hufflepuff and Slytherin" - }, - { - "id": 8, - "type": "Wands", - "content": "Harry's wand and Voldemort's wand were twins, that's why they couldn't kill each other" - } - ], - spells: [ - { - "id": 1, - "name": "Aberto", - "other_name": null, - "pronunciation": "Ah-bare-toh", - "spell_type": "Charm", - "description": null, - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 2, - "name": "Accio", - "other_name": "Summoning Charm", - "pronunciation": "Various, including: AK-ee-oh or AK-see-oh , AK-see-oh , AS-see-oh (US), and AT-chee-oh (Anglo-Catholic pronunciation)", - "spell_type": "Charm", - "description": "Summons an object towards the caster. It is able to summon objects in direct line of sight of the caster, as well as things out of view, by calling the object aloud after the incantation (unless the spell is casted nonverbally). This spell needs thought behind it, and the object must be clear in the casters mind before trying to summon it. The caster doesn't necessarily need to know the location of the target if they say the name of the object to be summoned, such as when Hermione Granger summoned some books from Dumbledore's office simply by saying \"Accio Horcrux books!\" while in Gryffindor Tower.", - "mention": "Harry Potter summoned his broom to complete the first task of the Triwizard Tournament in 1994, and to summon the Portkey to escape Voldemort and the Death Eaters in the Little Hangleton Graveyard in 1995. Also, in the Battle of the Seven Potters Harry summoned Hagrid when he fell. Molly Weasley used it to get the twins' candy. The twins used it to summon their brooms from Dolores Umbridge's office", - "etymology": "The Latin word accio means \"I call\" or \"I summon\".", - "note": null - }, - { - "id": 3, - "name": "Age Line", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Prevents people above or below a certain age from access to a target.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 4, - "name": "Aguamenti", - "other_name": "Water-Making Spell", - "pronunciation": "AH-gwah-MEN-tee", - "spell_type": "Charm, Conjuration", - "description": "Produces a clean, drinkable jet of water from the wand tip.", - "mention": "Used by Fleur Delacour in 1994 to extinguish her skirt, which had caught flame during a fight against a dragon. Harry used this spell twice in 1997, both on the same night; once to attempt to provide a drink for Dumbledore, then again to help douse Hagrid's hut after it was set aflame by Thorfinn Rowle, who used the Fire-Making Spell.", - "etymology": null, - "note": null - }, - { - "id": 5, - "name": "Alarte Ascendare", - "other_name": null, - "pronunciation": "a-LAR-tay a-SEN-der-ay", - "spell_type": "Charm", - "description": "Shoots the target high into the air.", - "mention": "Used by Gilderoy Lockhart in 1992 to send a snake high into the air during the first and last meeting of the Duelling Club.", - "etymology": null, - "note": null - }, - { - "id": 6, - "name": "Albus Dumbledore's forceful spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "This spell was, supposedly, quite powerful as when it was cast, the opponent was forced to conjure a silver shield to deflect it.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 7, - "name": "Alohomora", - "other_name": "Unlocking Charm", - "pronunciation": "ah-LOH-ho-MOR-ah", - "spell_type": "Charm", - "description": "Unlocks doors and other objects. It can also unlock doors that have been sealed with a Locking Spell, although it is possible to bewitch doors to become unaffected by this spell.", - "mention": "Used by Hermione Granger in 1991 to allow her and her friends to access the Third-floor corridor at her school, which was at the time forbidden; she used it again two years later to free Sirius's cell in her teacher's prison room.", - "etymology": null, - "note": null - }, - { - "id": 8, - "name": "Amato Animo Animato Animagus", - "other_name": "Animagus Spell", - "pronunciation": "ah-MAH-toh ah-NEE-moh ah-nee-MAH-toh an-a-MAY-jus", - "spell_type": "Transfiguration", - "description": "Spell used as part of the process of becoming an Animagus. The incantation has to be recited at sunrise and sundown, every day before the consumption of the Animagus Potion. The incantation is also recited just prior to the consumption of the potion, which has to take place just after a lightning storm starts. The incantation is recited while placing the wand's tip over one's heart.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 9, - "name": "Anapneo", - "other_name": null, - "pronunciation": "ah-NAP-nee-oh", - "spell_type": "Healing Spell, Vanishment", - "description": "Clears the target's airway if they are choking on something.", - "mention": "Used by Horace Slughorn, cast upon Marcus Belby when the latter choked on a pheasant in 1996.", - "etymology": null, - "note": null - }, - { - "id": 10, - "name": "Anteoculatia", - "other_name": null, - "pronunciation": "an-tee-oh-kyoo-LAY-chee-ah", - "spell_type": "Hex", - "description": "Causes the target to grow antlers.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 11, - "name": "Anti-Cheating Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Used to prevent cheating.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 12, - "name": "Anti-Disapparition Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Prevents Disapparation in an area. It is used to entrap an enemy in an area.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 13, - "name": "Anti-intruder jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Prevents intruders from entering an area.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 14, - "name": "Antonin Dolohov's curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "An unknown curse that causes injuries that are capable of killing with enough power.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 15, - "name": "Aparecium", - "other_name": "Revealing Charm", - "pronunciation": "AH-par-EE-see-um", - "spell_type": "Charm", - "description": "Reveals secret messages written in invisible ink, or any other hidden markings. Also works against Concealing charms", - "mention": "Used (to no avail) in 1993 by Hermione Granger to attempt to reveal any hidden writing in a diary.", - "etymology": null, - "note": null - }, - { - "id": 16, - "name": "Appare Vestigium", - "other_name": "Tracking Spell", - "pronunciation": "ah-PAR-ay ves-TEE-jee-um", - "spell_type": "Charm", - "description": "Reveals traces of magic, including footprints and track marks.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 17, - "name": "Apparition", - "other_name": null, - "pronunciation": null, - "spell_type": "Transportation", - "description": "Magically transports the caster to another location instantaneously. The destination is one that the primary user has been to or seen in some fashion previously. Can be used to apparate multiple people at once if holding each other. No incantation required.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 18, - "name": "Aqua Eructo", - "other_name": "Aqua Eructo Charm", - "pronunciation": "A-kwa ee-RUCK-toh", - "spell_type": "Charm", - "description": "This spell is used to create, and control, a jet of clear water from the tip of the wand; it is probably related to Aguamenti.", - "mention": "Used multiple times to extinguish fires in 1994.", - "etymology": null, - "note": null - }, - { - "id": 19, - "name": "Arania Exumai", - "other_name": "Spider repelling spell", - "pronunciation": "ah-RAHN-ee-a EKS-su-may", - "spell_type": "Charm", - "description": "Drives away spiders, including Acromantulas.", - "mention": "Jacob's sibling used this spell to repel an Acromantula that guarded the Forest Vault in the Forbidden Forest.", - "etymology": null, - "note": null - }, - { - "id": 20, - "name": "Arresto Momentum", - "other_name": "Slowing Charm", - "pronunciation": "ah-REST-oh mo-MEN-tum", - "spell_type": "Charm", - "description": "Decreases the velocity of a moving target. Can be used on multiple targets, as well as on the caster themselves. It was invented by Daisy Pennifold in 1711 for use on the Quaffle in Quidditch.", - "mention": "Used by Dumbledore to save one of his students from a fall in 1993; Hermione Granger used it, to little effect, in 1998 to cushion an otherwise deadly fall.", - "etymology": null, - "note": null - }, - { - "id": 21, - "name": "Arrow-shooting spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Fires arrows from the caster's wand.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 22, - "name": "Ascendio", - "other_name": null, - "pronunciation": "ah-SEN-dee-oh", - "spell_type": "Charm", - "description": "Lifts the caster high into the air. The charm also works underwater, propelling the caster above the surface.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 23, - "name": "Avada Kedavra", - "other_name": "Killing Curse", - "pronunciation": "ah-VAH-dah keh-DAV-rah", - "spell_type": "Curse", - "description": "", - "mention": "Used by Tom Riddle to murder many of his victims without remorse.", - "etymology": null, - "note": null - }, - { - "id": 24, - "name": "Avifors", - "other_name": "Avifors Spell", - "pronunciation": "AH-vi-fors", - "spell_type": "Transfiguration", - "description": "Transforms the target into a bird.", - "mention": "Taught in Transfiguration class.", - "etymology": null, - "note": null - }, - { - "id": 25, - "name": "Avenseguim", - "other_name": null, - "pronunciation": "ah-ven-SEH-gwim", - "spell_type": "Charm", - "description": "Turns an object into a tracking device.", - "mention": "In 1927, Newton Scamander used this spell to track the origins of a feather - a clue found during his search for Porpentina Goldstein - back to Yusuf Kama, whose hat the feather came from.", - "etymology": null, - "note": null - }, - { - "id": 26, - "name": "Avis", - "other_name": "Bird-Conjuring Charm", - "pronunciation": "AH-viss", - "spell_type": "Conjuration, Charm", - "description": "Conjures a flock of birds from the tip of the wand. When used in conjunction with Oppugno, it can be used offensively.", - "mention": "Used in 1994 by Mr Ollivander to test Viktor Krum's wand. Also employed offensively by Hermione Granger against Ron Weasley.", - "etymology": null, - "note": null - }, - { - "id": 27, - "name": "Babbling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes uncontrollable babbling.", - "mention": "Although he was rather untrustworthy, it may not have occurred at all, but Gilderoy Lockhart says he cured a Transylvanian farmer of this affliction.", - "etymology": null, - "note": null - }, - { - "id": 28, - "name": "Badgering", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Turns things into badgers", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 29, - "name": "Bat-Bogey Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Transforms the target's bogeys into large bats that fly out of the victim's nose. It was invented by Miranda Goshawk.", - "mention": "Ginny Weasley was a noted practitioner of this spell, having used it at least thrice by her sixth year.", - "etymology": null, - "note": null - }, - { - "id": 30, - "name": "Baubillious", - "other_name": null, - "pronunciation": "baw-BILL-ee-us", - "spell_type": "Charm", - "description": "The exact effects of the spell are unknown, though it presumably is of damaging nature and it produces a bolt of white light from the tip of the wand.", - "mention": null, - "etymology": "Currently unclear, probably from English bauble.", - "note": "This is likely the incantation for White sparks." - }, - { - "id": 31, - "name": "Bedazzling Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Allows the caster to disguise things.", - "mention": "When Xenophilius Lovegood explains the concept of how the Cloak of Invisibility is the only thing that can make a person truly invisible, he mentions that most cloaks of that kind are made with this spell.", - "etymology": null, - "note": null - }, - { - "id": 32, - "name": "Bewitched Snowballs", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes snowballs to pelt themselves at the target.", - "mention": "Twice used by Fred and George Weasley; firstly on Professor Quirrell's head, unwittingly striking Lord Voldemort in the face, and then again four years later to attack the windows of Gryffindor Tower.", - "etymology": null, - "note": null - }, - { - "id": 33, - "name": "Bluebell Flames", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces magical blue flames that can be held in a jar. Not as dangerous as real fire, these magical flames can be touched, penetrated and held without it burning the holder, though it is known to singe materials such as clothing and plants.", - "mention": "This spell was a speciality of Hermione Granger's. She used it to save Harry and Ron in 1991.", - "etymology": null, - "note": null - }, - { - "id": 34, - "name": "Blue sparks", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Jet of blue sparks. It can be used offensively as a minor duelling spell.", - "mention": "Following the American National Quidditch team's win at the semi-finals of the 2014 Quidditch World Cup against Liechtenstein, red, white and blue sparks filled the air so thickly it was difficult to see or breathe.", - "etymology": null, - "note": null - }, - { - "id": 35, - "name": "Bombarda", - "other_name": "Exploding Charm", - "pronunciation": "bom-BAR-dah", - "spell_type": "Charm", - "description": "Provokes a small explosion.", - "mention": "Taught in fourth year Charms class.", - "etymology": "From the word bombard, meaning \"to attack a place or person continually with bombs or other missiles\".", - "note": null - }, - { - "id": 36, - "name": "Bombarda Maxima", - "other_name": null, - "pronunciation": "BOM-bar-dah MAX-ih-mah", - "spell_type": "Charm", - "description": "Creates a large explosion capable of removing entire walls. A more advanced and more powerful form of the Exploding Charm.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 37, - "name": "Brackium Emendo", - "other_name": null, - "pronunciation": "BRA-key-um ee-MEN-doh", - "spell_type": "Charm, Healing Spell", - "description": "If used correctly, it is claimed that this spell will heal broken bones; this theory is supported by the etymology.", - "mention": "Used unsuccessfully by Gilderoy Lockhart on Harry Potter in 1992 after the latter's arm was broken by a Bludger; it vanished all the bones, making it resemble rubber.", - "etymology": null, - "note": null - }, - { - "id": 38, - "name": "Bravery Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Increases the bravery of a teammate, increasing their performance against certain foes.", - "mention": "Taught by Head of the Auror Office, Harry Potter, to members of the Statute of Secrecy Task Force, to help them address the results of the Calamity in the 2010s.", - "etymology": null, - "note": null - }, - { - "id": 39, - "name": "Bridge-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Conjure a bridge from thin air.", - "mention": "This spell was used by Ignotus, Antioch and Cadmus Peverell in The Tale of the Three Brothers to create a bridge over a treacherous river, a bridge upon which they met Death.", - "etymology": null, - "note": null - }, - { - "id": 40, - "name": "Broom jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Used to make broomsticks try to throw their riders off through a variety of means such as sudden lurches and violent swishing movements. Constant eye contact is needed for the jinx to keep working.", - "mention": "It was used by Quirinus Quirrell against Harry Potter in 1991.", - "etymology": null, - "note": "This may be related to the Hurling Hex." - }, - { - "id": 41, - "name": "Bubble-Head Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a large bubble of air around the head of the user; it is commonly used as the supernatural equivalent of a breathing set.", - "mention": "Used by Cedric Diggory and Fleur Delacour in 1995; it was used the next year by many students walking through the halls, because of horrid odours made by various pranks played on Dolores Umbridge.", - "etymology": null, - "note": null - }, - { - "id": 42, - "name": "Bubble-producing spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a stream of non-bursting bubbles; there are two similar spells.", - "mention": "Used by Professor Flitwick to decorate some trees; the bubbles in this instance were golden. Used the following year by Ron Weasley when he broke his wand; these bubbles were purple.", - "etymology": null, - "note": null - }, - { - "id": 43, - "name": "Calvorio", - "other_name": "Hair-Loss Curse", - "pronunciation": "cal-VOR-ee-oh", - "spell_type": "Curse", - "description": "Removes the victim's hair.", - "mention": "The book Curses and Counter-Curses by Vindictus Viridian mentions this curse.", - "etymology": "From Latin calvus = \"bald\".", - "note": null - }, - { - "id": 44, - "name": "Cantis", - "other_name": null, - "pronunciation": "CAN-tiss", - "spell_type": "Jinx", - "description": "Causes the victim to burst uncontrollably into song.", - "mention": "Used by the Hogwarts professors to enchant suits of armour.", - "etymology": "Cantare is Latin for \"sing\".", - "note": null - }, - { - "id": 45, - "name": "Capacious extremis", - "other_name": "Extension Charm", - "pronunciation": "ca-PAY-shus ex-TREEM-us", - "spell_type": "Charm", - "description": "Expands the internal dimensions of an object without affecting the external dimensions, enhancing its capacity, and rendering its contents lighter.", - "mention": "This spell was used by Arthur Weasley to allow eight people, six large trunks, two owls, and a rat to fit comfortably inside his modified Ford Anglia in 1992. Also on the tent in which the Weasleys, Harry and Hermione stay during the Quidditch World Cup in 1994; the tent is also used by Harry, Ron and Hermione as shelter in 1997. Also, Hermione cast this spell upon her handbag in the same year.", - "etymology": null, - "note": null - }, - { - "id": 46, - "name": "Carpe Retractum", - "other_name": "Seize and Pull Charm", - "pronunciation": "CAR-pay ruh-TRACK-tum", - "spell_type": "Charm", - "description": "Produces a rope of light used to pull objects towards the caster, or, if the target is fixed in place, to pull the caster towards the target.", - "mention": "Taught in third year Charms class.", - "etymology": "From the Latin carpe, meaning \"to seize\" and retracto, meaning \"I draw back\".", - "note": null - }, - { - "id": 47, - "name": "Cascading Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Attacks multiple opponents in close proximity to each other.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 48, - "name": "Caterwauling Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Anyone entering the perimeter of this spell sets off a high-pitched shriek. This spell may be related to the Intruder Charm.", - "mention": "This spell was cast by the Death Eaters over Hogsmeade Wizarding Village to protect against intruders in 1998.", - "etymology": null, - "note": null - }, - { - "id": 49, - "name": "Cauldron to Sieve", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms cauldrons into sieves.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 50, - "name": "Cauldron to badger", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms cauldrons into badgers.", - "mention": null, - "etymology": null, - "note": "This spell may be Badgering." - }, - { - "id": 51, - "name": "Cave inimicum", - "other_name": null, - "pronunciation": "CAH-vay uh-NIM-i-kuhm", - "spell_type": "Charm", - "description": "Produces a boundary that keeps the caster hidden from others.", - "mention": "Used multiple times by Hermione Granger in 1997 and 1998 to protect the tent she shared with Ron Weasley and Harry Potter.", - "etymology": "The incantation is a Latin phrase which translates to \"beware of the enemy\".", - "note": null - }, - { - "id": 52, - "name": "Cheering Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes the target feel happy. Overuse of the spell may cause the target to break into an uncontrollable laughing fit. This spell was invented by Felix Summerbee.", - "mention": "Taught to third-year charms classes, part of the written O.W.L.", - "etymology": null, - "note": null - }, - { - "id": 53, - "name": "Circumrota", - "other_name": null, - "pronunciation": "SIR-cum-roh-tuh", - "spell_type": "Charm", - "description": "Rotates objects.", - "mention": "This spell was used by Leta Lestrange to rotate a record tower in the Records Room at the French Ministry of Magic Headquarters, revealing Newton Scamander and Porpentina Goldstein to be hiding behind the tower.", - "etymology": null, - "note": null - }, - { - "id": 54, - "name": "Cistem Aperio", - "other_name": null, - "pronunciation": "SIS-tem uh-PE-ree-o", - "spell_type": "Charm", - "description": "Opens chests and boxes.", - "mention": "This spell was used by Tom Riddle to open the chest in which Aragog was hidden.", - "etymology": "Aperio is Latin for \"uncover\" or \"open\"; Cista is Latin for \"trunk\" or \"chest\".", - "note": null - }, - { - "id": 55, - "name": "Colloportus", - "other_name": "Locking Spell", - "pronunciation": "cul-loh-POR-tus", - "spell_type": "Charm", - "description": "Locks doors and all things that can be locked. It is the counter-charm to the Unlocking Spell.", - "mention": "Used by Hermione Granger in 1996 in an attempt to prevent the Death Eaters that were following her from catching up.", - "etymology": "Perhaps a portmanteau of the Latin words colligere, which means \"gather\" and porta, which means \"gate\".", - "note": "This spell can easily be countered with Alohomora." - }, - { - "id": 56, - "name": "Colloshoo", - "other_name": "Stickfast Hex", - "pronunciation": "CAWL-low-shoo", - "spell_type": "Hex", - "description": "Sticks the target's shoes to the ground.", - "mention": "This spell is mentioned twice, once as having been used on Severus Snape during a potions class, the other when one reads Curses and Counter-Curses by Vindictus Viridian.", - "etymology": "The suffix \"shoo\" is a phonetic spelling of English \"shoe\"; the prefix collo may come from Greek \"κολάω,κολώ\" (pronounced \"colas\",\"cols\"), which means \"to glue\".", - "note": null - }, - { - "id": 57, - "name": "Colovaria", - "other_name": "Colour Change Charm", - "pronunciation": "co-loh-VA-riah", - "spell_type": "Charm", - "description": "Changes the target's colour.", - "mention": "The spell can be bought in Wiseacre's Wizarding Equipment in Diagon Alley. Used by fifth-years in their OWLs.", - "etymology": "Almost certainly a combination of English \"colour\" and \"vary\".", - "note": null - }, - { - "id": 58, - "name": "Confringo", - "other_name": "Blasting Curse", - "pronunciation": "kon-FRING-goh", - "spell_type": "Curse", - "description": "Produces a fiery explosion.", - "mention": "Used by Harry Potter to destroy the side-car of a motorbike in which he was riding during a battle against some Death Eaters in 1997; it was later used by Hermione Granger in an attempt to kill Nagini and facilitate an escape from Godric's Hollow.", - "etymology": "The incantation is direct Latin for \"destroy\".", - "note": "This spell seems to use heat for its explosion, while Expulso uses pressure instead." - }, - { - "id": 59, - "name": "Confundo", - "other_name": "Confundus Charm", - "pronunciation": "con-FUN-doh", - "spell_type": "Charm", - "description": "Causes the victim to become confused and befuddled.", - "mention": "In 1994, Severus Snape asserted that Harry, Ron and Hermione had this charm cast on them so that they would believe Sirius Black's claim of innocence; used two years later by Hermione to allow Ron to join the Gryffindor Quidditch team. It was used multiple times in 1997 and 1998.", - "etymology": "The incantation, when non-capitalised, means \"I confuse\"; the title may derive from the Latin confundere, meaning \"to confuse\" or \"to perplex.\"", - "note": null - }, - { - "id": 60, - "name": "Conjunctivitis Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes irritation in the eyes, forcing them to swell shut. The Oculus Potion is able to counteract this curse. Dragons are particularly susceptible to this curse, as their hide makes them resistant to most spells, while their eyes remain vulnerable.", - "mention": "It was suggested by Sirius Black in his letter to Harry for him to use this spell on a dragon. Olympe Maxime used this spell on some giants in 1995.", - "etymology": "\"Conjunctivitis\" is the technical term for \"pink eye,\" demonstrating its effects of irritating the eye and causing it to shut.", - "note": null - }, - { - "id": 61, - "name": "Cornflake skin spell", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "This spell causes the victim's skin to appear as though it was coated in cornflakes.", - "mention": "In 1996, an unnamed student went to the hospital for treatment after he was hit with it, which was done in retaliation for the Inquisitorial Squad's recent behaviour.", - "etymology": null, - "note": null - }, - { - "id": 62, - "name": "Cracker Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "This spell is used to conjure exploding wizard crackers; it can be used in duelling to harm the opponent, but the force of the explosion may also affect the caster.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 63, - "name": "Cribbing Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "This spell, which may possibly be a charm, is used to assist the caster in cheating on written papers, tests, and exams. It is possible that these spells can negate anti-cheating spells.", - "mention": "In 1991, an unnamed Slytherin student asked his fellow students whether any of them knew any good cribbing spells.", - "etymology": null, - "note": null - }, - { - "id": 64, - "name": "Crinus Muto", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Used to transfigure the colour and style of one's hair.", - "mention": "This maybe be the spell that caused Harry to turn his eyebrow yellow in 1996.", - "etymology": null, - "note": null - }, - { - "id": 65, - "name": "Crucio", - "other_name": "Cruciatus Curse", - "pronunciation": "KROO-see-oh", - "spell_type": "Curse", - "description": "Inflicts intense pain on the recipient of the curse. This curse does not physically harm the victim, but may in extreme cases drive them insane. The pain is described as having hot knives being driven into the victim. It cannot be cast successfully by a person who is doing so out of pure spite or anger; one must feel a true desire to cause the victim pain. If one casts this spell, he or she will receive a life sentence in Azkaban prison for it, as with the other two Unforgivable Curses.", - "mention": "Infamously used by Death Eaters Bellatrix Lestrange, Rabastan Lestrange, Rodolphus Lestrange and Bartemius Crouch Junior to torture the Aurors Frank and Alice Longbottom into insanity.", - "etymology": "Latin crucio means \"I torture\".", - "note": null - }, - { - "id": 66, - "name": "Defodio", - "other_name": "Gouging Spell", - "pronunciation": "deh-FOH-dee-oh", - "spell_type": "Charm", - "description": "Allows the caster to dig and carve through the target.", - "mention": "Used by The Trio to escape from a bank in 1998 while riding a dragon. It was later used by Harry to write the epitaph for Dobby, who had been killed.", - "etymology": "The incantation is Latin for \"I dig\".", - "note": null - }, - { - "id": 67, - "name": "Deletrius", - "other_name": "Eradication Spell", - "pronunciation": "deh-LEE-tree-us", - "spell_type": "Charm", - "description": "Counter-charm to the Reverse Spell, vanishing the image of the last spell cast. It may also disintegrate other certain images.", - "mention": "This spell was only ever seen in 1994 when Amos Diggory used Prior Incantato to detect that Winky had cast Morsmordre using Harry Potter's wand.", - "etymology": "Latin delere, meaning \"to destroy\", and English \"detritus\", meaning rubble.", - "note": null - }, - { - "id": 68, - "name": "Densaugeo", - "other_name": null, - "pronunciation": "den-SAW-jee-oh", - "spell_type": "Hex", - "description": "This hex causes the victim's teeth to grow rapidly, but can also be used to restore lost teeth, as proven when Ted Tonks did so in 1997 for Harry Potter.", - "mention": "Introduced in 1994, when Draco Malfoy's spell rebounded upon Hermione Granger; her teeth were past her collar before she was forced to run to the hospital to get them shrunk. Later used in 1997 to mend Harry Potter's broken teeth.", - "etymology": "From Latin dens, meaning \"tooth\", and augeo, meaning \"I enlarge\"; essentially, it means \"I enlarge the tooth\".", - "note": null - }, - { - "id": 69, - "name": "Deprimo", - "other_name": null, - "pronunciation": "deh-PREEM-oh", - "spell_type": "Charm", - "description": "Charm used to blast holes in the ground.", - "mention": "Hermione Granger blasted a hole through the living room floor of Xenophilius Lovegood's house in 1998 using this spell.", - "etymology": "The incantation, when non-capitalised, means \"to depress\" or \"depress\".", - "note": null - }, - { - "id": 70, - "name": "Depulso", - "other_name": "Banishing Charm", - "pronunciation": "deh-PUL-soh", - "spell_type": "Charm", - "description": "Sends the target away from the caster. It is the counter-charm to the Summoning Charm.", - "mention": "Although it is learned in the fourth-year charms class at Hogwarts, it is used multiple times in 1993, as well as in 1995.", - "etymology": "From the Latin depulsio, meaning \"drive away\".", - "note": null - }, - { - "id": 71, - "name": "Descendo", - "other_name": null, - "pronunciation": "deh-SEN-doh", - "spell_type": "Charm", - "description": "Causes object to fall or move downwards.", - "mention": "In 1997, it was used by Ron to magically cause the stairs in his bedroom, which lead to his family's attic, to descend; later that year, Crabbe used it in an attempt to cause a wall of rubbish behind which Ron was hiding to fall on him.", - "etymology": "Descendo is Latin for \"I descend\".", - "note": null - }, - { - "id": 72, - "name": "Desk Into Pig", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Turns desks into pigs.", - "mention": "Professor McGonagall used this spell as a demonstration for her class of first years in 1991, then changed the pig back into a desk.", - "etymology": null, - "note": null - }, - { - "id": 73, - "name": "Deterioration Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Impairs foes and reduces their stamina.", - "mention": "Minerva McGonagall taught members of the Statute of Secrecy Task Force this hex to help them address the results of the Calamity in the 2010s.", - "etymology": null, - "note": null - }, - { - "id": 74, - "name": "Diffindo", - "other_name": "Severing Charm", - "pronunciation": "dih-FIN-doh", - "spell_type": "Charm", - "description": "Used to precisely cut or tear objects.", - "mention": "Used twice in 1994, the first time being by Harry Potter to cut Cedric Diggory's bag in order to talk to the latter, and the second time being by Ron Weasley to cut the lace from the cuffs of his dress robes in an attempt to make them seem less feminine. The spell was used a third time by Harry to swap the covers of his second-hand and brand-new copies of Advanced Potion-Making.", - "etymology": "Latin diffindere, meaning \"to divide\" or \"to split\".", - "note": null - }, - { - "id": 75, - "name": "Diminuendo", - "other_name": null, - "pronunciation": "dim-in-YEW-en-DOUGH", - "spell_type": "Charm", - "description": "Forces the target to shrink.", - "mention": "Performed by Nigel Wolpert in 1995, during a Dumbledore's Army meeting.", - "etymology": "The incantation derives from the musical term diminuendo, meaning \"a gradual decrease of the volume of sound\".", - "note": null - }, - { - "id": 76, - "name": "Dissendium", - "other_name": null, - "pronunciation": "dih-SEN-dee-um", - "spell_type": "Charm", - "description": "Used to open passages.", - "mention": "Used multiple times in 1993 to open the statue of Gunhilda of Gorsemoor, then again four years later in a failed attempt to open Salazar Slytherin's Locket.", - "etymology": "There are numerous suggestions.", - "note": "This may not be a spell at all in the strict sense but a password; however, when used for the statue of the hump-backed witch, one must tap the statue with their wand, indicating that it is in fact a spell." - }, - { - "id": 77, - "name": "Disillusionment Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes the target to blend seamlessly in with its surroundings, like a chameleon.", - "mention": "Used by Alastor Moody to disguise Harry Potter in 1995.", - "etymology": null, - "note": null - }, - { - "id": 78, - "name": "Draconifors", - "other_name": "Draconifors Spell", - "pronunciation": "drah-KOH-nih-fors", - "spell_type": "Transfiguration", - "description": "Transforms the target into a dragon.", - "mention": "Taught in third year Transfiguration class.", - "etymology": "From the Latin word draco, meaning \"dragon\", and forma meaning \"shape\".", - "note": null - }, - { - "id": 79, - "name": "Drought Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes puddles and ponds to dry up. Though not powerful enough to drain a body of water like a lake", - "mention": "Mentioned by Ronald Weasley in 1994 when Harry was getting ready for the Second Task of The Triwizard Tournament.", - "etymology": null, - "note": null - }, - { - "id": 80, - "name": "Ducklifors", - "other_name": "Ducklifors Jinx", - "pronunciation": "DUCK-lih-fors", - "spell_type": "Transfiguration, Jinx", - "description": "Transforms the target into a duck.", - "mention": null, - "etymology": "From the English duck, and the Latin forma meaning \"shape\".", - "note": null - }, - { - "id": 81, - "name": "Duro", - "other_name": "Hardening Charm", - "pronunciation": "DYOO-roh", - "spell_type": "Charm", - "description": "Turns an object to stone.", - "mention": "Used by Hermione Granger in 1998 while escaping from Death Eaters in the Battle of Hogwarts.", - "etymology": "Latin duro means \"harden\".", - "note": null - }, - { - "id": 82, - "name": "Ears to kumquats", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "This spell transforms the victim's ears into kumquats.", - "mention": "In 1995, Luna Lovegood read The Quibbler upside down in order to reveal the secret charm, written in Ancient Runes.", - "etymology": null, - "note": null - }, - { - "id": 83, - "name": "Ear-shrivelling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes the target's ears to shrivel up.", - "mention": "Sometime between 1989 and 1994, Bill Weasley's pen-friend sent him a hat with this curse on it.", - "etymology": null, - "note": null - }, - { - "id": 84, - "name": "Ebublio", - "other_name": "Ebublio Jinx", - "pronunciation": "ee-BUB-lee-oh", - "spell_type": "Jinx", - "description": "Causes the victim to inflate and explode into hundreds of bubbles; it can only be cast if an ally is using Aqua Eructo on the victim simultaneously.", - "mention": "Used often by members of the Statute of Secrecy Task Force.", - "etymology": null, - "note": null - }, - { - "id": 85, - "name": "Engorgio", - "other_name": "Engorgement Charm", - "pronunciation": "en-GOR-jee-oh", - "spell_type": "Charm", - "description": "Causes the target to swell in physical size. Its counter-charm is the Shrinking Charm.", - "mention": "Rubeus Hagrid used this spell on his pumpkins in 1992; two years later, Barty Crouch Jr cast this spell on a spider to make it easier for students to see when he cast a curse on it. Used on another spider three years later to test a new wand.", - "etymology": "The English word engorge means \"swell\".", - "note": "There is much speculation that this spell is the same as the Growth Charm, though this cannot be proven. Note that there is a difference between enlarging and engorging something, similar though they may seem." - }, - { - "id": 86, - "name": "Engorgio Skullus", - "other_name": null, - "pronunciation": "in-GORE-jee-oh SKUH-las", - "spell_type": "Hex", - "description": "Causes the victim's skull to swell disproportionately. This spell may be a variation of the Engorgement Charm, as they share the first word of the incantation. Its countercurse is Redactum Skullus.", - "mention": "This spell can be bought at Wiseacre's Wizarding Equipment in Diagon Alley.", - "etymology": "See etymology for above entry; \"skullus\" is Latin for \"skull\".", - "note": null - }, - { - "id": 87, - "name": "Entomorphis", - "other_name": "Insect Jinx", - "pronunciation": "en-TOE-morph-is", - "spell_type": "Jinx, Transfiguration", - "description": "This hex is used to transform the target into an insectoid for a short time.", - "mention": "Harry Potter contemplated using this hex against Dudley Dursley in 1995, though he decided against it.", - "etymology": null, - "note": null - }, - { - "id": 88, - "name": "Entrail-Expelling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Expels victim's entrails. Precise effects unknown. Invented by Urquhart Rackharrow.", - "mention": "When Harry Potter visited St Mungo's Hospital for Magical Maladies and Injuries in December 1995, he saw the portrait of Urquhart Rackharrow, which mentioned his invention of this curse.", - "etymology": null, - "note": null - }, - { - "id": 89, - "name": "Episkey", - "other_name": null, - "pronunciation": "ee-PIS-key", - "spell_type": "Healing Spell", - "description": "Used to heal relatively minor injuries, such as broken bones and cartilage.", - "mention": "In 1996, Nymphadora Tonks used this spell to fix Harry's broken nose after Draco Malfoy broke it on the Hogwarts Express,", - "etymology": "The word comes from Greek \"episkeui\" (\"επισκευή\"), which means \"repair\".", - "note": "This is part of a family of healing spells." - }, - { - "id": 90, - "name": "Epoximise", - "other_name": null, - "pronunciation": "ee-POX-i-mise", - "spell_type": "Transfiguration", - "description": "Adheres one object to another, as if they had been glued together.", - "mention": "This spell is often used by students to adhere each other's belongings to their desks (or, unfortunately, their hands).", - "etymology": "Epoximise comes from the English word epoxy, which is a type of adhesive.", - "note": "This spell may be the Permanent Sticking Charm or a variation." - }, - { - "id": 91, - "name": "Erecto", - "other_name": null, - "pronunciation": "eh-RECK-toh", - "spell_type": "Charm", - "description": "Used to erect a tent or other upright structure.", - "mention": "Used by Hermione Granger to construct a shelter for her, Harry Potter, and Ronald Weasley in 1997.", - "etymology": "Erectum is past principle of erigere, which is Latin for \"to erect\".", - "note": null - }, - { - "id": 92, - "name": "Evanesce", - "other_name": null, - "pronunciation": "ev-an-ES-key", - "spell_type": "Transfiguration", - "description": "Vanishes the target", - "mention": null, - "etymology": null, - "note": "This and the Vanishing Spell are almost certainly the same spell." - }, - { - "id": 93, - "name": "Evanesco", - "other_name": "Vanishing Spell", - "pronunciation": "ev-an-ES-koh", - "spell_type": "Transfiguration", - "description": "Vanishes the target. Vanished things go \"into non-being, which is to say, everything.\"", - "mention": "Used by William Weasley to vanish a bundle of old scrolls whilst cleaning 12 Grimmauld Place in 1995.", - "etymology": "From \"evanescene\", meaning \"something that is fleeting or disappears.", - "note": null - }, - { - "id": 94, - "name": "Everte Statum", - "other_name": null, - "pronunciation": "ee-VER-tay STAH-tum", - "spell_type": "Spell", - "description": "Throws the victim backward, similarly to being thrown.", - "mention": "Draco Malfoy used this spell on Harry Potter in 1992 during the Duelling Club.", - "etymology": "The Latin words everte, which means \"to throw out\" and statua, from the same language, meaning \"image\".", - "note": null - }, - { - "id": 95, - "name": "Expecto Patronum", - "other_name": "Patronus Charm", - "pronunciation": "ecks-PECK-toh pah-TROH-numb", - "spell_type": "Charm", - "description": "This charm is a highly powerful and advanced protective spell which will conjure a spirit guardian of their positive emotions to defend against dark creatures; it can also send messages to other witches or wizards. The Patronus takes the form of an animal, unique to each person who casts it. The form of a Patronus can change when one has undergone a period of heightened emotion.", - "mention": "Taught to Harry Potter by Remus Lupin during his Anti-Dementor lessons; This is the only known spell effective against Dementors or Lethifolds.", - "etymology": "Patronus means \"protector\" in Latin; in archaic Latin, it means \"father\"; considering the form Harry's takes, this is interesting. The Latin word expecto means \"I await\"", - "note": null - }, - { - "id": 96, - "name": "Expelliarmus", - "other_name": "Disarming Charm", - "pronunciation": "ex-PELL-ee-ARE-muss", - "spell_type": "Charm", - "description": "Forces whatever an opponent is holding to fly out of their hand. It was considered to be Harry Potter's signature spell.", - "mention": "Used by Severus Snape on Gilderoy Lockhart during a live duelling demonstration during the first and last meeting of the Duelling Club in 1992.", - "etymology": "Probably a combination of Latin expello, meaning \"expel\", and arma, meaning \"weapon\".", - "note": null - }, - { - "id": 97, - "name": "Expulso", - "other_name": "Expulso Curse", - "pronunciation": "ecks-PUHL-soh", - "spell_type": "Curse", - "description": "Provokes an explosion, unique in that it uses pressure to do so as opposed to heat.", - "mention": "Used by Antonin Dolohov during a fight in a cafe in 1997.", - "etymology": "From expulsum, which is past principle of expellere, which means \"expel\".", - "note": null - }, - { - "id": 98, - "name": "Extinguishing Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Puts out fires.", - "mention": "Charlie Weasley and his friends would use this spell should something go wrong in the tournament.", - "etymology": null, - "note": null - }, - { - "id": 99, - "name": "False memory charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Implants a false memory in the victim without them realising it was not originally theirs.", - "mention": "Voldemort used this spell twice; firstly in 1943 upon his uncle Morfin Gaunt, then sometime later on the house-elf Hokey. Both instances were to hide his crimes and make the victims believe they were responsible. It is likely that Kingsley Shacklebolt used this spell on Marietta Edgecombe in 1996 in order to prevent her from revealing Dumbledore's Army to Cornelius Fudge. This is reinforced by Dumbledore stating that Shacklebolt was \"remarkably quick on the uptake\" in modifying her memory. It is possible that Professor Horace Slughorn used this in the next school year to hide his memory of Voldemort asking him about Horcruxes, although as he retained awareness of the true memory his spell may be a different one. It is also possible that he simply repressed it to such a degree that it could not be extracted from him against his will, as the memory he gave Dumbledore simple went blank at the right times and was replaced by a disembodied shouting, rather than images; this was noted to be crudely done. Hermione Granger used this in 1997 to make her parents believe they were named Wendell and Monica Wilkins respectively, that they have no daughter, and to make them move to Australia in order to protect them from Voldemort and his Death Eaters.", - "etymology": null, - "note": null - }, - { - "id": 100, - "name": "Feather-light charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes an object light as a feather.", - "mention": "Harry Potter contemplated using this in 1993 to lighten his trunk so that he could carry it by broom to Gringotts, though he decided against it.", - "etymology": null, - "note": null - }, - { - "id": 101, - "name": "Ferret to human", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a ferret into a human.", - "mention": "It was used by Minerva McGonagall on Draco Malfoy in 1994.", - "etymology": null, - "note": null - }, - { - "id": 102, - "name": "Ferula", - "other_name": "Bandaging Charm", - "pronunciation": "fer-ROOL-lah", - "spell_type": "Conjuration, Healing spell", - "description": "Conjures up bandages and wraps them around a wound, splinting any broken bones.", - "mention": "Used by Remus Lupin in 1994 to bind Ronald Weasley's broken leg.", - "etymology": "Latin ferula means \"walking-stick\" or \"splint\".", - "note": null - }, - { - "id": 103, - "name": "Fianto Duri", - "other_name": null, - "pronunciation": "fee-AN-toh DOO-ree", - "spell_type": "Charm", - "description": "A defensive charm which, based on the etymology, strengthens shield spells, and perhaps objects in general, in a similar way to Duro.", - "mention": "Used to protect Hogwarts School of Witchcraft and Wizardry in 1998.", - "etymology": "Latin fiant means \"become\" and duri means \"hard\".", - "note": null - }, - { - "id": 104, - "name": "Fidelius Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "An immensely complex charm used to hide secret information within the soul of the charm's recipient, who is called a Secret-Keeper. The information is irretrievable unless the Secret-Keeper willingly chooses to reveal it, and only the aforementioned person can do so.", - "mention": "In 1993, it was explained that when Harry was merely an infant, he and his parents were hidden from Voldemort with this charm; from 1995 onward it was used to protect Grimmauld Place, and in 1998 it was used to protect Shell Cottage.", - "etymology": "Latin fidelis, which means \"faithful\".", - "note": "Although when a Secret-Keeper dies the secret they held can never be revealed to anyone else, in 1997 it is apparent that upon the Keeper's death all those who had been told the secret become keepers in turn." - }, - { - "id": 105, - "name": "Fiendfyre", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Unleashes cursed fire that takes the shape of animals that actively seek out living targets and burn anything in its path, including nearly indestructable substances such as horcruxes. In addition, this fire is made even more dangerous due to the fact that it is extremely difficult to control, and cannot be extinguished with normal or enchanted water.", - "mention": "Though there are numerous instances when it may have been used, it was only proven to have been used in 1998 by Vincent Crabbe, who was killed by it.", - "etymology": null, - "note": null - }, - { - "id": 106, - "name": "Finestra", - "other_name": "Finestra spell", - "pronunciation": "fi-NESS-tra", - "spell_type": "Charm", - "description": "Shatters glass.", - "mention": "On 6 December 1926, Newt Scamander shattered the front window of the Voclain & Co. jewellery store in New York using this spell to try and recapture his escaped niffler when he saw it loose inside the store stealing things.", - "etymology": null, - "note": null - }, - { - "id": 107, - "name": "Finite Incantatem", - "other_name": "General Counter-Spell", - "pronunciation": "fi-NEE-tay in-can-TAH-tem", - "spell_type": "Counter-Spell", - "description": "Terminates all spell effects in the vicinity of the caster.", - "mention": "Severus Snape used this to restore order to the Duelling Club in 1992, after the event had descended into utter chaos.", - "etymology": "Latin finire, meaning \"to finish\", and incantatem.", - "note": null - }, - { - "id": 108, - "name": "Finger-removing jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Removes a person's fingers.", - "mention": "Gunhilda Kneen jinxed her husband with this spell.", - "etymology": null, - "note": null - }, - { - "id": 109, - "name": "Firestorm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a ring of fire from the wand.", - "mention": "Albus Dumbledore used this spell to rescue Harry from Inferi in 1997.", - "etymology": null, - "note": null - }, - { - "id": 110, - "name": "Flagrante Curse", - "other_name": null, - "pronunciation": "flah-GRAHN-tay", - "spell_type": "Curse", - "description": "Causes objects to burn on contact.", - "mention": "The Lestrange Vault had this curse on it.", - "etymology": null, - "note": null - }, - { - "id": 111, - "name": "Flagrate", - "other_name": null, - "pronunciation": "flah-GRAH-tay", - "spell_type": "Charm", - "description": "Writes in midair with firey marks.", - "mention": "Tom Riddle used this spell to write his name; Hermione Granger used it three years later to mark some doors.", - "etymology": "From the Latin flagrate, meaning \"a burn\".", - "note": null - }, - { - "id": 112, - "name": "Flame-Freezing Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes fire to tickle those caught in it instead of burning them.", - "mention": "Third year students wrote an essay on the use of this charm in medieval witch-burnings; Wendelin the Weird was burned forty-seven times.", - "etymology": null, - "note": "This may be the spell used in Floo Network, as well as when Albus Dumbledore set Tom Riddle's wardrobe aflame in 1938." - }, - { - "id": 113, - "name": "Flask-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Conjures a glass flask", - "mention": "On 1 May, 1998, Hermione Granger used this spell to collect the memories of a dying Severus Snape.", - "etymology": null, - "note": null - }, - { - "id": 114, - "name": "Flintifors", - "other_name": null, - "pronunciation": "FLINT-i-fors", - "spell_type": "Transfiguration", - "description": "Transforms objects into matchboxes.", - "mention": "In the 1980s, this spell was covered in third year transfiguration classes.", - "etymology": null, - "note": "This may be related to, or the incantation for Match to needle." - }, - { - "id": 115, - "name": "Flipendo", - "other_name": "Knockback Jinx", - "pronunciation": "fli-PEN-doh", - "spell_type": "Jinx", - "description": "Knocks objects and creatures backwards.", - "mention": "Taught in first year Defence Against the Dark Arts and Charms class.", - "etymology": null, - "note": null - }, - { - "id": 116, - "name": "Flipendo Duo", - "other_name": "Knockback Jinx Duo", - "pronunciation": "flih-PEN-doh DOO-oh", - "spell_type": "Jinx", - "description": "A more powerful version of Flipendo.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 117, - "name": "Flipendo Tria", - "other_name": null, - "pronunciation": "flih-PEN-doh TREE-ah", - "spell_type": "Jinx", - "description": "A more powerful version of Flipendo Duo; it is said to resemble a miniature tornado.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 118, - "name": "Flying Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "This spell is cast on broomsticks and flying carpets to allow them to fly.", - "mention": "Draco Malfoy mentioned this spell when insulting Ron Weasley's broomstick, wondering why anyone would charm it.", - "etymology": null, - "note": null - }, - { - "id": 119, - "name": "Fumos", - "other_name": "Smokescreen Spell", - "pronunciation": "FYOO-moss", - "spell_type": "Charm", - "description": "Defensive smokescreen that hinders visibility.", - "mention": "This spell is covered in The Dark Forces: A Guide to Self-Protection.", - "etymology": null, - "note": null - }, - { - "id": 120, - "name": "Fumos Duo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "A more powerful version of Fumos.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 121, - "name": "Furnunculus", - "other_name": "Pimple Jinx", - "pronunciation": "fer-NUN-kyoo-luss", - "spell_type": "Jinx", - "description": "Covers the target in boils (or pimples).", - "mention": "Used by Harry Potter on Gregory Goyle.", - "etymology": "Latin furnunculus, meaning \"petty thief\", or English furuncle, a synonym for \"boil\".", - "note": null - }, - { - "id": 122, - "name": "Fur spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes fur to grow on the victim.", - "mention": "Fred and George Weasley used this spell on each other.", - "etymology": null, - "note": null - }, - { - "id": 123, - "name": "Geminio", - "other_name": "Doubling Charm", - "pronunciation": "jeh-MIH-nee-oh", - "spell_type": "Charm", - "description": "Duplicates the target. When used to duplicate objects indefinitely on purpose, is known as the Gemino Curse.", - "mention": "Used by Hermione Granger on Salazar Slytherin's Locket to disguise her presence from Dolores Umbridge.", - "etymology": "The Latin word gemini means \"twins\".", - "note": null - }, - { - "id": 124, - "name": "Glacius", - "other_name": "Freezing Spell", - "pronunciation": "GLAY-see-us", - "spell_type": "Charm", - "description": "Freezes the target with icy-cold air.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": "Not to be confused with the Freezing Charm, which merely immobilises things." - }, - { - "id": 125, - "name": "Glacius Duo", - "other_name": null, - "pronunciation": "GLAY-see-us DOO-oh", - "spell_type": "Charm", - "description": "A more powerful version of Glacius.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": null - }, - { - "id": 126, - "name": "Glacius Tria", - "other_name": null, - "pronunciation": "GLAY-see-us TREE-ah", - "spell_type": "Charm", - "description": "A more powerful version of Glacius Duo.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": null - }, - { - "id": 127, - "name": "Glisseo", - "other_name": null, - "pronunciation": "GLISS-ee-oh", - "spell_type": "Charm", - "description": "Causes the steps on a stairway to flatten into a slide.", - "mention": "Used by Hermione Granger to escape from Death Eaters.", - "etymology": "Probably derived from French glisser, meaning \"to slide\".", - "note": null - }, - { - "id": 128, - "name": "Green Sparks", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Jet of green sparks that can be used to signal an emergency or as a minor duelling spell.", - "mention": "Taught in Defence Against the Dark Arts; When Hagrid, Harry and Hermione try to find an injured unicorn, Hagrid says that if it is found, they must send up green sparks.", - "etymology": null, - "note": "The incantation is almost certainly Verdimillious." - }, - { - "id": 129, - "name": "Gripping Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Helps someone grip something more effectively.", - "mention": "Used on Quaffles to help Chasers carry them.", - "etymology": null, - "note": null - }, - { - "id": 130, - "name": "Gytrash-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration, Dark Arts", - "description": "Conjures luminous green Gytrashes from the wand, which can be commanded by the caster to attack an opponent.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 131, - "name": "Hair-thickening Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Thickens the victim's hair.", - "mention": "Severus Snape claimed Alicia Spinnet used this spell on her eyebrows, where as in reality she was jinxed by Miles Bletchley.", - "etymology": null, - "note": null - }, - { - "id": 132, - "name": "Harmonia Nectere Passus", - "other_name": null, - "pronunciation": "har-MOH-nee-a NECK-teh-ray PASS-us", - "spell_type": "Charm", - "description": "Repairs a Vanishing Cabinet.", - "mention": "Used by Draco Malfoy to mend a cabinet in 1996.", - "etymology": "Latin harmonia, which means \"harmony\", nectere, which means \"to bind\", and passus, which means \"step\".", - "note": null - }, - { - "id": 133, - "name": "Herbifors", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "This spell causes flowers to sprout from the victim.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 134, - "name": "Herbivicus", - "other_name": "Herbivicus Charm", - "pronunciation": "her-BIV-i-cuss", - "spell_type": "Charm", - "description": "Rapidly grows plants.", - "mention": "Taught by Professor Pomona Sprout in Herbology classes.", - "etymology": null, - "note": null - }, - { - "id": 135, - "name": "Hermione Granger's jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Causes a traitor to break out in boils spelling \"SNEAK\" on his or her forehead.", - "mention": "Hermione Granger designed and placed this jinx on the parchment signed by all members of Dumbledore's Army. When Marietta Edgecombe betrayed the D.A. to Dolores Umbridge, the jinx was triggered.", - "etymology": null, - "note": "This jinx was invented by Hermione, and may have been inspired by Furnunculus." - }, - { - "id": 136, - "name": "Homing spell", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Offensive spells that follow their target with a constant speed after being cast.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 137, - "name": "Homenum Revelio", - "other_name": "Human-Presence-Revealing Spell", - "pronunciation": "HOM-eh-num reh-VEH-lee-oh", - "spell_type": "Charm", - "description": "Reveals human presence in the vicinity of the caster.", - "mention": "Used multiple times by various people in 1997.", - "etymology": "Most likely from Latin homo, meaning human, and \"reveal\", though the classical Latin form would be hominem instead of homenum, which shows Portuguese influence (\"man\" is homem in Portuguese).", - "note": "It can be used non-verbally; Dumbledore does so to detect Harry underneath his Invisibility Cloak." - }, - { - "id": 138, - "name": "Homonculous Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Tracks the movements of human beings. The charm has a powerful effect in that it is not fooled by various methods of concealment and disguise, such as invisibility cloaks, the Polyjuice Potion or transformed Animagi.", - "mention": "This charm was used on Marauder's Map by James Potter, Sirius Black, Remus Lupin, and Peter Pettigrew after charting the grounds and halls of Hogwarts Castle in order to track the movements of everyone within the castle grounds.", - "etymology": null, - "note": null - }, - { - "id": 139, - "name": "Homorphus Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes an Animagus or transfigured object to assume its normal shape.", - "mention": "According to Lockhart, he used it to force the Wagga Wagga Werewolf to take its human form.", - "etymology": "Latin homo meaning \"person\" and Greek morphosis meaning \"shaping\"", - "note": null - }, - { - "id": 140, - "name": "Horn tongue hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Transforms the target's tongue into a horn.", - "mention": "Harry Potter came across it while perusing the index of Basic Hexes for the Busy and Vexed in search of a way to overcome the dragon he knew he would have to face in the First Task of the Triwizard Tournament. He quickly ruled it out, however, realising it would only give the dragon yet another way to attack him.", - "etymology": null, - "note": null - }, - { - "id": 141, - "name": "Horton-Keitch Braking Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Charm patented by Basil Horton and Randolph Keitch that allows for broom-riders to stop more precisely. This spell was first used on the Comet 140 to prevent players from overshooting the goal posts and from flying off-sides.", - "mention": "Enchanted on all Comet 140 broomsticks.", - "etymology": null, - "note": null - }, - { - "id": 142, - "name": "Horcrux-making spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Dark Arts", - "description": "This spell allows a part of a wizard's soul to pass into an object, thereby making the object a Horcrux. One has to commit murder and take advantage of the soul's \"splitting apart\" by this supreme act of evil in order to be able to perform this spell, and it is probably very complex. In 1943, Horace Slughorn described the spell to a young Tom Riddle as encasing a portion of the torn soul and placing it within an object. The spell itself is described in detail in a banned book known as \"Secret of the Darkest Art\", which Hermione Granger summoned from Albus Dumbledore's office near the end of their sixth year. According to the text, use of this spell to separate the soul will make the remaining portion of the soul very fragile, and can only be reversed by \"remorse\" of the wrongs the creator had made; however, the pain caused by attempting to reverse the creation of a Horcrux can destroy the individual.", - "mention": "Used by Lord Voldemort while creating his Horcruxes.", - "etymology": null, - "note": null - }, - { - "id": 143, - "name": "Hot-Air Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Conjures a stream of hot air", - "mention": "Used by Hermione Granger in 1995 to dry off her robes. Also used shortly after to melt snow. Also was used by Albus Dumbledore in 1997 to dry Harry's and his own robes.", - "etymology": null, - "note": null - }, - { - "id": 144, - "name": "Hour-Reversal Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Reverses small amounts of time (up to five hours).", - "mention": "Used to create Time-Turners, as mentioned by Professor Saul Croaker; this charm is highly unstable.", - "etymology": null, - "note": null - }, - { - "id": 145, - "name": "Hover Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Used to make the target hover. It is one of the many lesser variations of the Levitation Charm.", - "mention": "Used by Dobby to demolish a pudding.", - "etymology": null, - "note": null - }, - { - "id": 146, - "name": "Hurling Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes brooms to vibrate violently in the air and try to buck their rider off.", - "mention": "Professor Flitwick suggested that Harry's confiscated Firebolt may be jinxed with this spell.", - "etymology": null, - "note": "May be related to the broom jinx." - }, - { - "id": 147, - "name": "Illegibilus", - "other_name": null, - "pronunciation": "i-LEDJ-i-bull-is", - "spell_type": "Charm", - "description": "Makes writing impossible to read.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 148, - "name": "Immobulus", - "other_name": "Freezing Charm", - "pronunciation": "ih-MOH-byoo-luhs", - "spell_type": "Charm", - "description": "Immobilises and stops the actions of the target. It works both on living and inanimate things.", - "mention": "Hermione used it 1992 to freeze two Cornish Pixies. Horace Slughorn used Freezing Charms todisable a Muggle Burglar Alarm.", - "etymology": "From the Latin “immobilis”, meaning immovable.", - "note": null - }, - { - "id": 149, - "name": "Impedimenta", - "other_name": "Impediment Jinx", - "pronunciation": "im-ped-ih-MEN-tah", - "spell_type": "Jinx", - "description": "Slows down or stops the target.", - "mention": "Used in 1995 when Harry was practising for the Third Task of the Triwizard Tournament. In 1996, Harry saw in a memory that James Potter used it on Severus Snape. Also used in 1997 by Harry against the Inferi and Snape. Stronger uses of this spell seem capable of blowing targets away.", - "etymology": "Latin impedimentum (plural impedimenta), \"a hindrance\" or \"an impediment\".", - "note": null - }, - { - "id": 150, - "name": "Imperio", - "other_name": "Imperius Curse", - "pronunciation": "im-PEER-ee-oh", - "spell_type": "Curse", - "description": "Places the victim completely under the caster's control. The victim is put into a trance-like state, and becomes very suggestible to the commands of the caster. However, those who are strong willed may learn to resist it. One of the three \"Unforgivable Curses,\" the use of this curse on another human results in capital punishment or life sentence in Azkaban.", - "mention": "Used on many occasions. First seen in 1994 when Barty Crouch Jr, impersonating ex-Auror Alastor Moody, used it on a spider and later on students during a \"class demonstration\" in a Defence Against the Dark Arts class. While breaking into Gringotts in 1998, Harry used it on a goblin and a Death Eater when they became suspicious.", - "etymology": "Latin impero, I command, and English \"imperious\".", - "note": null - }, - { - "id": 151, - "name": "Imperturbable Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Creates an invisible magical barrier on an object, such as a door. This barrier bounces objects off of it, and muffles sounds.", - "mention": "The spell was used in 1995 by Hermione to trap Rita Skeeter within a bottle while she was in beetle form. It was also used by Molly Weasley in the same year on the door of the room in which an Order of the Phoenix meeting was being held, in order to prevent her sons, Fred and George, from eavesdropping.", - "etymology": null, - "note": null - }, - { - "id": 152, - "name": "Impervius", - "other_name": "Impervius Charm", - "pronunciation": "im-PUR-vee-us", - "spell_type": "Charm", - "description": "Makes an object repel water and mist.", - "mention": "Used by Hermione Granger in 1993 on Harry's glasses while in a Quidditch match and also by the Gryffindor Quidditch team. Also used in 1997, first by Ron to protect objects in Yaxley's office from rain, and then by Hermione to protect Harry, Ron and Griphook from the burning treasure in the Lestranges' vault.", - "etymology": "It is said that the Latin impervius means (and is the source of) \"impervious\"; although it is the source of the word, it is better translated as impassable, as in a mountain peak.", - "note": null - }, - { - "id": 153, - "name": "Inanimatus Conjurus", - "other_name": "Inanimatus Conjurus Spell", - "pronunciation": "in-an-ih-MAH-tus CON-jur-us", - "spell_type": "Transfiguration", - "description": "It is a spell of unknown effect, most likely used to conjure an inanimate object.", - "mention": "Mentioned briefly in 1995.", - "etymology": null, - "note": null - }, - { - "id": 154, - "name": "Incarcerous", - "other_name": "Incarcerous Spell", - "pronunciation": "in-KAR-ser-us", - "spell_type": "Conjuration", - "description": "Ties up the target with ropes conjured from thin air.", - "mention": "First heard in 1996, when Dolores Umbridge tries to hold off Centaurs. Also used by Harry on the Inferi in Voldemort's Crystal Cave in 1997 and also attempted to use it on Severus Snape in the same year.", - "etymology": "Probably English incarcerate, \"to imprison\". Possibly linked to the Latin in carcerem, \"in(to) prison\".", - "note": "A non-verbal version of this spell may have been used to tie up Remus Lupin by Severus Snape during the encounter in the Shrieking Shack, and then later Peter Pettigrew in 1994. It may also have been used by Quirrell in 1992, although he is said to have merely \"snapped his fingers\". Also, it may have been the spell Antonin Dolohov used non-verbally to bind Ron Weasley with \"shining black ropes\" in a skirmish on Tottenham Court Road." - }, - { - "id": 155, - "name": "Incendio", - "other_name": "Fire-Making Spell", - "pronunciation": "in-SEN-dee-oh", - "spell_type": "Charm, Conjuration", - "description": "Produces fire.", - "mention": "It was used in 1994 by Arthur Weasley to create a fire in the Dursleys' hearth so that he could use Floo powder there.", - "etymology": "Latin incendere, \"to set fire (to)\". Note that the first principal part of this verb (meaning \"I set fire\") is incendo, not incendio; the incantation does not match exactly any correct conjugation of the verb. Incêndio, in Portuguese (same pronunciation as in English) means 'huge fire'. \"Encender\" in Spanish means \"to ignite\" and \"Incendie\" in French means flame. (A plausible but less likely source might be that it is a back-formation from the English word \"incendiary,\" i.e., \"causing fire.\")", - "note": null - }, - { - "id": 156, - "name": "Incendio Duo", - "other_name": null, - "pronunciation": "in-SEN-dee-oh DOO-oh", - "spell_type": "Charm", - "description": "A stronger version of Incendio.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 157, - "name": "Incendio Tria", - "other_name": null, - "pronunciation": "in-SEN-dee-oh TREE-ah", - "spell_type": "Charm", - "description": "An improvement over both Incendio and Incendio Duo.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 158, - "name": "Inflatus", - "other_name": "Inflating Charm", - "pronunciation": "in-FLAY-tus", - "spell_type": "Charm", - "description": "Inflates the target, filling it with air.", - "mention": null, - "etymology": "The prefix 'Inflate' derives from the English verb \"to expand with oxygen\".", - "note": null - }, - { - "id": 159, - "name": "Informous", - "other_name": "Informous Spell", - "pronunciation": "in-FOR-m-es", - "spell_type": "Charm", - "description": "Informous is a spell that is used to complete one's Folio Bruti. A page with a brief description (including weaknesses and strengths) of the charmed creature is added to the caster's Folio Bruti.", - "mention": null, - "etymology": "The prefix Info derives from the English verb \"to inform\".", - "note": null - }, - { - "id": 160, - "name": "Instant Scalping Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Instantly scalps all the hair off of a target.", - "mention": "Harry Potter came across it while browsing the index of Basic Hexes for the Busy and Vexed, trying to find a way to fight the dragon he knew he would have to face for the First Task of the Triwizard Tournament. He quickly decided it would be ineffective, because dragons do not have hair.", - "etymology": null, - "note": "This spell has similar effects to the Hair-Loss Curse." - }, - { - "id": 161, - "name": "Intruder Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Detects intruders and sounds an alarm.", - "mention": "Horace Slughorn used it on a Muggle-owned house he stayed in temporarily in 1996, but did not hear it go off when Albus Dumbledore and Harry Potter arrived, as he was in the bath.", - "etymology": null, - "note": null - }, - { - "id": 162, - "name": "Locomotor Wibbly", - "other_name": "Jelly-Legs Curse", - "pronunciation": "loh-koh-MOH-tor WIB-lee", - "spell_type": "Curse, Jinx", - "description": "Causes the victim's legs to collapse as if they were turned to jelly.", - "mention": "One of the spells mentioned in Curses and Counter-Curses by Vindictus Viridian, used on Harry, practising for the Third Task of the Triwizard Tournament, by Hermione. Also, Draco Malfoy was hit with this jinx (along with another one) at the end of the term.", - "etymology": null, - "note": null - }, - { - "id": 163, - "name": "Jelly-Brain Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Reduces the target's mental processes.", - "mention": "During the September 1999 riot that took place during the Puddlemere United/Holyhead Harpies Quidditch game, a lot of Harpy supporters were using this jinx.", - "etymology": null, - "note": "This spell may have been the spell that the Death Eaters hit Ron with in Harry Potter and the Order of the Phoenix in the Battle of the Department of Mysteries." - }, - { - "id": 164, - "name": "Jelly-Fingers Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes target's fingers to become wobbly, making it uneasy for the victim to grasp objects.", - "mention": "After a June 1999 Pride of Portree/Appleby Arrows Quidditch game, the losing Seeker accused his opposite number of putting this curse on him as they both closed in on the Snitch.", - "etymology": null, - "note": null - }, - { - "id": 165, - "name": "Knee-reversal hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Puts knees on backward.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 166, - "name": "Lacarnum Inflamari", - "other_name": null, - "pronunciation": "la-KAR-num in-flah-MAR-ee", - "spell_type": "Charm", - "description": "Ignites cloaks.", - "mention": "Used by Hermione in 1991 to stop Snape from cursing Harry. The incantation is only used in the film adaptation of Harry Potter and the Philosopher's Stone.", - "etymology": "Latin inflammo, or the verb inflammatio meaning \"to set on fire\". Lacarnum, from the Latin “lacerna”, meaning “cloak”.", - "note": null - }, - { - "id": 167, - "name": "Langlock", - "other_name": null, - "pronunciation": "LANG-lock", - "spell_type": "Jinx", - "description": "Sticks a victim's tongue to the roof of their mouth. Created by Severus Snape.", - "mention": "Used by Harry on Peeves and twice on Argus Filch, to general applause.", - "etymology": "Probably from the French langue (\"tongue\") and the English \"lock\".", - "note": null - }, - { - "id": 168, - "name": "Lapifors", - "other_name": "Lapifors Spell", - "pronunciation": "LAP-ih-forz", - "spell_type": "Transfiguration", - "description": "Transforms the target into a rabbit.", - "mention": "Taught in third year Transfiguration class.", - "etymology": "From Latin lepus meaning hare, and forma meaning \"shape\".", - "note": null - }, - { - "id": 169, - "name": "Leek Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Makes leeks sprout out of the target's ears.", - "mention": "Used by a fighting Gryffindor fourth year and sixth year Slytherin before a Quidditch match in 1992.", - "etymology": null, - "note": null - }, - { - "id": 170, - "name": "Legilimens", - "other_name": "Legilimency Spell", - "pronunciation": null, - "spell_type": "Charm", - "description": null, - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 171, - "name": "Type: Charm\n", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Allows the caster to delve into the mind of the victim, allowing the caster to see the memories, thoughts, and emotions of the victim.", - "mention": "Used by Severus Snape on Harry after he had a dream about Arthur Weasley being attacked by Nagini in 1995. Also during Occlumency lessons in 1996. Also used non-verbally by Snape on Harry in 1997 to allow him to see where Harry had learned the Sectumsempra spell.", - "etymology": "Latin legere (\"to read\") and mens (\"mind\").", - "note": null - }, - { - "id": 172, - "name": "Levicorpus", - "other_name": null, - "pronunciation": "leh-vee-COR-pus", - "spell_type": "Jinx", - "description": "Hoists people up into the air by their ankle. Created by Severus Snape.", - "mention": "Apparently invented by the Half-Blood Prince; it is a non-verbal-only spell (although it is whispered by Hermione in 1997). Harry Potter learnt it by reading the notes written by the Half-Blood Prince. He used it on Ron. The previous year, Harry had seen (through the Pensieve used by Severus Snape) his father, James Potter, use the spell against Professor Snape.", - "etymology": "Latin levare, \"raise\" and corpus, \"body\" or \"corpse\".", - "note": null - }, - { - "id": 173, - "name": "Liberacorpus", - "other_name": null, - "pronunciation": "LIB-er-ah-cor-pus", - "spell_type": "Counter-Jinx", - "description": "The counter-jinx to Levicorpus.", - "mention": "Harry used the spell in 1996 to counteract Levicorpus he had inadvertently cast on Ron.", - "etymology": "Latin liberare, \"to free\", and corpus, \"body\" or \"corpse\".", - "note": "It is not clear why Levicorpus has a specific counter-spell, and is not neutralised by simply using Finite Incantatem, although this could be due to the fact that Snape invented the spell and therefore made it irreversible except by its specific counter-curse." - }, - { - "id": 174, - "name": "Locomotor", - "other_name": "Locomotion Charm", - "pronunciation": "loh-kuh-MOH-tor", - "spell_type": "Charm", - "description": "Allows a witch or wizard to levitate a target a few inches off of the ground and then move said object in any given direction. Similarly to the Summoning Charm, a specific object can be moved by calling the object aloud after saying the incantation.", - "mention": "Used by Nymphadora Tonks in Harry Potter to move Harry's trunk from his room. Filius Flitwick similarly used it to move Sybill Trelawney's trunk after Dolores Umbridge sacked her. Parvati Patil and Lavender Brown used this spell to race their pencil cases around the edges of the table. A variation seen in 1998 is Piertotum Locomotor, which caused the statues of Hogwarts to be animated.", - "etymology": "Latin locus (place) and moto, \"set in motion\" (passive motor), or English locomotion.", - "note": null - }, - { - "id": 175, - "name": "Locomotor Mortis", - "other_name": "Leg-Locker Curse", - "pronunciation": "LOH-koh-moh-tor MOR-tis", - "spell_type": "Curse", - "description": "Sticks legs together.", - "mention": "Used by Draco Malfoy on Neville Longbottom in 1991. Used by Harry Potter on Draco Malfoy, who deflected it, in 1996.", - "etymology": "English locomotion, \"movement\" + Latin mortis, \"of death\".", - "note": "It is unclear whether or how this spell is related to the Locomotor spell. It could, however, be that the curse \"locks\" any part of the body in accordance to where it is pointed, or moves the body into a position of the caster's choosing whilst placing them into an immobile state. It is possible that Draco had pointed his wand at Neville and the curse \"locked\" his legs together." - }, - { - "id": 176, - "name": "Lumos", - "other_name": "Wand-Lighting Charm", - "pronunciation": "LOO-mos", - "spell_type": "Charm", - "description": "Illuminates the tip of the caster's wand, allowing the caster to see in the dark.", - "mention": "Used by Albus Dumbledore to illuminate the dark cave in 1997.", - "etymology": "Latin lumen, \"light\".", - "note": "opposite incantation, Nox, puts the light out." - }, - { - "id": 177, - "name": "Lumos Duo", - "other_name": "Wand-Lighting Charm Duo", - "pronunciation": "LOO-mos DOO-oh", - "spell_type": "Charm", - "description": "Creates a focused beam of light from the end of the wand. It is a variant of the Wand-Lighting Charm.", - "mention": null, - "etymology": "Lumos plus Latin duo, \"two\".", - "note": null - }, - { - "id": 178, - "name": "Lumos Maxima", - "other_name": null, - "pronunciation": "LOO-mos Ma-cks-ima", - "spell_type": "Charm", - "description": "Produces a blinding flash of bright white light from the tip of the wand. It is a variant of the Wand-Lighting Charm.", - "mention": "First practised by Harry in the home of the Dursleys, then used by Dumbledore to light up the cave of the Horcrux.", - "etymology": "Lumos + maxima, Latin \"greatest.\"", - "note": null - }, - { - "id": 179, - "name": "Lumos Solem", - "other_name": "Lumos Solem Spell", - "pronunciation": "LOO-mos SO-lem", - "spell_type": "Charm", - "description": "Produce a blinding flash of sunlight. It is a variant of the Wand-Lighting Charm.", - "mention": "Used by Hermione to free Ron from the Devil's Snare. The incantation was only used in the film adaptation of Harry Potter and the Philosopher's Stone.", - "etymology": "Derived from two words; the Latin lumen, meaning \"light\", and the Latin word for \"sun\", which in its accusative case is \"solem\".", - "note": "It is possible that the quality of the light is on the warmer solar end of the spectrum; Considering the known uses that the spell has been put to, it isn't that much of a stretch to presume that the spell is used to conjure Sunlight." - }, - { - "id": 180, - "name": "Magicus Extremos", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Partnership-based charm that temporarily increases the casters' spell power.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 181, - "name": "Melofors", - "other_name": "Melofors Jinx", - "pronunciation": null, - "spell_type": "Jinx", - "description": "Encases the victim's head in a pumpkin.", - "mention": "Cornelius Fudge was rumoured to have been a victim of this jinx after having been overpowered by Albus Dumbledore in a duel in 1996.", - "etymology": null, - "note": null - }, - { - "id": 182, - "name": "Meteolojinx Recanto", - "other_name": null, - "pronunciation": "mee-tee-OH-loh-jinks reh-CAN-toh.", - "spell_type": "Counter-Charm", - "description": "Causes weather effects caused by jinxes to cease.", - "mention": "Suggested in 1997 by Arthur Weasley to Ron (disguised as Reginald Cattermole by use of Polyjuice Potion) as the best way to clear up the rain jinx on a Ministry office. Also used by Bartemius Crouch Jr (Disguised as Alastor Moody) In 1994 to cease the weather effect of the Great Hall's Ceiling insisting it is broken as he told Dumbledore to \"Fix his ceiling\".", - "etymology": "Meteorology, the study of weather, the word jinx and recant, \"to withdraw or retract\". Interestingly in modern English recant means to say that you no longer hold a belief.", - "note": null - }, - { - "id": 183, - "name": "Mimblewimble", - "other_name": "Tongue-Tying Curse", - "pronunciation": "MIM-bull-wim-bull", - "spell_type": "Curse", - "description": "Ties the target's tongue in a knot, preventing them from making coherent speech, or saying incantations correctly, making it useful in duels.", - "mention": "Seen in 1997 as a deterrent to Severus Snape, or any other unwanted visitor of 12 Grimmauld Place, from betraying their location to anyone else.", - "etymology": null, - "note": null - }, - { - "id": 184, - "name": "Ministry of Magic Fog", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Patented charm used by the Ministry for Magic to conceal certain areas from Muggle view.", - "mention": "Seen in 1997 as a deterrent to Severus Snape, or any other unwanted visitor of 12 Grimmauld Place, from betraying their location to anyone else.", - "etymology": null, - "note": "In 1999, after the Invisibility Charm debacle at the Exmoor Quidditch Stadium, the Ministry considered trying this fog to hide the stadium from view." - }, - { - "id": 185, - "name": "Mobiliarbus", - "other_name": null, - "pronunciation": "mo-bil-lee-AR-bus", - "spell_type": "Charm", - "description": "Levitates wooden objects a few inches off of the ground and moves them in any given direction.", - "mention": "In 1993, Hermione Granger used the spell to move a Christmas Tree in The Three Broomsticks beside her table to hide Harry Potter, who was in Hogsmeade illegally.", - "etymology": "Latin mobilis, \"movable\" or \"flexible\", and arbor (alternatively arbos), \"tree\".", - "note": "It is possible that Mobilicorpus and Mobiliarbus are variations of the same basic spell, since they share the \"Mobili-\" stem." - }, - { - "id": 186, - "name": "Mobilicorpus", - "other_name": null, - "pronunciation": "moh-bil-lee-COR-pus", - "spell_type": "Charm", - "description": "Levitates and moves bodies.", - "mention": "Sirius Black used it on Severus Snape in 1994. It was probably used on Peter Pettigrew by Lord Voldemort in the graveyard to make him come forward.", - "etymology": "Latin mobilis, \"movable\", and corpus, \"body\".", - "note": "It is possible that Mobiliarbus and Mobilicorpus are variations of the same basic spell, since they share the \"Mobili-\" stem." - }, - { - "id": 187, - "name": "Molliare", - "other_name": "Cushioning Charm", - "pronunciation": "mull-ee-AR-ay", - "spell_type": "Charm", - "description": "Produces an invisible cushion over the target, is used primarily in the manufacturing of broomsticks.", - "mention": "Used by Hermione Granger to cushion her, Harry, and Ron's fall in Gringotts Wizard Bank in 1998.", - "etymology": null, - "note": "This spell may be related to Arresto Momentum and Spongify." - }, - { - "id": 188, - "name": "Molly Weasley's curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Like the Avada Kedavra curse, it kills (or freezes) the victim. It turns the body grey/blue (or paler) while it turns to stone and then another twin jinx can blast the body into pieces.", - "mention": null, - "etymology": null, - "note": "This may be Hardening Charm or Freezing Charm, although the latter is shown to be blue in 1992." - }, - { - "id": 189, - "name": "Morsmordre", - "other_name": null, - "pronunciation": "morz-MOR-druh", - "spell_type": null, - "description": "Conjures the Dark Mark, which is the sign of the Death Eaters.", - "mention": "Used by Barty Crouch Jr in 1994. Also seen in 1997 over the castle to lure Albus Dumbledore to his death. It was apparently invented by Lord Voldemort.", - "etymology": "Latin mors, \"death\", and mordere, meaning \"to bite\" (or its French derivative mordre); this would appear to be associated with the name of Lord Voldemort's followers, the Death Eaters. The English murder might also contribute.", - "note": "A possible translation might be \"take a bite out of death\", a fitting phrase for Death Eaters." - }, - { - "id": 190, - "name": "Mucus ad Nauseam", - "other_name": "Curse of the Bogies", - "pronunciation": "MYOO-kus ahd NAW-zee-um", - "spell_type": "Curse", - "description": "Gives the victim a nasty cold and an extremely runny nose that can cause the victim to collapse if it is not treated. The cold is accompanied with constant sneezing.", - "mention": "Mentioned by Professor Quirrell to his first-year class.", - "etymology": null, - "note": null - }, - { - "id": 191, - "name": "Muffliato", - "other_name": "Muffliato Charm", - "pronunciation": "muf-lee-AH-to", - "spell_type": "Charm", - "description": "Prevents others from hearing nearby conversations by filling peoples' ears with an unidentifiable buzzing.", - "mention": "It was used in 1996 by Harry Potter and Ron Weasley on various teachers and people such as Madam Pomfrey. It was created by Severus Snape. As pointed out by Hermione, it is probably not Ministry of Magic approved. It was also used in 1997 by Hermione Granger in protection of the camp-site where Harry and she stayed in hiding.", - "etymology": "English muffle, \"to quiet\", with a pseudo-Latin or pseudo-Italian ending.", - "note": null - }, - { - "id": 192, - "name": "Multicorfors", - "other_name": "Multicorfors Spell", - "pronunciation": "mull-tee-COR-fors", - "spell_type": "Transfiguration", - "description": "Multicorfors is a charm used to change the colour and style of one's clothing.", - "mention": "It may also be the same charm as when Harry accidentally changed the colour of his eyebrow, before he asked Luna to Slughorn's Christmas party. (Unlikely, as that was performed as a Transfiguration exercise, which is rather unrelated to Charms.) Could have possibly been used when Harry accidentally changed the colour of his teachers hair, at St. Grogory's Primary School.", - "etymology": null, - "note": null - }, - { - "id": 193, - "name": "Mutatio Skullus", - "other_name": null, - "pronunciation": "myoo-TAY-toh SKULL-us", - "spell_type": "Hex", - "description": "Mutates the victim's head, causing them to grows extra heads.", - "mention": "Used by Ancient Egyptian wizards, as noted by Ron Weasley in 1993.", - "etymology": null, - "note": null - }, - { - "id": 194, - "name": "Nox", - "other_name": "Wand-Extinguishing Charm", - "pronunciation": "NOCKSS", - "spell_type": "Charm", - "description": "Extinguishes wandlight. It the counter-charm for the Wand-Lighting Charm, Lumos.", - "mention": "In 1994, Harry Potter and Hermione Granger used this spell to turn off their wand-lights in the Shrieking Shack. Used in 1998 when Harry was in the passage beneath the Whomping Willow which leads to the Shrieking Shack. Lumos's power can be arranged so that a powerful wizard can make the charm illuminate intensely or to the wizards liking by loudness of incantation. For example \"LUMOS!!!\" would be powerful and \"lumos\" would be weaker. Also used by Harry Potter in 1998 to turn off the light so he could hide the Marauder's Map from Severus Snape.", - "etymology": "Latin nox, meaning \"night\".", - "note": null - }, - { - "id": 195, - "name": "Nebulus", - "other_name": null, - "pronunciation": "NEH-bu-lus", - "spell_type": "Charm", - "description": "Creates fog from the tip of the wand.", - "mention": "In 1927, Albus Dumbledore used this spell to conjure a fog in London to provide concealment for his meeting with Newton Scamander.", - "etymology": null, - "note": "This may be the incantation for the Ministry of Magic Fog." - }, - { - "id": 196, - "name": "Oculus Reparo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Mends eyeglasses.", - "mention": "Used by Hermione in 1991 and 1992 to fix Harry's glasses.", - "etymology": null, - "note": "This spell is a variation of Reparo." - }, - { - "id": 197, - "name": "Obliteration Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Removes footprints.", - "mention": "Used by Hermione in 1995 to remove the footprints that she, Harry, and Ron left in the snow while walking to Hagrid's hut. Also used in 1997 by Hermione to remove the footprints she and Harry left behind them in the snow as they journeyed through Godric's Hollow.", - "etymology": null, - "note": "The Obliteration Charm is only known to remove footprints. There is no explanation as to what effect it can have on other things. It could possibly destroy things, according to its name." - }, - { - "id": 198, - "name": "Obliviate", - "other_name": "Memory Charm", - "pronunciation": "oh-BLI-vee-ate", - "spell_type": "Charm", - "description": "Erases specific memories.", - "mention": "First seen in 1993 when used by Gilderoy Lockhart on Harry and Ron; the spell backfired due to a faulty wand, costing Lockhart most of his own memory. Also, Hermione Granger used this spell to wipe her parents memories in 1997. Again, it was used in 1997 when Hermione Granger used the spell on 2 Death Eaters who had followed Harry, Ron, and Hermione after their escape from Bill Weasley's and Fleur Delacour's wedding.", - "etymology": "Latin oblivisci, \"forget\". The spell is most often used against Muggles who have seen something of the Wizarding world.", - "note": "Invented by Mnemone Radford, who became the Ministry's first Obliviator. The Ministry of Magic employees assigned to modifying the memories of Muggles are called Obliviators. The charm can be broken by powerful magic, or extreme duress, as Lord Voldemort was able to torture Bertha Jorkins into remembering details that Barty Crouch Snr had forced her to forget using the charm. In this case, it was also shown that if the charm is too powerful, it can cause the target to develop a bad memory. This spell differs from the False Memory Charm." - }, - { - "id": 199, - "name": "Obscuro", - "other_name": null, - "pronunciation": "ob-SKYUR-oh", - "spell_type": "Conjuration", - "description": "Blindfolds the target.", - "mention": "Used by Hermione Granger in 1997 to obstruct the portrait of Phineas Nigellus's view of their location.", - "etymology": "English word obscure, meaning \"unclear\" or \"unnoticeable\".", - "note": "This spell might only affect characters in paintings; there are no other references to this spell." - }, - { - "id": 200, - "name": "Oppugno", - "other_name": "Oppugno Jinx", - "pronunciation": "oh-PUG-noh", - "spell_type": "Jinx", - "description": "Causes targeted objects to attack a victim. It is particularly effective in conjunction with the Bird-Conjuring Charm.", - "mention": "Used by Hermione Granger in 1996 to attack Ron Weasley with a summoned flock of canaries during an argument.", - "etymology": "Latin oppugno, \"I attack\".", - "note": null - }, - { - "id": 201, - "name": "Orbis", - "other_name": "Orbix Jinx", - "pronunciation": "OR-biss", - "spell_type": "Jinx", - "description": "Sucks the target into the ground.", - "mention": null, - "etymology": "Orbis is Latin for 'circle', which reflects the spell's physical appearance.", - "note": null - }, - { - "id": 202, - "name": "Orchideous", - "other_name": null, - "pronunciation": "or-KID-ee-us", - "spell_type": "Conjuration", - "description": "Conjures a bouquet of flowers.", - "mention": "Used in 1994 by Mr Ollivander to test Fleur Delacour's wand. Probably used non-verbally by Tom Riddle to present flowers to Mrs Smith.", - "etymology": "English orchid and Latin suffix -eous, \"of or bearing (the root word)\".", - "note": "A variation of this spell may have been used when Hermione Granger conjured a Christmas wreath to place on James and Lily Potter's graves in 1997." - }, - { - "id": 203, - "name": "Oscausi", - "other_name": null, - "pronunciation": "os-SCOW-zee", - "spell_type": "Dark charm", - "description": "Seal someone's mouth shut, making it appear it was never there.", - "mention": "Used by Leta Lestrange on a girl from Gryffindor when they were both in their third year at Hogwarts. The Gryffindor girl was speaking ill of Lestrange behind her back until Lestrange emerged from hiding nearby, and muted the Gryffindor girl with this spell.", - "etymology": "Possibly derived as a portmanteau of os, Latin for \"mouth\", and clausi (a conjugated form of claudo), Latin for \"I shut\". It may additionally be a pun or wordplay on scusi, the Italian interjection for \"excuse me\".", - "note": null - }, - { - "id": 204, - "name": "Pack", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Packs luggage.", - "mention": "Used in 1994 by Remus Lupin in his office, and in 1995 by Nymphadora Tonks, once verbally and again non-verbally.", - "etymology": null, - "note": null - }, - { - "id": 205, - "name": "Papyrus Reparo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Mends torn pieces of paper.", - "mention": "This spell was used by Newton Scamander in 1927 to restore a torn postcard from Porpentina Goldstein addressed to Queenie Goldstein.", - "etymology": null, - "note": "This spell is a variation of Reparo." - }, - { - "id": 206, - "name": "Patented Daydream Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Gives the spell caster a highly-realistic 30-minute daydream. Side effects include mild drooling and a vacant expression.", - "mention": "These were invented by Fred and George Weasley and sold in 1996 at their joke shop, presumably in the form of some kind of physical object, similar to Skiving Snackboxes.", - "etymology": null, - "note": null - }, - { - "id": 207, - "name": "Partis Temporus", - "other_name": null, - "pronunciation": "PAR-tis temp-OAR-us", - "spell_type": "Charm", - "description": "Creates a temporary gap in the target.", - "mention": "Used by Albus Dumbledore in the Crystal Cave in 1997. He uses it so that he and Harry can pass through the ring of fire used to ward off the Inferi.", - "etymology": "Partis is a plural form of the French verb partir, which means \"to separate,\" \"to go away,\" \"to leave,\" or \"to depart.\" Temporis is Latin for \"time.\"", - "note": null - }, - { - "id": 208, - "name": "Pepper breath hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Gives the victim fiery hot breath.", - "mention": "Harry Potter learned of this hex from Basic Hexes for the Busy and Vexed while researching spells to use during the Triwizard Tournament and decided not to use it against the dragon he would face in the First Task.", - "etymology": null, - "note": null - }, - { - "id": 209, - "name": "Periculum", - "other_name": null, - "pronunciation": "pur-ICK-you-lum", - "spell_type": "Charm", - "description": "Produces a burst of red sparks.", - "mention": "Used during the third task of the Tri-wizard Tournament by Harry.", - "etymology": "Periculum is Latin for \"danger\".", - "note": null - }, - { - "id": 210, - "name": "Permanent Sticking Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Sticks objects permanently in place.", - "mention": "First mentioned in 1995, when Sirius Black suspected that his mother's painting was fixed to the wall with such a Charm. It is implied that the portrait in the Muggle Prime Minister's office also has such a charm on it.", - "etymology": null, - "note": "It is never said whether the charm prevents the object from being removed by cutting away the section of wall. The incantation could be gluten sempra, meaning glue forever, or adher sempra, which means stick forever." - }, - { - "id": 211, - "name": "Peskipiksi Pesternomi", - "other_name": null, - "pronunciation": "PES-key PIX-ee PES-ter NO-mee", - "spell_type": "Charm", - "description": "The one time it was used, it had absolutely no effect.", - "mention": "Used by Lockhart to attempt to remove Cornish Pixies.", - "etymology": "English pesky meaning \"annoying\", English pixie meaning \"a supernatural being\", English pester meaning \"to annoy\", English no for negative and English me for the first person pronoun.", - "note": "It is not known if the spell works or not. It also suspiciously sounds like \"Pesky pixie pester no me.\"" - }, - { - "id": 212, - "name": "Petrificus Totalus", - "other_name": "Full Body-Bind Curse", - "pronunciation": "pe-TRI-fi-cus to-TAH-lus", - "spell_type": "Curse", - "description": "Used to temporarily bind the victim's body in a position much like that of a soldier at attention; the victim will usually fall to the ground.", - "mention": "Used in 1991 by Hermione, who was trying to prevent Neville from stopping her, Ron, and Harry from leaving the common room to hunt for the Philosopher's Stone, in the Hall of Prophecy during the Battle of the Department of Mysteries to petrify one of the Death Eaters pursuing the group, and used on Harry by Draco Malfoy in the Hogwarts Express in 1996.", - "etymology": "Latin petra, meaning \"stone\", and fieri (past participle factus), meaning \"to become\"; totalus comes from Latin \"totus\", meaning \"complete\".", - "note": null - }, - { - "id": 213, - "name": "Piertotum Locomotor", - "other_name": null, - "pronunciation": "peer-TOH-tuhm loh-kuh-MOH-tor", - "spell_type": "Charm", - "description": "Brings animates inanimate targets.", - "mention": "In the Battle of Hogwarts, Professor McGonagall used this spell to animate the suits of armour and statues within Hogwarts, to defend the castle. Possibly used by Albus Dumbledore to enchant the statues on the fountain in the entrance to the Ministry of Magic Department.", - "etymology": "Pier means \"friend\" or \"colleague\", totum refers to \"the whole\" or \"total\", and locomotor means \"the movement of\".", - "note": null - }, - { - "id": 214, - "name": "Piscifors", - "other_name": null, - "pronunciation": "PIS-ee-fors", - "spell_type": "Transfiguration", - "description": "Transforms things into fish.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 215, - "name": "Placement Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Maigcally places an object in or on a specific location. Placement Charms can be used to place a bridle on a Kelpie to render it harmless and docile.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 216, - "name": "Point Me", - "other_name": "Four-Point Spell", - "pronunciation": null, - "spell_type": "Spell", - "description": "Makes the caster's wand point due north.", - "mention": "Hermione Granger taught it to Harry Potter, who used it during the Triwizard Tournament, particularly to navigate the hedge maze during the Third Task.", - "etymology": null, - "note": null - }, - { - "id": 217, - "name": "Portus", - "other_name": null, - "pronunciation": "POR-tus", - "spell_type": "Charm", - "description": "Turns an object into a portkey.", - "mention": "Used by Albus Dumbledore in 1996.", - "etymology": "Latin porta, meaning \"gate\", or portare, meaning \"to carry\" (as in to carry the caster or target to another location). There is a Latin word portus, meaning \"harbour\", but it is inappropriate in this context.", - "note": "Portkeys were first seen in 1994 as a means for Harry, Hermione, and the Weasleys to go to the Quidditch World Cup. However, the spell used in its creation was not seen until 1995." - }, - { - "id": 218, - "name": "Prior Incantato", - "other_name": "Reverse Spell", - "pronunciation": "pri-OR in-can-TAH-toh", - "spell_type": "Charm", - "description": "Forces a wand to show an \"echo\" of the last spell it performed.", - "mention": "Used by Amos Diggory in 1994 to discover the last spell cast by Harry's wand after it was found in the hands of Winky, a house-elf.", - "etymology": "Latin prior, \"previous\", and incantare, \"to speak a spell\" (past participle incantatum).", - "note": "Can manifest in the form of the Reverse Spell effect, or Priori Incantatem, when wands with the same core attempt to do battle." - }, - { - "id": 219, - "name": "Protean Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes copies of an object to be remotely affected by changes made to the original.", - "mention": "First used in 1995. Hermione Granger put the charm on a number of fake Galleons. Instead of the serial number around the edge of the coin, the time and date of the next meeting of Dumbledore's Army appeared. It is possible that this charm is used on the Death Eaters' Dark Marks.", - "etymology": "The English word Protean derives from Proteus, a god in Greek Mythology. Proteus was a shape-shifter, able to take many forms. As a result, the word Protean has come to refer to versatility, flexibility, or an ability to assume many forms. \"Protean\" is also similar to \"protein\", derived from the same root, meaning a variable, flexible substance which forms strong bonds between its constituent parts.", - "note": "On Hermione's fake galleons, when the date changes, the coin becomes hot, alerting the owner to look at the coin. This may not be a feature of the original charm. It may be a Flagrante Curse, when the Protean Charm changes the coin the curse may activate. It would seem from this that you can decide what the effects on the charmed objects are. Possibly by saying something along the lines of \"Protean flagrante.\" although this is just speculation." - }, - { - "id": 220, - "name": "Protego", - "other_name": "Shield Charm", - "pronunciation": "pro-TAY-goh", - "spell_type": "Charm", - "description": "Invisible shield that reflects spells and blocks physical entities.", - "mention": "First seen in 1995, in which Harry is taught this spell by Hermione in preparation for the third task in the Triwizard Tournament. Albus Dumbledore uses a similar spell which reverses the construction of glass back into sand when Voldemort sent shards of glass to try to stab Dumbledore. Fred and George Weasley enchanted hats they dubbed \"shield hats\" with this spell in 1997.", - "etymology": "Latin protego, \"I cover\" or \"I protect\".", - "note": "The original description of this spell states that it rebounds minor jinxes to the caster. However, it is shown that it can also be used to reflect or lessen the effects of more powerful spells, depending on the skill of the caster. In 1998, it is also shown to be able to create a sort of force-field across an area, and is used frequently to prevent two participants in an argument from reaching each other." - }, - { - "id": 221, - "name": "Protego Diabolica", - "other_name": null, - "pronunciation": "pro-TAY-goh dia-BOHL-i-cub", - "spell_type": "Dark Arts", - "description": "Conjures a protective ring of black fire around the caster that only affects their enemies.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 222, - "name": "Protego Horribilis", - "other_name": null, - "pronunciation": "pro-TAY-goh horr-uh-BIHL-ihs", - "spell_type": "Charm", - "description": "A powerful shield charm against dark magic.", - "mention": "Cast by Professor Flitwick in an attempt to strengthen the castle's defences in the Battle of Hogwarts.", - "etymology": "Latin Protego, \"I protect\", and Horribilis, \"horrible , frightful, dreadful\".", - "note": null - }, - { - "id": 223, - "name": "Protego Maxima", - "other_name": null, - "pronunciation": "pro-TAY-goh MAX-ee-Ma \t\"TwoProtego\"", - "spell_type": "Charm", - "description": "A powerful shield charm against dark magic. A stronger and bigger version of Protego, especially when combined with other wizards casting it at the same time. Was so powerful that it could also disintegrate people that came too close and tried to enter it.", - "mention": "Cast by Professor Flitwick, Professor McGonagall, Professor Slughorn and Mrs Weasley in an attempt to strengthen the castle's defences in the Battle of Hogwarts.", - "etymology": "Latin Protego, \"I protect\"", - "note": null - }, - { - "id": 224, - "name": "Protego totalum", - "other_name": null, - "pronunciation": "pro-TAY-goh toh-TAH-lum", - "spell_type": "Charm", - "description": "Protects an area for an extended period of time.", - "mention": "In 1997, this was one of the spells used by Hermione Granger and Harry Potter to protect their camp site from unwanted visitors.", - "etymology": "Latin protego meaning \"to protect\" and Latin totus meaning \"as a whole\".", - "note": null - }, - { - "id": 225, - "name": "Purple Firecrackers", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes purple firecrackers to shoot out from the tip of one's wand.", - "mention": "On 31 October 1991, Albus Dumbledore used this spell to get the attention of panicking diners in the Great Hall when a troll was loose in the castle.", - "etymology": null, - "note": null - }, - { - "id": 226, - "name": "Pus-squirting hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes yellowish goo to squirt from one's nose.", - "mention": "Morfin Gaunt used this hex on Bob Ogden.", - "etymology": null, - "note": null - }, - { - "id": 227, - "name": "Quietus", - "other_name": "Quietening Charm", - "pronunciation": "KWIY-uh-tus", - "spell_type": "Charm", - "description": "Makes a target sound quieter. It is the counter-charm to the Amplifying Charm.", - "mention": "Used in 1994 by Ludo Bagman.", - "etymology": "Latin quietus, \"calm\" or \"quiet\".", - "note": null - }, - { - "id": 228, - "name": "Redactum Skullus", - "other_name": "Head Shrink Spell", - "pronunciation": "reh-DAK-tum SKULL-us", - "spell_type": "Hex", - "description": "Shrinks the head of the target. It is the counter-spell to Engorgio Skullus.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 229, - "name": "Reducio", - "other_name": "Shrinking Charm", - "pronunciation": "re-DOO-see-oh", - "spell_type": "Charm", - "description": "Makes an object shrink in size. Its counter-charm is the Engorgement Charm.", - "mention": "In 1997, Harry Potter, after checking his Blackthorn wand on the Bluebell flames with Engorgio, casts this spell to shorten the formerly enlarged flames.", - "etymology": "English reduce, \"to shrink\". (Latin has a verb reducere, present tense reduco. This is the source of the English \"reduce\", but has a different meaning.) Also in Italian Riduco first person present tense of Ridurre, same root of Latin Reducere.", - "note": "Whether Reducio could also be used by itself rather than countering Engorgio is unknown. If it could, it would shrink normal sized items into miniature versions of themselves. References in 1992 by Arthur Weasley to \"shrinking door keys\" make this seem likely." - }, - { - "id": 230, - "name": "Reducto", - "other_name": "Reductor Curse", - "pronunciation": "re-DUK-toh", - "spell_type": "Curse", - "description": "Breaks objects. In stronger usages, disintegrates them.", - "mention": "In 1995, Harry used it on one of the hedges of the Triwizard maze and ends up burning a small hole in it; in 1995, Gryffindors in Harry Potter's year referenced Parvati Patil as being able to reduce a table full of Dark Detectors to ashes, and Harry and his friends later used the spell in the Department of Mysteries against the Death Eaters, shattering many Prophecy Orbs in the process; in 1997, a member of the Order of the Phoenix attempted to use this spell to break down a door which Death Eaters had blocked when the Death Eaters had cornered Dumbledore in the Lightning Struck Tower.", - "etymology": "English reduce, \"to bring down;destroy\".", - "note": null - }, - { - "id": 231, - "name": "Refilling Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Refills whatever the caster points at with the drink originally in the container.", - "mention": "Used in 1996, when Harry noticed that Hagrid and Slughorn were running out of wine.", - "etymology": null, - "note": null - }, - { - "id": 232, - "name": "Reparifors", - "other_name": null, - "pronunciation": "re-PAR-i-fors", - "spell_type": "Healing Spell", - "description": "Reverts minor magically-induced ailments, such as paralysis and poisoning.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 233, - "name": "Reverte", - "other_name": null, - "pronunciation": "ree-VUHR-tay", - "spell_type": "Charm", - "description": "Returns objects to their original positions or states.", - "mention": "In 1927, Leta Lestrange used this spell on the record towers in the French Ministry of Magic Records Room at the French Ministry of Magic Headquarters, in an attempt to flee from pursuing Matagots. This sent all the record towers - previously summoned by Lestrange - flying backwards and spinning back into their original positions in the ground.", - "etymology": "Reverte is derived from Latin for \"you shall return\", being a second-person imperative form (singular, present, active) of the verb reverto (\"I return, or turn back\").", - "note": null - }, - { - "id": 234, - "name": "Relashio", - "other_name": "Revulsion Jinx", - "pronunciation": "ruh-LASH-ee-oh", - "spell_type": "Jinx", - "description": "Forces the target to release its grip on whatever it is holding.", - "mention": "Used by Harry Potter against Grindylows in the second task of the Triwizard Tournament. Also used in 1997 and 1998, when Hermione used this spell to free Mrs Cattermole from the chained chair and to free the Ukrainian Ironbelly on which they were to get out from Gringotts.", - "etymology": "Probably from the French verb relâcher =\"to release, to set free\", or Italian rilascio (pronounced the same way as the spell)= \"I release\".", - "note": null - }, - { - "id": 235, - "name": "Rennervate", - "other_name": "Reviving Spell", - "pronunciation": "RENN-a-vate", - "spell_type": "Charm", - "description": "Awakens an unconscious victim. It is consequently the counter-charm to the Stunning Spell.", - "mention": "In 1994, Amos Diggory used it to wake up Winky and Albus Dumbledore used it to wake up Viktor Krum. Harry Potter later used it to try and reawaken a cursed Dumbledore in the seaside cave.", - "etymology": "Rennervate means \"to energise.", - "note": null - }, - { - "id": 236, - "name": "Reparifarge", - "other_name": null, - "pronunciation": "reh-PAR-i-farj", - "spell_type": "Untransfiguration", - "description": "Used to reverse incomplete transformations.", - "mention": "Found in A Beginner's Guide to Transfiguration.", - "etymology": null, - "note": null - }, - { - "id": 237, - "name": "Reparo", - "other_name": "Mending Charm", - "pronunciation": "reh-PAH-roh", - "spell_type": "Charm", - "description": "Seamlessly repairs broken objects.", - "mention": "Used by Albus Dumbledore and Horace Slughorn to repair damage the latter had done to a Muggle home in Budleigh Babberton where he had been hiding.", - "etymology": "Latin reparo meaning \"to renew\" or \"repair\".", - "note": "Reparo has been seen to repair non-magical items, however it seems to have an inability at repairing magical items or items that have magic placed upon them. An example is Harry's Nimbus 2000 shown in 1993 which he is told is irreparable after it is destroyed by the Whomping Willow. Wands are also irreparable, as shown in 1992 when Ron's wand snapped after he and Harry crashed onto the Hogwarts grounds. Despite his use of Spellotape, Ron's wand malfunctioned throughout the year. Another example is in 1997 when Hermione tried to fix Harry's broken wand, which was snapped by her errant Blasting Curse. However, Harry repaired his wand with the Elder Wand. Since the Elder Wand is the most powerful wand in creation, it makes sense that it would produce the most powerful Mending Charm." - }, - { - "id": 238, - "name": "Repello Muggletum", - "other_name": "Muggle-Repelling Charm", - "pronunciation": "ruh-PEL-oh MUH-guhl-tuhm", - "spell_type": "Charm", - "description": "Keeps Muggles away from wizarding places by causing them to remember important meetings they missed and to cause the Muggles in question to forget what they were doing.", - "mention": "It was used to keep Muggles away from the Quidditch World Cup. Hogwarts was also said to be guarded by the Muggle-Repelling Charm. It was also used by Harry and Hermione on numerous occasions, among many other spells, to protect and hide their camp site in 1997.", - "etymology": null, - "note": null - }, - { - "id": 239, - "name": "Repello Inimicum", - "other_name": null, - "pronunciation": "re-PEH-lloh ee-nee-MEE-cum", - "spell_type": "Charm", - "description": "Disintegrates the persons entering this charm.", - "mention": "This spell was used by professors Filius Flitwick and Horace Slughorn along with Order of the Phoenix member Molly Weasley to protect Hogwarts Castle in 1998.", - "etymology": "Latin \"Repello\", meaning \"Push Back\" and \"inimicum\", the accusative singular form of \"inimīcus\" meaning \"foe\" or \"enemy\".", - "note": null - }, - { - "id": 240, - "name": "Revelio", - "other_name": "Revelio Charm", - "pronunciation": "reh-VEL-ee-oh", - "spell_type": "Charm", - "description": "Reveals secrets about a person or object.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 241, - "name": "Rictusempra", - "other_name": "Tickling Charm", - "pronunciation": "ric-tuhs-SEM-pra", - "spell_type": "Charm", - "description": "Tickles the target until they become weak with laughter.", - "mention": "By Harry Potter on Draco Malfoy in 1992, when they fought in the Duelling Club.", - "etymology": "Possibly the sum of two words; The Latin rictus, meaning \"The expanse of an open mouth\", and semper, meaning \"Always\". Rictus is generally used as an expression of terror, however, \"always an open mouth\" would, in most cases, correspond to the act of laughing uncontrollably.", - "note": null - }, - { - "id": 242, - "name": "Riddikulus", - "other_name": "Boggart Banishing Spell", - "pronunciation": "rih-dih-KUL-lus", - "spell_type": "Charm", - "description": "A spell used when fighting a Boggart, \"Riddikulus\" forces the Boggart to take the appearance of an object the caster is focusing on. Best results can be achieved if the caster is focusing on something humorous, with the desire that laughter will weaken the Boggart.", - "mention": "Taught by Remus Lupin during third year Defence Against the Dark Arts, where his students had the opportunity to practise the spell on an actual Boggart.", - "etymology": "Latin word ridiculus, \"laughable\" (but perhaps \"absurd\" or \"silly\" in this context).", - "note": "The effect of the spell seems to rely primarily on the state of mind of the caster. It doesn't actually change the shape of a boggart into something humorous, but rather whatever the caster is concentrating on at the moment of the casting, as when Neville was thinking of his grandmother's dress. Presumably, Mrs Weasley couldn't take her mind off of her fears for her family, so the Boggart was changed into other members of the family rather than something humorous." - }, - { - "id": 243, - "name": "Rose Growth", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Causes rosebushes grow at an unusually fast pace.", - "mention": null, - "etymology": null, - "note": "This spell may be related to Herbivicus." - }, - { - "id": 244, - "name": "Rowboat spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes boats row themselves.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 245, - "name": "Salvio Hexia", - "other_name": null, - "pronunciation": "SAL-vee-oh HECKS-ee-ah", - "spell_type": "Charm", - "description": "Protects against hexes.", - "mention": "Harry and Hermione cast this spell to strengthen their camp-site's defences against intruders in 1997.", - "etymology": "Possibly derived from the Latin \"salveo,\" meaning \"to be in good health,\" and used as a form of greeting and farewell, and a pseudo-Latin derivative of the English word \"hex\"—hence, \"Farewell, hexes!\"", - "note": "Possibly the Hex Deflection spells the fake Moody mentioned in 1994." - }, - { - "id": 246, - "name": "Sardine hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Makes the victim sneeze out sardines.", - "mention": "Rubeus Hagrid once had this hex used on him.", - "etymology": null, - "note": null - }, - { - "id": 247, - "name": "Sauce-making spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Conjures a creamy sauce from the tip of the wand.", - "mention": "Molly Weasley used this spell in August of 1994 to pour some sauce in a pot to make dinner for her family, Harry Potter and Hermione Granger.", - "etymology": null, - "note": "According to Gamp's Law of Elemental Transfiguration, food can't be conjured. This implies that sauce is not considered \"good food,\" as things suitable for consumption may created with the spell, such as birds." - }, - { - "id": 248, - "name": "Scorching Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces dancing flames which presumably scorch the opponent.", - "mention": "Professor McGonagall used this spell on Professor Snape in 1998.", - "etymology": null, - "note": null - }, - { - "id": 249, - "name": "Scourgify", - "other_name": "Scouring Charm", - "pronunciation": "SKUR-ji-fy", - "spell_type": "Charm", - "description": "Cleans objects", - "mention": "First used by Nymphadora Tonks to clean Hedwig's cage in 1995. Later, Ginny Weasley performed the spell to clean up the Stinksap on the Hogwarts Express, also used by James Potter on Severus Snape after he shouted various curses and obscenities at him.", - "etymology": "Perhaps related to English scour, \"clean\". -ify is a common English suffix meaning \"to make ...\". Therefore scourgify could mean \"to make clean\".", - "note": null - }, - { - "id": 250, - "name": "Sealant Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Magically seals envelopes.", - "mention": "All applicants for wand permits in the United States were required by the Magical Congress of the United States of America to close the envelope in which they sent their applications back to the Wand Permit Office with this spell.", - "etymology": null, - "note": "This may be the parchment-sealing spell that Dolores Umbridge used in 1995." - }, - { - "id": 251, - "name": "Sea urchin jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "This spell begins to transform the victim into a sea urchin.", - "mention": "This spell was used on 2 May, 1998, during the Battle of Hogwarts, by Percy Weasley on an Imperiused Pius Thicknesse.", - "etymology": null, - "note": null - }, - { - "id": 252, - "name": "Sectumsempra", - "other_name": null, - "pronunciation": "sec-tum-SEMP-rah", - "spell_type": "Curse", - "description": "Lacerates the target, as if they have been \"slashed by a sword.\" Subsequently, the target can easily bleed to death from the wounds. This curse was invented by Severus Snape, to be used against his personal enemies.", - "mention": "Used by Harry in 1997 against Draco Malfoy, and then later against both the Inferi in Lord Voldemort's Horcrux chamber, and Snape used it against George Weasley (was unintentional; aimed for a Death Eater that tried to curse Lupin) in the Order's flight from Privet Drive. Harry learned it in Snape's old Potions textbook. In 1998, the spell is said to be Severus Snape's \"signature\" spell.", - "etymology": "Latin sectum, \"cut\", and semper, \"always\".", - "note": "The spell can apparently be used against any object, but was not effective when used against Inferi because they could not feel pain or bleed. The movement of the wand seems to affect how someone is cut, suggested by the erratic patterns of slashes left on Draco Malfoy's face and chest, produced by Harry Potter's wild wand-swings while using the spell against Draco. Wounds caused by this spell can be healed as proved by Severus Snape who after Harry hit Draco Malfoy with this spell he healed Draco's wounds and told him to go and get treated with dittany at once so that he would even avoid any sign of any wound. However it seems that it depends on the caster's magical abilities because Molly Weasley could not heal and restore George Weasley's ear that was cursed off by this spell." - }, - { - "id": 253, - "name": "Shield penetration spell", - "other_name": null, - "pronunciation": "unknown", - "spell_type": "Spell", - "description": "Annihilates magical enchantments and shields.", - "mention": "Used by Voldemort to break the enchantments placed around Hogwarts School of Witchcraft and Wizardry in 1998 by Filius Flitwick, Minerva McGonagall, and Molly Weasley.", - "etymology": null, - "note": null - }, - { - "id": 254, - "name": "Shooting Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Used to shoot objects", - "mention": "This spell was used by Harry Potter and Ronald Weasley in 1997 on their Horcrux hunt in an attempt to catch a rabbit for food.", - "etymology": null, - "note": null - }, - { - "id": 255, - "name": "Smashing spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Produces explosions", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 256, - "name": "Serpensortia", - "other_name": "Snake Summons Spell", - "pronunciation": "ser-pen-SOR-shah, SER-pehn-SOR-tee-ah", - "spell_type": "Conjuration", - "description": "Conjures a serpent from the caster's wand.", - "mention": "Used by Draco Malfoy while duelling Harry Potter in 1992.", - "etymology": "Latin serpens meaning \"a snake\" and Latin ortis meaning \"source\".", - "note": null - }, - { - "id": 257, - "name": "Silencio", - "other_name": "Silencing Charm", - "pronunciation": "sih-LEN-see-oh", - "spell_type": "Charm", - "description": "Makes something silent.", - "mention": "First used by Hermione in 1996 to silence a frog and a raven in Charms class, then later used to silence a Death Eater that was trying to tell his comrades where they were.", - "etymology": "Probably Latin silentium, \"silence\". Also, silencio and silêncio (which is closer to the English pronunciation) mean \"silence\" in Spanish and Portuguese, respectively.", - "note": null - }, - { - "id": 258, - "name": "Skurge", - "other_name": "Skurge Charm", - "pronunciation": "SKURJ", - "spell_type": "Charm", - "description": "Cleans up ectoplasm and frightens ghosts and other spirits.", - "mention": "Taught in second year Charms class.", - "etymology": null, - "note": null - }, - { - "id": 259, - "name": "Slippery Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Makes an object slippery and difficult to hold.", - "mention": "Mentioned in Harry Potter: Hogwarts Mystery", - "etymology": null, - "note": null - }, - { - "id": 260, - "name": "Slugulus Eructo", - "other_name": "Slug-vomiting Charm", - "pronunciation": null, - "spell_type": "Curse", - "description": "Forces the victim to burp up slimy slugs.", - "mention": "In 1992, Ronald Weasley attempted to curse Draco Malfoy with this spell after the latter insulted Hermione Granger, but was unsuccessful as his wand at the time was broken, and thus his curse backfired on himself.", - "etymology": null, - "note": null - }, - { - "id": 261, - "name": "Sonorous Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "This charm emits a magnified roar from the tip of the wand. This noise disrupts all in its path, and can even be used to harm opponents.", - "mention": null, - "etymology": null, - "note": "Not to be confused with the Amplifying Charm, Sonorus." - }, - { - "id": 262, - "name": "Sonorus", - "other_name": "Amplifying Charm", - "pronunciation": "soh-NOHR-uhs", - "spell_type": "Charm", - "description": "Makes the target sound louder. The counter-charm is the Quietening Charm, Quietus.", - "mention": "By Ludo Bagman in 1994 at the beginning of the Quidditch World Cup and by Albus Dumbledore several times in the Triwizard Championship. Used by Lord Voldemort several times during the Battle of Hogwarts in 1998.", - "etymology": "Latin sonorus, \"loud; noisy\".", - "note": null - }, - { - "id": 263, - "name": "Specialis Revelio", - "other_name": null, - "pronunciation": "spe-see-AL-is reh-VEL-ee-oh", - "spell_type": "Charm", - "description": "Reveals spells cast on objects or potions.", - "mention": "Used by Hermione Granger to find out more of Harry's Advanced Potion-Making book in 1996. Used by Ernie Macmillan to find out ingredients of a potion.", - "etymology": "Latin specialis, \"particular;individual\" and revelare (present tense revelo), \"unveil\".", - "note": "In 1994, Severus Snape cast a similar spell, but with different words (\"Reveal your secrets!\"), on the Marauder's Map, though he may have just been saying those words as he cast the spell non-verbally." - }, - { - "id": 264, - "name": "Sponge-Knees Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Makes the target's legs spongy, making it difficult for them to walk.", - "mention": "Used during the September 1999 riot that took place at a Puddlemere vs. Holyhead Harpies match. The Puddlemere supporters used this curse against the Holyhead Harpies supporters in retaliation to the Jelly-Brain Jinx.", - "etymology": null, - "note": "This spell is similar in effect to the Jelly-Legs Curse." - }, - { - "id": 265, - "name": "Spongify", - "other_name": "Softening Charm", - "pronunciation": "SPUN-ji-fye", - "spell_type": "Charm", - "description": "Softens objects, making them rubbery and bouncy.", - "mention": "This charm is found in The Standard Book of Spells, Grade 1.", - "etymology": null, - "note": null - }, - { - "id": 266, - "name": "Squiggle Quill", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms writing quills into worms.", - "mention": null, - "etymology": null, - "note": "This spell may be Vermiculus." - }, - { - "id": 267, - "name": "Stealth Sensoring Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Detects those under magical disguise.", - "mention": "In 1996, Professor Umbridge cast this around her office.", - "etymology": null, - "note": null - }, - { - "id": 268, - "name": "Steleus", - "other_name": null, - "pronunciation": "STEH-lee-us, or perhaps STEH-nee-us", - "spell_type": "Hex", - "description": "A hex that causes the victim to sneeze for a short period of time. This spell is used in duelling to distract the opponent.", - "mention": null, - "etymology": "Steleus derives from the Latin sternuo, meaning I sneeze.", - "note": null - }, - { - "id": 269, - "name": "Stinging Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Stings the flesh of a target. This spell is also known as", - "mention": "Harry Potter inadvertently used one on Severus Snape during Occlumency lessons in 1996. It was non-debilitating in that instance, but it is stronger when intentionally cast, as shown by the results of Hermione Granger's Stinging Hex used on Harry Potter in 1998 to purposefully distort Harry's appearance.", - "etymology": null, - "note": "Also known as the Stinging Hex." - }, - { - "id": 270, - "name": "Stretching Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Stretches the target.", - "mention": "Molly Weasley remarked in 1996 that recent growth spurts had made her son Ron and his friend, Harry Potter, look as if this jinx had been cast upon them both.", - "etymology": null, - "note": null - }, - { - "id": 271, - "name": "Stupefy", - "other_name": "Stunning Spell", - "pronunciation": "STOO-puh-fye", - "spell_type": "Charm", - "description": "Stuns the target, rendering them unconscious.", - "mention": "Often; particularly by a number of wizards and witches (including Dolores Umbridge) against Minerva McGonagall in 1996. It's also taught by Harry in his D.A. meetings.", - "etymology": "English stupefy, which means 'to put into a stupor', a temporary vegetative state.", - "note": "The physical manifestation of the spell is a beam of red light emanating from the caster's wand. The spell wears off after a short time, and can be countered by Rennervate. Nearly useless on magic-resistant creatures such as dragons, trolls and giants unless more than one Stupefy spell is used at the same time. The force of the spell is additive or perhaps even exponential, and it can cause severe injury if many spells are used on a target that is not normally resistant to its effects. Hagrid, as a half-giant, was impervious to this spell - or at least, a lone one." - }, - { - "id": 272, - "name": "Supersensory Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Grants the caster to have enhanced senses, or to be able to sense things they would not normally sense.", - "mention": "Mentioned by Ron outside of the Hogwarts Express in 2017 as a potential substitute for using mirrors while driving a Muggle auto mobile.", - "etymology": null, - "note": null - }, - { - "id": 273, - "name": "Surgito", - "other_name": null, - "pronunciation": "SUR-jee-toh", - "spell_type": "Counter-charm", - "description": "Counter-charm that can be used to remove enchantments.", - "mention": "In 1927, Newton Scamander used Surgito to lift an enchantment that was placed on Jacob Kowalski. As a result of the spell, Kowalski awoke from the dreamlike enchanted state, and regained an awareness of reality in the present.", - "etymology": "Surgito is a Latin word in the imperative form meaning \"you/he/she shall arise, or get up\", and is a conjugation of the verb surgo (\"I arise\"). The etymology is appropriate, considering that the effects of the spell on Jacob Kowalski can be likened to waking up from a confused, dreamlike state.", - "note": null - }, - { - "id": 274, - "name": "Switching Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Switches two targets simultaneously.", - "mention": "Harry contemplated using this spell against his dragon in the first task of the Triwizard Tournament. ((He considered swapping its fangs for wine gums)). Neville Longbottom misuses the spell, transplanting his ears onto a cactus.", - "etymology": null, - "note": null - }, - { - "id": 275, - "name": "Taboo", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "A jinx which may be placed upon a word or a name, so that whenever that word is spoken, a magical disturbance is created which alerts the caster of the Taboo to the location of the speaker. Any protective enchantments in effect around the speaker are broken when the Tabooed word is spoken aloud.", - "mention": "This curse was placed on the word \"Voldemort\"; Harry, Ron and Hermione are tracked this way to Tottenham Court Road. Ron tells the other two to stop using the word as he began to fear the name might be a curse, later discovering it to be a Taboo. Later, Harry accidentally says Voldemort's name again, resulting in the trio being caught by Death Eaters and taken to Malfoy Manor.", - "etymology": null, - "note": null - }, - { - "id": 276, - "name": "Tail-growing hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the victim to grow a tail.", - "mention": "When Miranda Goshawk had her Book of Spells printed, she gave copies to her sisters that had various misprints in them; one such misprint somehow gave her sister Romilda a tail. Timothy Blenkinsop was hit with this hex when he was caught in the crossfire of a Puddlemere United vs. Holyhead Harpies riot.", - "etymology": null, - "note": null - }, - { - "id": 277, - "name": "Tarantallegra", - "other_name": "Dancing Feet Spell", - "pronunciation": "ta-RON-ta-LEG-gra", - "spell_type": "Jinx", - "description": "Makes a target's legs spasm wildly out of control, making it appear as though they are dancing.", - "mention": "First used by Draco Malfoy on Harry Potter in the Duelling Club in 1992.", - "etymology": "Italian tarantella, a kind of fast country dance once popular in parts of Italy, supposedly from the frantic motion caused by the bite of a tarantula; and allegro, a musical term meaning \"quick\".", - "note": null - }, - { - "id": 278, - "name": "Teacup to tortoise", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a teacup into a tortoise.", - "mention": "Seen on the Scholastic Harry Potter Official Site.", - "etymology": null, - "note": "May be related to the Teapot to tortoise spell covered in the third year at Hogwarts School of Witchcraft and Wizardry." - }, - { - "id": 279, - "name": "Teapot to tortoise", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a teapot into a tortoise.", - "mention": "Third years at Hogwarts School of Witchcraft and Wizardry were required to cast the spell during their final exams.", - "etymology": null, - "note": "May be related to the teapot to Teacup to tortoise spell." - }, - { - "id": 280, - "name": "Teeth-straightening spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Straightens crooked teeth.", - "mention": "Sir Nicholas de Mimsy-Porpington attempted to use this spell on Lady Grieve at her request, but failed and gave her a tusk instead. He was executed the following morning. After he returned as a ghost, Nearly-Headless Nick recounted the incident in a ballad.", - "etymology": null, - "note": null - }, - { - "id": 281, - "name": "Teleportation Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Vanishes objects which then appear elsewhere.", - "mention": "In 1996, Albus Dumbledore used this to transport Harry Potter's school supplies, clothes, and owl to the Burrow.", - "etymology": null, - "note": null - }, - { - "id": 282, - "name": "Tentaclifors", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration, Jinx", - "description": "Transfigures the target's head into a tentacle.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 283, - "name": "Tergeo", - "other_name": null, - "pronunciation": "TUR-jee-oh", - "spell_type": "Charm", - "description": "Siphons liquid and cleans objects.", - "mention": "Hermione Granger used the spell in 1996 to remove blood from Harry's face. It is later used to remove spilled ink from parchment. It was also used in 1997 to clean off a handkerchief by Ron and to dust off a picture of Gellert Grindelwald in Bathilda Bagshot's house by Harry Potter.", - "etymology": "Latin tergere, \"wipe off; cleanse\".", - "note": null - }, - { - "id": 284, - "name": "Titillando", - "other_name": "Tickling Hex", - "pronunciation": "ti-tee-LAN-do", - "spell_type": "Hex", - "description": "Tickles and weakens the victim.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 285, - "name": "Toenail-growing hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the toenails to grow at an extreme and uncontrollable rate.", - "mention": "In 1996, Harry used this to much applause from classmates, on Vincent Crabbe.", - "etymology": null, - "note": "This is a hex that is probably not approved by the Ministry of Magic, as it was invented by Severus Snape." - }, - { - "id": 286, - "name": "Transmogrifian Torture", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Tortures the victim to death.", - "mention": "Gilderoy Lockhart suggested that it was this curse that \"killed\" Mrs Norris after she was really found petrified on a torch bracket.", - "etymology": "English \"transmogrify\", meaning \"to change or alter greatly, often to grotesque effect\", possibly implying that the curse changes the shape of the victim to cause pain.", - "note": "The incantation to this curse is possibly Transmogrify." - }, - { - "id": 287, - "name": "Trip Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Forces the target to trip and fall over.", - "mention": "Seen in 1996. It was cast successfully on Harry Potter by Draco Malfoy, when he and other members of the Inquisitorial Squad attempted to round up members of Dumbledore's Army.", - "etymology": null, - "note": null - }, - { - "id": 288, - "name": "Twitchy-Ears Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the victim's ears to twitch.", - "mention": "Miranda Goshawk recommended this hex to be cast on somebody practising the Shield Charm.", - "etymology": null, - "note": ". During the fourth year Hex-deflection test for Defence Against the Dark Arts, Harry Potter was hexed with this spell by Bartemius Crouch Junior (then disguised as Alastor Moody)." - }, - { - "id": 289, - "name": "Unbreakable Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes objects unbreakable.", - "mention": "Hermione Granger used the charm on a jar, in which she put Rita Skeeter in her Animagus beetle form to prevent her from transforming back into a human.", - "etymology": null, - "note": null - }, - { - "id": 290, - "name": "Unbreakable Vow", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Causes a vow taken by a witch or wizard to be inviolable; if they should break it, the consequence is death.", - "mention": "Snape made an Unbreakable Vow with Narcissa Malfoy at the beginning of Half-Blood Prince, vowing to help Narcissa's son Draco with a task given to him by Voldemort, and to finish the task should Draco prove incapable. Fred and George attempted to force an Unbreakable Vow upon Ron as children. According to Ron, it causes death when the vow is broken.", - "etymology": null, - "note": null - }, - { - "id": 291, - "name": "Unsupported flight", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Allows a witch or wizard to fly through the air unaided. Technique invented by Lord Voldemort", - "mention": "Demonstrated by Tom Riddle during the Battle of the Seven Potters, and by Severus Snape before his ousting.", - "etymology": null, - "note": null - }, - { - "id": 292, - "name": "Vacuum cleaner spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Cleans objects by using the wand to suck up dust like a vacuum cleaner.", - "mention": "Used by Madam Malkin in 1996.", - "etymology": null, - "note": null - }, - { - "id": 293, - "name": "Ventus", - "other_name": "Ventus Jinx", - "pronunciation": "VEN-tuss", - "spell_type": "Jinx", - "description": "Shoots a jet of strong spiralling wind from the tip of the wand.", - "mention": "Used by Newton Scamander to send away Stebbins on a London street, much to the bemusement of passing Muggles.", - "etymology": "Ventus is a Latin word, meaning \"wind\".", - "note": null - }, - { - "id": 294, - "name": "Ventus Duo", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "A stronger version of the Ventus Jinx", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 295, - "name": "Vera Verto", - "other_name": null, - "pronunciation": "vair-uh-VAIR-toh", - "spell_type": "Transfiguration", - "description": "Turn animals to water goblets.", - "mention": "Taught by Minerva McGonagall in her Transfiguration class. Also used by Ronald Weasley unsuccessfully in one of her second year classes thanks to his damaged wand.", - "etymology": "From Latin vera meaning \"right\" or \"proper\", and verto, meaning “I turn”.", - "note": null - }, - { - "id": 296, - "name": "Verdillious", - "other_name": null, - "pronunciation": "ver-DILL-ee-us", - "spell_type": "Charm", - "description": "A spell used to shoot green sparks from the end of the wand.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 297, - "name": "Verdimillious", - "other_name": "Verdimillious Charm", - "pronunciation": "vur-duh-MILL-ee-us", - "spell_type": "Charm", - "description": "Produces a jet of green sparks that can be used in duelling, or to reveal things hidden by dark magic.", - "mention": "Taught in first year Defence Against the Dark Arts teacher's office class.", - "etymology": null, - "note": "This spell is almost certainly the incantation for Green Sparks." - }, - { - "id": 298, - "name": "Verdimillious Duo", - "other_name": null, - "pronunciation": "VERD-dee-MILL-lee-us", - "spell_type": "Charm", - "description": "A more powerful version of Verdimillious.", - "mention": "Learned in first year Defence Against the Dark Arts.", - "etymology": null, - "note": null - }, - { - "id": 299, - "name": "Vermiculus", - "other_name": "Vermiculus Jinx", - "pronunciation": "vur-MICK-yoo-luhs", - "spell_type": "Transfiguration", - "description": "Transforms things into worms.", - "mention": "Appeared in Harry Potter and the Goblet of Fire (video game).", - "etymology": null, - "note": "This spell may have some connection with Squiggle Quill." - }, - { - "id": 300, - "name": "Vermillious", - "other_name": "Red Sparks", - "pronunciation": "vur-MILL-ee-us", - "spell_type": "Charm", - "description": "Jet of red sparks that can be used to signal an emergency or as a minor duelling spell.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 301, - "name": "Vipera Evanesca", - "other_name": "Snake-Vanishing Spell", - "pronunciation": "vee-PAIR-uh eh-vuh-NES-kuh", - "spell_type": "Vanishment", - "description": "Vanishes snakes. Subsequently, it is the counter-spell for the Snake Summons Spell.", - "mention": "Severus Snape cast this spell in 1992 at the Duelling Club to vanish a snake that Draco Malfoy had conjured while duelling Harry Potter.", - "etymology": "Vipera is a genus of venomous vipers, a type of snake. Evanesca likely shares its origin with Evanesco, which means \"disappear\" in Latin.", - "note": null - }, - { - "id": 302, - "name": "Vulnera Sanentur", - "other_name": null, - "pronunciation": "VUL-ner-ah sah-NEN-tour", - "spell_type": "Healing Spell", - "description": "Healing spell that slows blood flow, clears residue, and knits wounds. It is the counter-curse to Sectumsempra.", - "mention": "Used by Severus Snape to heal the wounds of Draco Malfoy caused by the Sectumsempra curse cast by Harry Potter in 1997.", - "etymology": "Vulnera Sanentur derives from the Latin vulnus, \"wound,\"", - "note": null - }, - { - "id": 303, - "name": "Waddiwasi", - "other_name": null, - "pronunciation": "wah-deh-WAH-see", - "spell_type": "Charm", - "description": "Used to shoot small, soft masses of whatever the caster so desires at the target", - "mention": "Cast by Remus Lupin in 1993, on Peeves the Poltergeist, sending a wad of chewing gum up his nose.", - "etymology": "\"Waddiwasi\" comes from two words. \"Vadd\" and \"vas-y\". \"Vadd\" is a Swedish word that can mean \"wadding\" and \"vas-y\" is French term that means \"go ahead\" or \"Come on!\" Together, they can roughly mean \"The wad goes ahead.\"", - "note": "This spell may be related to the Oppugno Jinx." - }, - { - "id": 304, - "name": "Washing up spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Enchanted dirty dishes to wash themselves.", - "mention": "It was used non-verbally by Molly Weasley after preparing breakfast for Harry Potter upon his arrival to The Burrow on 4 August, 1992.", - "etymology": null, - "note": null - }, - { - "id": 305, - "name": "Wingardium Leviosa", - "other_name": "Levitation Charm", - "pronunciation": "win-GAR-dee-um lev-ee-OH-sa", - "spell_type": "Charm", - "description": "Makes objects fly, or levitate.", - "mention": "This spell is taught in early first-year charms classes; this came into good use later in that year, when Ron Weasley performed the spell to knock out a mountain troll; six years later, Harry uses the charm to levitate the side-car of his godfather's flying motorbike; Ron used it again this year to make a twig poke a tree.", - "etymology": "\"Wingardium\" almost certainly contains English wing, meaning \"fly\". \"Leviosa\" probably originates from Latin levis, meaning \"light\".", - "note": null - } - ], - potions: [ - { - "id": 1, - "name": "Ageing Potion", - "description": "A potion that, depending on the amount taken, ages the drinker to various ages." - }, - { - "id": 2, - "name": "Alihotsy Draught", - "description": "A potion from the Alihotsy plant; causes hysterical laughter." - }, - { - "id": 3, - "name": "Amortentia", - "description": "The world's strongest Love Potion; does not create real love, just powerful obsession." - }, - { - "id": 4, - "name": "Angel's Trumpet Draught", - "description": "Effects and usage of this potion are unknown." - }, - { - "id": 5, - "name": "Anti-Paralysis Potion", - "description": "A potion that heals paralysis." - }, - { - "id": 6, - "name": "Antidote to Common Poisons", - "description": "A potion that reverses the effects of common poisons. Contains Bezoar, Mistletoe Berries, and Unicorn Horns." - }, - { - "id": 7, - "name": "Antidote to Uncommon Poisons", - "description": "A potion that reverses the effects of uncommon poisons." - }, - { - "id": 8, - "name": "Antidote to Veritaserum", - "description": "A potion that removes the effects of Veritaserum." - }, - { - "id": 9, - "name": "Armadillo Bile Mixture", - "description": "Unknown" - }, - { - "id": 10, - "name": "Babbling Beverage", - "description": "A potion that causes uncontrollable speaking of nonsense." - }, - { - "id": 11, - "name": "Baneberry Potion", - "description": "A poisonous brew of unknown exact effect." - }, - { - "id": 12, - "name": "Baruffio's Brain Elixir", - "description": "A potion that apparently increases the taker's brain power." - }, - { - "id": 13, - "name": "Beautification Potion", - "description": "A potion that makes the taker very beautiful." - }, - { - "id": 14, - "name": "Befuddlement Draught", - "description": "A potion that makes the taker confused and reckless." - }, - { - "id": 15, - "name": "Beguiling Bubbles", - "description": "A Love Potion sold at Weasleys' Wizard Wheezes." - }, - { - "id": 16, - "name": "Black Fire Potion", - "description": "A potion that makes the taker able to move through black fire uninjured." - }, - { - "id": 17, - "name": "Blemish Blitzer", - "description": "A potion that most likely gets rid of acne." - }, - { - "id": 18, - "name": "Blood-Replenishing Potion", - "description": "A potion that replenishes the taker's blood if they have been injured and lost blood." - }, - { - "id": 19, - "name": "Bloodroot Poison", - "description": "A poisonous potion." - }, - { - "id": 20, - "name": "Bruise removal paste", - "description": "A paste invented by Fred and George Weasley to remove bruises." - }, - { - "id": 21, - "name": "Bulgeye Potion", - "description": "Presumed to make the taker's eyes swell." - }, - { - "id": 22, - "name": "Bundimun Pomade", - "description": "A potion that is presumably a hair pomade containing Bundimun secretion." - }, - { - "id": 23, - "name": "Bundimun Secretion", - "description": "A magical substance that, when diluted, is known to be used in some magical cleaning products." - }, - { - "id": 24, - "name": "Burn-Healing Paste", - "description": "A thick paste used to heal burns." - }, - { - "id": 25, - "name": "Burning Bitterroot Balm", - "description": "Presumably a soothing balsam made from the Bitterroot plant." - }, - { - "id": 26, - "name": "Calming Draught", - "description": "A potion that calms the user of shock, trauma, etc." - }, - { - "id": 27, - "name": "Caxambu Style Borborygmus Potion", - "description": "Provokes stomach growling" - }, - { - "id": 28, - "name": "Cheese-Based Potions", - "description": "Potions whose main ingredients are cheese." - }, - { - "id": 29, - "name": "Chelidonium Miniscula", - "description": "The effects of this potion are unknown." - }, - { - "id": 30, - "name": "Confusing Concoction", - "description": "A potion that confuses the taker." - }, - { - "id": 31, - "name": "Cough Potion", - "description": "A potion that soothes and reduces coughs." - }, - { - "id": 32, - "name": "Cupid Crystals", - "description": "A Love Potion sold at Weasleys' Wizard Wheezes." - }, - { - "id": 33, - "name": "Cure for Boils", - "description": "A potion that cures boils. Seen/Mentioned: Taught to first years in Potions class." - }, - { - "id": 34, - "name": "Dawdle Draught", - "description": "Helps the drinker deal with traces." - }, - { - "id": 35, - "name": "Death potion", - "description": "Kills those who come into contact with it" - }, - { - "id": 36, - "name": "Death-Cap Draught", - "description": "Effects of this potion are unknown, but it is possibly a poison." - }, - { - "id": 37, - "name": "Deflating Draught", - "description": "A potion that deflates anything swollen by magical means." - }, - { - "id": 38, - "name": "Developing Solution", - "description": "A potion used in the developing of magical photographs, making them move." - }, - { - "id": 39, - "name": "Dizziness Draught", - "description": "A potion that makes the taker dizzy and lightheaded." - }, - { - "id": 40, - "name": "Dogbane Potion", - "description": "The effects of this potion are unknown, but it is possibly poisonous to dogs." - }, - { - "id": 41, - "name": "Dogbreath Potion", - "description": "Gives the drinker a fiery breath. Has a purple hue" - }, - { - "id": 42, - "name": "Doxycide", - "description": "A solution that kills Doxys" - }, - { - "id": 43, - "name": "Dr Ubbly's Oblivious Unction", - "description": "Heals wounds given by thoughts." - }, - { - "id": 44, - "name": "Dragon Poison", - "description": "A poisonous potion most likely taken from dragons." - }, - { - "id": 45, - "name": "Dragon Tonic", - "description": "A tonic used to heal sickly dragons." - }, - { - "id": 46, - "name": "Dragon dung fertiliser", - "description": "A solution that helps plants grow." - }, - { - "id": 47, - "name": "Draught of Living Death", - "description": "A potion that places the taker in a state of sleep that makes them seem like they are dead. Seen/Mentioned: Severus Snape asked a question related to this potion to Harry in 1991; Horace Slughorn showed it to 6th years in 1996." - }, - { - "id": 48, - "name": "Draught of Peace", - "description": "A potion that relieves anxiety." - }, - { - "id": 49, - "name": "Dreamless Sleep Potion", - "description": "A potion that places the taker in a sleep that is dreamless." - }, - { - "id": 50, - "name": "Drink of Despair", - "description": "A potion that puts the taker in extreme pain." - }, - { - "id": 51, - "name": "Drowsiness Draught", - "description": "Makes drinker drowsy" - }, - { - "id": 52, - "name": "Elixir of Life", - "description": "A potion created from the Philosopher's Stone that extend the taker's life. Seen/Mentioned: Hermione Granger told Harry and Ron about this in 1991. Nicolas Flamel and his wife are known to be using it and they lived upto more that 600 years." - }, - { - "id": 53, - "name": "Elixir to Induce Euphoria", - "description": "A potion that induces a sense of inexplicable, irrational happiness upon the drinker." - }, - { - "id": 54, - "name": "Erumpent Potion", - "description": "A potion that is highly explosive when it touches or is touched by an outside source." - }, - { - "id": 55, - "name": "Everklena", - "description": "A supposed cleaning product that in reality caused grime to spawn." - }, - { - "id": 56, - "name": "Essence of Insanity", - "description": "A potion which presumably causes irrational behaviour, possibly inflicting the condition of insanity. Seen/Mentioned: Ronald Weasley and Hermione Granger thought Harry had accidentally consumed it, due to his strange behaviour after consuming the Felix Felicis." - }, - { - "id": 57, - "name": "Everlasting Elixirs", - "description": "A potion with the effect to either never run out of potion or to work forever." - }, - { - "id": 58, - "name": "Exploding Potion", - "description": "A very volatile potion, and when completed, can be used to create explosions." - }, - { - "id": 59, - "name": "Exstimulo Potion", - "description": "Boosts the spell power of the drinker." - }, - { - "id": 60, - "name": "Fake Protective Potions", - "description": "A potion that claimed to protect the taker from Dark magic, but did not." - }, - { - "id": 61, - "name": "Fatiguing Infusion", - "description": "A potion that, when either drank or inhaled, caused fatigue." - }, - { - "id": 62, - "name": "Felix Felicis (Also known as Liquid Luck)", - "description": "A magical potion that makes the taker successful in all their endeavours." - }, - { - "id": 63, - "name": "Fergus Fungal Budge", - "description": "A fungicidal product that treated ringworm infections on the feet." - }, - { - "id": 64, - "name": "Fire Protection Potion", - "description": "A potion that protects the taker from being burnt." - }, - { - "id": 65, - "name": "Flesh-Eating Slug Repellent", - "description": "A pesticide that repels flesh-eating slugs." - }, - { - "id": 66, - "name": "Forgetfulness Potion", - "description": "A potion that makes the taker forgetful." - }, - { - "id": 67, - "name": "Frog Parts Mixture", - "description": "A packet of potion ingredients that most likely contained frog parts." - }, - { - "id": 68, - "name": "Fungiface Potion", - "description": "A potion that makes the taker's face break out in fungi." - }, - { - "id": 69, - "name": "Garrotting Gas", - "description": "A gas that induces choking and possibly suffocates the taker." - }, - { - "id": 70, - "name": "Girding Potion", - "description": "A potion that gives the taker extra endurance." - }, - { - "id": 71, - "name": "Grand Pepperup Potion", - "description": "A stronger version of Pepperup Potion." - }, - { - "id": 72, - "name": "Grand Wiggenweld Potion", - "description": "Most likely a stronger version of Wiggenweld Potion." - }, - { - "id": 73, - "name": "Gregory's Unctuous Unction", - "description": "A potion that causes the drinker to believe that whomever gave the potion to them is their best friend." - }, - { - "id": 74, - "name": "Hair-Raising Potion", - "description": "A potion that causes the taker's hair to stand on end." - }, - { - "id": 75, - "name": "Hate Potion", - "description": "A potion that shows the taker's worst traits and habits." - }, - { - "id": 76, - "name": "Heartbreak Teardrops", - "description": "A potion sold by Fred and George Weasley at Weasleys' Wizard Wheezes." - }, - { - "id": 77, - "name": "Herbicide Potion", - "description": "A potion that either kills or damages plants. Contains Flobberworm mucus, Horclump juice, and Spines of lionfish. Seen/Mentioned: Magical Drafts and Potions  by Arsenius Jiggles." - }, - { - "id": 78, - "name": "Hiccoughing Solution", - "description": "A potion that most likely cures hiccups." - }, - { - "id": 79, - "name": "Invigoration Draught", - "description": "A potion that is presumed to give the taker an energy boost." - }, - { - "id": 80, - "name": "Invisibility Potion", - "description": "A potion that makes the taker invisible." - }, - { - "id": 81, - "name": "Jawbind Potion", - "description": "A potion that induces lockjaw" - }, - { - "id": 82, - "name": "Kissing Concoction", - "description": "A potion created by Fred and George Weasley sold at Weasleys' Wizard Wheezes." - }, - { - "id": 83, - "name": "Laugh-inducing Potion", - "description": "A potion that makes the taker laugh uncontrollably." - }, - { - "id": 84, - "name": "Laxative Potion", - "description": "A potion that is most likely a laxative." - }, - { - "id": 85, - "name": "Love Potion", - "description": "Any of a large number of potions that make the taker fall in love with the person that has given it to them." - }, - { - "id": 86, - "name": "Love Potion Antidote", - "description": "Antidote to love potions." - }, - { - "id": 87, - "name": "Lung Clearing Potion", - "description": "A potion whose effects are unknown; most likely cures the taker of lung infections." - }, - { - "id": 88, - "name": "Magi-Me-More", - "description": "Magical pills that allegedly allow the regaining power and concentration that some elderly wizards lose over the years." - }, - { - "id": 89, - "name": "Madame Glossy's Silver Polish", - "description": "A magical cleaning solution." - }, - { - "id": 90, - "name": "Malevolent Mixture", - "description": "A potion that is most likely a poison or produces other bad effects." - }, - { - "id": 91, - "name": "Mandrake Restorative Draught", - "description": "A potion made from Mandrakes that restores a person that has been petrified to their original state." - }, - { - "id": 92, - "name": "Manegro Potion", - "description": "Causes hair on drinker's head to grow out rapidly" - }, - { - "id": 93, - "name": "Maximum Turbo Farts Potion", - "description": "resumably causes the drinker to rapidly develop flatulence" - }, - { - "id": 94, - "name": "Memory Potion", - "description": "Enhances the drinker's memory" - }, - { - "id": 95, - "name": "Moonseed Poison", - "description": "A poison made with moonseed" - }, - { - "id": 96, - "name": "Mopsus Potion", - "description": "presumably gives one Seer-like power possibly the ability to manipulate objects telekinetically." - }, - { - "id": 97, - "name": "Mouth Itching Antidote", - "description": "Cures Mouth Itching (possibly)" - }, - { - "id": 98, - "name": "Muffling Draught", - "description": "A potion most likely used to silence people and/or various objects" - }, - { - "id": 99, - "name": "Mrs Scower's All-Purpose Magical Mess Remover", - "description": "Removes stains" - }, - { - "id": 100, - "name": "Murtlap Essence", - "description": "Soothes and heals painful cuts and abrasions" - }, - { - "id": 101, - "name": "Noxious Potion", - "description": "Releases green clouds of smoke when completed. Exact effects are unknown, but it is possibly used as a poison." - }, - { - "id": 102, - "name": "Oculus Potion", - "description": "Restores the drinker's sight Counteracts the Conjunctivitis Curse" - }, - { - "id": 103, - "name": "Pepperup Potion", - "description": "Relieves and/or cures cold symptoms. Seen/Mentioned: Madam Pomfrey uses it on students in 1992." - }, - { - "id": 104, - "name": "Poison Antidote", - "description": "" - }, - { - "id": 105, - "name": "Polyjuice Potion", - "description": "Temporarily transforms the drinker into another person. The drinker will take on the appearance of the person whose hair, fingernails, etc., are added to the potion. Not to be used for transforming into an animal. Seen/Mentioned: In 1992 used by Harry and Ron to enter Slytherin common Room; Severus Snape thought Harry was stealing his ingredients to make a polyjuice potion; Used multiple times in 1997 and 1998." - }, - { - "id": 106, - "name": "Pompion Potion", - "description": "Temporarily turns the drinker's head into a pumpkin" - }, - { - "id": 107, - "name": "Potion N. 220", - "description": "" - }, - { - "id": 108, - "name": "Potion No. 07", - "description": "Experimental mix Poisonous" - }, - { - "id": 109, - "name": "Potion No. 113", - "description": "Most likely an experimental mix" - }, - { - "id": 110, - "name": "Potion No. 86", - "description": "Highly poisonous" - }, - { - "id": 111, - "name": "Potion No. 329", - "description": "" - }, - { - "id": 112, - "name": "Quodpot solution", - "description": "Prevents the Quod from exploding." - }, - { - "id": 113, - "name": "Rano Potion", - "description": "" - }, - { - "id": 114, - "name": "Rat Spleen Mixture", - "description": "" - }, - { - "id": 115, - "name": "Rat tonic", - "description": "Healing potion for rats." - }, - { - "id": 116, - "name": "Regeneration Potion", - "description": "Helps restore non-corporeal wizards to their bodies." - }, - { - "id": 117, - "name": "Regerminating Potion", - "description": "Forces the germination of a plant" - }, - { - "id": 118, - "name": "Replenishing Potion", - "description": "A potion used to replenish" - }, - { - "id": 119, - "name": "Restoration Potion", - "description": "Reverts spell effects." - }, - { - "id": 120, - "name": "Revive Potion", - "description": "Awakens an unconscious person" - }, - { - "id": 121, - "name": "Rudimentary Body Potion", - "description": "Helps restore non-corporeal wizards to a rudimentary bodies/sustains rudimentary bodies" - }, - { - "id": 122, - "name": "Scintillation Solution", - "description": "Unknown effect" - }, - { - "id": 123, - "name": "Screaming Snakes Hair Potion", - "description": "A kind of hair potion, the exact effects of which are unknown" - }, - { - "id": 124, - "name": "Shrinking Solution", - "description": "Causes the drinker to shrink" - }, - { - "id": 125, - "name": "Skele-Gro", - "description": "Regrows missing bones" - }, - { - "id": 126, - "name": "Sleekeazy's Hair Potion", - "description": "Makes hair more manageable" - }, - { - "id": 127, - "name": "Sleeping Draught", - "description": "Made the drinker quickly fall into a deep but temporary sleep" - }, - { - "id": 128, - "name": "Snuffling Potion", - "description": "Causes the drinker to sniff (possibly)" - }, - { - "id": 129, - "name": "Solution 078", - "description": "" - }, - { - "id": 130, - "name": "Solution 125", - "description": "" - }, - { - "id": 131, - "name": "Star Grass Salve", - "description": "Healing potion for soothing injuries" - }, - { - "id": 132, - "name": "Strength Potion", - "description": "Gives drinker increased strength It may be related to the Strengthening Solution]." - }, - { - "id": 133, - "name": "Strengthening Solution", - "description": "Presumably increases the strength of the one who drinks it It may be related to the Strength Potion." - }, - { - "id": 134, - "name": "Strong Exstimulo Potion", - "description": "More powerful version of the Exstimulo Potion, which significantly boosts the spell power of the drinker." - }, - { - "id": 135, - "name": "Strong Invigoration Draught", - "description": "More powerful version of the Invigoration Draught." - }, - { - "id": 136, - "name": "Swelling Solution", - "description": "Causes enlargement on contact" - }, - { - "id": 137, - "name": "Ten-Second Pimple Vanisher", - "description": "Treats acne" - }, - { - "id": 138, - "name": "Thick golden potion", - "description": "Healing, curse quarantining. Was used by Professor Severus Snape in the summer of 1996 to treat the effects that the curse on the Ring Horcrux had on Albus Dumbledore." - }, - { - "id": 139, - "name": "Truth Serum", - "description": "Makes the drinker tell the truth" - }, - { - "id": 140, - "name": "Twilight Moonbeams", - "description": "Causes the drinker to become infatuated with the giver of the potion" - }, - { - "id": 141, - "name": "Venomous Tentacula Juice", - "description": "Acts like a (non-fatal) poison." - }, - { - "id": 142, - "name": "Veritaserum", - "description": "Forces the taker to tell the truth." - }, - { - "id": 143, - "name": "Vitamix Potion", - "description": "Gives energy to the drinker" - }, - { - "id": 144, - "name": "Volubilis Potion", - "description": "Alters the drinker's voice" - }, - { - "id": 145, - "name": "Weakness Potion", - "description": "Weakens the drinker" - }, - { - "id": 146, - "name": "Weedosoros", - "description": "Poison" - }, - { - "id": 147, - "name": "Wideye Potion", - "description": "Prevents the drinker from falling asleep. Also awakens from drugging or concussion." - }, - { - "id": 148, - "name": "Wiggenweld Potion", - "description": "Cures minor damage Awakens a person from magically-induced sleep (and hence can cure Draught of Living Death)." - }, - { - "id": 149, - "name": "Wit-Sharpening Potion", - "description": "Presumably enhances the clarity of thought of the drinker" - }, - { - "id": 150, - "name": "Wolfsbane Potion", - "description": "Eases the symptoms of lycanthropy; prevents werewolves from losing their minds post-transformation." - } - ], - books: [ - { - "id": 1, - "title": "Harry Potter and the Sorcerer's Stone", - "releaseDay": "June 26, 1997", - "author": "J. K. Rowling", - "description": "On his birthday, Harry Potter discovers that he is the son of two well-known wizards, from whom he has inherited magical powers. He must attend a famous school of magic and sorcery, where he establishes a friendship with two young men who will become his companions on his adventure. During his first year at Hogwarts, he discovers that a malevolent and powerful wizard named Voldemort is in search of a philosopher's stone that prolongs the life of its owner." - }, - { - "id": 2, - "title": "Harry Potter and the chamber of secrets", - "releaseDay": "July 2, 1998", - "author": "J. K. Rowling", - "description": "Harry Potter and the sophomores investigate a malevolent threat to their Hogwarts classmates, a menacing beast that hides within the castle." - }, - { - "id": 3, - "title": "Harry Potter and the Prisoner of Azkaban", - "releseDay": "July 8, 1999", - "author": "J. K. Rowling", - "description": "Harry's third year of studies at Hogwarts is threatened by Sirius Black's escape from Azkaban prison. Apparently, it is a dangerous wizard who was an accomplice of Lord Voldemort and who will try to take revenge on Harry Potter." - }, - { - "id": 4, - "title": "Harry Potter and the Goblet of Fire", - "releaseDay": "July 8, 2000", - "author": "J. K. Rowling", - "description": "Hogwarts prepares for the Triwizard Tournament, in which three schools of wizardry will compete. To everyone's surprise, Harry Potter is chosen to participate in the competition, in which he must fight dragons, enter the water and face his greatest fears." - }, - { - "id": 5, - "title": "Harry Potter and the Order of the Phoenix", - "releaseDay": "June 21, 2003", - "author": "J. K. Rowling", - "description": "In his fifth year at Hogwarts, Harry discovers that many members of the wizarding community do not know the truth about his encounter with Lord Voldemort. Cornelius Fudge, Minister of Magic, appoints Dolores Umbridge as Defense Against the Dark Arts teacher because he believes that Professor Dumbledore plans to take over her job. But his teachings are inadequate, so Harry prepares the students to defend the school against evil." - }, - { - "id": 6, - "title": "Harry Potter and the Half-Blood Prince", - "releaseDay": "July 16, 2005", - "author": "J. K. Rowling", - "description": "Harry discovers a powerful book and, while trying to discover its origins, collaborates with Dumbledore in the search for a series of magical objects that will aid in the destruction of Lord Voldemort." - }, - { - "id": 7, - "title": "Harry Potter and the Deathly Hallows", - "releaseDay": "July 21, 2007", - "author": "J. K. Rowling", - "description": "Harry, Ron and Hermione go on a dangerous mission to locate and destroy the secret of Voldemort's immortality and destruction - the Horcruces. Alone, without the guidance of their teachers or the protection of Professor Dumbledore, the three friends must lean on each other more than ever. But there are Dark Forces in between that threaten to tear them apart. Harry Potter is getting closer and closer to the task for which he has been preparing since the first day he set foot in Hogwarts: the last battle with Voldemort." - }, - { - "id": 8, - "title": "Harry Potter and the Cursed Child", - "releaseDay": "July 30, 2016", - "author": "J. K. Rowling", - "description": "Harry's second son entered Hogwarts, but in Slytherin. His relationship with Harry is getting worse and he became close friends with Draco's son, Scorpius Malfoy who is said to be Lord Voldemort's son." - } - ] -} \ No newline at end of file diff --git a/src/data/harrypotter/harry.json b/src/data/harrypotter/harry.json deleted file mode 100644 index f2beb395..00000000 --- a/src/data/harrypotter/harry.json +++ /dev/null @@ -1,19672 +0,0 @@ -{ - "characters": [ - { - "id": 1, - "name": "Euan Abercrombie", - "birth": "between 1 September 1983 and 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 2, - "name": "Stewart Ackerley", - "birth": "between 1 September 1982and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 3, - "name": "African prince", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Africa" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 4, - "name": "Agnes's son", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 5, - "name": "Cornelius Agrippa", - "birth": "1486", - "death": "1535 (aged 48 - 49)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 6, - "name": "Albino peacock", - "birth": "Pre 1997", - "death": null, - "species": "Peacock", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Lucius Malfoy (owner)" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 7, - "name": "Arkie Alderton", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Arkie Alderton's Kwik-Repair Shop" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 8, - "name": "Angus", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 9, - "name": "Antioch Peverell's killer", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 10, - "name": "Apothecary shopkeeper", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Apothecary" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 11, - "name": "Aragog", - "birth": "c. 1942", - "death": "20 April, 1997 (aged around 55)", - "species": "Acromantula", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Black & Grey/Milky-White (Blind)", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Rubeus Hagrid", - "Forbidden Forest Acromantula colony" - ], - "books_featured_in": [ - 2, - 5, - 6, - 7 - ] - }, - { - "id": 12, - "name": "Arcus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 13, - "name": "Arkie Alderton's alleged son", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Alderton family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 14, - "name": "Armenian warlock", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 15, - "name": "Arnold", - "birth": "c. 1996", - "death": null, - "species": "Pygmy Puff", - "ancestry": null, - "gender": "Male", - "hair_color": "Purple", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ginny Weasley" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 16, - "name": "Bertram Aubrey", - "birth": "c. 1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 17, - "name": "Avery I", - "birth": "Between 1926 and 1932", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Avery family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Tom Riddle's gang", - "Slug Club" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 18, - "name": "Avery II", - "birth": "Late 1950s or early 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Avery family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 19, - "name": "Archie Aymslowe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Fresh Air Refreshes Totally (F.A.R.T.)" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 20, - "name": "Malcolm Baddock", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 21, - "name": "Badgered Boy", - "birth": "1970s - 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Unknown (human)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 22, - "name": "Ludovic Bagman's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bagman family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 23, - "name": "Ludovic Bagman", - "birth": "Before 1964 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Baby blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wimbourne Wasps (formerly)", - "British Ministry of Magic", - "Department of Magical Games and Sports", - "Bagman family", - "English National Quidditch team" - ], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 24, - "name": "Otto Bagman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bagman family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 25, - "name": "Bane", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Forbidden Forest Centaur colony", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 5, - 7 - ] - }, - { - "id": 26, - "name": "Heathcote Barbary", - "birth": "1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "The Weird Sisters" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 27, - "name": "Barnabas the Barmy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Trolls", - "Ballet" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 28, - "name": "Baruffio", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 29, - "name": "Ali Bashir", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Flying carpets" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 30, - "name": "Basil", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Transportation" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 31, - "name": "Beedle the Bard", - "birth": "c. 15th century", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 32, - "name": "Damocles Belby", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Order of Merlin", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 33, - "name": "Marcus Belby", - "birth": "between 1 September 1978 and 31 August 1979, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Slug Club", - "Belby family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 34, - "name": "Marcus Belby's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw (likely)", - "associated_groups": [ - "Belby family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 35, - "name": "Humphrey Belcher", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 36, - "name": "Katie Bell's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bell family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 37, - "name": "Bem", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Dumbledore's Army" - ], - "books_featured_in": [ - 3, - 5 - ] - }, - { - "id": 38, - "name": "Benjamin Hater", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Male (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 39, - "name": "Bernie", - "birth": "Before 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 40, - "name": "Bilius", - "birth": null, - "death": "Between 1 March, 1980 and September, 1993", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weasley family", - "Prewett family" - ], - "books_featured_in": [ - 3, - 7 - ] - }, - { - "id": 41, - "name": "Binky", - "birth": "Early 1990s (possibly)", - "death": "15 October, 1993", - "species": "Rabbit", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Lavender Brown (owner)" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 42, - "name": "Cuthbert Binns", - "birth": null, - "death": "Pre 1970s, Staffroom, Hogwarts Castle", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "White (balding)", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Binns family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 7 - ] - }, - { - "id": 43, - "name": "Dennis Bishop", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's Orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 44, - "name": "Black Knight", - "birth": null, - "death": null, - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 45, - "name": "Alphard Black", - "birth": "Between 1925 and 1938; Great Britain", - "death": "Between 3 November 1976 and 3 November 1977 (aged 38 - 52)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (disowned posthumously)", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 46, - "name": "Arcturus Black III", - "birth": "1901", - "death": "1991 (aged 89-90)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 47, - "name": "Orion Black", - "birth": "1929", - "death": "1979 (aged 49 - 50)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 48, - "name": "Phineas Nigellus Black", - "birth": "1847", - "death": "1925 (aged 77 - 78)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark, shrewd and narrow", - "wand": null, - "patronus": null, - "house": "Hogwarts School of Witchcraft and Wizardry", - "associated_groups": [], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 49, - "name": "Regulus Black", - "birth": "1961", - "death": "1979 (aged 18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 50, - "name": "Sirius Black", - "birth": "3 November, 1959", - "death": "18 June, 1996 (aged 36)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Black family (formerly)", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Marauders", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 51, - "name": "Miles Bletchley", - "birth": "c. 1977-1979, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Bletchley family" - ], - "books_featured_in": [ - 1, - 3, - 5 - ] - }, - { - "id": 52, - "name": "Bloody Baron", - "birth": "Post 982", - "death": "11th century", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin" - ], - "books_featured_in": [ - 1, - 2, - 4, - 5, - 7 - ] - }, - { - "id": 53, - "name": "Stubby Boardman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "The Hobgoblins" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 54, - "name": "Bob", - "birth": "before 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 55, - "name": "Broderick Bode", - "birth": "Between January 1946 and January 1947", - "death": "Early January 1996", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Mysteries" - ], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 56, - "name": "Bogrod", - "birth": null, - "death": "1 May, 1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 57, - "name": "Lucian Bole", - "birth": "beteween 1 September 1976 and 31 August 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Bole family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 3, - 5 - ] - }, - { - "id": 58, - "name": "Pierre Bonaccord", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "International Confederation of Wizards" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 59, - "name": "Amelia Bones' father", - "birth": null, - "death": "prior to 31 October, 1981", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff (likely)", - "associated_groups": [ - "Bones family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 60, - "name": "Edgar Bones", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Reddish-brown", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff (possibly)", - "associated_groups": [ - "Bones family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 61, - "name": "Mungo Bonham", - "birth": "1560", - "death": "1659 (aged 98-99)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 62, - "name": "Terry Boot", - "birth": "between 1 September 1979 and 21 April 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Boot family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Duelling Club", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 5, - 6, - 7 - ] - }, - { - "id": 63, - "name": "Libatius Borage", - "birth": "Pre 1909, South America", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Castelobruxo" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 64, - "name": "Borgin", - "birth": "Between Pre-1846 and 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (most likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Borgin and Burkes" - ], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 65, - "name": "Boris the Bewildered", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 66, - "name": "Bozo", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Daily Prophet" - ], - "books_featured_in": [ - 2, - 4 - ] - }, - { - "id": 67, - "name": "Rupert Brookstanton", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 68, - "name": "Lavender Brown's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": [ - "Brown family" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 69, - "name": "Brutus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Brutus's Secure Centre for Incurably Criminal Boys" - ], - "books_featured_in": [ - 3, - 4, - 5 - ] - }, - { - "id": 70, - "name": "Frank Bryce", - "birth": "August 1917", - "death": "16 August, 1994 (aged 76)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Riddle family (formerly)", - "associated_groups": [], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 71, - "name": "Buckbeak", - "birth": "in or before 1993", - "death": null, - "species": "Hippogriff", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Orange", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Order of the Phoenix", - "Rubeus Hagrid (owner)", - "Harry Potter (owner)", - "Hermione Granger", - "Sirius Black (owner)", - "Hogwarts School of Witchcraft and Wizardry", - "Dumbledore's Army" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 72, - "name": "Caractacus Burke", - "birth": "In or before 1846", - "death": "Likely before 1992 (Unconfirmed if dead)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Borgin and Burkes" - ], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 73, - "name": "Cadogan", - "birth": "Middle Ages,", - "death": "Before 1993", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Blackthorn and troll whisker, 9\", combustible (according to legend)", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "King Arthur", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3, - 4, - 5, - 7 - ] - }, - { - "id": 74, - "name": "Cadwallader", - "birth": "31 August 1985 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts", - "Hufflepuff Quidditch team", - "Hufflepuff" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 75, - "name": "Eddie Carmichael", - "birth": "Between 1 September 1978 and 31 August 1979, (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 76, - "name": "Amycus Carrow", - "birth": "Pre 1950s or 1960s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [ - "Carrow family", - "Death Eaters", - "Lord Voldemort", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 77, - "name": "Catchpole", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 78, - "name": "Mary Cattermole's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 79, - "name": "Alfred Cattermole", - "birth": "c. Between 1987 and 1994 (possibly)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cattermole family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 80, - "name": "Reginald Cattermole", - "birth": "Sun in Libra, moon in Virgo", - "death": null, - "species": "Human", - "ancestry": "Pure blood or Half-blood", - "gender": "Male", - "hair_color": "Greyish/Red", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Magical Maintenance Department", - "Cattermole family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 81, - "name": "Owen Cauldwell", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 82, - "name": "Ceremony official", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 83, - "name": "Chambers", - "birth": "on or before 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Ravenclaw Quidditch team" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 84, - "name": "Cho Chang's father", - "birth": "before 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Chang family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 85, - "name": "Herbert Chorley", - "birth": "before 1979 (most likely)", - "death": null, - "species": null, - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 86, - "name": "Clive Lundquist", - "birth": "31 August 1982 or earlier", - "death": null, - "species": null, - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Unknown", - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 87, - "name": "Connolly", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 88, - "name": "Ritchie Coote", - "birth": "Pre 31 August 1984 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 89, - "name": "Michael Corner", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Corner family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Dumbledore's Army" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 90, - "name": "Crabbe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (likely)", - "associated_groups": [ - "Crabbe family", - "Lord Voldemort", - "Death Eaters" - ], - "books_featured_in": [ - 4, - 5, - 7 - ] - }, - { - "id": 91, - "name": "Vincent Crabbe", - "birth": "between 2 September 1979 and 1 September 1980", - "death": "2 May, 1998 (aged 17/18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Draco Malfoy's gang", - "Crabbe family", - "Lord Voldemort", - "Death Eaters (unofficially)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 92, - "name": "Colin Creevey", - "birth": "betwen 3 May and 31 August 1981", - "death": "2 May, 1998 (aged 16)", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Mousy", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Creevey family", - "Dumbledore's Army", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 93, - "name": "Dennis Creevey", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Mousy brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Dumbledore's Army", - "Creevey family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 94, - "name": "Creevey brothers' father", - "birth": "Before 1963 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Creevey family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 95, - "name": "Cresswell brothers", - "birth": null, - "death": null, - "species": "Humans", - "ancestry": "Half-bloods or Squibs", - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cresswell family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 96, - "name": "Dirk Cresswell", - "birth": "between 1 September 1960 and 31 August 1961", - "death": "March, 1998", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Ministry of Magic", - "Goblin Liaison Office", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 97, - "name": "Saul Croaker", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Mysteries" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 98, - "name": "Crookshanks", - "birth": "Pre 1993", - "death": null, - "species": "Half-Kneazle", - "ancestry": null, - "gender": "Male", - "hair_color": "Ginger", - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Magical Menagerie", - "Magical Menagerie saleswoman", - "Hermione Granger (owner)", - "Sirius Black" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 99, - "name": "Bartemius Crouch Junior", - "birth": "c. 1962", - "death": "c.1995-1996(aged 33 - 34) (received the Dementor's Kiss on 24 June, 1995)", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Straw blonde", - "eye_color": null, - "wand": "Harry Potter's wand (briefly)", - "patronus": "None", - "house": null, - "associated_groups": [ - "Lord Voldemort", - "Death Eaters", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 100, - "name": "Bartemius Crouch Senior", - "birth": null, - "death": "27 May, 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey, formerly Dark", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Department of International Magical Cooperation" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 101, - "name": "Bartemius Crouch Snr's grandfather", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 102, - "name": "Gideon Crumb", - "birth": "1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weird Sisters" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 103, - "name": "Barnabas Cuffe", - "birth": "between 1914 and 1970,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Daily Prophet", - "Slug Club" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 104, - "name": "Hector Dagworth-Granger", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Most Extraordinary Society of Potioneers" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 105, - "name": "Roger Davies", - "birth": "between 1 September 1977 and 31 August 1978 (likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Davies family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Ravenclaw Quidditch team" - ], - "books_featured_in": [ - 3, - 4, - 5, - 7 - ] - }, - { - "id": 106, - "name": "John Dawlish", - "birth": "Between 1877 and 1975,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Auror Office", - "Death Eaters (indirectly)", - "Dawlish family" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 107, - "name": "Caradoc Dearborn", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dearborn family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 108, - "name": "Squat, wheezy man", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 109, - "name": "Delacour sisters' father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Delacour family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 110, - "name": "Patrick Delaney-Podmore", - "birth": null, - "death": "pre 1993", - "species": "Ghost", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Headless Hunt", - "Podmore family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 2, - 7 - ] - }, - { - "id": 111, - "name": "Dennis", - "birth": "c. 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dudley Dursley's gang" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 112, - "name": "Derek", - "birth": "c. 1981-1982", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 113, - "name": "Peregrine Derrick", - "birth": "between 1 September 1976 and 31 August 1977, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 3, - 5 - ] - }, - { - "id": 114, - "name": "Barnabas Deverill", - "birth": "17th century (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 115, - "name": "Dedalus Diggle", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Diggle family", - "Order of the Phoenix", - "Advance Guard", - "Harry Potter" - ], - "books_featured_in": [ - 1, - 5, - 7 - ] - }, - { - "id": 116, - "name": "Amos Diggory", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (likely)", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Diggory family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 117, - "name": "Cedric Diggory", - "birth": "between 1 September and 30 October 1977", - "death": "24 June, 1995 (aged 17)", - "species": "Human", - "ancestry": "Pure-blood (possibly)", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Grey", - "wand": "12¼\", Ash, unicorn hair", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Diggory family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Hufflepuff Quidditch team", - "Circle of Khanna", - "Death Eaters (alternate timeline)" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 118, - "name": "Ivor Dillonsby", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 119, - "name": "Vasily Dimitrov", - "birth": "before 1977, Bulgaria (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 120, - "name": "Harold Dingle", - "birth": "Late 1970s or early 1980s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 121, - "name": "Armando Dippet", - "birth": "October, 1637", - "death": "late 1992 (aged 355)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown (youth)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 2, - 5, - 6, - 7 - ] - }, - { - "id": 122, - "name": "Dishevelled Wizard", - "birth": "Prior to 1993", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Knight Bus" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 123, - "name": "Dobby", - "birth": "28 June, unknown year", - "death": "Late March, 1998", - "species": "House-elf", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Malfoy family (formerly)", - "Harry Potter", - "Ronald Weasley", - "Hermione Granger", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "S.P.E.W." - ], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 124, - "name": "Elphias Doge", - "birth": "Between 1 September 1880 and 31 August 1881,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Grey/Blue", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Order of the Phoenix", - "Advance Guard", - "British Ministry of Magic", - "Wizengamot", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 125, - "name": "Antonin Dolohov", - "birth": "pre 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 126, - "name": "Double-ended-newt wizard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Magical Menagerie" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 127, - "name": "Dragon keeper", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Romanian Dragon Sanctuary" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 128, - "name": "Driving test examiner", - "birth": "c. 1996 or earlier", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 129, - "name": "Dudley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 130, - "name": "Kirley Duke", - "birth": "1971", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Weird Sisters", - "McCormack family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 131, - "name": "Aberforth Dumbledore", - "birth": "between 1 September 1883 and 31 August 1884", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Bright blue", - "wand": null, - "patronus": "Goat", - "house": null, - "associated_groups": [ - "Hog's Head Inn", - "Order of the Phoenix", - "Dumbledore family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 132, - "name": "Percival Dumbledore", - "birth": "Before 1864", - "death": "After 1890", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dumbledore family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 133, - "name": "Dudley Dursley", - "birth": "23 June 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dursley family", - "Evans family", - "Smeltings Academy", - "His gang (formerly)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 134, - "name": "Vernon Dursley", - "birth": "Pre 1954", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dursley family", - "Grunnings" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 135, - "name": "Marietta Edgecombe's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Edgecombe family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 136, - "name": "Egbert the Egregious", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 137, - "name": "Elfric the Eager", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 138, - "name": "Emeric the Evil", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 139, - "name": "Errol", - "birth": "Before 1984", - "death": null, - "species": "Great grey owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weasley family (owners)" - ], - "books_featured_in": [ - 2, - 3, - 4 - ] - }, - { - "id": 140, - "name": "Mark Evans", - "birth": "c. 1985", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 141, - "name": "Evans sisters' father", - "birth": null, - "death": "Between 1 September 1971 and 31 October 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Evans family" - ], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 142, - "name": "Everard", - "birth": null, - "death": "In or before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 143, - "name": "Fallen Fifty", - "birth": null, - "death": "2 May, 1998", - "species": "Humans", - "ancestry": null, - "gender": "Females, Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix", - "Harry Potter", - "Dumbledore's Army" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 144, - "name": "Fang", - "birth": "c. 1984", - "death": null, - "species": "Boarhound", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Rubeus Hagrid" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 145, - "name": "Fat Friar", - "birth": "10th century", - "death": "Pre 1988", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Catholic Church (formerly)" - ], - "books_featured_in": [ - 1, - 2, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 146, - "name": "Father Christmas", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2, - 4, - 7 - ] - }, - { - "id": 147, - "name": "Fawkes", - "birth": "Before 1938", - "death": "Immortal. Dies and is reborn from the ashes. Death dates include:", - "species": "Phoenix", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Albus Dumbledore", - "Harry Potter", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 2, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 148, - "name": "Benjy Fenwick", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Fenwick family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 149, - "name": "Fergus", - "birth": "Before 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ireland", - "Finnigan family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 150, - "name": "Argus Filch", - "birth": "Pre 1951", - "death": null, - "species": "Human", - "ancestry": "Squib", - "gender": "Male", - "hair_color": "Grey (balding)", - "eye_color": "Pale", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Inquisitorial Squad (formerly)", - "Mrs Norris" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 151, - "name": "Justin Finch-Fletchley", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Finch-Fletchley family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 4, - 5 - ] - }, - { - "id": 152, - "name": "Barnabus Finkley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Barnabus Finkley Prize for Exceptional Spell-Casting" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 153, - "name": "Seamus Finnigan's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Finnigan family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 154, - "name": "Seamus Finnigan", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Sandy", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Fox", - "house": "Gryffindor", - "associated_groups": [ - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Finnigan family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 155, - "name": "Firenze", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Astonishingly blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Forbidden Forest Centaur colony", - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)" - ], - "books_featured_in": [ - 1, - 5, - 6, - 7 - ] - }, - { - "id": 156, - "name": "Nicolas Flamel", - "birth": "Between 1300 and 1326", - "death": "Between 1992 and 1996 (aged between 665 and 696)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": [ - "Beauxbatons Academy of Magic", - "Albus Dumbledore", - "Flamel family" - ], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 157, - "name": "Angus Fleet", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 158, - "name": "Mundungus Fletcher", - "birth": "Before 1962, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Ginger", - "eye_color": "Brown", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Unknown", - "associated_groups": [ - "Order of the Phoenix", - "Albus Dumbledore", - "Harry Potter", - "Fletcher family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 2, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 159, - "name": "Marcus Flint", - "birth": "between 1 September 1975 and 31 August 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Flint family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 1, - 2, - 3 - ] - }, - { - "id": 160, - "name": "Filius Flitwick", - "birth": "17 October 1958 or earlier", - "death": null, - "species": "Human (Goblin ancestry)", - "ancestry": "Part-Goblin", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Frog Choir", - "Flitwick family", - "Order of the Phoenix (during the Battle of the Astronomy Tower and the Battle of Hogwarts", - "Dumbledore's Army (during the Battle of the Astronomy Tower and the Battle of Hogwarts" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 161, - "name": "Florence's boyfriend", - "birth": "1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 162, - "name": "Fluffy", - "birth": "Pre 1991", - "death": null, - "species": "Three-headed dog", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Rubeus Hagrid", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 4 - ] - }, - { - "id": 163, - "name": "Ambrosius Flume", - "birth": "between 1914 and 1970,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club", - "Honeydukes" - ], - "books_featured_in": [ - 3, - 6, - 7 - ] - }, - { - "id": 164, - "name": "Dexter Fortescue", - "birth": null, - "death": "After 1707, and before 1995", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Fortescue family" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 165, - "name": "Florean Fortescue", - "birth": null, - "death": "1996", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Fortescue family", - "Florean Fortescue's Ice Cream Parlour" - ], - "books_featured_in": [ - 3, - 6 - ] - }, - { - "id": 166, - "name": "Foul-smelling Snatcher", - "birth": "Before 1981", - "death": null, - "species": "Part-troll human (possibly)", - "ancestry": "Pure or Half-blood (most likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "10\", blackthorn, unknown core materials (formerly)", - "patronus": null, - "house": null, - "associated_groups": [ - "Snatchers" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 167, - "name": "Fubster", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 168, - "name": "Cornelius Fudge", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (most likely)", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Order of Merlin", - "British Ministry of Magic", - "Department of Magical Accidents and Catastrophes", - "Wizengamot", - "Fudge family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 169, - "name": "Ulick Gamp", - "birth": "in or before 1690 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wizengamot", - "British Ministry of Magic", - "British Government", - "Gamp family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 170, - "name": "Marvolo Gaunt", - "birth": "Pre 1890", - "death": "Between 1925 and 1928", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Bright brown", - "wand": null, - "patronus": null, - "house": "House of Gaunt", - "associated_groups": [], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 171, - "name": "Morfin Gaunt", - "birth": "c. 1900", - "death": "pre 1996", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "House of Gaunt", - "associated_groups": [], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 172, - "name": "Portly ghost", - "birth": null, - "death": "Before 1992", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 173, - "name": "Gibbon", - "birth": null, - "death": "30 June, 1997", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Lord Voldemort", - "Death Eaters" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 175, - "name": "Godelot", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 176, - "name": "Godfrey", - "birth": null, - "death": "1978 or earlier", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 177, - "name": "Godric's Hollow Muggle boy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 178, - "name": "Anthony Goldstein", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Blonde", - "eye_color": "Grey", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Goldstein family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Dumbledore's Army" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 179, - "name": "Golgomath", - "birth": "Before 1995", - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Giant colony", - "Lord Voldemort", - "Death Eaters" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 180, - "name": "Gordon", - "birth": "c. 1979 or 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dudley Dursley's gang" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 182, - "name": "Dragomir Gorgovitch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Chudley Cannons" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 183, - "name": "Gorilla at the Zoo", - "birth": null, - "death": null, - "species": "Gorilla", - "ancestry": null, - "gender": null, - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 184, - "name": "Gornuk", - "birth": null, - "death": "1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 185, - "name": "Goyle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (possibly)", - "associated_groups": [ - "Goyle family", - "Lord Voldemort", - "Death Eaters" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 186, - "name": "Gregory Goyle", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Goyle family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Draco Malfoy's gang (formerly)", - "Lord Voldemort", - "Death Eaters (unofficially)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 187, - "name": "Hermione Granger's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Granger family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 5, - 7 - ] - }, - { - "id": 188, - "name": "Merton Graves", - "birth": "1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "The Weird Sisters", - "Graves family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 189, - "name": "Grawp", - "birth": "Post 1931", - "death": null, - "species": "Giant", - "ancestry": "Giant", - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown-green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hagrid family", - "Order of the Phoenix (during the Battle of Hogwarts)" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 190, - "name": "Grawp's father", - "birth": null, - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 191, - "name": "Greek man", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Fluffy" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 192, - "name": "Mykew Gregorovitch", - "birth": "In or before 1909", - "death": "2 September, 1997, Gregorovitch Zauberstäbe", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Gregorovitch Zauberstäbe", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4, - 7 - ] - }, - { - "id": 193, - "name": "Gregory the Smarmy", - "birth": "12th century or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald (Brown eyebrows)", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 194, - "name": "Fenrir Greyback", - "birth": "Pre 1945", - "death": null, - "species": "Werewolf (formerly Human)", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [ - "Lord Voldemort", - "Death Eaters (unofficially)", - "Snatchers", - "Werewolf army" - ], - "books_featured_in": [ - 3, - 6, - 7 - ] - }, - { - "id": 195, - "name": "Gellert Grindelwald", - "birth": "Between summer 1882 and summer 1883", - "death": "March, 1998 (aged around 115)", - "species": "Human (Seer)", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "Unknown wood, core material and length", - "patronus": null, - "house": null, - "associated_groups": [ - "The Alliance", - "Acolytes", - "Durmstrang Institute" - ], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 196, - "name": "Gringotts Guards", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 197, - "name": "Gringotts Head Goblin", - "birth": null, - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 198, - "name": "Griphook", - "birth": "Pre-1990", - "death": "1 May, 1998", - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 199, - "name": "Edmund Grubb", - "birth": null, - "death": "c. 1837–1901", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 200, - "name": "Grubby-looking St Mungo's patient", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 201, - "name": "Alberic Grunnion", - "birth": "1803", - "death": "1882 (aged 78-79)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 202, - "name": "Godric Gryffindor", - "birth": "Pre 976", - "death": "11th century (possibly)", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 5, - 7 - ] - }, - { - "id": 203, - "name": "Davey Gudgeon", - "birth": "c. 1960s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gudgeon family" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 204, - "name": "Rubeus Hagrid's father", - "birth": null, - "death": "Between 1 September 1941 and 31 August 1942", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hagrid family" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 205, - "name": "Rubeus Hagrid", - "birth": "6 December 1928", - "death": null, - "species": "Half-Human/Half-Giant", - "ancestry": "Part-Human (Half-giant)", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": "16\", Oak, unknown core", - "patronus": "None", - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Order of the Phoenix", - "Hagrid family", - "Albus Dumbledore", - "Harry Potter" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 206, - "name": "Ciceron Harkiss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 207, - "name": "Harper", - "birth": "between 1 September 1980 and 31 August 1981, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood (most likely)", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Harper family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 208, - "name": "Warty Harris", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 209, - "name": "Heady", - "birth": null, - "death": null, - "species": "Shrunken Head", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Knockturn Alley" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 210, - "name": "Hereward", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wand", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 211, - "name": "Hermes", - "birth": "Before 1991", - "death": null, - "species": "Screech owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Percy Weasley (owner)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5 - ] - }, - { - "id": 212, - "name": "Bertie Higgs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 213, - "name": "Terence Higgs", - "birth": "31 August 1979 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Higgs family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 214, - "name": "Oakden Hobday", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 215, - "name": "Hogwarts Express conductor", - "birth": "c. 1920s-1950s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts Express crew", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 216, - "name": "Hogwarts school mice", - "birth": "Before 1994", - "death": null, - "species": "Mice", - "ancestry": null, - "gender": "Males and females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Transfiguration department", - "Minerva McGonagall" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 217, - "name": "Phillipus von Hohenheim", - "birth": "1493", - "death": "1541 (aged 47-48)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 218, - "name": "Geoffrey Hooper", - "birth": "c. Pre 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hooper family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 219, - "name": "Olive Hornby's brother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 220, - "name": "House of Black house-elves", - "birth": "Varied", - "death": "Varied; between 1850 and 1985", - "species": "House-elves", - "ancestry": null, - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 221, - "name": "Inigo Imago", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 222, - "name": "Joey Jenkins", - "birth": "In or before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Chudley Cannons", - "Jenkins family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 223, - "name": "Arsenius Jigger", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 224, - "name": "Lee Jordan's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (likely)", - "associated_groups": [ - "Jordan family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 225, - "name": "Lee Jordan", - "birth": "Between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black (dreadlocks)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Jordan family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Dumbledore's Army", - "Order of the Phoenix", - "Potterwatch" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 226, - "name": "Jugson", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 227, - "name": "Karkaroff’s Aide", - "birth": "Before October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Hazel", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Durmstrang Institute", - "Igor Karkaroff (formerly)" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 228, - "name": "Igor Karkaroff", - "birth": "pre 1965", - "death": "24 June, 1995 – 31 July, 1996", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Silver (formerly black)", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters (formerly)", - "Lord Voldemort (formerly)", - "Durmstrang Institute (formerly)" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 229, - "name": "Karkus", - "birth": null, - "death": "1995", - "species": "Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 230, - "name": "Karl H.", - "birth": "Before 1993", - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 231, - "name": "Silvanus Kettleburn", - "birth": "22 November, before 1927[citation needed]", - "death": "Between 2 May, 1998 and 22 November, 2014", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Brown", - "wand": "Chestnut and phoenix feather, 11½\", whippy", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Kettleburn family" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 232, - "name": "Kevin", - "birth": "c. 1992", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Kevin's family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 233, - "name": "Kevin's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": null, - "house": null, - "associated_groups": [ - "Kevin's family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 234, - "name": "King's Cross Station guard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "King's Cross Station" - ], - "books_featured_in": [ - 1, - 2 - ] - }, - { - "id": 235, - "name": "Andrew Kirke", - "birth": "31 August 1983 or earlierGreat Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Kirke family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 236, - "name": "Kreacher", - "birth": "Between 1351 and 1979", - "death": "Between 1 September, 2017 and 2645 (aged 666)", - "species": "House-elf", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (formerly)", - "associated_groups": [], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 237, - "name": "Viktor Krum's father", - "birth": "In or before 1945 (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Krum family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 238, - "name": "Viktor Krum's grandfather", - "birth": null, - "death": "Pre-1945", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Krum family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 239, - "name": "Viktor Krum", - "birth": "April-August, 1976,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "10¼\", Hornbeam, dragon heartstring", - "patronus": null, - "house": null, - "associated_groups": [ - "Durmstrang Institute", - "Bulgarian National Quidditch team", - "Krum family", - "Death Eaters (Imperiused)" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 240, - "name": "Lachlan the Lanky", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 241, - "name": "Lancelot (Healer)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries", - "Prewett family (possibly)" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 242, - "name": "Lestrange", - "birth": "c. 1920s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Tom Riddle's gang", - "Slug Club", - "Lestrange family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 243, - "name": "Rabastan Lestrange", - "birth": "Before 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Lord Voldemort", - "Death Eaters", - "Lestrange family" - ], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 244, - "name": "Rodolphus Lestrange", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": "None", - "house": "Lord Voldemort", - "associated_groups": [], - "books_featured_in": [ - 4, - 5, - 7 - ] - }, - { - "id": 245, - "name": "Alexei Levski", - "birth": "before 1977, Bulgaria", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Levski family", - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 246, - "name": "Little Hangleton boys", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": "Muggles", - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 247, - "name": "Little Whinging postman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 248, - "name": "Livius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Elder, Thestral tail hair core (possibly)", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 249, - "name": "Dai Llewellyn", - "birth": null, - "death": "Before 1995,", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Caerphilly Catapults" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 250, - "name": "Gilderoy Lockhart", - "birth": "26 January, 1964", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "9\", Cherry, dragon heartstring", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Lockhart family", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Ravenclaw", - "Ravenclaw Quidditch team", - "Dark Force Defence League (formerly)", - "St Mungo's Hospital for Magical Maladies and Injuries", - "Order of Merlin" - ], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6 - ] - }, - { - "id": 251, - "name": "Frank Longbottom's father", - "birth": "Before 1947", - "death": "Between 1980 and 1995", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Longbottom family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 252, - "name": "Algie Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 253, - "name": "Frank Longbottom", - "birth": "c. 1 September 1957 - 31 August 1959 or earlier", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": "Unknown", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Longbottom family", - "Gryffindor", - "Ministry of Magic (formerly)", - "Auror Office", - "Order of the Phoenix (formerly)" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 254, - "name": "Neville Longbottom", - "birth": "30 July, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": "Father's wand (formerly)", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Longbottom family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Herbology department", - "Slug Club (briefly)", - "Albus Dumbledore", - "Order of the Phoenix", - "Harry Potter", - "Dumbledore's Army", - "British Ministry of Magic", - "Auror Department (formerly)", - "S.P.E.W.", - "Abbott family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 255, - "name": "Xenophilius Lovegood", - "birth": "before 1964 (most likely),", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Lovegood family", - "The Quibbler", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Order of the Phoenix", - "Harry Potter" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 256, - "name": "Loxias", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Elder, Thestral tail hair core", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 257, - "name": "Lyall Lupin", - "birth": "1929", - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Lupin family", - "Howell family", - "Hogwarts School of Witchcraft and Wizardry", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures" - ], - "books_featured_in": [ - 3, - 6 - ] - }, - { - "id": 258, - "name": "Remus Lupin", - "birth": "10 March, 1960", - "death": "2 May, 1998 (aged 38)", - "species": "Werewolf (formerly Human)", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Light brown flecked with grey", - "eye_color": "Green", - "wand": "10¼\", Cypress, unicorn hair", - "patronus": "Wolf", - "house": "Gryffindor", - "associated_groups": [ - "Lupin family", - "Howell family", - "Tonks family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Marauders", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 259, - "name": "Edward Lupin", - "birth": "April, 1998", - "death": null, - "species": "Human (Metamorphmagus)", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Variable", - "eye_color": "Variable", - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Lupin family", - "Tonks family", - "Potter family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 260, - "name": "Aidan Lynch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 261, - "name": "Quintius MacBoon", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "MacBoon clan" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 262, - "name": "Ernest Macmillan", - "birth": "Between 22 April 1980 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Boar", - "house": "Hufflepuff", - "associated_groups": [ - "Macmillan family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 263, - "name": "Walden Macnair", - "birth": "In or before 1970s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "British Ministry of Magic (formerly)", - "Committee for the Disposal of Dangerous Creatures (formerly)" - ], - "books_featured_in": [ - 3, - 4, - 5, - 7 - ] - }, - { - "id": 264, - "name": "Magorian", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Forbidden Forest Centaur colony", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 265, - "name": "Malcolm", - "birth": "c. 1980s", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dudley Dursley's gang" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 266, - "name": "Abraxas Malfoy", - "birth": "before 1936 (most likely), Great Britain or Ireland", - "death": "Pre 2 September, 1996", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Malfoy family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 267, - "name": "Draco Malfoy", - "birth": "5 June, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Silver-blonde", - "eye_color": "Grey", - "wand": "10\", Hawthorn, unicorn hair (formerly)", - "patronus": "None", - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 268, - "name": "Lucius Malfoy", - "birth": "between 9 September 1953 and 8 September 1954", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Grey", - "wand": "Elm and dragon heartstring (formerly)", - "patronus": "None", - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 269, - "name": "Scorpius Malfoy", - "birth": "between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "White-blond", - "eye_color": "Grey", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Malfoy family", - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 270, - "name": "Marauders", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 271, - "name": "Marius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 272, - "name": "Martin Miggs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 273, - "name": "Mason", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Mason family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 274, - "name": "Olympe Maxime's father", - "birth": null, - "death": null, - "species": "Human or Giant", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Maxime family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 275, - "name": "Jim McGuffin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 276, - "name": "Cormac McLaggen", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "McLaggen family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "Dumbledore's Army" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 277, - "name": "Merlin", - "birth": "c. 982 or later", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": "Unconfirmed length and core, English oak (?) wood", - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Order of Merlin", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Court of King Arthur" - ], - "books_featured_in": [ - 1, - 2, - 4, - 7 - ] - }, - { - "id": 278, - "name": "Eloise Midgen's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood, half-blood or Muggle-born", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (likely)", - "associated_groups": [ - "Midgen family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 279, - "name": "Nicholas de Mimsy-Porpington", - "birth": "Between 1401 and 1475,", - "death": "31 October, 1492 (aged 17- 91)", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Henry VII's royal court (formerly)", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Headless Hunt (possibly)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 280, - "name": "Marcus Minugius", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 281, - "name": "Cuthbert Mockridge", - "birth": "before 1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 282, - "name": "Graham Montague's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Montague family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 283, - "name": "Graham Montague", - "birth": "In or prior to c.1981,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad", - "Montague family" - ], - "books_featured_in": [ - 3, - 5, - 6 - ] - }, - { - "id": 284, - "name": "Montgomery", - "birth": "Between April 1991 and April 1992", - "death": "April 1997 (aged 5)", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 285, - "name": "Alastor Moody", - "birth": "Pre 1960", - "death": "27 July, 1997", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "One dark, one electric blue", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Unknown", - "associated_groups": [ - "Order of the Phoenix", - "Advance Guard", - "Hogwarts School of Witchcraft and Wizardry", - "British Ministry of Magic", - "Auror Department" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 286, - "name": "Mopsus (Potter-era)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 287, - "name": "Mortlake", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 288, - "name": "Hassan Mostafa", - "birth": "Before 1977, (most likely) Egypt", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Egypt", - "International Association of Quidditch" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 289, - "name": "Mr Paws", - "birth": "Before 1991", - "death": null, - "species": "Part-Kneazle", - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Arabella Figg" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 290, - "name": "Mr Tibbles", - "birth": "before 1991", - "death": null, - "species": "Part-Kneazle cat", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Arabella Figg" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 291, - "name": "Red-haired Muggle boy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 292, - "name": "Mulciber I", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Lord Voldemort", - "Death Eaters" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 293, - "name": "Eric Munch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 294, - "name": "Nicholas de Mimsy-Porpington's executioner", - "birth": "Before 1492", - "death": "After 1492", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 295, - "name": "Nott", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Nott family", - "Hogwarts School of Witchcraft and Wizardry", - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 296, - "name": "Theodore Nott", - "birth": "1 September, 1979 – 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Nott family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Death Eaters (indirectly)" - ], - "books_featured_in": [ - 1, - 5, - 6 - ] - }, - { - "id": 297, - "name": "Oblansk", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian Ministry of Magic", - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 298, - "name": "Roberts' Obliviator", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 299, - "name": "Odo", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 300, - "name": "Bob Ogden", - "birth": "1908 at the latest", - "death": "Some time before 7 September, 1996", - "species": "Human", - "ancestry": "Half-blood or Pure-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown wood, length and core materials", - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Ogden family" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 301, - "name": "Tiberius Ogden", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wizengamot (formally)", - "Ogden family", - "Ministry of Magic" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 302, - "name": "Ogg", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 303, - "name": "Garrick Ollivander", - "birth": "25 September, pre 1908", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": "Silvery", - "wand": "Wandmaker", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Ollivander family", - "Ollivanders", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1, - 4, - 6, - 7 - ] - }, - { - "id": 304, - "name": "Painting of sinister-looking monks", - "birth": null, - "death": "Before 1993", - "species": "Human", - "ancestry": null, - "gender": "Males", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 305, - "name": "Patil twins' father", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Patil family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 306, - "name": "Payne", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 307, - "name": "Jimmy Peakes", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Peakes family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 308, - "name": "Arnold Peasegood", - "birth": "1976 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 309, - "name": "Peeves", - "birth": "Amortal", - "death": "Amortal", - "species": "Poltergeist", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 310, - "name": "Octavius Pepper", - "birth": null, - "death": "Spring, 1997 (possibly)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 311, - "name": "Perkins", - "birth": "Before 1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Fluffy white", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Misuse of Muggle Artefacts Office" - ], - "books_featured_in": [ - 2, - 4, - 5, - 7 - ] - }, - { - "id": 312, - "name": "Peter Pettigrew", - "birth": "between 1 September 1959 and 31 August 1960", - "death": "Late March 1998 (aged 38 -39)", - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Male", - "hair_color": "Colourless and balding", - "eye_color": null, - "wand": "Unknown 1st wand", - "patronus": "None", - "house": "Gryffindor", - "associated_groups": [ - "Pettigrew family", - "Weasley family (as Scabbers) (formerly)", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Gryffindor", - "Marauders", - "Order of the Phoenix (betrayed)", - "Lord Voldemort", - "Death Eaters", - "R (formerly)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 313, - "name": "Ignotus Peverell's son", - "birth": "13th century", - "death": "After 18 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Peverell family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 314, - "name": "Antioch Peverell's enemy", - "birth": null, - "death": "Between 12 July, 1214 and 18 May, 1291", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 315, - "name": "Antioch Peverell", - "birth": "Prior to 12 July, 1214", - "death": "Prior to 19 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": "Unknown length, wood, and core (formerly)", - "patronus": null, - "house": null, - "associated_groups": [ - "Peverell family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 316, - "name": "Cadmus Peverell", - "birth": "Prior to 12 July, 1214", - "death": "Prior to 19 May, 1292", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Peverell family", - "His fiancée" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 317, - "name": "Ignotus Peverell", - "birth": "12 July, 1214", - "death": "19 May, 1292 (aged 77)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Peverell family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 318, - "name": "Arkie Philpott", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 319, - "name": "Pigwidgeon", - "birth": "Pre 1994", - "death": null, - "species": "Scops owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ronald Weasley (owner)" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 320, - "name": "Sturgis Podmore", - "birth": "Between 8 September 1956 and 7 September 1957", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Straw-coloured", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Podmore family", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 321, - "name": "Poliakoff", - "birth": "on or before 30 October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Durmstrang Institute" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 322, - "name": "Piers Polkiss", - "birth": "c. 1980", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dudley Dursley" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 323, - "name": "Roddy Pontner", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 324, - "name": "Albus Potter", - "birth": "Between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Bright green", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Potter family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 325, - "name": "Fleamont Potter", - "birth": "Pre-1909", - "death": "c. 1979", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Peverell family", - "Fleamont family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 5, - 7 - ] - }, - { - "id": 326, - "name": "Harry Potter", - "birth": "31 July, 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Bottle green", - "wand": "11\", Holly, phoenix feather", - "patronus": "Stag", - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Weasley family", - "Albus Dumbledore", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "British Ministry of Magic", - "Auror Office", - "Department of Magical Law Enforcement", - "S.P.E.W." - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 327, - "name": "James Potter I", - "birth": "27 March, 1960", - "death": "31 October, 1981 (aged 21)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Jet-black", - "eye_color": "Hazel", - "wand": "11\", Mahogany, unknown core", - "patronus": "Stag", - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Evans family", - "Hogwarts School of Witchcraft and Wizardry", - "Marauders", - "Gryffindor", - "Gryffindor Quidditch team", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 328, - "name": "James Potter II", - "birth": "Between 1 September 2003 and 31 August 2004", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 329, - "name": "Ernest Prang", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Knight Bus", - "Albus Dumbledore" - ], - "books_featured_in": [ - 3, - 5, - 6 - ] - }, - { - "id": 330, - "name": "Prentice", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 331, - "name": "Fabian Prewett", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Prewett family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 5, - 7 - ] - }, - { - "id": 332, - "name": "Gideon Prewett", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Dark grey", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Prewett family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 333, - "name": "Molly Weasley's father", - "birth": "before 1932 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red (possibly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Prewett family" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 334, - "name": "Prime Minister's political opponent", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 335, - "name": "Prime Minister's predecessor", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Great Britain", - "British Government" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 336, - "name": "Apollyon Pringle", - "birth": "pre 1944", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 337, - "name": "Graham Pritchard", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 338, - "name": "Demetrius Prod", - "birth": "Prior to 1992", - "death": "27 November, 1998", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Kwikspell" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 339, - "name": "Ptolemy", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 340, - "name": "Adrian Pucey", - "birth": "between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Pucey family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin Quidditch team", - "Slytherin" - ], - "books_featured_in": [ - 1, - 2, - 3, - 5 - ] - }, - { - "id": 341, - "name": "Augustus Pye", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 342, - "name": "Pyrites", - "birth": "Before 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "Pyrites family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 343, - "name": "Argo Pyrites", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Pyrites family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 344, - "name": "Quigley", - "birth": "before 1977, Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 345, - "name": "Quirinus Quirrell", - "birth": "26 September,1970 or earlier", - "death": "4 June 1992", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "9\", Alder, unicorn hair, bendy", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Ravenclaw", - "Lord Voldemort" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 346, - "name": "Urquhart Rackharrow", - "birth": "1612", - "death": "1697 (aged 84 - 85)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 347, - "name": "Ragnok", - "birth": "Before 1995", - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 348, - "name": "Ragnuk", - "birth": null, - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Goblins" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 349, - "name": "Thomas Riddle", - "birth": "1880", - "death": "August, 1943 (aged 62 - 63)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 350, - "name": "Tom Riddle (Voldemort)", - "birth": "31 December, 1926", - "death": "2 May, 1998 (aged 71)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Bald (formerly black)", - "eye_color": "Scarlet (formerly dark brown)", - "wand": "13½\", Yew, phoenix feather core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Death Eaters", - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Slytherin", - "Slug Club", - "British Ministry of Magic (only under his control)", - "Borgin and Burkes" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 351, - "name": "Tom Riddle Senior", - "birth": "1905", - "death": "August, 1943 (aged 37/38)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family" - ], - "books_featured_in": [ - 2, - 4, - 5, - 6 - ] - }, - { - "id": 352, - "name": "Ripper", - "birth": "c. 1980s", - "death": null, - "species": "Dog (breed: bulldog)", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown and white", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Marjorie Dursley" - ], - "books_featured_in": [ - 3, - 5 - ] - }, - { - "id": 353, - "name": "Gawain Robards", - "birth": "Pre. 1969", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Auror Office" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 354, - "name": "Roberts", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Roberts family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 355, - "name": "Roberts children", - "birth": "20th century", - "death": null, - "species": "Humans", - "ancestry": "Muggles", - "gender": "At least one boy", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Roberts family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 356, - "name": "Romanian vampire", - "birth": "Romania (most likely)", - "death": null, - "species": "Vampire", - "ancestry": null, - "gender": "Male (most likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 357, - "name": "Ronan", - "birth": null, - "death": null, - "species": "Centaur", - "ancestry": null, - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Forbidden Forest Centaur colony", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 5, - 7 - ] - }, - { - "id": 358, - "name": "Augustus Rookwood", - "birth": "Pre 1964", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Brown/greying", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "British Ministry of Magic (formerly)", - "Department of Mysteries (formerly)" - ], - "books_featured_in": [ - 4, - 5, - 7 - ] - }, - { - "id": 359, - "name": "Rosier (male)", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "Rosier family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 360, - "name": "Evan Rosier", - "birth": "Between 1953 and 1966 (most likely)", - "death": "Late 1980 - late 1981", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Rosier family", - "Death Eaters", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 361, - "name": "Rowboat owner", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 362, - "name": "Thorfinn Rowle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Rowle family", - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 363, - "name": "Albert Runcorn", - "birth": "Runcorn family", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 364, - "name": "Barry Ryan", - "birth": "before 1977, Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 365, - "name": "Sanguini", - "birth": null, - "death": null, - "species": "Vampire", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 366, - "name": "Scabior", - "birth": "before 1980 (most likely)", - "death": "2 May, 1998", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry (formerly)", - "Slytherin", - "Azkaban", - "Snatchers" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 367, - "name": "Newton Scamander", - "birth": "24 February 1897", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Red brown", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Scamander family", - "Goldstein family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Albus Dumbledore", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Beast Division", - "Order of Merlin" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 368, - "name": "Scouthibou", - "birth": null, - "death": null, - "species": "Owl", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 369, - "name": "Rufus Scrimgeour", - "birth": "Pre 1968", - "death": "1 August, 1997", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Tawny", - "eye_color": "Yellowish", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Auror Office" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 370, - "name": "Selwyn", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin (possibly)", - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "British Ministry of Magic" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 371, - "name": "Kingsley Shacklebolt", - "birth": "In or before 1960", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Bald", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": "Lynx", - "house": null, - "associated_groups": [ - "Shacklebolt family", - "British Ministry of Magic", - "Auror Department (formerly)", - "Order of the Phoenix", - "Advance Guard", - "Hogwarts School of Witchcraft and Wizardry", - "Potterwatch" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 372, - "name": "Gaspard Shingleton", - "birth": "1959", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 373, - "name": "Stanley Shunpike", - "birth": "Between 15 September 1974 and 13 September 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-Blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Knight Bus", - "Death Eaters (Imperiused)" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 374, - "name": "Mylor Silvanus", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 375, - "name": "Wilbert Slinkhard", - "birth": "Prior to 1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Slinkhard family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 376, - "name": "Jack Sloper", - "birth": "c. Pre 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Sloper family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 377, - "name": "Horace Slughorn", - "birth": "28 April, between 1882 and 1913", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Bald", - "eye_color": "Gooseberry", - "wand": "10¼\", Cedar, dragon heartstring, fairly flexible", - "patronus": "Non-corporeal", - "house": "Slytherin", - "associated_groups": [ - "Slughorn family", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club", - "Slytherin", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Apothecarium of Horace E. F. Slughorn" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 378, - "name": "Salazar Slytherin", - "birth": "Pre 976", - "death": "11th century (most likely)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": "Grey", - "wand": "Unknown length, snakewood, Basilisk horn", - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin family" - ], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 379, - "name": "Hippocrates Smethwyck", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries", - "Smethwyck family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 380, - "name": "Zacharias Smith's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Smith family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 381, - "name": "Zacharias Smith", - "birth": "between 1 September 1979 and 2 May 1981 (possibly)", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Smith family", - "Dumbledore's Army (abandoned)", - "Hogwarts School of Witchcraft and Wizardry (abandoned)", - "Hufflepuff", - "Hufflepuff Quidditch team" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 382, - "name": "Severus Snape", - "birth": "9 January 1960", - "death": "2 May 1998 (aged 38)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": "Doe", - "house": "Slytherin", - "associated_groups": [ - "Snape family", - "Prince family", - "Lily Potter", - "Harry Potter", - "Albus Dumbledore", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Lord Voldemort (formerly)", - "Death Eaters (defected)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 383, - "name": "Tobias Snape", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Snape family", - "Prince family" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 384, - "name": "Stebbins (Potter-era)", - "birth": "c. 31 August 1980 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 385, - "name": "Billy Stubbs", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 386, - "name": "Stunned Death Eater", - "birth": "1980s or earlier", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 387, - "name": "Summers", - "birth": "between 1 November 1977 and 31 August 1983,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 388, - "name": "Surrey milkman", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 389, - "name": "Emeric Switch", - "birth": null, - "death": "Before the 1990s (possibly)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 390, - "name": "Robertus Tallis", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 391, - "name": "Ted", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 392, - "name": "Teffington", - "birth": null, - "death": "1 May, 1998", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 393, - "name": "Tenebrus", - "birth": "Pre 1980s", - "death": null, - "species": "Thestral", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Rubeus Hagrid" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 394, - "name": "Janus Thickey", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Landlady of the Green Dragon pub" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 395, - "name": "Pius Thicknesse", - "birth": "Pre-1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Male", - "hair_color": "Black and silver", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Death Eaters (Imperiused)" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 396, - "name": "Thomas Vace", - "birth": "Before 1993", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 397, - "name": "Dean Thomas", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Brown", - "wand": "Unknown 1st wand", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Thomas family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 398, - "name": "Dean Thomas's father", - "birth": null, - "death": "c. 1980", - "species": "Human", - "ancestry": "Pure-blood or half-blood (likely)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 399, - "name": "Dean Thomas's stepfather", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Thomas family" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 400, - "name": "Orsino Thruston", - "birth": "1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Weird Sisters" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 401, - "name": "Tiberius", - "birth": "c. 1970 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Slug Club (formerly)", - "Ministry of Magic", - "McLaggen family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 402, - "name": "Timothy Butler", - "birth": "31 August 1982 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 403, - "name": "Tofty", - "birth": "Before 1972", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey, balding", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wizarding Examinations Authority" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 404, - "name": "Tom", - "birth": "c. 1920 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Bald", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Leaky Cauldron" - ], - "books_featured_in": [ - 1, - 3, - 6, - 7 - ] - }, - { - "id": 405, - "name": "Edward Tonks", - "birth": null, - "death": "March, 1998", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Fair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Tonks family", - "Order of the Phoenix (indirectly)" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 406, - "name": "Kenneth Towler", - "birth": "between 1 September 1977 and 31 August 1978 (probably)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 407, - "name": "Travers", - "birth": "Pre 1980s", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": null, - "associated_groups": [ - "Travers family", - "Death Eaters", - "Lord Voldemort", - "Death Eater controlled Ministry of Magic" - ], - "books_featured_in": [ - 4, - 7 - ] - }, - { - "id": 408, - "name": "Donaghan Tremlett", - "birth": "1972,", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "The Weird Sisters", - "Tremlett family" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 409, - "name": "Trevor", - "birth": "pre 1991", - "death": null, - "species": "Toad", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Algie (formerly)", - "Neville Longbottom", - "Frog Choir (formerly)" - ], - "books_featured_in": [ - 1, - 3, - 4, - 5, - 6 - ] - }, - { - "id": 410, - "name": "Quentin Trimble", - "birth": null, - "death": "In or before 1986", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey (formerly brown)", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 411, - "name": "Troy", - "birth": "before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 449, - "name": "Wilkie Twycross", - "birth": "Before 1979", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Very fair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 450, - "name": "Urg the Unclean", - "birth": "c. 18th century", - "death": null, - "species": "Goblin", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Goblinkind" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 451, - "name": "Uric the Oddball", - "birth": "982 or later, Great Britain or Ireland", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "White", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 452, - "name": "Urquhart", - "birth": "31 August 1984 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin Quidditch team" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 453, - "name": "Vaisey", - "birth": "31 August 1984 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Vaisey family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin Quidditch team", - "Slytherin" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 454, - "name": "Violet-cloaked wizard", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 455, - "name": "Vindictus Viridian", - "birth": "Pre 1686 (most likely)", - "death": "In or before 1994", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Black (formerly)", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 456, - "name": "Ivan Volkov", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Dark", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 457, - "name": "Pyotr Vulchanov", - "birth": "before 1977, Bulgaria", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian National Quidditch team", - "Vulchanov family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 458, - "name": "Adalbert Waffling", - "birth": "1899", - "death": "1981 (aged 82)", - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 3, - 7 - ] - }, - { - "id": 459, - "name": "Wagga Wagga Werewolf", - "birth": null, - "death": null, - "species": "Werewolf", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 460, - "name": "Myron Wagtail", - "birth": "1970", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "The Weird Sisters", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 462, - "name": "Myrtle Warren's father", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Warren family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 463, - "name": "Cassius Warrington", - "birth": "Between 1 September and 31 October 1977 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Inquisitorial Squad" - ], - "books_featured_in": [ - 3, - 4, - 5 - ] - }, - { - "id": 464, - "name": "Weasley children's cousin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-Blood or Half-Blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 465, - "name": "Weasley children's uncle", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-Blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 467, - "name": "Weasley family ghoul", - "birth": "Pre 1991", - "death": null, - "species": "Ghoul", - "ancestry": null, - "gender": "Male", - "hair_color": "Yellow", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weasley family" - ], - "books_featured_in": [ - 2, - 7 - ] - }, - { - "id": 468, - "name": "Molly Weasley's second cousin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Squib (possibly)", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 469, - "name": "Arthur Weasley", - "birth": "6 February, 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Green", - "wand": "Unknown length, wood and core", - "patronus": "Weasel", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Potter family", - "Order of the Phoenix", - "British Ministry of Magic", - "Department of Magical Law Enforcement", - "Misuse of Muggle Artefacts Office", - "Office for the Detection and Confiscation of Counterfeit Defensive Spells and Protective Objects", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 470, - "name": "Arthur Weasley's brothers", - "birth": "20th century", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weasley family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 471, - "name": "Charles Weasley", - "birth": "12 December, 1972", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "12\", Ash, unicorn tail hair (formerly)", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Circle of Khanna", - "Romanian Dragon Sanctuary", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 472, - "name": "Fred Weasley", - "birth": "1 April, 1978", - "death": "2 May, 1998 (aged 20)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Magpie", - "house": "Gryffindor", - "associated_groups": [ - "Circle of Khanna", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Weasleys' Wizard Wheezes", - "Potterwatch", - "Weasley family", - "Prewett family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 473, - "name": "George Weasley", - "birth": "1 April, 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Magpie", - "house": "Gryffindor", - "associated_groups": [ - "Circle of Khanna", - "Dumbledore's Army", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Weasley family", - "Prewett family", - "Weasleys' Wizard Wheezes" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 474, - "name": "Hugo Granger-Weasley", - "birth": "1 September 2008 or later,", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Arthur Weasley (paternal grandfather)", - "associated_groups": [ - "Weasley family", - "Granger family", - "Prewett family", - "Potter family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 475, - "name": "Percy Weasley", - "birth": "22 August, 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red, greying and balding (as of 2014)", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "British Ministry of Magic", - "Department of International Magical Cooperation (formerly)", - "Department of Magical Transportation" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 476, - "name": "Ronald Weasley", - "birth": "1 March, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red", - "eye_color": "Blue", - "wand": "12\", Ash, unicorn tail hair", - "patronus": "Jack Russell terrier", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Granger family", - "Prewett family", - "Potter family", - "Dumbledore's Army", - "Order of the Phoenix", - "British Ministry of Magic", - "Auror Department", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "S.P.E.W.", - "Weasleys' Wizard Wheezes", - "Chudley Cannons" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 477, - "name": "Bill Weasley", - "birth": "29 November, 1970", - "death": null, - "species": "Human (Werewolf traits)", - "ancestry": "Pure-blood", - "gender": "Male", - "hair_color": "Red, long", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Order of the Phoenix", - "Gringotts Wizarding Bank", - "Delacour family", - "Circle of Khanna" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 478, - "name": "Eric Whalley", - "birth": "1920s - 1930s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's Orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 479, - "name": "Kevin Whitby", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 480, - "name": "Willy Widdershins", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 481, - "name": "Wilfred the Wistful", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 482, - "name": "Will", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 483, - "name": "Bill Weasley's Brazilian pen-friend", - "birth": "before 1980s, South America", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Castelobruxo" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 484, - "name": "Williamson", - "birth": "Pre. 1973", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Auror Department" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 485, - "name": "Gilbert Wimple", - "birth": "Before 1976", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Committee on Experimental Charms", - "Ministry of Magic" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 486, - "name": "Herman Wintringham", - "birth": "c. 1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weird Sisters" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 487, - "name": "Oliver Wood's father", - "birth": "before 1975", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 488, - "name": "Oliver Wood", - "birth": "Between October 1975 - 31 August 1976", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Puddlemere United", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 489, - "name": "Hengist of Woodcroft", - "birth": "982 or later", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogsmeade", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 490, - "name": "Eldred Worple", - "birth": "between 1914 and 1970 or earlier, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Slug Club", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 491, - "name": "Bowman Wright", - "birth": "1492", - "death": "1560 (aged 67-68)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Quidditch" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 492, - "name": "Corban Yaxley", - "birth": "Yaxley family", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Male", - "hair_color": "Blond", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "None", - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 493, - "name": "Blaise Zabini", - "birth": "1 September, 1979 – 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Male", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "Slytherin", - "associated_groups": [ - "Zabini family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Slytherin Quidditch team", - "Slug Club", - "Draco Malfoy's gang (formerly)" - ], - "books_featured_in": [ - 1, - 6 - ] - }, - { - "id": 494, - "name": "Ladislaw Zamojski", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Polish National Quidditch team" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 495, - "name": "Lev Zograf", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Male", - "hair_color": "Silver", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 496, - "name": "Zoo director", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Male", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Zoo" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 497, - "name": "Hannah Abbott's mother", - "birth": null, - "death": "Autumn 1996", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Abbott family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 498, - "name": "Hannah Abbott", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Abbott family", - "Longbottom family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army", - "Leaky Cauldron" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 499, - "name": "Agnes", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 500, - "name": "Alastor Moody's spiders", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 501, - "name": "Babbitty Rabbity", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 502, - "name": "Millicent Bagnold", - "birth": "Before 1963, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "British Ministry of Magic", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 503, - "name": "Bathilda Bagshot", - "birth": "Pre 1873", - "death": "Pre 24 December, 1997 (aged about 124), Godric's Hollow, West Country, England, Great Britain", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bagshot family", - "Dumbledore family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 3, - 7 - ] - }, - { - "id": 504, - "name": "Bandon Banshee", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 505, - "name": "Baruffio's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 506, - "name": "Hetty Bayliss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 507, - "name": "Katie Bell", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Bell family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 508, - "name": "Katie Bell's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 509, - "name": "Amy Benson", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's Orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 510, - "name": "Araminta Meliflua Black", - "birth": "approx. 1920s - no later than 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Black family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 511, - "name": "Elladora Black", - "birth": "1850", - "death": "1931 (aged 80 - 81)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 512, - "name": "Walburga Black", - "birth": "1925", - "death": "1985 (aged 59/60)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "None", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 513, - "name": "Amelia Bones' mother", - "birth": null, - "death": "Before or during 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff (likely)", - "associated_groups": [ - "Bones family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 514, - "name": "Edgar Bones' wife", - "birth": null, - "death": "Second half of 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bones family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 515, - "name": "Amelia Bones", - "birth": "pre 12 August, 1978", - "death": "Between the 8th and the 14th of July 1996", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Grey, short", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic", - "Department of Magical Law Enforcement", - "Wizengamot", - "Order of the Phoenix (indirectly)" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 516, - "name": "Susan Bones", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Bones family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 5, - 6 - ] - }, - { - "id": 517, - "name": "Betty Braithwaite", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Daily Prophet" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 518, - "name": "Eleanor Branstone", - "birth": "between 1 September 1982 and 31 August 1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 519, - "name": "Rita Skeeter", - "birth": "between January and November 1951", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Daily Prophet", - "Witch Weekly", - "The Quibbler", - "Order of the Phoenix (indirectly)" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 520, - "name": "Mandy Brocklehurst", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Brocklehurst family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 521, - "name": "Lavender Brown", - "birth": "between 1 September 1979 and 31 August 1980", - "death": "2 May, 1998 (aged 17/18)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Brown family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 522, - "name": "Lavender Brown's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": [ - "Brown family" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 523, - "name": "Millicent Bulstrode", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Bulstrode family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Inquisitorial Squad" - ], - "books_featured_in": [ - 1, - 2, - 5 - ] - }, - { - "id": 524, - "name": "Rosalind Bungs", - "birth": "pre 1964", - "death": null, - "species": "Human", - "ancestry": "Magical to some extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 525, - "name": "Charity Burbage", - "birth": "Before 1976", - "death": "Late July, 1997", - "species": "Human", - "ancestry": "Pure-blood or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 526, - "name": "Alecto Carrow", - "birth": "Pre 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core materials", - "patronus": "None", - "house": null, - "associated_groups": [ - "Death Eaters", - "Lord Voldemort", - "Carrow family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 527, - "name": "Greta Catchlove", - "birth": "1960", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 528, - "name": "Mary Cattermole's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 529, - "name": "Ellie Cattermole", - "birth": "c. Between 1987 and 1994 (assumed)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cattermole family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 530, - "name": "Maisie Cattermole", - "birth": "c. Between 1987 and 1994 (assumed)", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cattermole family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 531, - "name": "Mary Cattermole", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Dark Brown", - "eye_color": "Blue", - "wand": "Cherry, 8¾\", unicorn hair", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Cattermole family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 532, - "name": "Cecilia", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family", - "Little Hangleton" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 533, - "name": "Cho Chang", - "birth": "between 1 September 1978 and 31 August 1979", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": "Swan", - "house": "Ravenclaw", - "associated_groups": [ - "Chang family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Ravenclaw Quidditch team" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 534, - "name": "Cho Chang's mother", - "birth": "7 September, pre 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw (possibly)", - "associated_groups": [ - "British Ministry of Magic", - "Chang family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 535, - "name": "Circe", - "birth": "Ancient Greece", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 536, - "name": "Penelope Clearwater", - "birth": "between 1 September 1976 and 31 August 1977", - "death": null, - "species": "Human", - "ancestry": "Muggle-born or half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Clearwater family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 2, - 3, - 7 - ] - }, - { - "id": 537, - "name": "Cliodna", - "birth": "Middle Ages, Ireland", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 538, - "name": "Cole", - "birth": "c. 1908", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's Orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 539, - "name": "Elfrida Cragg", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 540, - "name": "Dirk Cresswell's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood, Half-blood or Squib", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cresswell family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 541, - "name": "Doris Crockford", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Leaky Cauldron" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 542, - "name": "Bartemius Crouch Jr's mother", - "birth": "pre 1945", - "death": "Shortly after 1981", - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 543, - "name": "Roger Davies's girlfriend", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Roger Davies" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 544, - "name": "Delacour sisters' cousins", - "birth": null, - "death": null, - "species": "Veela or part-Veela", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Delacour family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 545, - "name": "Apolline Delacour", - "birth": null, - "death": null, - "species": "Half-Human", - "ancestry": "Half-Veela", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Delacour family" - ], - "books_featured_in": [ - 4, - 7 - ] - }, - { - "id": 546, - "name": "Apolline Delacour's mother", - "birth": null, - "death": null, - "species": "Veela", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Delacour family" - ], - "books_featured_in": [ - 4, - 7 - ] - }, - { - "id": 547, - "name": "Fleur Delacour", - "birth": "Pre 30 October, 1977", - "death": null, - "species": "1/4 Veela", - "ancestry": "Quarter-Veela", - "gender": "Female", - "hair_color": "Silvery-blonde", - "eye_color": "Dark blue", - "wand": "9½\", Rosewood, veela hair", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Delacour family", - "Weasley family", - "Harry Potter", - "Beauxbatons Academy of Magic", - "Order of the Phoenix", - "Gringotts Wizarding Bank" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 548, - "name": "Gabrielle Delacour", - "birth": "between 31 July 1985 and 30 July 1986", - "death": null, - "species": "Human (Veela ancestry)", - "ancestry": "Quarter-Veela", - "gender": "Female", - "hair_color": "Silvery-blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Delacour family", - "Beauxbatons Academy of Magic" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 549, - "name": "Dilys Derwent", - "birth": "Pre 1705 (most likely)", - "death": "1768", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Silver", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 550, - "name": "Cedric Diggory's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Diggory family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 551, - "name": "Emma Dobbs", - "birth": "c. 1982-1983", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 552, - "name": "Mary Dorkins", - "birth": "before 1977 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 553, - "name": "Dot", - "birth": "Before 1917", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 554, - "name": "Ariana Dumbledore", - "birth": "c. 1885", - "death": "Late Summer 1899 (aged 14)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dumbledore family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 555, - "name": "Kendra Dumbledore", - "birth": "between Summer 1850 and Summer 1851", - "death": "Summer 1899 (aged 48), West Country, England, Great Britain", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Jet-black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dumbledore family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 556, - "name": "Durmstrang girl", - "birth": "before 31 October 1977", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Durmstrang Institute" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 557, - "name": "Vernon Dursley's secretary", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Grunnings" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 558, - "name": "Marjorie Dursley", - "birth": "Pre 1954", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dursley family" - ], - "books_featured_in": [ - 1, - 3, - 5 - ] - }, - { - "id": 559, - "name": "Petunia Dursley", - "birth": "Pre 1960", - "death": "Between 1999 and 2020 (aged at least 38)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Evans family", - "Dursley family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 560, - "name": "Edgecombe", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Transportation", - "Edgecombe family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 561, - "name": "Marietta Edgecombe", - "birth": "c. 1978-1982", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Reddish-blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Dumbledore's Army (betrayed)", - "British Ministry of Magic", - "Edgecombe family" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 562, - "name": "Enid Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 563, - "name": "Evans sisters' mother", - "birth": null, - "death": "Between 1 September 1971 and 31 October 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Evans family" - ], - "books_featured_in": [ - 1, - 7 - ] - }, - { - "id": 565, - "name": "Fat Lady", - "birth": "Great Britain or Ireland", - "death": "1960s or earlier", - "species": "Portrait; formerly Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor Tower", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 566, - "name": "Fawcett", - "birth": "Between 1 November 1977 and 31 August 1981, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Fawcett family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 2, - 4 - ] - }, - { - "id": 567, - "name": "Morgan le Fay", - "birth": "982 or later", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Dark Arts", - "Avalon" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 568, - "name": "Fiesella Foss", - "birth": "Before 1993", - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 569, - "name": "Arabella Figg", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Squib", - "gender": "Female", - "hair_color": "Grizzled grey flyaway hair", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Albus Dumbledore", - "Order of the Phoenix", - "Figg family" - ], - "books_featured_in": [ - 1, - 4, - 5, - 6 - ] - }, - { - "id": 570, - "name": "Justin Finch-Fletchley's mother", - "birth": "Before 1962 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Finch-Fletchley family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 571, - "name": "Seamus Finnigan's mother", - "birth": "before 1963 (most likely), Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Sandy", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor (possibly)", - "associated_groups": [ - "Finnigan family" - ], - "books_featured_in": [ - 1, - 4, - 5, - 6 - ] - }, - { - "id": 572, - "name": "Perenelle Flamel", - "birth": "Between 1307 and 1334", - "death": "Between 1992 and 1996 (aged between 658 and 689)", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Flamel family", - "Beauxbatons Academy of Magic" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 573, - "name": "Mopsy Fleabert", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogsmeade" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 574, - "name": "Florence", - "birth": "1950s - 1960s, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 575, - "name": "Ambrosius Flume's wife", - "birth": "Before 1976 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Honeydukes" - ], - "books_featured_in": [ - 3, - 6 - ] - }, - { - "id": 576, - "name": "Fridwulfa", - "birth": null, - "death": "Between 1931 and 1995", - "species": "Giant", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hagrid family", - "Giant colony" - ], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 577, - "name": "Vicky Frobisher", - "birth": "c. Pre 31 August 1984", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Frobisher family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Charms Club" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 578, - "name": "Cornelius Fudge's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ministry of Magic (indirectly)", - "Fudge family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 579, - "name": "German-speaking woman", - "birth": null, - "death": "1 September, 1997", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "her family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 580, - "name": "Gloomy nuns", - "birth": null, - "death": "Before 1992", - "species": "Humans (formerly)", - "ancestry": null, - "gender": "Females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Catholic Church" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 583, - "name": "Leonora Gore", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gore family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 584, - "name": "Gunhilda de Gorsemoor", - "birth": "1556", - "death": "1639 (aged 82-83)", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red (formerly)", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 585, - "name": "Miranda Goshawk", - "birth": "1921", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 4 - ] - }, - { - "id": 586, - "name": "Gregory Goyle's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (most likely)", - "associated_groups": [ - "Death Eaters (most likely)" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 587, - "name": "Hermione Granger", - "birth": "19 September, 1979", - "death": null, - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": "10¾\", vine wood, dragon heartstring", - "patronus": "Otter", - "house": "Gryffindor", - "associated_groups": [ - "Granger family", - "Weasley family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Slug Club", - "S.P.E.W.", - "Dumbledore's Army", - "Order of the Phoenix", - "British Ministry of Magic", - "Department for the Regulation and Control of Magical Creatures", - "Department of Magical Law Enforcement" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 588, - "name": "Hermione Granger's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Granger family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 5, - 7 - ] - }, - { - "id": 589, - "name": "Daphne Greengrass", - "birth": "Between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Greengrass family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 590, - "name": "Lady Grieve", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 591, - "name": "Wilhelmina Grubbly-Plank", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 592, - "name": "Curious Gryffindor Girl", - "birth": "between 1 September 1980 and 31 August 1981 (most likely), Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 593, - "name": "Gladys Gudgeon", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gilderoy Lockhart", - "Gudgeon family" - ], - "books_featured_in": [ - 2, - 5 - ] - }, - { - "id": 594, - "name": "Gimlet-eyed Hogwarts Headmistress", - "birth": null, - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "\"Gimlet-eyed\"", - "wand": "Unusually thick, looks like a \"birch rod\"", - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Albus Dumbledore", - "Hogwarts Headermasters and Headmistresses", - "Harry Potter" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 595, - "name": "Hedwig", - "birth": "Pre 1991", - "death": "27 July, 1997", - "species": "Snowy Owl", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Amber", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Harry Potter (owner)", - "Eeylops Owl Emporium (formerly)", - "Hogwarts Owlery" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 596, - "name": "Hedwig", - "birth": "Middle Ages", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female (likely)", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 597, - "name": "Hermione Granger's sister", - "birth": "After 19 September 1979", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Granger family" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 599, - "name": "Hokey", - "birth": "Before 1940s", - "death": "1950s-1960s", - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hepzibah Smith" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 600, - "name": "Rolanda Hooch", - "birth": "pre 1918", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Yellow", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 3, - 5, - 6 - ] - }, - { - "id": 601, - "name": "Mafalda Hopkirk", - "birth": "February 19 - March 20 , in or before 1975", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Improper Use of Magic Office", - "Death Eaters (indirectly)" - ], - "books_featured_in": [ - 2, - 5, - 7 - ] - }, - { - "id": 602, - "name": "Olive Hornby", - "birth": "c. 1926 - 1932", - "death": "Before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hornby family" - ], - "books_featured_in": [ - 2, - 4 - ] - }, - { - "id": 604, - "name": "Hope Howell", - "birth": "Pre 1938", - "death": "Pre 1981", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Lupin family" - ], - "books_featured_in": [ - 3, - 7 - ] - }, - { - "id": 605, - "name": "Helga Hufflepuff", - "birth": "Pre 976", - "death": "11th century (possibly)", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Blue", - "wand": null, - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Hufflepuff family", - "", - "nationality = Welsh" - ], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 606, - "name": "Ice cream seller", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Zoo" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 607, - "name": "Clara Ivanova", - "birth": "before 1977, Bulgaria (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Bulgarian National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 608, - "name": "User:Jack \"BtR\" Saxon/Hooch draft", - "birth": "c. 1900 ", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Yellow", - "wand": "Unknown", - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 3, - 5, - 6 - ] - }, - { - "id": 609, - "name": "User:Jack \"BtR\" Saxon/Trelawney draft", - "birth": "c. 1963 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Dark green", - "wand": "Unknown length, core and wood", - "patronus": "Uncorporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club (possibly)", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Divination Workshop (possibly)", - "Trelawney family" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 610, - "name": "Angelina Johnson", - "birth": "24 – 30 October, 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Johnson family", - "Weasley family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 611, - "name": "Gwenog Jones", - "birth": "1968", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Jones family", - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club", - "Holyhead Harpies", - "Welsh National Quidditch team" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 612, - "name": "Hestia Jones", - "birth": "Pre 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (most likely)", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Jones family", - "Order of the Phoenix", - "Advance Guard", - "Harry Potter" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 613, - "name": "Bertha Jorkins's aunt", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 614, - "name": "Bertha Jorkins", - "birth": "1 September 1953 - 31 August 1958", - "death": "1994 (aged around 35-40), Albania", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Department of Magical Games and Sports", - "Hogwarts School of Witchcraft and Wizardry", - "Daily Prophet (formerly)", - "Jorkins family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 615, - "name": "Josephine Kay", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 616, - "name": "Karkus's wife", - "birth": null, - "death": null, - "species": "Giant", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 617, - "name": "Kevin's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Kevin's family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 618, - "name": "Aged witch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Knockturn Alley" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 619, - "name": "Kreacher's mother", - "birth": null, - "death": "Between 1850 and 1985", - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 5 - ] - }, - { - "id": 620, - "name": "Viktor Krum's mother", - "birth": "In or before 1945 (possibly)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Krum family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 621, - "name": "Leanne", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Dumbledore's Army" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 622, - "name": "Bellatrix Lestrange", - "birth": "1951", - "death": "2 May, 1998 (aged 46 - 47)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": "12¾\", Walnut, dragon heartstring", - "patronus": "None", - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 623, - "name": "Alice Longbottom", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Blonde (possibly; formerly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Longbottom family", - "Ministry of Magic (formerly)", - "Auror Office (formerly)", - "Order of the Phoenix (formerly)" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 624, - "name": "Augusta Longbottom", - "birth": "pre 1947", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Longbottom family", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 625, - "name": "Luna Lovegood", - "birth": "13 February, 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Dirty-blonde", - "eye_color": "Pale silvery", - "wand": "Unknown 1st wand", - "patronus": "Hare", - "house": "Ravenclaw", - "associated_groups": [ - "Lovegood family", - "Scamander family", - "Hogwarts School of Witchcraft and Wizardry ", - "Ravenclaw", - "Dumbledore's Army", - "Order of the Phoenix", - "The Quibbler" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 626, - "name": "Pandora Lovegood", - "birth": null, - "death": "Between 13 February, 1990 and 12 February, 1991", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dirty-blonde (possibly)", - "eye_color": "Pale silvery (possibly)", - "wand": null, - "patronus": null, - "house": "Ravenclaw (possibly)", - "associated_groups": [ - "Lovegood family" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 627, - "name": "Mary Macdonald", - "birth": "1 September, 1958 - 31 August, 1965 (most likely)Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Muggle-born (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Macdonald family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 628, - "name": "Morag MacDougal", - "birth": "c. 1979-1980,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "MacDougal family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 629, - "name": "Laura Madley", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardy", - "Hufflepuff" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 630, - "name": "Mafalda", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Muggle-born or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Prewett family", - "Weasley Family", - "Slytherin", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 631, - "name": "Mafalda's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 632, - "name": "Magical Menagerie saleswoman", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey (formerly black)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Magical Menagerie" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 633, - "name": "Astoria Malfoy", - "birth": "between 1 September 1981 -31 August 1982", - "death": "August 2019 (aged 37)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Dark brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Greengrass family", - "Malfoy family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 634, - "name": "Narcissa Malfoy", - "birth": "1955", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": "Unknown 1st wand", - "patronus": null, - "house": "House of Black", - "associated_groups": [], - "books_featured_in": [ - 1, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 635, - "name": "Malkin", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "White", - "eye_color": "Blue", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Madam Malkin's Robes for All Occasions" - ], - "books_featured_in": [ - 1, - 3, - 5, - 6, - 7 - ] - }, - { - "id": 636, - "name": "Griselda Marchbanks", - "birth": "No later than the 1870s", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic", - "Wizengamot", - "Wizarding Examinations Authority" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 637, - "name": "Marsh", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "The Knight Bus" - ], - "books_featured_in": [ - 3, - 5 - ] - }, - { - "id": 638, - "name": "Martha (British Muggle)", - "birth": "Early 20th century (most likely)", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Wool's Orphanage" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 639, - "name": "Mason's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Mason family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 640, - "name": "Daphne Mauboisan", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 641, - "name": "Olympe Maxime", - "birth": null, - "death": null, - "species": "Half-human/Half-giant", - "ancestry": "Part-Human (Half-giant)", - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Black", - "wand": "Unknown length, wood and core", - "patronus": null, - "house": null, - "associated_groups": [ - "Beauxbatons Academy of Magic", - "Order of the Phoenix", - "Maxime family" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 642, - "name": "Olympe Maxime's mother", - "birth": null, - "death": null, - "species": "Human or Giantess", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Maxime family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 643, - "name": "Natalie McDonald", - "birth": "between 1 September 1982 and 31 August 1983, Great Britain", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 644, - "name": "Minerva McGonagall", - "birth": "4 October,", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": "9½\", Fir, dragon heartstring", - "patronus": "Cat", - "house": "Gryffindor", - "associated_groups": [ - "McGonagall family", - "Urquart family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Transfiguration department", - "British Ministry of Magic (formerly)", - "Department of Magical Law Enforcement", - "Albus Dumbledore", - "Order of the Phoenix", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 645, - "name": "Marlene McKinnon", - "birth": null, - "death": "July, 1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Order of the Phoenix", - "McKinnon family" - ], - "books_featured_in": [ - 1, - 4, - 5, - 7 - ] - }, - { - "id": 646, - "name": "Dorcas Meadowes", - "birth": null, - "death": "1981", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Meadowes family", - "Order of the Phoenix" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 647, - "name": "Melinda Bobbin", - "birth": "c. 1978-1985", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slug Club" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 648, - "name": "Galatea Merrythought", - "birth": "Pre-1878", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 649, - "name": "Eloise Midgen", - "birth": "31 August 1983 or earlier", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Midgen family" - ], - "books_featured_in": [ - 4, - 5, - 6 - ] - }, - { - "id": 650, - "name": "Graham Montague's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Montague family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 651, - "name": "Montgomery children's mother", - "birth": "before 1969 (most likely)", - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 652, - "name": "Montgomery sisters", - "birth": "Circa 1978-1985", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Montgomery family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 653, - "name": "Lily Moon", - "birth": "2 September, 1979 - 1 September, 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor, Hufflepuff, or Slytherin", - "associated_groups": [ - "Moon family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 654, - "name": "Moran", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 655, - "name": "Mosag", - "birth": "c. 1942", - "death": null, - "species": "Acromantula", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Black", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Acromantula colony" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 656, - "name": "Mullet", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Irish National Quidditch team" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 657, - "name": "Murcus", - "birth": "Before 1994", - "death": null, - "species": "Selkie (Merpeople)", - "ancestry": null, - "gender": "Female", - "hair_color": "Green", - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Black Lake Selkie Colony", - "Merpeople village", - "Albus Dumbledore" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 658, - "name": "Muriel", - "birth": "Between 2 August, 1889 and 31 July, 1890", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "White", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Order of the Phoenix (indirectly)", - "Prewett family", - "Weasley family" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 659, - "name": "Muriel's mother", - "birth": "Before 2 August, 1890", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 7 - ] - }, - { - "id": 660, - "name": "Nagini", - "birth": "Before 1927, Indonesia (possibly)", - "death": "2 May, 1998 (aged at least 71)", - "species": "Human (Maledictus affliction; formerly)", - "ancestry": "Underbeing", - "gender": "Female", - "hair_color": "Black (Human)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Circus Arcanus (formerly)", - "Credence Barebone (formerly)", - "Newt Scamander (formerly)", - "Lord Voldemort" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 661, - "name": "Z. Nettles", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Nettles family" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 662, - "name": "Norberta", - "birth": "Spring of 1992,", - "death": null, - "species": "Norwegian Ridgeback", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Quirinus Quirrell (as egg)", - "Rubeus Hagrid", - "Romanian Dragon Sanctuary" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 7 - ] - }, - { - "id": 663, - "name": "Mrs Norris", - "birth": "1984 or earlier", - "death": null, - "species": "Cat", - "ancestry": null, - "gender": "Female", - "hair_color": "Dust-coloured fur", - "eye_color": "Yellow and lamp-like", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Argus Filch (owner)", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 664, - "name": "Pansy Parkinson's Gang", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": null, - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4, - 5 - ] - }, - { - "id": 665, - "name": "Paper shop girl", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Ottery St Catchpole paper shop" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 666, - "name": "Pansy Parkinson", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Parkinson family", - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Inquisitorial Squad", - "Draco Malfoy's gang", - "Death Eaters (unofficial)" - ], - "books_featured_in": [ - 1, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 667, - "name": "Patil twins' mother", - "birth": null, - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Patil family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 668, - "name": "Padma Patil", - "birth": "Between 1 September, 1979 and 21 April, 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or pure-blood", - "gender": "Female", - "hair_color": "Dark, long", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Patil family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 669, - "name": "Parvati Patil", - "birth": "between 1 September 1979 and 22 April 1980", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Patil family", - "Dumbledore's Army", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 670, - "name": "Sally-Anne Perks", - "birth": "between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor, Hufflepuff, or Slytherin", - "associated_groups": [ - "Perks family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 671, - "name": "Peter Pettigrew's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Pettigrew family", - "Order of Merlin" - ], - "books_featured_in": [ - 3 - ] - }, - { - "id": 672, - "name": "Enid Pettigrew", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3, - 4, - 6, - 7 - ] - }, - { - "id": 673, - "name": "Cadmus Peverell's fiancée", - "birth": null, - "death": "c. 13th century", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Cadmus Peverell" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 674, - "name": "Irma Pince", - "birth": "Pre 1966 (most likely)", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hogwarts Library" - ], - "books_featured_in": [ - 1, - 2, - 4, - 5, - 6 - ] - }, - { - "id": 675, - "name": "Piers Polkiss's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 676, - "name": "Poppy Pomfrey", - "birth": "pre 1954", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Albus Dumbledore", - "Hogwarts School of Witchcraft and Wizardry", - "Hospital Wing", - "Order of the Phoenix (during the Battle of the Astronomy Tower and the Battle of Hogwarts", - "Dumbledore's Army (during the Battle of the Astronomy Tower and the Battle of Hogwarts" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 677, - "name": "Portrait of a mermaid", - "birth": null, - "death": "Before late February 1994", - "species": "Mermaid", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Prefects' bathroom" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 678, - "name": "Euphemia Potter", - "birth": null, - "death": "Pre-31 July, 1980", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Potter family" - ], - "books_featured_in": [ - 1, - 5 - ] - }, - { - "id": 679, - "name": "Lily L. Potter", - "birth": "Between 1 September 2007 and 31 August 2008", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Potter family", - "Weasley family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 680, - "name": "Lily J. Potter", - "birth": "30 January, 1960", - "death": "31 October, 1981 (aged 21)", - "species": "Human", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": "Auburn", - "eye_color": "Bright green", - "wand": "10¼\", Willow, unknown core", - "patronus": "Doe", - "house": "Gryffindor", - "associated_groups": [ - "Evans family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Slug Club", - "Order of the Phoenix" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 681, - "name": "Molly Weasley's mother", - "birth": "before 30 October, 1949.", - "death": null, - "species": null, - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red (possibly)", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Prewett family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 682, - "name": "Prime Minister's niece", - "birth": "Pre-1990", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 683, - "name": "Eileen Prince", - "birth": "c. 1930, Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (possibly)", - "associated_groups": [ - "Prince family", - "Snape family", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 684, - "name": "Elsie Prod", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 685, - "name": "Puddifoot", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Madam Puddifoot's Tea Shop" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 686, - "name": "Doris Purkiss", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "The Quibbler (presumed)" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 687, - "name": "Orla Quirke", - "birth": "between 1 September 1982 and 31 August 1983,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 688, - "name": "Helena Ravenclaw", - "birth": "Post 982", - "death": "Sometime between 996 and 1000", - "species": "Human (formerly)", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Ravenclaw family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1, - 6, - 7 - ] - }, - { - "id": 689, - "name": "Rowena Ravenclaw", - "birth": "Pre 976", - "death": "11th century", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": "Brown", - "wand": null, - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Ravenclaw family" - ], - "books_featured_in": [ - 2, - 4, - 5, - 7 - ] - }, - { - "id": 690, - "name": "Maisy Reynolds", - "birth": "on or prior to 31 August 1986,", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 691, - "name": "Mary Riddle", - "birth": "1883", - "death": "August, 1943 (aged 59 - 60)", - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 692, - "name": "Merope Riddle", - "birth": "c. 1907", - "death": "31 December, 1926 (aged 19)", - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Dull", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": null, - "house": "House of Gaunt (abandoned)", - "associated_groups": [], - "books_featured_in": [ - 2, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 693, - "name": "Riddles' cook", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family (formerly)" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 694, - "name": "Riddles' maid", - "birth": "Before 1943", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Riddle family" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 695, - "name": "Roberts's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Roberts family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 696, - "name": "Demelza Robins", - "birth": "on or before 31 August 1985", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 697, - "name": "C. Roemmele", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St. Grogory's Primary School" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 698, - "name": "Rosmerta", - "birth": "Before 1959", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Green", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Three Broomsticks Inn", - "Draco Malfoy (while under the Imperius Curse)" - ], - "books_featured_in": [ - 3, - 4, - 6 - ] - }, - { - "id": 699, - "name": "Skower", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2, - 4 - ] - }, - { - "id": 700, - "name": "Serpent of Slytherin", - "birth": "c. 993", - "death": "29 May, 1993 (aged around 1000)", - "species": "Basilisk", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Yellow", - "wand": null, - "patronus": null, - "house": "Salazar Slytherin", - "associated_groups": [], - "books_featured_in": [ - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 701, - "name": "Aurora Sinistra", - "birth": "Pre 1968", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Dark", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Astronomy department" - ], - "books_featured_in": [ - 2, - 4, - 5 - ] - }, - { - "id": 703, - "name": "Sixth-Year Inquisitorial Squad Member", - "birth": "between 1 September 1978 and 31 August 1979, (most likely) Great Britain or Ireland", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or Half-blood (likely)", - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Slytherin", - "Inquisitorial Squad (formerly)" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 704, - "name": "Enid Smeek", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Godric's Hollow", - "Rita Skeeter" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 705, - "name": "Smeltings nurse", - "birth": "In or prior to 1976", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Smeltings Academy" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 706, - "name": "Veronica Smethley", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Gilderoy Lockhart" - ], - "books_featured_in": [ - 2 - ] - }, - { - "id": 707, - "name": "Hepzibah Smith", - "birth": null, - "death": "c. 1955-1961", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hufflepuff family" - ], - "books_featured_in": [ - 6, - 7 - ] - }, - { - "id": 708, - "name": "Alicia Spinnet", - "birth": "between 1 September 1977 and 31 August 1978", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Dumbledore's Army" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 709, - "name": "Phyllida Spore", - "birth": null, - "death": "In or before 1995", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 710, - "name": "Pomona Sprout", - "birth": "15 May", - "death": null, - "species": "Human", - "ancestry": "Half-blood or Pure-blood", - "gender": "Female", - "hair_color": "Grey", - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Herbology department", - "Hufflepuff", - "Order of the Phoenix (during Battle of the Astronomy Tower and Battle of Hogwarts)", - "Dumbledore's Army (during Battle of the Astronomy Tower and Battle of Hogwarts)" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 711, - "name": "Winged St Mungo's patient", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Magical to unknown extent", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 712, - "name": "Patricia Stimpson", - "birth": "c. 1977-1978", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 713, - "name": "Miriam Strout", - "birth": "Before 1977", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries", - "Janus Thickey Ward" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 714, - "name": "The Fates", - "birth": "Amortal", - "death": "Amortal", - "species": "Deity", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 715, - "name": "Theodore Nott's mother", - "birth": null, - "death": "Sometime between 1980 and 1995", - "species": "Human", - "ancestry": "Pure-blood or Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Nott family" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 716, - "name": "Dean Thomas's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Thomas family" - ], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 717, - "name": "Agatha Timms", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 718, - "name": "Andromeda Tonks", - "birth": "1951-1955", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Light brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "House of Black (formerly)", - "associated_groups": [], - "books_featured_in": [ - 5, - 7 - ] - }, - { - "id": 719, - "name": "Nymphadora Tonks", - "birth": "between 1 September 1972 and 31 August 1973", - "death": "2 May, 1998 (aged 24/25)", - "species": "Human (Metamorphmagus)", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Variable (biologically light brown))", - "eye_color": "Variable (Dark)", - "wand": "Unknown length, wood and core", - "patronus": "Jack Rabbit (pre 1995)", - "house": "Hufflepuff", - "associated_groups": [ - "Tonks family", - "Lupin family", - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff", - "Circle of Khanna", - "British Ministry of Magic", - "Auror Department", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 720, - "name": "Cassandra Trelawney", - "birth": null, - "death": null, - "species": "Human (Seer)", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Trelawney family" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 721, - "name": "Sybill Trelawney", - "birth": "9 March, prior to 1963, Great Britain or Ireland", - "death": null, - "species": "Human (Seer)", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Hazel and unicorn hair, 9½ inches, very flexible", - "patronus": "Non-corporeal", - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Slug Club (possibly)", - "Order of the Phoenix (during the Battle of Hogwarts)", - "Dumbledore's Army (during the Battle of Hogwarts)", - "Divination Workshop (possibly)", - "Trelawney family" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 722, - "name": "Donaghan Tremlett's wife", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Tremlett family" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 723, - "name": "Trolley witch", - "birth": "Before 1830", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Grey", - "eye_color": "Dark", - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts Express", - "Albus Dumbledore", - "Ottaline Gambol" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 724, - "name": "Lisa Turpin", - "birth": "Between 1 September 1979 and 31 August 1980", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Hogwarts school of witchcraft and wizardry", - "Ravenclaw" - ], - "books_featured_in": [ - 1 - ] - }, - { - "id": 725, - "name": "Two little witches", - "birth": "Before 1994", - "death": null, - "species": "Humans", - "ancestry": null, - "gender": "Females", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 726, - "name": "Tyra Teegarden", - "birth": "31 August 1982 or earlier", - "death": null, - "species": null, - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 727, - "name": "Dolores Umbridge", - "birth": "British Ministry of Magic (formerly)", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Mouse brown (formerly)", - "eye_color": null, - "wand": "8\", Birch, dragon heartstring (formerly)", - "patronus": "Persian cat", - "house": "Slytherin", - "associated_groups": [], - "books_featured_in": [ - 5, - 6, - 7 - ] - }, - { - "id": 728, - "name": "Cassandra Vablatsky", - "birth": "1894", - "death": "1997 (aged 102 - 103)", - "species": "Human (Seer)", - "ancestry": null, - "gender": "Female", - "hair_color": "Brown", - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 729, - "name": "Emmeline Vance", - "birth": "pre 1964", - "death": "Early July, 1996", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Vance family", - "Order of the Phoenix", - "Advance Guard" - ], - "books_featured_in": [ - 5, - 6 - ] - }, - { - "id": 730, - "name": "Romilda Vane", - "birth": "between 1 September 1981 and 31 August 1982", - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood (possibly)", - "gender": "Female", - "hair_color": "Black", - "eye_color": "Dark", - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Vane family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Dumbledore's Army" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 731, - "name": "Romilda Vane's grandmother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 6 - ] - }, - { - "id": 732, - "name": "Septima Vector", - "birth": "Before 1974", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Black", - "eye_color": null, - "wand": null, - "patronus": "Non-corporeal", - "house": null, - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 3, - 4, - 5, - 6 - ] - }, - { - "id": 733, - "name": "Verity", - "birth": "In or prior to 1979", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Weasleys' Wizard Wheezes" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 734, - "name": "Violet", - "birth": null, - "death": "Before 1994", - "species": "Portrait", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Hogwarts School" - ], - "books_featured_in": [ - 4, - 6 - ] - }, - { - "id": 735, - "name": "Wailing Widow", - "birth": null, - "death": "Before 1992", - "species": "Human (formerly)", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 736, - "name": "Waitress at Luchino Caffe", - "birth": "Before 1997", - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Luchino Caffe" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 737, - "name": "Wakanda", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "British Ministry of Magic" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 739, - "name": "Celestina Warbeck", - "birth": "18 August, 1917", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Dark", - "eye_color": null, - "wand": "10½\", Larch, phoenix feather", - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Wizarding Wireless Network", - "Witching Hour", - "Puddlemere United" - ], - "books_featured_in": [ - 2, - 6, - 7 - ] - }, - { - "id": 740, - "name": "Myrtle Warren", - "birth": "Between 14 June, 1928 and 13 June, 1929", - "death": "13 June, 1943 (aged 14)", - "species": "Human (formerly)", - "ancestry": "Muggle-born", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Ravenclaw", - "associated_groups": [ - "Warren family", - "Hogwarts School of Witchcraft and Wizardry", - "Ravenclaw", - "Harry Potter", - "Draco Malfoy", - "Albus Potter", - "Scorpius Malfoy" - ], - "books_featured_in": [ - 2, - 4, - 6 - ] - }, - { - "id": 741, - "name": "Myrtle Warren's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 2 - ] - }, - { - "id": 743, - "name": "Ginny Weasley", - "birth": "11 August, 1981", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": "Bright brown", - "wand": "Unknown length, Yew, unknown core", - "patronus": "Horse", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Potter family", - "Prewett family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team", - "Slug Club", - "Dumbledore's Army", - "Order of the Phoenix", - "Holyhead Harpies", - "Daily Prophet" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 744, - "name": "Molly Weasley", - "birth": "30 October, 1949 or 1950", - "death": null, - "species": "Human", - "ancestry": "Pure-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": "Bright brown", - "wand": "Unknown length, wood and core", - "patronus": "Non-corporeal", - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Prewett family", - "Potter family", - "Order of the Phoenix", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - }, - { - "id": 745, - "name": "Rose Granger-Weasley", - "birth": "between 1 September 2005 and 31 August 2006", - "death": null, - "species": "Human", - "ancestry": "Half-blood", - "gender": "Female", - "hair_color": "Red", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Gryffindor", - "associated_groups": [ - "Weasley family", - "Granger family", - "Prewett family", - "Potter family", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Gryffindor Quidditch team" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 746, - "name": "Victoire Weasley", - "birth": "2 May, early 2000s Great Britain or France", - "death": null, - "species": "Human (Veela ancestry)", - "ancestry": "One-eighth Veela", - "gender": "Female", - "hair_color": "Blonde", - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Septimus Weasley (paternal great-grandfather)", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Weasley family", - "Delacour family", - "Prewett family" - ], - "books_featured_in": [ - 7 - ] - }, - { - "id": 747, - "name": "St Mungo's Welcome Witch", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Blonde", - "eye_color": "Blue", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "St Mungo's Hospital for Magical Maladies and Injuries" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 748, - "name": "Wendelin the Weird", - "birth": "c. 14th century", - "death": "Middle Ages", - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": "Red", - "eye_color": "Green", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 3 - ] - }, - { - "id": 749, - "name": "Winky", - "birth": "Before 1981", - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": "Brown", - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family (formerly)", - "Bartemius Crouch Senior", - "Bartemius Crouch Junior", - "Hogwarts School of Witchcraft and Wizardry" - ], - "books_featured_in": [ - 4, - 5, - 6, - 7 - ] - }, - { - "id": 750, - "name": "Winky's grandmother", - "birth": null, - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 751, - "name": "Winky's mother", - "birth": null, - "death": null, - "species": "House-elf", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [ - "Crouch family" - ], - "books_featured_in": [ - 4 - ] - }, - { - "id": 752, - "name": "Oliver Wood's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 4 - ] - }, - { - "id": 753, - "name": "Yvonne", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Muggle", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": null, - "associated_groups": [], - "books_featured_in": [ - 1 - ] - }, - { - "id": 754, - "name": "Blaise Zabini's mother", - "birth": null, - "death": null, - "species": "Human", - "ancestry": "Pure-blood or half-blood", - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Slytherin (likely)", - "associated_groups": [ - "Zabini family" - ], - "books_featured_in": [ - 6 - ] - }, - { - "id": 755, - "name": "Rose Zeller", - "birth": "Between 1 September 1983 and 31 August 1984,", - "death": null, - "species": "Human", - "ancestry": null, - "gender": "Female", - "hair_color": null, - "eye_color": null, - "wand": null, - "patronus": null, - "house": "Hufflepuff", - "associated_groups": [ - "Hogwarts School of Witchcraft and Wizardry", - "Hufflepuff" - ], - "books_featured_in": [ - 5 - ] - }, - { - "id": 756, - "name": "Albus Dumbledore", - "birth": "Late August 1881", - "death": "30 June, 1997 (aged 115)", - "species": "Human", - "ancestry": "Half-blood", - "gender": "Male", - "hair_color": "Silver, formerly auburn", - "eye_color": "Blue", - "wand": "Unknown length, wood and core (formerly)", - "patronus": "Phoenix", - "house": "Gryffindor", - "associated_groups": [ - "Order of Merlin", - "Order of the Phoenix", - "Dumbledore's Army", - "Harry Potter", - "Hogwarts School of Witchcraft and Wizardry", - "Gryffindor", - "Transfiguration department", - "British Ministry of Magic", - "Council of Magical Law", - "Wizengamot", - "International Confederation of Wizards", - "Dumbledore family" - ], - "books_featured_in": [ - 1, - 2, - 3, - 4, - 5, - 6, - 7 - ] - } - ], - "funFacts": [ - { - "id": 1, - "type": "Author", - "content": "J. K. Rowling" - }, - { - "id": 2, - "type": "Protagonist", - "content": "Harry Potter" - }, - { - "id": 3, - "type": "Antatagonist", - "content": "Lord Voldemort" - }, - { - "id": 4, - "type": "Harry Potter's magic wand", - "content": "Harry Potter's wand was 11 long, made of holly, and possessed a phoenix feather core. This was described by Garrick Ollivander to be an unusual combination of wand core and wood. The feather was donated by Fawkes, Albus Dumbledore's phoenix." - }, - { - "id": 5, - "type": "Lord Voldemort's magic wand", - "content": "Lord Voldemort's wand was 11 long, made of holly, and possessed a phoenix feather core. This was described by Garrick Ollivander to be an unusual combination of wand core and wood. The feather was donated by Fawkes, Albus Dumbledore's phoenix." - }, - { - "id": 6, - "type": "Lord Voldemort's real name", - "content": "Tom Marvolo Riddle (mixing the letters it ends up being Lord Voldemort)" - }, - { - "id": 7, - "type": "Houses", - "content": "At the school Hogwarts there are four houses: Gryffindor, Ravenclaw, Hufflepuff and Slytherin" - }, - { - "id": 8, - "type": "Wands", - "content": "Harry's wand and Voldemort's wand were twins, that's why they couldn't kill each other" - } - ], - "spells": [ - { - "id": 1, - "name": "Aberto", - "other_name": null, - "pronunciation": "Ah-bare-toh", - "spell_type": "Charm", - "description": null, - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 2, - "name": "Accio", - "other_name": "Summoning Charm", - "pronunciation": "Various, including: AK-ee-oh or AK-see-oh , AK-see-oh , AS-see-oh (US), and AT-chee-oh (Anglo-Catholic pronunciation)", - "spell_type": "Charm", - "description": "Summons an object towards the caster. It is able to summon objects in direct line of sight of the caster, as well as things out of view, by calling the object aloud after the incantation (unless the spell is casted nonverbally). This spell needs thought behind it, and the object must be clear in the casters mind before trying to summon it. The caster doesn't necessarily need to know the location of the target if they say the name of the object to be summoned, such as when Hermione Granger summoned some books from Dumbledore's office simply by saying \"Accio Horcrux books!\" while in Gryffindor Tower.", - "mention": "Harry Potter summoned his broom to complete the first task of the Triwizard Tournament in 1994, and to summon the Portkey to escape Voldemort and the Death Eaters in the Little Hangleton Graveyard in 1995. Also, in the Battle of the Seven Potters Harry summoned Hagrid when he fell. Molly Weasley used it to get the twins' candy. The twins used it to summon their brooms from Dolores Umbridge's office", - "etymology": "The Latin word accio means \"I call\" or \"I summon\".", - "note": null - }, - { - "id": 3, - "name": "Age Line", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Prevents people above or below a certain age from access to a target.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 4, - "name": "Aguamenti", - "other_name": "Water-Making Spell", - "pronunciation": "AH-gwah-MEN-tee", - "spell_type": "Charm, Conjuration", - "description": "Produces a clean, drinkable jet of water from the wand tip.", - "mention": "Used by Fleur Delacour in 1994 to extinguish her skirt, which had caught flame during a fight against a dragon. Harry used this spell twice in 1997, both on the same night; once to attempt to provide a drink for Dumbledore, then again to help douse Hagrid's hut after it was set aflame by Thorfinn Rowle, who used the Fire-Making Spell.", - "etymology": null, - "note": null - }, - { - "id": 5, - "name": "Alarte Ascendare", - "other_name": null, - "pronunciation": "a-LAR-tay a-SEN-der-ay", - "spell_type": "Charm", - "description": "Shoots the target high into the air.", - "mention": "Used by Gilderoy Lockhart in 1992 to send a snake high into the air during the first and last meeting of the Duelling Club.", - "etymology": null, - "note": null - }, - { - "id": 6, - "name": "Albus Dumbledore's forceful spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "This spell was, supposedly, quite powerful as when it was cast, the opponent was forced to conjure a silver shield to deflect it.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 7, - "name": "Alohomora", - "other_name": "Unlocking Charm", - "pronunciation": "ah-LOH-ho-MOR-ah", - "spell_type": "Charm", - "description": "Unlocks doors and other objects. It can also unlock doors that have been sealed with a Locking Spell, although it is possible to bewitch doors to become unaffected by this spell.", - "mention": "Used by Hermione Granger in 1991 to allow her and her friends to access the Third-floor corridor at her school, which was at the time forbidden; she used it again two years later to free Sirius's cell in her teacher's prison room.", - "etymology": null, - "note": null - }, - { - "id": 8, - "name": "Amato Animo Animato Animagus", - "other_name": "Animagus Spell", - "pronunciation": "ah-MAH-toh ah-NEE-moh ah-nee-MAH-toh an-a-MAY-jus", - "spell_type": "Transfiguration", - "description": "Spell used as part of the process of becoming an Animagus. The incantation has to be recited at sunrise and sundown, every day before the consumption of the Animagus Potion. The incantation is also recited just prior to the consumption of the potion, which has to take place just after a lightning storm starts. The incantation is recited while placing the wand's tip over one's heart.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 9, - "name": "Anapneo", - "other_name": null, - "pronunciation": "ah-NAP-nee-oh", - "spell_type": "Healing Spell, Vanishment", - "description": "Clears the target's airway if they are choking on something.", - "mention": "Used by Horace Slughorn, cast upon Marcus Belby when the latter choked on a pheasant in 1996.", - "etymology": null, - "note": null - }, - { - "id": 10, - "name": "Anteoculatia", - "other_name": null, - "pronunciation": "an-tee-oh-kyoo-LAY-chee-ah", - "spell_type": "Hex", - "description": "Causes the target to grow antlers.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 11, - "name": "Anti-Cheating Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Used to prevent cheating.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 12, - "name": "Anti-Disapparition Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Prevents Disapparation in an area. It is used to entrap an enemy in an area.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 13, - "name": "Anti-intruder jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Prevents intruders from entering an area.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 14, - "name": "Antonin Dolohov's curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "An unknown curse that causes injuries that are capable of killing with enough power.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 15, - "name": "Aparecium", - "other_name": "Revealing Charm", - "pronunciation": "AH-par-EE-see-um", - "spell_type": "Charm", - "description": "Reveals secret messages written in invisible ink, or any other hidden markings. Also works against Concealing charms", - "mention": "Used (to no avail) in 1993 by Hermione Granger to attempt to reveal any hidden writing in a diary.", - "etymology": null, - "note": null - }, - { - "id": 16, - "name": "Appare Vestigium", - "other_name": "Tracking Spell", - "pronunciation": "ah-PAR-ay ves-TEE-jee-um", - "spell_type": "Charm", - "description": "Reveals traces of magic, including footprints and track marks.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 17, - "name": "Apparition", - "other_name": null, - "pronunciation": null, - "spell_type": "Transportation", - "description": "Magically transports the caster to another location instantaneously. The destination is one that the primary user has been to or seen in some fashion previously. Can be used to apparate multiple people at once if holding each other. No incantation required.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 18, - "name": "Aqua Eructo", - "other_name": "Aqua Eructo Charm", - "pronunciation": "A-kwa ee-RUCK-toh", - "spell_type": "Charm", - "description": "This spell is used to create, and control, a jet of clear water from the tip of the wand; it is probably related to Aguamenti.", - "mention": "Used multiple times to extinguish fires in 1994.", - "etymology": null, - "note": null - }, - { - "id": 19, - "name": "Arania Exumai", - "other_name": "Spider repelling spell", - "pronunciation": "ah-RAHN-ee-a EKS-su-may", - "spell_type": "Charm", - "description": "Drives away spiders, including Acromantulas.", - "mention": "Jacob's sibling used this spell to repel an Acromantula that guarded the Forest Vault in the Forbidden Forest.", - "etymology": null, - "note": null - }, - { - "id": 20, - "name": "Arresto Momentum", - "other_name": "Slowing Charm", - "pronunciation": "ah-REST-oh mo-MEN-tum", - "spell_type": "Charm", - "description": "Decreases the velocity of a moving target. Can be used on multiple targets, as well as on the caster themselves. It was invented by Daisy Pennifold in 1711 for use on the Quaffle in Quidditch.", - "mention": "Used by Dumbledore to save one of his students from a fall in 1993; Hermione Granger used it, to little effect, in 1998 to cushion an otherwise deadly fall.", - "etymology": null, - "note": null - }, - { - "id": 21, - "name": "Arrow-shooting spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Fires arrows from the caster's wand.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 22, - "name": "Ascendio", - "other_name": null, - "pronunciation": "ah-SEN-dee-oh", - "spell_type": "Charm", - "description": "Lifts the caster high into the air. The charm also works underwater, propelling the caster above the surface.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 23, - "name": "Avada Kedavra", - "other_name": "Killing Curse", - "pronunciation": "ah-VAH-dah keh-DAV-rah", - "spell_type": "Curse", - "description": "", - "mention": "Used by Tom Riddle to murder many of his victims without remorse.", - "etymology": null, - "note": null - }, - { - "id": 24, - "name": "Avifors", - "other_name": "Avifors Spell", - "pronunciation": "AH-vi-fors", - "spell_type": "Transfiguration", - "description": "Transforms the target into a bird.", - "mention": "Taught in Transfiguration class.", - "etymology": null, - "note": null - }, - { - "id": 25, - "name": "Avenseguim", - "other_name": null, - "pronunciation": "ah-ven-SEH-gwim", - "spell_type": "Charm", - "description": "Turns an object into a tracking device.", - "mention": "In 1927, Newton Scamander used this spell to track the origins of a feather - a clue found during his search for Porpentina Goldstein - back to Yusuf Kama, whose hat the feather came from.", - "etymology": null, - "note": null - }, - { - "id": 26, - "name": "Avis", - "other_name": "Bird-Conjuring Charm", - "pronunciation": "AH-viss", - "spell_type": "Conjuration, Charm", - "description": "Conjures a flock of birds from the tip of the wand. When used in conjunction with Oppugno, it can be used offensively.", - "mention": "Used in 1994 by Mr Ollivander to test Viktor Krum's wand. Also employed offensively by Hermione Granger against Ron Weasley.", - "etymology": null, - "note": null - }, - { - "id": 27, - "name": "Babbling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes uncontrollable babbling.", - "mention": "Although he was rather untrustworthy, it may not have occurred at all, but Gilderoy Lockhart says he cured a Transylvanian farmer of this affliction.", - "etymology": null, - "note": null - }, - { - "id": 28, - "name": "Badgering", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Turns things into badgers", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 29, - "name": "Bat-Bogey Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Transforms the target's bogeys into large bats that fly out of the victim's nose. It was invented by Miranda Goshawk.", - "mention": "Ginny Weasley was a noted practitioner of this spell, having used it at least thrice by her sixth year.", - "etymology": null, - "note": null - }, - { - "id": 30, - "name": "Baubillious", - "other_name": null, - "pronunciation": "baw-BILL-ee-us", - "spell_type": "Charm", - "description": "The exact effects of the spell are unknown, though it presumably is of damaging nature and it produces a bolt of white light from the tip of the wand.", - "mention": null, - "etymology": "Currently unclear, probably from English bauble.", - "note": "This is likely the incantation for White sparks." - }, - { - "id": 31, - "name": "Bedazzling Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Allows the caster to disguise things.", - "mention": "When Xenophilius Lovegood explains the concept of how the Cloak of Invisibility is the only thing that can make a person truly invisible, he mentions that most cloaks of that kind are made with this spell.", - "etymology": null, - "note": null - }, - { - "id": 32, - "name": "Bewitched Snowballs", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes snowballs to pelt themselves at the target.", - "mention": "Twice used by Fred and George Weasley; firstly on Professor Quirrell's head, unwittingly striking Lord Voldemort in the face, and then again four years later to attack the windows of Gryffindor Tower.", - "etymology": null, - "note": null - }, - { - "id": 33, - "name": "Bluebell Flames", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces magical blue flames that can be held in a jar. Not as dangerous as real fire, these magical flames can be touched, penetrated and held without it burning the holder, though it is known to singe materials such as clothing and plants.", - "mention": "This spell was a speciality of Hermione Granger's. She used it to save Harry and Ron in 1991.", - "etymology": null, - "note": null - }, - { - "id": 34, - "name": "Blue sparks", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Jet of blue sparks. It can be used offensively as a minor duelling spell.", - "mention": "Following the American National Quidditch team's win at the semi-finals of the 2014 Quidditch World Cup against Liechtenstein, red, white and blue sparks filled the air so thickly it was difficult to see or breathe.", - "etymology": null, - "note": null - }, - { - "id": 35, - "name": "Bombarda", - "other_name": "Exploding Charm", - "pronunciation": "bom-BAR-dah", - "spell_type": "Charm", - "description": "Provokes a small explosion.", - "mention": "Taught in fourth year Charms class.", - "etymology": "From the word bombard, meaning \"to attack a place or person continually with bombs or other missiles\".", - "note": null - }, - { - "id": 36, - "name": "Bombarda Maxima", - "other_name": null, - "pronunciation": "BOM-bar-dah MAX-ih-mah", - "spell_type": "Charm", - "description": "Creates a large explosion capable of removing entire walls. A more advanced and more powerful form of the Exploding Charm.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 37, - "name": "Brackium Emendo", - "other_name": null, - "pronunciation": "BRA-key-um ee-MEN-doh", - "spell_type": "Charm, Healing Spell", - "description": "If used correctly, it is claimed that this spell will heal broken bones; this theory is supported by the etymology.", - "mention": "Used unsuccessfully by Gilderoy Lockhart on Harry Potter in 1992 after the latter's arm was broken by a Bludger; it vanished all the bones, making it resemble rubber.", - "etymology": null, - "note": null - }, - { - "id": 38, - "name": "Bravery Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Increases the bravery of a teammate, increasing their performance against certain foes.", - "mention": "Taught by Head of the Auror Office, Harry Potter, to members of the Statute of Secrecy Task Force, to help them address the results of the Calamity in the 2010s.", - "etymology": null, - "note": null - }, - { - "id": 39, - "name": "Bridge-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Conjure a bridge from thin air.", - "mention": "This spell was used by Ignotus, Antioch and Cadmus Peverell in The Tale of the Three Brothers to create a bridge over a treacherous river, a bridge upon which they met Death.", - "etymology": null, - "note": null - }, - { - "id": 40, - "name": "Broom jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Used to make broomsticks try to throw their riders off through a variety of means such as sudden lurches and violent swishing movements. Constant eye contact is needed for the jinx to keep working.", - "mention": "It was used by Quirinus Quirrell against Harry Potter in 1991.", - "etymology": null, - "note": "This may be related to the Hurling Hex." - }, - { - "id": 41, - "name": "Bubble-Head Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a large bubble of air around the head of the user; it is commonly used as the supernatural equivalent of a breathing set.", - "mention": "Used by Cedric Diggory and Fleur Delacour in 1995; it was used the next year by many students walking through the halls, because of horrid odours made by various pranks played on Dolores Umbridge.", - "etymology": null, - "note": null - }, - { - "id": 42, - "name": "Bubble-producing spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a stream of non-bursting bubbles; there are two similar spells.", - "mention": "Used by Professor Flitwick to decorate some trees; the bubbles in this instance were golden. Used the following year by Ron Weasley when he broke his wand; these bubbles were purple.", - "etymology": null, - "note": null - }, - { - "id": 43, - "name": "Calvorio", - "other_name": "Hair-Loss Curse", - "pronunciation": "cal-VOR-ee-oh", - "spell_type": "Curse", - "description": "Removes the victim's hair.", - "mention": "The book Curses and Counter-Curses by Vindictus Viridian mentions this curse.", - "etymology": "From Latin calvus = \"bald\".", - "note": null - }, - { - "id": 44, - "name": "Cantis", - "other_name": null, - "pronunciation": "CAN-tiss", - "spell_type": "Jinx", - "description": "Causes the victim to burst uncontrollably into song.", - "mention": "Used by the Hogwarts professors to enchant suits of armour.", - "etymology": "Cantare is Latin for \"sing\".", - "note": null - }, - { - "id": 45, - "name": "Capacious extremis", - "other_name": "Extension Charm", - "pronunciation": "ca-PAY-shus ex-TREEM-us", - "spell_type": "Charm", - "description": "Expands the internal dimensions of an object without affecting the external dimensions, enhancing its capacity, and rendering its contents lighter.", - "mention": "This spell was used by Arthur Weasley to allow eight people, six large trunks, two owls, and a rat to fit comfortably inside his modified Ford Anglia in 1992. Also on the tent in which the Weasleys, Harry and Hermione stay during the Quidditch World Cup in 1994; the tent is also used by Harry, Ron and Hermione as shelter in 1997. Also, Hermione cast this spell upon her handbag in the same year.", - "etymology": null, - "note": null - }, - { - "id": 46, - "name": "Carpe Retractum", - "other_name": "Seize and Pull Charm", - "pronunciation": "CAR-pay ruh-TRACK-tum", - "spell_type": "Charm", - "description": "Produces a rope of light used to pull objects towards the caster, or, if the target is fixed in place, to pull the caster towards the target.", - "mention": "Taught in third year Charms class.", - "etymology": "From the Latin carpe, meaning \"to seize\" and retracto, meaning \"I draw back\".", - "note": null - }, - { - "id": 47, - "name": "Cascading Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Attacks multiple opponents in close proximity to each other.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 48, - "name": "Caterwauling Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Anyone entering the perimeter of this spell sets off a high-pitched shriek. This spell may be related to the Intruder Charm.", - "mention": "This spell was cast by the Death Eaters over Hogsmeade Wizarding Village to protect against intruders in 1998.", - "etymology": null, - "note": null - }, - { - "id": 49, - "name": "Cauldron to Sieve", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms cauldrons into sieves.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 50, - "name": "Cauldron to badger", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms cauldrons into badgers.", - "mention": null, - "etymology": null, - "note": "This spell may be Badgering." - }, - { - "id": 51, - "name": "Cave inimicum", - "other_name": null, - "pronunciation": "CAH-vay uh-NIM-i-kuhm", - "spell_type": "Charm", - "description": "Produces a boundary that keeps the caster hidden from others.", - "mention": "Used multiple times by Hermione Granger in 1997 and 1998 to protect the tent she shared with Ron Weasley and Harry Potter.", - "etymology": "The incantation is a Latin phrase which translates to \"beware of the enemy\".", - "note": null - }, - { - "id": 52, - "name": "Cheering Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes the target feel happy. Overuse of the spell may cause the target to break into an uncontrollable laughing fit. This spell was invented by Felix Summerbee.", - "mention": "Taught to third-year charms classes, part of the written O.W.L.", - "etymology": null, - "note": null - }, - { - "id": 53, - "name": "Circumrota", - "other_name": null, - "pronunciation": "SIR-cum-roh-tuh", - "spell_type": "Charm", - "description": "Rotates objects.", - "mention": "This spell was used by Leta Lestrange to rotate a record tower in the Records Room at the French Ministry of Magic Headquarters, revealing Newton Scamander and Porpentina Goldstein to be hiding behind the tower.", - "etymology": null, - "note": null - }, - { - "id": 54, - "name": "Cistem Aperio", - "other_name": null, - "pronunciation": "SIS-tem uh-PE-ree-o", - "spell_type": "Charm", - "description": "Opens chests and boxes.", - "mention": "This spell was used by Tom Riddle to open the chest in which Aragog was hidden.", - "etymology": "Aperio is Latin for \"uncover\" or \"open\"; Cista is Latin for \"trunk\" or \"chest\".", - "note": null - }, - { - "id": 55, - "name": "Colloportus", - "other_name": "Locking Spell", - "pronunciation": "cul-loh-POR-tus", - "spell_type": "Charm", - "description": "Locks doors and all things that can be locked. It is the counter-charm to the Unlocking Spell.", - "mention": "Used by Hermione Granger in 1996 in an attempt to prevent the Death Eaters that were following her from catching up.", - "etymology": "Perhaps a portmanteau of the Latin words colligere, which means \"gather\" and porta, which means \"gate\".", - "note": "This spell can easily be countered with Alohomora." - }, - { - "id": 56, - "name": "Colloshoo", - "other_name": "Stickfast Hex", - "pronunciation": "CAWL-low-shoo", - "spell_type": "Hex", - "description": "Sticks the target's shoes to the ground.", - "mention": "This spell is mentioned twice, once as having been used on Severus Snape during a potions class, the other when one reads Curses and Counter-Curses by Vindictus Viridian.", - "etymology": "The suffix \"shoo\" is a phonetic spelling of English \"shoe\"; the prefix collo may come from Greek \"κολάω,κολώ\" (pronounced \"colas\",\"cols\"), which means \"to glue\".", - "note": null - }, - { - "id": 57, - "name": "Colovaria", - "other_name": "Colour Change Charm", - "pronunciation": "co-loh-VA-riah", - "spell_type": "Charm", - "description": "Changes the target's colour.", - "mention": "The spell can be bought in Wiseacre's Wizarding Equipment in Diagon Alley. Used by fifth-years in their OWLs.", - "etymology": "Almost certainly a combination of English \"colour\" and \"vary\".", - "note": null - }, - { - "id": 58, - "name": "Confringo", - "other_name": "Blasting Curse", - "pronunciation": "kon-FRING-goh", - "spell_type": "Curse", - "description": "Produces a fiery explosion.", - "mention": "Used by Harry Potter to destroy the side-car of a motorbike in which he was riding during a battle against some Death Eaters in 1997; it was later used by Hermione Granger in an attempt to kill Nagini and facilitate an escape from Godric's Hollow.", - "etymology": "The incantation is direct Latin for \"destroy\".", - "note": "This spell seems to use heat for its explosion, while Expulso uses pressure instead." - }, - { - "id": 59, - "name": "Confundo", - "other_name": "Confundus Charm", - "pronunciation": "con-FUN-doh", - "spell_type": "Charm", - "description": "Causes the victim to become confused and befuddled.", - "mention": "In 1994, Severus Snape asserted that Harry, Ron and Hermione had this charm cast on them so that they would believe Sirius Black's claim of innocence; used two years later by Hermione to allow Ron to join the Gryffindor Quidditch team. It was used multiple times in 1997 and 1998.", - "etymology": "The incantation, when non-capitalised, means \"I confuse\"; the title may derive from the Latin confundere, meaning \"to confuse\" or \"to perplex.\"", - "note": null - }, - { - "id": 60, - "name": "Conjunctivitis Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes irritation in the eyes, forcing them to swell shut. The Oculus Potion is able to counteract this curse. Dragons are particularly susceptible to this curse, as their hide makes them resistant to most spells, while their eyes remain vulnerable.", - "mention": "It was suggested by Sirius Black in his letter to Harry for him to use this spell on a dragon. Olympe Maxime used this spell on some giants in 1995.", - "etymology": "\"Conjunctivitis\" is the technical term for \"pink eye,\" demonstrating its effects of irritating the eye and causing it to shut.", - "note": null - }, - { - "id": 61, - "name": "Cornflake skin spell", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "This spell causes the victim's skin to appear as though it was coated in cornflakes.", - "mention": "In 1996, an unnamed student went to the hospital for treatment after he was hit with it, which was done in retaliation for the Inquisitorial Squad's recent behaviour.", - "etymology": null, - "note": null - }, - { - "id": 62, - "name": "Cracker Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "This spell is used to conjure exploding wizard crackers; it can be used in duelling to harm the opponent, but the force of the explosion may also affect the caster.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 63, - "name": "Cribbing Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "This spell, which may possibly be a charm, is used to assist the caster in cheating on written papers, tests, and exams. It is possible that these spells can negate anti-cheating spells.", - "mention": "In 1991, an unnamed Slytherin student asked his fellow students whether any of them knew any good cribbing spells.", - "etymology": null, - "note": null - }, - { - "id": 64, - "name": "Crinus Muto", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Used to transfigure the colour and style of one's hair.", - "mention": "This maybe be the spell that caused Harry to turn his eyebrow yellow in 1996.", - "etymology": null, - "note": null - }, - { - "id": 65, - "name": "Crucio", - "other_name": "Cruciatus Curse", - "pronunciation": "KROO-see-oh", - "spell_type": "Curse", - "description": "Inflicts intense pain on the recipient of the curse. This curse does not physically harm the victim, but may in extreme cases drive them insane. The pain is described as having hot knives being driven into the victim. It cannot be cast successfully by a person who is doing so out of pure spite or anger; one must feel a true desire to cause the victim pain. If one casts this spell, he or she will receive a life sentence in Azkaban prison for it, as with the other two Unforgivable Curses.", - "mention": "Infamously used by Death Eaters Bellatrix Lestrange, Rabastan Lestrange, Rodolphus Lestrange and Bartemius Crouch Junior to torture the Aurors Frank and Alice Longbottom into insanity.", - "etymology": "Latin crucio means \"I torture\".", - "note": null - }, - { - "id": 66, - "name": "Defodio", - "other_name": "Gouging Spell", - "pronunciation": "deh-FOH-dee-oh", - "spell_type": "Charm", - "description": "Allows the caster to dig and carve through the target.", - "mention": "Used by The Trio to escape from a bank in 1998 while riding a dragon. It was later used by Harry to write the epitaph for Dobby, who had been killed.", - "etymology": "The incantation is Latin for \"I dig\".", - "note": null - }, - { - "id": 67, - "name": "Deletrius", - "other_name": "Eradication Spell", - "pronunciation": "deh-LEE-tree-us", - "spell_type": "Charm", - "description": "Counter-charm to the Reverse Spell, vanishing the image of the last spell cast. It may also disintegrate other certain images.", - "mention": "This spell was only ever seen in 1994 when Amos Diggory used Prior Incantato to detect that Winky had cast Morsmordre using Harry Potter's wand.", - "etymology": "Latin delere, meaning \"to destroy\", and English \"detritus\", meaning rubble.", - "note": null - }, - { - "id": 68, - "name": "Densaugeo", - "other_name": null, - "pronunciation": "den-SAW-jee-oh", - "spell_type": "Hex", - "description": "This hex causes the victim's teeth to grow rapidly, but can also be used to restore lost teeth, as proven when Ted Tonks did so in 1997 for Harry Potter.", - "mention": "Introduced in 1994, when Draco Malfoy's spell rebounded upon Hermione Granger; her teeth were past her collar before she was forced to run to the hospital to get them shrunk. Later used in 1997 to mend Harry Potter's broken teeth.", - "etymology": "From Latin dens, meaning \"tooth\", and augeo, meaning \"I enlarge\"; essentially, it means \"I enlarge the tooth\".", - "note": null - }, - { - "id": 69, - "name": "Deprimo", - "other_name": null, - "pronunciation": "deh-PREEM-oh", - "spell_type": "Charm", - "description": "Charm used to blast holes in the ground.", - "mention": "Hermione Granger blasted a hole through the living room floor of Xenophilius Lovegood's house in 1998 using this spell.", - "etymology": "The incantation, when non-capitalised, means \"to depress\" or \"depress\".", - "note": null - }, - { - "id": 70, - "name": "Depulso", - "other_name": "Banishing Charm", - "pronunciation": "deh-PUL-soh", - "spell_type": "Charm", - "description": "Sends the target away from the caster. It is the counter-charm to the Summoning Charm.", - "mention": "Although it is learned in the fourth-year charms class at Hogwarts, it is used multiple times in 1993, as well as in 1995.", - "etymology": "From the Latin depulsio, meaning \"drive away\".", - "note": null - }, - { - "id": 71, - "name": "Descendo", - "other_name": null, - "pronunciation": "deh-SEN-doh", - "spell_type": "Charm", - "description": "Causes object to fall or move downwards.", - "mention": "In 1997, it was used by Ron to magically cause the stairs in his bedroom, which lead to his family's attic, to descend; later that year, Crabbe used it in an attempt to cause a wall of rubbish behind which Ron was hiding to fall on him.", - "etymology": "Descendo is Latin for \"I descend\".", - "note": null - }, - { - "id": 72, - "name": "Desk Into Pig", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Turns desks into pigs.", - "mention": "Professor McGonagall used this spell as a demonstration for her class of first years in 1991, then changed the pig back into a desk.", - "etymology": null, - "note": null - }, - { - "id": 73, - "name": "Deterioration Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Impairs foes and reduces their stamina.", - "mention": "Minerva McGonagall taught members of the Statute of Secrecy Task Force this hex to help them address the results of the Calamity in the 2010s.", - "etymology": null, - "note": null - }, - { - "id": 74, - "name": "Diffindo", - "other_name": "Severing Charm", - "pronunciation": "dih-FIN-doh", - "spell_type": "Charm", - "description": "Used to precisely cut or tear objects.", - "mention": "Used twice in 1994, the first time being by Harry Potter to cut Cedric Diggory's bag in order to talk to the latter, and the second time being by Ron Weasley to cut the lace from the cuffs of his dress robes in an attempt to make them seem less feminine. The spell was used a third time by Harry to swap the covers of his second-hand and brand-new copies of Advanced Potion-Making.", - "etymology": "Latin diffindere, meaning \"to divide\" or \"to split\".", - "note": null - }, - { - "id": 75, - "name": "Diminuendo", - "other_name": null, - "pronunciation": "dim-in-YEW-en-DOUGH", - "spell_type": "Charm", - "description": "Forces the target to shrink.", - "mention": "Performed by Nigel Wolpert in 1995, during a Dumbledore's Army meeting.", - "etymology": "The incantation derives from the musical term diminuendo, meaning \"a gradual decrease of the volume of sound\".", - "note": null - }, - { - "id": 76, - "name": "Dissendium", - "other_name": null, - "pronunciation": "dih-SEN-dee-um", - "spell_type": "Charm", - "description": "Used to open passages.", - "mention": "Used multiple times in 1993 to open the statue of Gunhilda of Gorsemoor, then again four years later in a failed attempt to open Salazar Slytherin's Locket.", - "etymology": "There are numerous suggestions.", - "note": "This may not be a spell at all in the strict sense but a password; however, when used for the statue of the hump-backed witch, one must tap the statue with their wand, indicating that it is in fact a spell." - }, - { - "id": 77, - "name": "Disillusionment Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes the target to blend seamlessly in with its surroundings, like a chameleon.", - "mention": "Used by Alastor Moody to disguise Harry Potter in 1995.", - "etymology": null, - "note": null - }, - { - "id": 78, - "name": "Draconifors", - "other_name": "Draconifors Spell", - "pronunciation": "drah-KOH-nih-fors", - "spell_type": "Transfiguration", - "description": "Transforms the target into a dragon.", - "mention": "Taught in third year Transfiguration class.", - "etymology": "From the Latin word draco, meaning \"dragon\", and forma meaning \"shape\".", - "note": null - }, - { - "id": 79, - "name": "Drought Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes puddles and ponds to dry up. Though not powerful enough to drain a body of water like a lake", - "mention": "Mentioned by Ronald Weasley in 1994 when Harry was getting ready for the Second Task of The Triwizard Tournament.", - "etymology": null, - "note": null - }, - { - "id": 80, - "name": "Ducklifors", - "other_name": "Ducklifors Jinx", - "pronunciation": "DUCK-lih-fors", - "spell_type": "Transfiguration, Jinx", - "description": "Transforms the target into a duck.", - "mention": null, - "etymology": "From the English duck, and the Latin forma meaning \"shape\".", - "note": null - }, - { - "id": 81, - "name": "Duro", - "other_name": "Hardening Charm", - "pronunciation": "DYOO-roh", - "spell_type": "Charm", - "description": "Turns an object to stone.", - "mention": "Used by Hermione Granger in 1998 while escaping from Death Eaters in the Battle of Hogwarts.", - "etymology": "Latin duro means \"harden\".", - "note": null - }, - { - "id": 82, - "name": "Ears to kumquats", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "This spell transforms the victim's ears into kumquats.", - "mention": "In 1995, Luna Lovegood read The Quibbler upside down in order to reveal the secret charm, written in Ancient Runes.", - "etymology": null, - "note": null - }, - { - "id": 83, - "name": "Ear-shrivelling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes the target's ears to shrivel up.", - "mention": "Sometime between 1989 and 1994, Bill Weasley's pen-friend sent him a hat with this curse on it.", - "etymology": null, - "note": null - }, - { - "id": 84, - "name": "Ebublio", - "other_name": "Ebublio Jinx", - "pronunciation": "ee-BUB-lee-oh", - "spell_type": "Jinx", - "description": "Causes the victim to inflate and explode into hundreds of bubbles; it can only be cast if an ally is using Aqua Eructo on the victim simultaneously.", - "mention": "Used often by members of the Statute of Secrecy Task Force.", - "etymology": null, - "note": null - }, - { - "id": 85, - "name": "Engorgio", - "other_name": "Engorgement Charm", - "pronunciation": "en-GOR-jee-oh", - "spell_type": "Charm", - "description": "Causes the target to swell in physical size. Its counter-charm is the Shrinking Charm.", - "mention": "Rubeus Hagrid used this spell on his pumpkins in 1992; two years later, Barty Crouch Jr cast this spell on a spider to make it easier for students to see when he cast a curse on it. Used on another spider three years later to test a new wand.", - "etymology": "The English word engorge means \"swell\".", - "note": "There is much speculation that this spell is the same as the Growth Charm, though this cannot be proven. Note that there is a difference between enlarging and engorging something, similar though they may seem." - }, - { - "id": 86, - "name": "Engorgio Skullus", - "other_name": null, - "pronunciation": "in-GORE-jee-oh SKUH-las", - "spell_type": "Hex", - "description": "Causes the victim's skull to swell disproportionately. This spell may be a variation of the Engorgement Charm, as they share the first word of the incantation. Its countercurse is Redactum Skullus.", - "mention": "This spell can be bought at Wiseacre's Wizarding Equipment in Diagon Alley.", - "etymology": "See etymology for above entry; \"skullus\" is Latin for \"skull\".", - "note": null - }, - { - "id": 87, - "name": "Entomorphis", - "other_name": "Insect Jinx", - "pronunciation": "en-TOE-morph-is", - "spell_type": "Jinx, Transfiguration", - "description": "This hex is used to transform the target into an insectoid for a short time.", - "mention": "Harry Potter contemplated using this hex against Dudley Dursley in 1995, though he decided against it.", - "etymology": null, - "note": null - }, - { - "id": 88, - "name": "Entrail-Expelling Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Expels victim's entrails. Precise effects unknown. Invented by Urquhart Rackharrow.", - "mention": "When Harry Potter visited St Mungo's Hospital for Magical Maladies and Injuries in December 1995, he saw the portrait of Urquhart Rackharrow, which mentioned his invention of this curse.", - "etymology": null, - "note": null - }, - { - "id": 89, - "name": "Episkey", - "other_name": null, - "pronunciation": "ee-PIS-key", - "spell_type": "Healing Spell", - "description": "Used to heal relatively minor injuries, such as broken bones and cartilage.", - "mention": "In 1996, Nymphadora Tonks used this spell to fix Harry's broken nose after Draco Malfoy broke it on the Hogwarts Express,", - "etymology": "The word comes from Greek \"episkeui\" (\"επισκευή\"), which means \"repair\".", - "note": "This is part of a family of healing spells." - }, - { - "id": 90, - "name": "Epoximise", - "other_name": null, - "pronunciation": "ee-POX-i-mise", - "spell_type": "Transfiguration", - "description": "Adheres one object to another, as if they had been glued together.", - "mention": "This spell is often used by students to adhere each other's belongings to their desks (or, unfortunately, their hands).", - "etymology": "Epoximise comes from the English word epoxy, which is a type of adhesive.", - "note": "This spell may be the Permanent Sticking Charm or a variation." - }, - { - "id": 91, - "name": "Erecto", - "other_name": null, - "pronunciation": "eh-RECK-toh", - "spell_type": "Charm", - "description": "Used to erect a tent or other upright structure.", - "mention": "Used by Hermione Granger to construct a shelter for her, Harry Potter, and Ronald Weasley in 1997.", - "etymology": "Erectum is past principle of erigere, which is Latin for \"to erect\".", - "note": null - }, - { - "id": 92, - "name": "Evanesce", - "other_name": null, - "pronunciation": "ev-an-ES-key", - "spell_type": "Transfiguration", - "description": "Vanishes the target", - "mention": null, - "etymology": null, - "note": "This and the Vanishing Spell are almost certainly the same spell." - }, - { - "id": 93, - "name": "Evanesco", - "other_name": "Vanishing Spell", - "pronunciation": "ev-an-ES-koh", - "spell_type": "Transfiguration", - "description": "Vanishes the target. Vanished things go \"into non-being, which is to say, everything.\"", - "mention": "Used by William Weasley to vanish a bundle of old scrolls whilst cleaning 12 Grimmauld Place in 1995.", - "etymology": "From \"evanescene\", meaning \"something that is fleeting or disappears.", - "note": null - }, - { - "id": 94, - "name": "Everte Statum", - "other_name": null, - "pronunciation": "ee-VER-tay STAH-tum", - "spell_type": "Spell", - "description": "Throws the victim backward, similarly to being thrown.", - "mention": "Draco Malfoy used this spell on Harry Potter in 1992 during the Duelling Club.", - "etymology": "The Latin words everte, which means \"to throw out\" and statua, from the same language, meaning \"image\".", - "note": null - }, - { - "id": 95, - "name": "Expecto Patronum", - "other_name": "Patronus Charm", - "pronunciation": "ecks-PECK-toh pah-TROH-numb", - "spell_type": "Charm", - "description": "This charm is a highly powerful and advanced protective spell which will conjure a spirit guardian of their positive emotions to defend against dark creatures; it can also send messages to other witches or wizards. The Patronus takes the form of an animal, unique to each person who casts it. The form of a Patronus can change when one has undergone a period of heightened emotion.", - "mention": "Taught to Harry Potter by Remus Lupin during his Anti-Dementor lessons; This is the only known spell effective against Dementors or Lethifolds.", - "etymology": "Patronus means \"protector\" in Latin; in archaic Latin, it means \"father\"; considering the form Harry's takes, this is interesting. The Latin word expecto means \"I await\"", - "note": null - }, - { - "id": 96, - "name": "Expelliarmus", - "other_name": "Disarming Charm", - "pronunciation": "ex-PELL-ee-ARE-muss", - "spell_type": "Charm", - "description": "Forces whatever an opponent is holding to fly out of their hand. It was considered to be Harry Potter's signature spell.", - "mention": "Used by Severus Snape on Gilderoy Lockhart during a live duelling demonstration during the first and last meeting of the Duelling Club in 1992.", - "etymology": "Probably a combination of Latin expello, meaning \"expel\", and arma, meaning \"weapon\".", - "note": null - }, - { - "id": 97, - "name": "Expulso", - "other_name": "Expulso Curse", - "pronunciation": "ecks-PUHL-soh", - "spell_type": "Curse", - "description": "Provokes an explosion, unique in that it uses pressure to do so as opposed to heat.", - "mention": "Used by Antonin Dolohov during a fight in a cafe in 1997.", - "etymology": "From expulsum, which is past principle of expellere, which means \"expel\".", - "note": null - }, - { - "id": 98, - "name": "Extinguishing Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Puts out fires.", - "mention": "Charlie Weasley and his friends would use this spell should something go wrong in the tournament.", - "etymology": null, - "note": null - }, - { - "id": 99, - "name": "False memory charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Implants a false memory in the victim without them realising it was not originally theirs.", - "mention": "Voldemort used this spell twice; firstly in 1943 upon his uncle Morfin Gaunt, then sometime later on the house-elf Hokey. Both instances were to hide his crimes and make the victims believe they were responsible. It is likely that Kingsley Shacklebolt used this spell on Marietta Edgecombe in 1996 in order to prevent her from revealing Dumbledore's Army to Cornelius Fudge. This is reinforced by Dumbledore stating that Shacklebolt was \"remarkably quick on the uptake\" in modifying her memory. It is possible that Professor Horace Slughorn used this in the next school year to hide his memory of Voldemort asking him about Horcruxes, although as he retained awareness of the true memory his spell may be a different one. It is also possible that he simply repressed it to such a degree that it could not be extracted from him against his will, as the memory he gave Dumbledore simple went blank at the right times and was replaced by a disembodied shouting, rather than images; this was noted to be crudely done. Hermione Granger used this in 1997 to make her parents believe they were named Wendell and Monica Wilkins respectively, that they have no daughter, and to make them move to Australia in order to protect them from Voldemort and his Death Eaters.", - "etymology": null, - "note": null - }, - { - "id": 100, - "name": "Feather-light charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes an object light as a feather.", - "mention": "Harry Potter contemplated using this in 1993 to lighten his trunk so that he could carry it by broom to Gringotts, though he decided against it.", - "etymology": null, - "note": null - }, - { - "id": 101, - "name": "Ferret to human", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a ferret into a human.", - "mention": "It was used by Minerva McGonagall on Draco Malfoy in 1994.", - "etymology": null, - "note": null - }, - { - "id": 102, - "name": "Ferula", - "other_name": "Bandaging Charm", - "pronunciation": "fer-ROOL-lah", - "spell_type": "Conjuration, Healing spell", - "description": "Conjures up bandages and wraps them around a wound, splinting any broken bones.", - "mention": "Used by Remus Lupin in 1994 to bind Ronald Weasley's broken leg.", - "etymology": "Latin ferula means \"walking-stick\" or \"splint\".", - "note": null - }, - { - "id": 103, - "name": "Fianto Duri", - "other_name": null, - "pronunciation": "fee-AN-toh DOO-ree", - "spell_type": "Charm", - "description": "A defensive charm which, based on the etymology, strengthens shield spells, and perhaps objects in general, in a similar way to Duro.", - "mention": "Used to protect Hogwarts School of Witchcraft and Wizardry in 1998.", - "etymology": "Latin fiant means \"become\" and duri means \"hard\".", - "note": null - }, - { - "id": 104, - "name": "Fidelius Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "An immensely complex charm used to hide secret information within the soul of the charm's recipient, who is called a Secret-Keeper. The information is irretrievable unless the Secret-Keeper willingly chooses to reveal it, and only the aforementioned person can do so.", - "mention": "In 1993, it was explained that when Harry was merely an infant, he and his parents were hidden from Voldemort with this charm; from 1995 onward it was used to protect Grimmauld Place, and in 1998 it was used to protect Shell Cottage.", - "etymology": "Latin fidelis, which means \"faithful\".", - "note": "Although when a Secret-Keeper dies the secret they held can never be revealed to anyone else, in 1997 it is apparent that upon the Keeper's death all those who had been told the secret become keepers in turn." - }, - { - "id": 105, - "name": "Fiendfyre", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Unleashes cursed fire that takes the shape of animals that actively seek out living targets and burn anything in its path, including nearly indestructable substances such as horcruxes. In addition, this fire is made even more dangerous due to the fact that it is extremely difficult to control, and cannot be extinguished with normal or enchanted water.", - "mention": "Though there are numerous instances when it may have been used, it was only proven to have been used in 1998 by Vincent Crabbe, who was killed by it.", - "etymology": null, - "note": null - }, - { - "id": 106, - "name": "Finestra", - "other_name": "Finestra spell", - "pronunciation": "fi-NESS-tra", - "spell_type": "Charm", - "description": "Shatters glass.", - "mention": "On 6 December 1926, Newt Scamander shattered the front window of the Voclain & Co. jewellery store in New York using this spell to try and recapture his escaped niffler when he saw it loose inside the store stealing things.", - "etymology": null, - "note": null - }, - { - "id": 107, - "name": "Finite Incantatem", - "other_name": "General Counter-Spell", - "pronunciation": "fi-NEE-tay in-can-TAH-tem", - "spell_type": "Counter-Spell", - "description": "Terminates all spell effects in the vicinity of the caster.", - "mention": "Severus Snape used this to restore order to the Duelling Club in 1992, after the event had descended into utter chaos.", - "etymology": "Latin finire, meaning \"to finish\", and incantatem.", - "note": null - }, - { - "id": 108, - "name": "Finger-removing jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Removes a person's fingers.", - "mention": "Gunhilda Kneen jinxed her husband with this spell.", - "etymology": null, - "note": null - }, - { - "id": 109, - "name": "Firestorm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces a ring of fire from the wand.", - "mention": "Albus Dumbledore used this spell to rescue Harry from Inferi in 1997.", - "etymology": null, - "note": null - }, - { - "id": 110, - "name": "Flagrante Curse", - "other_name": null, - "pronunciation": "flah-GRAHN-tay", - "spell_type": "Curse", - "description": "Causes objects to burn on contact.", - "mention": "The Lestrange Vault had this curse on it.", - "etymology": null, - "note": null - }, - { - "id": 111, - "name": "Flagrate", - "other_name": null, - "pronunciation": "flah-GRAH-tay", - "spell_type": "Charm", - "description": "Writes in midair with firey marks.", - "mention": "Tom Riddle used this spell to write his name; Hermione Granger used it three years later to mark some doors.", - "etymology": "From the Latin flagrate, meaning \"a burn\".", - "note": null - }, - { - "id": 112, - "name": "Flame-Freezing Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes fire to tickle those caught in it instead of burning them.", - "mention": "Third year students wrote an essay on the use of this charm in medieval witch-burnings; Wendelin the Weird was burned forty-seven times.", - "etymology": null, - "note": "This may be the spell used in Floo Network, as well as when Albus Dumbledore set Tom Riddle's wardrobe aflame in 1938." - }, - { - "id": 113, - "name": "Flask-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Conjures a glass flask", - "mention": "On 1 May, 1998, Hermione Granger used this spell to collect the memories of a dying Severus Snape.", - "etymology": null, - "note": null - }, - { - "id": 114, - "name": "Flintifors", - "other_name": null, - "pronunciation": "FLINT-i-fors", - "spell_type": "Transfiguration", - "description": "Transforms objects into matchboxes.", - "mention": "In the 1980s, this spell was covered in third year transfiguration classes.", - "etymology": null, - "note": "This may be related to, or the incantation for Match to needle." - }, - { - "id": 115, - "name": "Flipendo", - "other_name": "Knockback Jinx", - "pronunciation": "fli-PEN-doh", - "spell_type": "Jinx", - "description": "Knocks objects and creatures backwards.", - "mention": "Taught in first year Defence Against the Dark Arts and Charms class.", - "etymology": null, - "note": null - }, - { - "id": 116, - "name": "Flipendo Duo", - "other_name": "Knockback Jinx Duo", - "pronunciation": "flih-PEN-doh DOO-oh", - "spell_type": "Jinx", - "description": "A more powerful version of Flipendo.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 117, - "name": "Flipendo Tria", - "other_name": null, - "pronunciation": "flih-PEN-doh TREE-ah", - "spell_type": "Jinx", - "description": "A more powerful version of Flipendo Duo; it is said to resemble a miniature tornado.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 118, - "name": "Flying Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "This spell is cast on broomsticks and flying carpets to allow them to fly.", - "mention": "Draco Malfoy mentioned this spell when insulting Ron Weasley's broomstick, wondering why anyone would charm it.", - "etymology": null, - "note": null - }, - { - "id": 119, - "name": "Fumos", - "other_name": "Smokescreen Spell", - "pronunciation": "FYOO-moss", - "spell_type": "Charm", - "description": "Defensive smokescreen that hinders visibility.", - "mention": "This spell is covered in The Dark Forces: A Guide to Self-Protection.", - "etymology": null, - "note": null - }, - { - "id": 120, - "name": "Fumos Duo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "A more powerful version of Fumos.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 121, - "name": "Furnunculus", - "other_name": "Pimple Jinx", - "pronunciation": "fer-NUN-kyoo-luss", - "spell_type": "Jinx", - "description": "Covers the target in boils (or pimples).", - "mention": "Used by Harry Potter on Gregory Goyle.", - "etymology": "Latin furnunculus, meaning \"petty thief\", or English furuncle, a synonym for \"boil\".", - "note": null - }, - { - "id": 122, - "name": "Fur spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes fur to grow on the victim.", - "mention": "Fred and George Weasley used this spell on each other.", - "etymology": null, - "note": null - }, - { - "id": 123, - "name": "Geminio", - "other_name": "Doubling Charm", - "pronunciation": "jeh-MIH-nee-oh", - "spell_type": "Charm", - "description": "Duplicates the target. When used to duplicate objects indefinitely on purpose, is known as the Gemino Curse.", - "mention": "Used by Hermione Granger on Salazar Slytherin's Locket to disguise her presence from Dolores Umbridge.", - "etymology": "The Latin word gemini means \"twins\".", - "note": null - }, - { - "id": 124, - "name": "Glacius", - "other_name": "Freezing Spell", - "pronunciation": "GLAY-see-us", - "spell_type": "Charm", - "description": "Freezes the target with icy-cold air.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": "Not to be confused with the Freezing Charm, which merely immobilises things." - }, - { - "id": 125, - "name": "Glacius Duo", - "other_name": null, - "pronunciation": "GLAY-see-us DOO-oh", - "spell_type": "Charm", - "description": "A more powerful version of Glacius.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": null - }, - { - "id": 126, - "name": "Glacius Tria", - "other_name": null, - "pronunciation": "GLAY-see-us TREE-ah", - "spell_type": "Charm", - "description": "A more powerful version of Glacius Duo.", - "mention": null, - "etymology": "From Latin glacies, which means \"ice\".", - "note": null - }, - { - "id": 127, - "name": "Glisseo", - "other_name": null, - "pronunciation": "GLISS-ee-oh", - "spell_type": "Charm", - "description": "Causes the steps on a stairway to flatten into a slide.", - "mention": "Used by Hermione Granger to escape from Death Eaters.", - "etymology": "Probably derived from French glisser, meaning \"to slide\".", - "note": null - }, - { - "id": 128, - "name": "Green Sparks", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Jet of green sparks that can be used to signal an emergency or as a minor duelling spell.", - "mention": "Taught in Defence Against the Dark Arts; When Hagrid, Harry and Hermione try to find an injured unicorn, Hagrid says that if it is found, they must send up green sparks.", - "etymology": null, - "note": "The incantation is almost certainly Verdimillious." - }, - { - "id": 129, - "name": "Gripping Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Helps someone grip something more effectively.", - "mention": "Used on Quaffles to help Chasers carry them.", - "etymology": null, - "note": null - }, - { - "id": 130, - "name": "Gytrash-conjuring spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration, Dark Arts", - "description": "Conjures luminous green Gytrashes from the wand, which can be commanded by the caster to attack an opponent.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 131, - "name": "Hair-thickening Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Thickens the victim's hair.", - "mention": "Severus Snape claimed Alicia Spinnet used this spell on her eyebrows, where as in reality she was jinxed by Miles Bletchley.", - "etymology": null, - "note": null - }, - { - "id": 132, - "name": "Harmonia Nectere Passus", - "other_name": null, - "pronunciation": "har-MOH-nee-a NECK-teh-ray PASS-us", - "spell_type": "Charm", - "description": "Repairs a Vanishing Cabinet.", - "mention": "Used by Draco Malfoy to mend a cabinet in 1996.", - "etymology": "Latin harmonia, which means \"harmony\", nectere, which means \"to bind\", and passus, which means \"step\".", - "note": null - }, - { - "id": 133, - "name": "Herbifors", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "This spell causes flowers to sprout from the victim.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 134, - "name": "Herbivicus", - "other_name": "Herbivicus Charm", - "pronunciation": "her-BIV-i-cuss", - "spell_type": "Charm", - "description": "Rapidly grows plants.", - "mention": "Taught by Professor Pomona Sprout in Herbology classes.", - "etymology": null, - "note": null - }, - { - "id": 135, - "name": "Hermione Granger's jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Causes a traitor to break out in boils spelling \"SNEAK\" on his or her forehead.", - "mention": "Hermione Granger designed and placed this jinx on the parchment signed by all members of Dumbledore's Army. When Marietta Edgecombe betrayed the D.A. to Dolores Umbridge, the jinx was triggered.", - "etymology": null, - "note": "This jinx was invented by Hermione, and may have been inspired by Furnunculus." - }, - { - "id": 136, - "name": "Homing spell", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Offensive spells that follow their target with a constant speed after being cast.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 137, - "name": "Homenum Revelio", - "other_name": "Human-Presence-Revealing Spell", - "pronunciation": "HOM-eh-num reh-VEH-lee-oh", - "spell_type": "Charm", - "description": "Reveals human presence in the vicinity of the caster.", - "mention": "Used multiple times by various people in 1997.", - "etymology": "Most likely from Latin homo, meaning human, and \"reveal\", though the classical Latin form would be hominem instead of homenum, which shows Portuguese influence (\"man\" is homem in Portuguese).", - "note": "It can be used non-verbally; Dumbledore does so to detect Harry underneath his Invisibility Cloak." - }, - { - "id": 138, - "name": "Homonculous Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Tracks the movements of human beings. The charm has a powerful effect in that it is not fooled by various methods of concealment and disguise, such as invisibility cloaks, the Polyjuice Potion or transformed Animagi.", - "mention": "This charm was used on Marauder's Map by James Potter, Sirius Black, Remus Lupin, and Peter Pettigrew after charting the grounds and halls of Hogwarts Castle in order to track the movements of everyone within the castle grounds.", - "etymology": null, - "note": null - }, - { - "id": 139, - "name": "Homorphus Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes an Animagus or transfigured object to assume its normal shape.", - "mention": "According to Lockhart, he used it to force the Wagga Wagga Werewolf to take its human form.", - "etymology": "Latin homo meaning \"person\" and Greek morphosis meaning \"shaping\"", - "note": null - }, - { - "id": 140, - "name": "Horn tongue hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Transforms the target's tongue into a horn.", - "mention": "Harry Potter came across it while perusing the index of Basic Hexes for the Busy and Vexed in search of a way to overcome the dragon he knew he would have to face in the First Task of the Triwizard Tournament. He quickly ruled it out, however, realising it would only give the dragon yet another way to attack him.", - "etymology": null, - "note": null - }, - { - "id": 141, - "name": "Horton-Keitch Braking Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Charm patented by Basil Horton and Randolph Keitch that allows for broom-riders to stop more precisely. This spell was first used on the Comet 140 to prevent players from overshooting the goal posts and from flying off-sides.", - "mention": "Enchanted on all Comet 140 broomsticks.", - "etymology": null, - "note": null - }, - { - "id": 142, - "name": "Horcrux-making spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Dark Arts", - "description": "This spell allows a part of a wizard's soul to pass into an object, thereby making the object a Horcrux. One has to commit murder and take advantage of the soul's \"splitting apart\" by this supreme act of evil in order to be able to perform this spell, and it is probably very complex. In 1943, Horace Slughorn described the spell to a young Tom Riddle as encasing a portion of the torn soul and placing it within an object. The spell itself is described in detail in a banned book known as \"Secret of the Darkest Art\", which Hermione Granger summoned from Albus Dumbledore's office near the end of their sixth year. According to the text, use of this spell to separate the soul will make the remaining portion of the soul very fragile, and can only be reversed by \"remorse\" of the wrongs the creator had made; however, the pain caused by attempting to reverse the creation of a Horcrux can destroy the individual.", - "mention": "Used by Lord Voldemort while creating his Horcruxes.", - "etymology": null, - "note": null - }, - { - "id": 143, - "name": "Hot-Air Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Conjures a stream of hot air", - "mention": "Used by Hermione Granger in 1995 to dry off her robes. Also used shortly after to melt snow. Also was used by Albus Dumbledore in 1997 to dry Harry's and his own robes.", - "etymology": null, - "note": null - }, - { - "id": 144, - "name": "Hour-Reversal Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Reverses small amounts of time (up to five hours).", - "mention": "Used to create Time-Turners, as mentioned by Professor Saul Croaker; this charm is highly unstable.", - "etymology": null, - "note": null - }, - { - "id": 145, - "name": "Hover Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Used to make the target hover. It is one of the many lesser variations of the Levitation Charm.", - "mention": "Used by Dobby to demolish a pudding.", - "etymology": null, - "note": null - }, - { - "id": 146, - "name": "Hurling Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes brooms to vibrate violently in the air and try to buck their rider off.", - "mention": "Professor Flitwick suggested that Harry's confiscated Firebolt may be jinxed with this spell.", - "etymology": null, - "note": "May be related to the broom jinx." - }, - { - "id": 147, - "name": "Illegibilus", - "other_name": null, - "pronunciation": "i-LEDJ-i-bull-is", - "spell_type": "Charm", - "description": "Makes writing impossible to read.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 148, - "name": "Immobulus", - "other_name": "Freezing Charm", - "pronunciation": "ih-MOH-byoo-luhs", - "spell_type": "Charm", - "description": "Immobilises and stops the actions of the target. It works both on living and inanimate things.", - "mention": "Hermione used it 1992 to freeze two Cornish Pixies. Horace Slughorn used Freezing Charms todisable a Muggle Burglar Alarm.", - "etymology": "From the Latin “immobilis”, meaning immovable.", - "note": null - }, - { - "id": 149, - "name": "Impedimenta", - "other_name": "Impediment Jinx", - "pronunciation": "im-ped-ih-MEN-tah", - "spell_type": "Jinx", - "description": "Slows down or stops the target.", - "mention": "Used in 1995 when Harry was practising for the Third Task of the Triwizard Tournament. In 1996, Harry saw in a memory that James Potter used it on Severus Snape. Also used in 1997 by Harry against the Inferi and Snape. Stronger uses of this spell seem capable of blowing targets away.", - "etymology": "Latin impedimentum (plural impedimenta), \"a hindrance\" or \"an impediment\".", - "note": null - }, - { - "id": 150, - "name": "Imperio", - "other_name": "Imperius Curse", - "pronunciation": "im-PEER-ee-oh", - "spell_type": "Curse", - "description": "Places the victim completely under the caster's control. The victim is put into a trance-like state, and becomes very suggestible to the commands of the caster. However, those who are strong willed may learn to resist it. One of the three \"Unforgivable Curses,\" the use of this curse on another human results in capital punishment or life sentence in Azkaban.", - "mention": "Used on many occasions. First seen in 1994 when Barty Crouch Jr, impersonating ex-Auror Alastor Moody, used it on a spider and later on students during a \"class demonstration\" in a Defence Against the Dark Arts class. While breaking into Gringotts in 1998, Harry used it on a goblin and a Death Eater when they became suspicious.", - "etymology": "Latin impero, I command, and English \"imperious\".", - "note": null - }, - { - "id": 151, - "name": "Imperturbable Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Creates an invisible magical barrier on an object, such as a door. This barrier bounces objects off of it, and muffles sounds.", - "mention": "The spell was used in 1995 by Hermione to trap Rita Skeeter within a bottle while she was in beetle form. It was also used by Molly Weasley in the same year on the door of the room in which an Order of the Phoenix meeting was being held, in order to prevent her sons, Fred and George, from eavesdropping.", - "etymology": null, - "note": null - }, - { - "id": 152, - "name": "Impervius", - "other_name": "Impervius Charm", - "pronunciation": "im-PUR-vee-us", - "spell_type": "Charm", - "description": "Makes an object repel water and mist.", - "mention": "Used by Hermione Granger in 1993 on Harry's glasses while in a Quidditch match and also by the Gryffindor Quidditch team. Also used in 1997, first by Ron to protect objects in Yaxley's office from rain, and then by Hermione to protect Harry, Ron and Griphook from the burning treasure in the Lestranges' vault.", - "etymology": "It is said that the Latin impervius means (and is the source of) \"impervious\"; although it is the source of the word, it is better translated as impassable, as in a mountain peak.", - "note": null - }, - { - "id": 153, - "name": "Inanimatus Conjurus", - "other_name": "Inanimatus Conjurus Spell", - "pronunciation": "in-an-ih-MAH-tus CON-jur-us", - "spell_type": "Transfiguration", - "description": "It is a spell of unknown effect, most likely used to conjure an inanimate object.", - "mention": "Mentioned briefly in 1995.", - "etymology": null, - "note": null - }, - { - "id": 154, - "name": "Incarcerous", - "other_name": "Incarcerous Spell", - "pronunciation": "in-KAR-ser-us", - "spell_type": "Conjuration", - "description": "Ties up the target with ropes conjured from thin air.", - "mention": "First heard in 1996, when Dolores Umbridge tries to hold off Centaurs. Also used by Harry on the Inferi in Voldemort's Crystal Cave in 1997 and also attempted to use it on Severus Snape in the same year.", - "etymology": "Probably English incarcerate, \"to imprison\". Possibly linked to the Latin in carcerem, \"in(to) prison\".", - "note": "A non-verbal version of this spell may have been used to tie up Remus Lupin by Severus Snape during the encounter in the Shrieking Shack, and then later Peter Pettigrew in 1994. It may also have been used by Quirrell in 1992, although he is said to have merely \"snapped his fingers\". Also, it may have been the spell Antonin Dolohov used non-verbally to bind Ron Weasley with \"shining black ropes\" in a skirmish on Tottenham Court Road." - }, - { - "id": 155, - "name": "Incendio", - "other_name": "Fire-Making Spell", - "pronunciation": "in-SEN-dee-oh", - "spell_type": "Charm, Conjuration", - "description": "Produces fire.", - "mention": "It was used in 1994 by Arthur Weasley to create a fire in the Dursleys' hearth so that he could use Floo powder there.", - "etymology": "Latin incendere, \"to set fire (to)\". Note that the first principal part of this verb (meaning \"I set fire\") is incendo, not incendio; the incantation does not match exactly any correct conjugation of the verb. Incêndio, in Portuguese (same pronunciation as in English) means 'huge fire'. \"Encender\" in Spanish means \"to ignite\" and \"Incendie\" in French means flame. (A plausible but less likely source might be that it is a back-formation from the English word \"incendiary,\" i.e., \"causing fire.\")", - "note": null - }, - { - "id": 156, - "name": "Incendio Duo", - "other_name": null, - "pronunciation": "in-SEN-dee-oh DOO-oh", - "spell_type": "Charm", - "description": "A stronger version of Incendio.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 157, - "name": "Incendio Tria", - "other_name": null, - "pronunciation": "in-SEN-dee-oh TREE-ah", - "spell_type": "Charm", - "description": "An improvement over both Incendio and Incendio Duo.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 158, - "name": "Inflatus", - "other_name": "Inflating Charm", - "pronunciation": "in-FLAY-tus", - "spell_type": "Charm", - "description": "Inflates the target, filling it with air.", - "mention": null, - "etymology": "The prefix 'Inflate' derives from the English verb \"to expand with oxygen\".", - "note": null - }, - { - "id": 159, - "name": "Informous", - "other_name": "Informous Spell", - "pronunciation": "in-FOR-m-es", - "spell_type": "Charm", - "description": "Informous is a spell that is used to complete one's Folio Bruti. A page with a brief description (including weaknesses and strengths) of the charmed creature is added to the caster's Folio Bruti.", - "mention": null, - "etymology": "The prefix Info derives from the English verb \"to inform\".", - "note": null - }, - { - "id": 160, - "name": "Instant Scalping Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Instantly scalps all the hair off of a target.", - "mention": "Harry Potter came across it while browsing the index of Basic Hexes for the Busy and Vexed, trying to find a way to fight the dragon he knew he would have to face for the First Task of the Triwizard Tournament. He quickly decided it would be ineffective, because dragons do not have hair.", - "etymology": null, - "note": "This spell has similar effects to the Hair-Loss Curse." - }, - { - "id": 161, - "name": "Intruder Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Detects intruders and sounds an alarm.", - "mention": "Horace Slughorn used it on a Muggle-owned house he stayed in temporarily in 1996, but did not hear it go off when Albus Dumbledore and Harry Potter arrived, as he was in the bath.", - "etymology": null, - "note": null - }, - { - "id": 162, - "name": "Locomotor Wibbly", - "other_name": "Jelly-Legs Curse", - "pronunciation": "loh-koh-MOH-tor WIB-lee", - "spell_type": "Curse, Jinx", - "description": "Causes the victim's legs to collapse as if they were turned to jelly.", - "mention": "One of the spells mentioned in Curses and Counter-Curses by Vindictus Viridian, used on Harry, practising for the Third Task of the Triwizard Tournament, by Hermione. Also, Draco Malfoy was hit with this jinx (along with another one) at the end of the term.", - "etymology": null, - "note": null - }, - { - "id": 163, - "name": "Jelly-Brain Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Reduces the target's mental processes.", - "mention": "During the September 1999 riot that took place during the Puddlemere United/Holyhead Harpies Quidditch game, a lot of Harpy supporters were using this jinx.", - "etymology": null, - "note": "This spell may have been the spell that the Death Eaters hit Ron with in Harry Potter and the Order of the Phoenix in the Battle of the Department of Mysteries." - }, - { - "id": 164, - "name": "Jelly-Fingers Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Causes target's fingers to become wobbly, making it uneasy for the victim to grasp objects.", - "mention": "After a June 1999 Pride of Portree/Appleby Arrows Quidditch game, the losing Seeker accused his opposite number of putting this curse on him as they both closed in on the Snitch.", - "etymology": null, - "note": null - }, - { - "id": 165, - "name": "Knee-reversal hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Puts knees on backward.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 166, - "name": "Lacarnum Inflamari", - "other_name": null, - "pronunciation": "la-KAR-num in-flah-MAR-ee", - "spell_type": "Charm", - "description": "Ignites cloaks.", - "mention": "Used by Hermione in 1991 to stop Snape from cursing Harry. The incantation is only used in the film adaptation of Harry Potter and the Philosopher's Stone.", - "etymology": "Latin inflammo, or the verb inflammatio meaning \"to set on fire\". Lacarnum, from the Latin “lacerna”, meaning “cloak”.", - "note": null - }, - { - "id": 167, - "name": "Langlock", - "other_name": null, - "pronunciation": "LANG-lock", - "spell_type": "Jinx", - "description": "Sticks a victim's tongue to the roof of their mouth. Created by Severus Snape.", - "mention": "Used by Harry on Peeves and twice on Argus Filch, to general applause.", - "etymology": "Probably from the French langue (\"tongue\") and the English \"lock\".", - "note": null - }, - { - "id": 168, - "name": "Lapifors", - "other_name": "Lapifors Spell", - "pronunciation": "LAP-ih-forz", - "spell_type": "Transfiguration", - "description": "Transforms the target into a rabbit.", - "mention": "Taught in third year Transfiguration class.", - "etymology": "From Latin lepus meaning hare, and forma meaning \"shape\".", - "note": null - }, - { - "id": 169, - "name": "Leek Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Makes leeks sprout out of the target's ears.", - "mention": "Used by a fighting Gryffindor fourth year and sixth year Slytherin before a Quidditch match in 1992.", - "etymology": null, - "note": null - }, - { - "id": 170, - "name": "Legilimens", - "other_name": "Legilimency Spell", - "pronunciation": null, - "spell_type": "Charm", - "description": null, - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 171, - "name": "Type: Charm\n", - "other_name": null, - "pronunciation": null, - "spell_type": null, - "description": "Allows the caster to delve into the mind of the victim, allowing the caster to see the memories, thoughts, and emotions of the victim.", - "mention": "Used by Severus Snape on Harry after he had a dream about Arthur Weasley being attacked by Nagini in 1995. Also during Occlumency lessons in 1996. Also used non-verbally by Snape on Harry in 1997 to allow him to see where Harry had learned the Sectumsempra spell.", - "etymology": "Latin legere (\"to read\") and mens (\"mind\").", - "note": null - }, - { - "id": 172, - "name": "Levicorpus", - "other_name": null, - "pronunciation": "leh-vee-COR-pus", - "spell_type": "Jinx", - "description": "Hoists people up into the air by their ankle. Created by Severus Snape.", - "mention": "Apparently invented by the Half-Blood Prince; it is a non-verbal-only spell (although it is whispered by Hermione in 1997). Harry Potter learnt it by reading the notes written by the Half-Blood Prince. He used it on Ron. The previous year, Harry had seen (through the Pensieve used by Severus Snape) his father, James Potter, use the spell against Professor Snape.", - "etymology": "Latin levare, \"raise\" and corpus, \"body\" or \"corpse\".", - "note": null - }, - { - "id": 173, - "name": "Liberacorpus", - "other_name": null, - "pronunciation": "LIB-er-ah-cor-pus", - "spell_type": "Counter-Jinx", - "description": "The counter-jinx to Levicorpus.", - "mention": "Harry used the spell in 1996 to counteract Levicorpus he had inadvertently cast on Ron.", - "etymology": "Latin liberare, \"to free\", and corpus, \"body\" or \"corpse\".", - "note": "It is not clear why Levicorpus has a specific counter-spell, and is not neutralised by simply using Finite Incantatem, although this could be due to the fact that Snape invented the spell and therefore made it irreversible except by its specific counter-curse." - }, - { - "id": 174, - "name": "Locomotor", - "other_name": "Locomotion Charm", - "pronunciation": "loh-kuh-MOH-tor", - "spell_type": "Charm", - "description": "Allows a witch or wizard to levitate a target a few inches off of the ground and then move said object in any given direction. Similarly to the Summoning Charm, a specific object can be moved by calling the object aloud after saying the incantation.", - "mention": "Used by Nymphadora Tonks in Harry Potter to move Harry's trunk from his room. Filius Flitwick similarly used it to move Sybill Trelawney's trunk after Dolores Umbridge sacked her. Parvati Patil and Lavender Brown used this spell to race their pencil cases around the edges of the table. A variation seen in 1998 is Piertotum Locomotor, which caused the statues of Hogwarts to be animated.", - "etymology": "Latin locus (place) and moto, \"set in motion\" (passive motor), or English locomotion.", - "note": null - }, - { - "id": 175, - "name": "Locomotor Mortis", - "other_name": "Leg-Locker Curse", - "pronunciation": "LOH-koh-moh-tor MOR-tis", - "spell_type": "Curse", - "description": "Sticks legs together.", - "mention": "Used by Draco Malfoy on Neville Longbottom in 1991. Used by Harry Potter on Draco Malfoy, who deflected it, in 1996.", - "etymology": "English locomotion, \"movement\" + Latin mortis, \"of death\".", - "note": "It is unclear whether or how this spell is related to the Locomotor spell. It could, however, be that the curse \"locks\" any part of the body in accordance to where it is pointed, or moves the body into a position of the caster's choosing whilst placing them into an immobile state. It is possible that Draco had pointed his wand at Neville and the curse \"locked\" his legs together." - }, - { - "id": 176, - "name": "Lumos", - "other_name": "Wand-Lighting Charm", - "pronunciation": "LOO-mos", - "spell_type": "Charm", - "description": "Illuminates the tip of the caster's wand, allowing the caster to see in the dark.", - "mention": "Used by Albus Dumbledore to illuminate the dark cave in 1997.", - "etymology": "Latin lumen, \"light\".", - "note": "opposite incantation, Nox, puts the light out." - }, - { - "id": 177, - "name": "Lumos Duo", - "other_name": "Wand-Lighting Charm Duo", - "pronunciation": "LOO-mos DOO-oh", - "spell_type": "Charm", - "description": "Creates a focused beam of light from the end of the wand. It is a variant of the Wand-Lighting Charm.", - "mention": null, - "etymology": "Lumos plus Latin duo, \"two\".", - "note": null - }, - { - "id": 178, - "name": "Lumos Maxima", - "other_name": null, - "pronunciation": "LOO-mos Ma-cks-ima", - "spell_type": "Charm", - "description": "Produces a blinding flash of bright white light from the tip of the wand. It is a variant of the Wand-Lighting Charm.", - "mention": "First practised by Harry in the home of the Dursleys, then used by Dumbledore to light up the cave of the Horcrux.", - "etymology": "Lumos + maxima, Latin \"greatest.\"", - "note": null - }, - { - "id": 179, - "name": "Lumos Solem", - "other_name": "Lumos Solem Spell", - "pronunciation": "LOO-mos SO-lem", - "spell_type": "Charm", - "description": "Produce a blinding flash of sunlight. It is a variant of the Wand-Lighting Charm.", - "mention": "Used by Hermione to free Ron from the Devil's Snare. The incantation was only used in the film adaptation of Harry Potter and the Philosopher's Stone.", - "etymology": "Derived from two words; the Latin lumen, meaning \"light\", and the Latin word for \"sun\", which in its accusative case is \"solem\".", - "note": "It is possible that the quality of the light is on the warmer solar end of the spectrum; Considering the known uses that the spell has been put to, it isn't that much of a stretch to presume that the spell is used to conjure Sunlight." - }, - { - "id": 180, - "name": "Magicus Extremos", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Partnership-based charm that temporarily increases the casters' spell power.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 181, - "name": "Melofors", - "other_name": "Melofors Jinx", - "pronunciation": null, - "spell_type": "Jinx", - "description": "Encases the victim's head in a pumpkin.", - "mention": "Cornelius Fudge was rumoured to have been a victim of this jinx after having been overpowered by Albus Dumbledore in a duel in 1996.", - "etymology": null, - "note": null - }, - { - "id": 182, - "name": "Meteolojinx Recanto", - "other_name": null, - "pronunciation": "mee-tee-OH-loh-jinks reh-CAN-toh.", - "spell_type": "Counter-Charm", - "description": "Causes weather effects caused by jinxes to cease.", - "mention": "Suggested in 1997 by Arthur Weasley to Ron (disguised as Reginald Cattermole by use of Polyjuice Potion) as the best way to clear up the rain jinx on a Ministry office. Also used by Bartemius Crouch Jr (Disguised as Alastor Moody) In 1994 to cease the weather effect of the Great Hall's Ceiling insisting it is broken as he told Dumbledore to \"Fix his ceiling\".", - "etymology": "Meteorology, the study of weather, the word jinx and recant, \"to withdraw or retract\". Interestingly in modern English recant means to say that you no longer hold a belief.", - "note": null - }, - { - "id": 183, - "name": "Mimblewimble", - "other_name": "Tongue-Tying Curse", - "pronunciation": "MIM-bull-wim-bull", - "spell_type": "Curse", - "description": "Ties the target's tongue in a knot, preventing them from making coherent speech, or saying incantations correctly, making it useful in duels.", - "mention": "Seen in 1997 as a deterrent to Severus Snape, or any other unwanted visitor of 12 Grimmauld Place, from betraying their location to anyone else.", - "etymology": null, - "note": null - }, - { - "id": 184, - "name": "Ministry of Magic Fog", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Patented charm used by the Ministry for Magic to conceal certain areas from Muggle view.", - "mention": "Seen in 1997 as a deterrent to Severus Snape, or any other unwanted visitor of 12 Grimmauld Place, from betraying their location to anyone else.", - "etymology": null, - "note": "In 1999, after the Invisibility Charm debacle at the Exmoor Quidditch Stadium, the Ministry considered trying this fog to hide the stadium from view." - }, - { - "id": 185, - "name": "Mobiliarbus", - "other_name": null, - "pronunciation": "mo-bil-lee-AR-bus", - "spell_type": "Charm", - "description": "Levitates wooden objects a few inches off of the ground and moves them in any given direction.", - "mention": "In 1993, Hermione Granger used the spell to move a Christmas Tree in The Three Broomsticks beside her table to hide Harry Potter, who was in Hogsmeade illegally.", - "etymology": "Latin mobilis, \"movable\" or \"flexible\", and arbor (alternatively arbos), \"tree\".", - "note": "It is possible that Mobilicorpus and Mobiliarbus are variations of the same basic spell, since they share the \"Mobili-\" stem." - }, - { - "id": 186, - "name": "Mobilicorpus", - "other_name": null, - "pronunciation": "moh-bil-lee-COR-pus", - "spell_type": "Charm", - "description": "Levitates and moves bodies.", - "mention": "Sirius Black used it on Severus Snape in 1994. It was probably used on Peter Pettigrew by Lord Voldemort in the graveyard to make him come forward.", - "etymology": "Latin mobilis, \"movable\", and corpus, \"body\".", - "note": "It is possible that Mobiliarbus and Mobilicorpus are variations of the same basic spell, since they share the \"Mobili-\" stem." - }, - { - "id": 187, - "name": "Molliare", - "other_name": "Cushioning Charm", - "pronunciation": "mull-ee-AR-ay", - "spell_type": "Charm", - "description": "Produces an invisible cushion over the target, is used primarily in the manufacturing of broomsticks.", - "mention": "Used by Hermione Granger to cushion her, Harry, and Ron's fall in Gringotts Wizard Bank in 1998.", - "etymology": null, - "note": "This spell may be related to Arresto Momentum and Spongify." - }, - { - "id": 188, - "name": "Molly Weasley's curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Like the Avada Kedavra curse, it kills (or freezes) the victim. It turns the body grey/blue (or paler) while it turns to stone and then another twin jinx can blast the body into pieces.", - "mention": null, - "etymology": null, - "note": "This may be Hardening Charm or Freezing Charm, although the latter is shown to be blue in 1992." - }, - { - "id": 189, - "name": "Morsmordre", - "other_name": null, - "pronunciation": "morz-MOR-druh", - "spell_type": null, - "description": "Conjures the Dark Mark, which is the sign of the Death Eaters.", - "mention": "Used by Barty Crouch Jr in 1994. Also seen in 1997 over the castle to lure Albus Dumbledore to his death. It was apparently invented by Lord Voldemort.", - "etymology": "Latin mors, \"death\", and mordere, meaning \"to bite\" (or its French derivative mordre); this would appear to be associated with the name of Lord Voldemort's followers, the Death Eaters. The English murder might also contribute.", - "note": "A possible translation might be \"take a bite out of death\", a fitting phrase for Death Eaters." - }, - { - "id": 190, - "name": "Mucus ad Nauseam", - "other_name": "Curse of the Bogies", - "pronunciation": "MYOO-kus ahd NAW-zee-um", - "spell_type": "Curse", - "description": "Gives the victim a nasty cold and an extremely runny nose that can cause the victim to collapse if it is not treated. The cold is accompanied with constant sneezing.", - "mention": "Mentioned by Professor Quirrell to his first-year class.", - "etymology": null, - "note": null - }, - { - "id": 191, - "name": "Muffliato", - "other_name": "Muffliato Charm", - "pronunciation": "muf-lee-AH-to", - "spell_type": "Charm", - "description": "Prevents others from hearing nearby conversations by filling peoples' ears with an unidentifiable buzzing.", - "mention": "It was used in 1996 by Harry Potter and Ron Weasley on various teachers and people such as Madam Pomfrey. It was created by Severus Snape. As pointed out by Hermione, it is probably not Ministry of Magic approved. It was also used in 1997 by Hermione Granger in protection of the camp-site where Harry and she stayed in hiding.", - "etymology": "English muffle, \"to quiet\", with a pseudo-Latin or pseudo-Italian ending.", - "note": null - }, - { - "id": 192, - "name": "Multicorfors", - "other_name": "Multicorfors Spell", - "pronunciation": "mull-tee-COR-fors", - "spell_type": "Transfiguration", - "description": "Multicorfors is a charm used to change the colour and style of one's clothing.", - "mention": "It may also be the same charm as when Harry accidentally changed the colour of his eyebrow, before he asked Luna to Slughorn's Christmas party. (Unlikely, as that was performed as a Transfiguration exercise, which is rather unrelated to Charms.) Could have possibly been used when Harry accidentally changed the colour of his teachers hair, at St. Grogory's Primary School.", - "etymology": null, - "note": null - }, - { - "id": 193, - "name": "Mutatio Skullus", - "other_name": null, - "pronunciation": "myoo-TAY-toh SKULL-us", - "spell_type": "Hex", - "description": "Mutates the victim's head, causing them to grows extra heads.", - "mention": "Used by Ancient Egyptian wizards, as noted by Ron Weasley in 1993.", - "etymology": null, - "note": null - }, - { - "id": 194, - "name": "Nox", - "other_name": "Wand-Extinguishing Charm", - "pronunciation": "NOCKSS", - "spell_type": "Charm", - "description": "Extinguishes wandlight. It the counter-charm for the Wand-Lighting Charm, Lumos.", - "mention": "In 1994, Harry Potter and Hermione Granger used this spell to turn off their wand-lights in the Shrieking Shack. Used in 1998 when Harry was in the passage beneath the Whomping Willow which leads to the Shrieking Shack. Lumos's power can be arranged so that a powerful wizard can make the charm illuminate intensely or to the wizards liking by loudness of incantation. For example \"LUMOS!!!\" would be powerful and \"lumos\" would be weaker. Also used by Harry Potter in 1998 to turn off the light so he could hide the Marauder's Map from Severus Snape.", - "etymology": "Latin nox, meaning \"night\".", - "note": null - }, - { - "id": 195, - "name": "Nebulus", - "other_name": null, - "pronunciation": "NEH-bu-lus", - "spell_type": "Charm", - "description": "Creates fog from the tip of the wand.", - "mention": "In 1927, Albus Dumbledore used this spell to conjure a fog in London to provide concealment for his meeting with Newton Scamander.", - "etymology": null, - "note": "This may be the incantation for the Ministry of Magic Fog." - }, - { - "id": 196, - "name": "Oculus Reparo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Mends eyeglasses.", - "mention": "Used by Hermione in 1991 and 1992 to fix Harry's glasses.", - "etymology": null, - "note": "This spell is a variation of Reparo." - }, - { - "id": 197, - "name": "Obliteration Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Removes footprints.", - "mention": "Used by Hermione in 1995 to remove the footprints that she, Harry, and Ron left in the snow while walking to Hagrid's hut. Also used in 1997 by Hermione to remove the footprints she and Harry left behind them in the snow as they journeyed through Godric's Hollow.", - "etymology": null, - "note": "The Obliteration Charm is only known to remove footprints. There is no explanation as to what effect it can have on other things. It could possibly destroy things, according to its name." - }, - { - "id": 198, - "name": "Obliviate", - "other_name": "Memory Charm", - "pronunciation": "oh-BLI-vee-ate", - "spell_type": "Charm", - "description": "Erases specific memories.", - "mention": "First seen in 1993 when used by Gilderoy Lockhart on Harry and Ron; the spell backfired due to a faulty wand, costing Lockhart most of his own memory. Also, Hermione Granger used this spell to wipe her parents memories in 1997. Again, it was used in 1997 when Hermione Granger used the spell on 2 Death Eaters who had followed Harry, Ron, and Hermione after their escape from Bill Weasley's and Fleur Delacour's wedding.", - "etymology": "Latin oblivisci, \"forget\". The spell is most often used against Muggles who have seen something of the Wizarding world.", - "note": "Invented by Mnemone Radford, who became the Ministry's first Obliviator. The Ministry of Magic employees assigned to modifying the memories of Muggles are called Obliviators. The charm can be broken by powerful magic, or extreme duress, as Lord Voldemort was able to torture Bertha Jorkins into remembering details that Barty Crouch Snr had forced her to forget using the charm. In this case, it was also shown that if the charm is too powerful, it can cause the target to develop a bad memory. This spell differs from the False Memory Charm." - }, - { - "id": 199, - "name": "Obscuro", - "other_name": null, - "pronunciation": "ob-SKYUR-oh", - "spell_type": "Conjuration", - "description": "Blindfolds the target.", - "mention": "Used by Hermione Granger in 1997 to obstruct the portrait of Phineas Nigellus's view of their location.", - "etymology": "English word obscure, meaning \"unclear\" or \"unnoticeable\".", - "note": "This spell might only affect characters in paintings; there are no other references to this spell." - }, - { - "id": 200, - "name": "Oppugno", - "other_name": "Oppugno Jinx", - "pronunciation": "oh-PUG-noh", - "spell_type": "Jinx", - "description": "Causes targeted objects to attack a victim. It is particularly effective in conjunction with the Bird-Conjuring Charm.", - "mention": "Used by Hermione Granger in 1996 to attack Ron Weasley with a summoned flock of canaries during an argument.", - "etymology": "Latin oppugno, \"I attack\".", - "note": null - }, - { - "id": 201, - "name": "Orbis", - "other_name": "Orbix Jinx", - "pronunciation": "OR-biss", - "spell_type": "Jinx", - "description": "Sucks the target into the ground.", - "mention": null, - "etymology": "Orbis is Latin for 'circle', which reflects the spell's physical appearance.", - "note": null - }, - { - "id": 202, - "name": "Orchideous", - "other_name": null, - "pronunciation": "or-KID-ee-us", - "spell_type": "Conjuration", - "description": "Conjures a bouquet of flowers.", - "mention": "Used in 1994 by Mr Ollivander to test Fleur Delacour's wand. Probably used non-verbally by Tom Riddle to present flowers to Mrs Smith.", - "etymology": "English orchid and Latin suffix -eous, \"of or bearing (the root word)\".", - "note": "A variation of this spell may have been used when Hermione Granger conjured a Christmas wreath to place on James and Lily Potter's graves in 1997." - }, - { - "id": 203, - "name": "Oscausi", - "other_name": null, - "pronunciation": "os-SCOW-zee", - "spell_type": "Dark charm", - "description": "Seal someone's mouth shut, making it appear it was never there.", - "mention": "Used by Leta Lestrange on a girl from Gryffindor when they were both in their third year at Hogwarts. The Gryffindor girl was speaking ill of Lestrange behind her back until Lestrange emerged from hiding nearby, and muted the Gryffindor girl with this spell.", - "etymology": "Possibly derived as a portmanteau of os, Latin for \"mouth\", and clausi (a conjugated form of claudo), Latin for \"I shut\". It may additionally be a pun or wordplay on scusi, the Italian interjection for \"excuse me\".", - "note": null - }, - { - "id": 204, - "name": "Pack", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Packs luggage.", - "mention": "Used in 1994 by Remus Lupin in his office, and in 1995 by Nymphadora Tonks, once verbally and again non-verbally.", - "etymology": null, - "note": null - }, - { - "id": 205, - "name": "Papyrus Reparo", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Mends torn pieces of paper.", - "mention": "This spell was used by Newton Scamander in 1927 to restore a torn postcard from Porpentina Goldstein addressed to Queenie Goldstein.", - "etymology": null, - "note": "This spell is a variation of Reparo." - }, - { - "id": 206, - "name": "Patented Daydream Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Gives the spell caster a highly-realistic 30-minute daydream. Side effects include mild drooling and a vacant expression.", - "mention": "These were invented by Fred and George Weasley and sold in 1996 at their joke shop, presumably in the form of some kind of physical object, similar to Skiving Snackboxes.", - "etymology": null, - "note": null - }, - { - "id": 207, - "name": "Partis Temporus", - "other_name": null, - "pronunciation": "PAR-tis temp-OAR-us", - "spell_type": "Charm", - "description": "Creates a temporary gap in the target.", - "mention": "Used by Albus Dumbledore in the Crystal Cave in 1997. He uses it so that he and Harry can pass through the ring of fire used to ward off the Inferi.", - "etymology": "Partis is a plural form of the French verb partir, which means \"to separate,\" \"to go away,\" \"to leave,\" or \"to depart.\" Temporis is Latin for \"time.\"", - "note": null - }, - { - "id": 208, - "name": "Pepper breath hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Gives the victim fiery hot breath.", - "mention": "Harry Potter learned of this hex from Basic Hexes for the Busy and Vexed while researching spells to use during the Triwizard Tournament and decided not to use it against the dragon he would face in the First Task.", - "etymology": null, - "note": null - }, - { - "id": 209, - "name": "Periculum", - "other_name": null, - "pronunciation": "pur-ICK-you-lum", - "spell_type": "Charm", - "description": "Produces a burst of red sparks.", - "mention": "Used during the third task of the Tri-wizard Tournament by Harry.", - "etymology": "Periculum is Latin for \"danger\".", - "note": null - }, - { - "id": 210, - "name": "Permanent Sticking Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Sticks objects permanently in place.", - "mention": "First mentioned in 1995, when Sirius Black suspected that his mother's painting was fixed to the wall with such a Charm. It is implied that the portrait in the Muggle Prime Minister's office also has such a charm on it.", - "etymology": null, - "note": "It is never said whether the charm prevents the object from being removed by cutting away the section of wall. The incantation could be gluten sempra, meaning glue forever, or adher sempra, which means stick forever." - }, - { - "id": 211, - "name": "Peskipiksi Pesternomi", - "other_name": null, - "pronunciation": "PES-key PIX-ee PES-ter NO-mee", - "spell_type": "Charm", - "description": "The one time it was used, it had absolutely no effect.", - "mention": "Used by Lockhart to attempt to remove Cornish Pixies.", - "etymology": "English pesky meaning \"annoying\", English pixie meaning \"a supernatural being\", English pester meaning \"to annoy\", English no for negative and English me for the first person pronoun.", - "note": "It is not known if the spell works or not. It also suspiciously sounds like \"Pesky pixie pester no me.\"" - }, - { - "id": 212, - "name": "Petrificus Totalus", - "other_name": "Full Body-Bind Curse", - "pronunciation": "pe-TRI-fi-cus to-TAH-lus", - "spell_type": "Curse", - "description": "Used to temporarily bind the victim's body in a position much like that of a soldier at attention; the victim will usually fall to the ground.", - "mention": "Used in 1991 by Hermione, who was trying to prevent Neville from stopping her, Ron, and Harry from leaving the common room to hunt for the Philosopher's Stone, in the Hall of Prophecy during the Battle of the Department of Mysteries to petrify one of the Death Eaters pursuing the group, and used on Harry by Draco Malfoy in the Hogwarts Express in 1996.", - "etymology": "Latin petra, meaning \"stone\", and fieri (past participle factus), meaning \"to become\"; totalus comes from Latin \"totus\", meaning \"complete\".", - "note": null - }, - { - "id": 213, - "name": "Piertotum Locomotor", - "other_name": null, - "pronunciation": "peer-TOH-tuhm loh-kuh-MOH-tor", - "spell_type": "Charm", - "description": "Brings animates inanimate targets.", - "mention": "In the Battle of Hogwarts, Professor McGonagall used this spell to animate the suits of armour and statues within Hogwarts, to defend the castle. Possibly used by Albus Dumbledore to enchant the statues on the fountain in the entrance to the Ministry of Magic Department.", - "etymology": "Pier means \"friend\" or \"colleague\", totum refers to \"the whole\" or \"total\", and locomotor means \"the movement of\".", - "note": null - }, - { - "id": 214, - "name": "Piscifors", - "other_name": null, - "pronunciation": "PIS-ee-fors", - "spell_type": "Transfiguration", - "description": "Transforms things into fish.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 215, - "name": "Placement Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Maigcally places an object in or on a specific location. Placement Charms can be used to place a bridle on a Kelpie to render it harmless and docile.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 216, - "name": "Point Me", - "other_name": "Four-Point Spell", - "pronunciation": null, - "spell_type": "Spell", - "description": "Makes the caster's wand point due north.", - "mention": "Hermione Granger taught it to Harry Potter, who used it during the Triwizard Tournament, particularly to navigate the hedge maze during the Third Task.", - "etymology": null, - "note": null - }, - { - "id": 217, - "name": "Portus", - "other_name": null, - "pronunciation": "POR-tus", - "spell_type": "Charm", - "description": "Turns an object into a portkey.", - "mention": "Used by Albus Dumbledore in 1996.", - "etymology": "Latin porta, meaning \"gate\", or portare, meaning \"to carry\" (as in to carry the caster or target to another location). There is a Latin word portus, meaning \"harbour\", but it is inappropriate in this context.", - "note": "Portkeys were first seen in 1994 as a means for Harry, Hermione, and the Weasleys to go to the Quidditch World Cup. However, the spell used in its creation was not seen until 1995." - }, - { - "id": 218, - "name": "Prior Incantato", - "other_name": "Reverse Spell", - "pronunciation": "pri-OR in-can-TAH-toh", - "spell_type": "Charm", - "description": "Forces a wand to show an \"echo\" of the last spell it performed.", - "mention": "Used by Amos Diggory in 1994 to discover the last spell cast by Harry's wand after it was found in the hands of Winky, a house-elf.", - "etymology": "Latin prior, \"previous\", and incantare, \"to speak a spell\" (past participle incantatum).", - "note": "Can manifest in the form of the Reverse Spell effect, or Priori Incantatem, when wands with the same core attempt to do battle." - }, - { - "id": 219, - "name": "Protean Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes copies of an object to be remotely affected by changes made to the original.", - "mention": "First used in 1995. Hermione Granger put the charm on a number of fake Galleons. Instead of the serial number around the edge of the coin, the time and date of the next meeting of Dumbledore's Army appeared. It is possible that this charm is used on the Death Eaters' Dark Marks.", - "etymology": "The English word Protean derives from Proteus, a god in Greek Mythology. Proteus was a shape-shifter, able to take many forms. As a result, the word Protean has come to refer to versatility, flexibility, or an ability to assume many forms. \"Protean\" is also similar to \"protein\", derived from the same root, meaning a variable, flexible substance which forms strong bonds between its constituent parts.", - "note": "On Hermione's fake galleons, when the date changes, the coin becomes hot, alerting the owner to look at the coin. This may not be a feature of the original charm. It may be a Flagrante Curse, when the Protean Charm changes the coin the curse may activate. It would seem from this that you can decide what the effects on the charmed objects are. Possibly by saying something along the lines of \"Protean flagrante.\" although this is just speculation." - }, - { - "id": 220, - "name": "Protego", - "other_name": "Shield Charm", - "pronunciation": "pro-TAY-goh", - "spell_type": "Charm", - "description": "Invisible shield that reflects spells and blocks physical entities.", - "mention": "First seen in 1995, in which Harry is taught this spell by Hermione in preparation for the third task in the Triwizard Tournament. Albus Dumbledore uses a similar spell which reverses the construction of glass back into sand when Voldemort sent shards of glass to try to stab Dumbledore. Fred and George Weasley enchanted hats they dubbed \"shield hats\" with this spell in 1997.", - "etymology": "Latin protego, \"I cover\" or \"I protect\".", - "note": "The original description of this spell states that it rebounds minor jinxes to the caster. However, it is shown that it can also be used to reflect or lessen the effects of more powerful spells, depending on the skill of the caster. In 1998, it is also shown to be able to create a sort of force-field across an area, and is used frequently to prevent two participants in an argument from reaching each other." - }, - { - "id": 221, - "name": "Protego Diabolica", - "other_name": null, - "pronunciation": "pro-TAY-goh dia-BOHL-i-cub", - "spell_type": "Dark Arts", - "description": "Conjures a protective ring of black fire around the caster that only affects their enemies.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 222, - "name": "Protego Horribilis", - "other_name": null, - "pronunciation": "pro-TAY-goh horr-uh-BIHL-ihs", - "spell_type": "Charm", - "description": "A powerful shield charm against dark magic.", - "mention": "Cast by Professor Flitwick in an attempt to strengthen the castle's defences in the Battle of Hogwarts.", - "etymology": "Latin Protego, \"I protect\", and Horribilis, \"horrible , frightful, dreadful\".", - "note": null - }, - { - "id": 223, - "name": "Protego Maxima", - "other_name": null, - "pronunciation": "pro-TAY-goh MAX-ee-Ma \t\"TwoProtego\"", - "spell_type": "Charm", - "description": "A powerful shield charm against dark magic. A stronger and bigger version of Protego, especially when combined with other wizards casting it at the same time. Was so powerful that it could also disintegrate people that came too close and tried to enter it.", - "mention": "Cast by Professor Flitwick, Professor McGonagall, Professor Slughorn and Mrs Weasley in an attempt to strengthen the castle's defences in the Battle of Hogwarts.", - "etymology": "Latin Protego, \"I protect\"", - "note": null - }, - { - "id": 224, - "name": "Protego totalum", - "other_name": null, - "pronunciation": "pro-TAY-goh toh-TAH-lum", - "spell_type": "Charm", - "description": "Protects an area for an extended period of time.", - "mention": "In 1997, this was one of the spells used by Hermione Granger and Harry Potter to protect their camp site from unwanted visitors.", - "etymology": "Latin protego meaning \"to protect\" and Latin totus meaning \"as a whole\".", - "note": null - }, - { - "id": 225, - "name": "Purple Firecrackers", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Causes purple firecrackers to shoot out from the tip of one's wand.", - "mention": "On 31 October 1991, Albus Dumbledore used this spell to get the attention of panicking diners in the Great Hall when a troll was loose in the castle.", - "etymology": null, - "note": null - }, - { - "id": 226, - "name": "Pus-squirting hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes yellowish goo to squirt from one's nose.", - "mention": "Morfin Gaunt used this hex on Bob Ogden.", - "etymology": null, - "note": null - }, - { - "id": 227, - "name": "Quietus", - "other_name": "Quietening Charm", - "pronunciation": "KWIY-uh-tus", - "spell_type": "Charm", - "description": "Makes a target sound quieter. It is the counter-charm to the Amplifying Charm.", - "mention": "Used in 1994 by Ludo Bagman.", - "etymology": "Latin quietus, \"calm\" or \"quiet\".", - "note": null - }, - { - "id": 228, - "name": "Redactum Skullus", - "other_name": "Head Shrink Spell", - "pronunciation": "reh-DAK-tum SKULL-us", - "spell_type": "Hex", - "description": "Shrinks the head of the target. It is the counter-spell to Engorgio Skullus.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 229, - "name": "Reducio", - "other_name": "Shrinking Charm", - "pronunciation": "re-DOO-see-oh", - "spell_type": "Charm", - "description": "Makes an object shrink in size. Its counter-charm is the Engorgement Charm.", - "mention": "In 1997, Harry Potter, after checking his Blackthorn wand on the Bluebell flames with Engorgio, casts this spell to shorten the formerly enlarged flames.", - "etymology": "English reduce, \"to shrink\". (Latin has a verb reducere, present tense reduco. This is the source of the English \"reduce\", but has a different meaning.) Also in Italian Riduco first person present tense of Ridurre, same root of Latin Reducere.", - "note": "Whether Reducio could also be used by itself rather than countering Engorgio is unknown. If it could, it would shrink normal sized items into miniature versions of themselves. References in 1992 by Arthur Weasley to \"shrinking door keys\" make this seem likely." - }, - { - "id": 230, - "name": "Reducto", - "other_name": "Reductor Curse", - "pronunciation": "re-DUK-toh", - "spell_type": "Curse", - "description": "Breaks objects. In stronger usages, disintegrates them.", - "mention": "In 1995, Harry used it on one of the hedges of the Triwizard maze and ends up burning a small hole in it; in 1995, Gryffindors in Harry Potter's year referenced Parvati Patil as being able to reduce a table full of Dark Detectors to ashes, and Harry and his friends later used the spell in the Department of Mysteries against the Death Eaters, shattering many Prophecy Orbs in the process; in 1997, a member of the Order of the Phoenix attempted to use this spell to break down a door which Death Eaters had blocked when the Death Eaters had cornered Dumbledore in the Lightning Struck Tower.", - "etymology": "English reduce, \"to bring down;destroy\".", - "note": null - }, - { - "id": 231, - "name": "Refilling Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Refills whatever the caster points at with the drink originally in the container.", - "mention": "Used in 1996, when Harry noticed that Hagrid and Slughorn were running out of wine.", - "etymology": null, - "note": null - }, - { - "id": 232, - "name": "Reparifors", - "other_name": null, - "pronunciation": "re-PAR-i-fors", - "spell_type": "Healing Spell", - "description": "Reverts minor magically-induced ailments, such as paralysis and poisoning.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 233, - "name": "Reverte", - "other_name": null, - "pronunciation": "ree-VUHR-tay", - "spell_type": "Charm", - "description": "Returns objects to their original positions or states.", - "mention": "In 1927, Leta Lestrange used this spell on the record towers in the French Ministry of Magic Records Room at the French Ministry of Magic Headquarters, in an attempt to flee from pursuing Matagots. This sent all the record towers - previously summoned by Lestrange - flying backwards and spinning back into their original positions in the ground.", - "etymology": "Reverte is derived from Latin for \"you shall return\", being a second-person imperative form (singular, present, active) of the verb reverto (\"I return, or turn back\").", - "note": null - }, - { - "id": 234, - "name": "Relashio", - "other_name": "Revulsion Jinx", - "pronunciation": "ruh-LASH-ee-oh", - "spell_type": "Jinx", - "description": "Forces the target to release its grip on whatever it is holding.", - "mention": "Used by Harry Potter against Grindylows in the second task of the Triwizard Tournament. Also used in 1997 and 1998, when Hermione used this spell to free Mrs Cattermole from the chained chair and to free the Ukrainian Ironbelly on which they were to get out from Gringotts.", - "etymology": "Probably from the French verb relâcher =\"to release, to set free\", or Italian rilascio (pronounced the same way as the spell)= \"I release\".", - "note": null - }, - { - "id": 235, - "name": "Rennervate", - "other_name": "Reviving Spell", - "pronunciation": "RENN-a-vate", - "spell_type": "Charm", - "description": "Awakens an unconscious victim. It is consequently the counter-charm to the Stunning Spell.", - "mention": "In 1994, Amos Diggory used it to wake up Winky and Albus Dumbledore used it to wake up Viktor Krum. Harry Potter later used it to try and reawaken a cursed Dumbledore in the seaside cave.", - "etymology": "Rennervate means \"to energise.", - "note": null - }, - { - "id": 236, - "name": "Reparifarge", - "other_name": null, - "pronunciation": "reh-PAR-i-farj", - "spell_type": "Untransfiguration", - "description": "Used to reverse incomplete transformations.", - "mention": "Found in A Beginner's Guide to Transfiguration.", - "etymology": null, - "note": null - }, - { - "id": 237, - "name": "Reparo", - "other_name": "Mending Charm", - "pronunciation": "reh-PAH-roh", - "spell_type": "Charm", - "description": "Seamlessly repairs broken objects.", - "mention": "Used by Albus Dumbledore and Horace Slughorn to repair damage the latter had done to a Muggle home in Budleigh Babberton where he had been hiding.", - "etymology": "Latin reparo meaning \"to renew\" or \"repair\".", - "note": "Reparo has been seen to repair non-magical items, however it seems to have an inability at repairing magical items or items that have magic placed upon them. An example is Harry's Nimbus 2000 shown in 1993 which he is told is irreparable after it is destroyed by the Whomping Willow. Wands are also irreparable, as shown in 1992 when Ron's wand snapped after he and Harry crashed onto the Hogwarts grounds. Despite his use of Spellotape, Ron's wand malfunctioned throughout the year. Another example is in 1997 when Hermione tried to fix Harry's broken wand, which was snapped by her errant Blasting Curse. However, Harry repaired his wand with the Elder Wand. Since the Elder Wand is the most powerful wand in creation, it makes sense that it would produce the most powerful Mending Charm." - }, - { - "id": 238, - "name": "Repello Muggletum", - "other_name": "Muggle-Repelling Charm", - "pronunciation": "ruh-PEL-oh MUH-guhl-tuhm", - "spell_type": "Charm", - "description": "Keeps Muggles away from wizarding places by causing them to remember important meetings they missed and to cause the Muggles in question to forget what they were doing.", - "mention": "It was used to keep Muggles away from the Quidditch World Cup. Hogwarts was also said to be guarded by the Muggle-Repelling Charm. It was also used by Harry and Hermione on numerous occasions, among many other spells, to protect and hide their camp site in 1997.", - "etymology": null, - "note": null - }, - { - "id": 239, - "name": "Repello Inimicum", - "other_name": null, - "pronunciation": "re-PEH-lloh ee-nee-MEE-cum", - "spell_type": "Charm", - "description": "Disintegrates the persons entering this charm.", - "mention": "This spell was used by professors Filius Flitwick and Horace Slughorn along with Order of the Phoenix member Molly Weasley to protect Hogwarts Castle in 1998.", - "etymology": "Latin \"Repello\", meaning \"Push Back\" and \"inimicum\", the accusative singular form of \"inimīcus\" meaning \"foe\" or \"enemy\".", - "note": null - }, - { - "id": 240, - "name": "Revelio", - "other_name": "Revelio Charm", - "pronunciation": "reh-VEL-ee-oh", - "spell_type": "Charm", - "description": "Reveals secrets about a person or object.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 241, - "name": "Rictusempra", - "other_name": "Tickling Charm", - "pronunciation": "ric-tuhs-SEM-pra", - "spell_type": "Charm", - "description": "Tickles the target until they become weak with laughter.", - "mention": "By Harry Potter on Draco Malfoy in 1992, when they fought in the Duelling Club.", - "etymology": "Possibly the sum of two words; The Latin rictus, meaning \"The expanse of an open mouth\", and semper, meaning \"Always\". Rictus is generally used as an expression of terror, however, \"always an open mouth\" would, in most cases, correspond to the act of laughing uncontrollably.", - "note": null - }, - { - "id": 242, - "name": "Riddikulus", - "other_name": "Boggart Banishing Spell", - "pronunciation": "rih-dih-KUL-lus", - "spell_type": "Charm", - "description": "A spell used when fighting a Boggart, \"Riddikulus\" forces the Boggart to take the appearance of an object the caster is focusing on. Best results can be achieved if the caster is focusing on something humorous, with the desire that laughter will weaken the Boggart.", - "mention": "Taught by Remus Lupin during third year Defence Against the Dark Arts, where his students had the opportunity to practise the spell on an actual Boggart.", - "etymology": "Latin word ridiculus, \"laughable\" (but perhaps \"absurd\" or \"silly\" in this context).", - "note": "The effect of the spell seems to rely primarily on the state of mind of the caster. It doesn't actually change the shape of a boggart into something humorous, but rather whatever the caster is concentrating on at the moment of the casting, as when Neville was thinking of his grandmother's dress. Presumably, Mrs Weasley couldn't take her mind off of her fears for her family, so the Boggart was changed into other members of the family rather than something humorous." - }, - { - "id": 243, - "name": "Rose Growth", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Causes rosebushes grow at an unusually fast pace.", - "mention": null, - "etymology": null, - "note": "This spell may be related to Herbivicus." - }, - { - "id": 244, - "name": "Rowboat spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes boats row themselves.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 245, - "name": "Salvio Hexia", - "other_name": null, - "pronunciation": "SAL-vee-oh HECKS-ee-ah", - "spell_type": "Charm", - "description": "Protects against hexes.", - "mention": "Harry and Hermione cast this spell to strengthen their camp-site's defences against intruders in 1997.", - "etymology": "Possibly derived from the Latin \"salveo,\" meaning \"to be in good health,\" and used as a form of greeting and farewell, and a pseudo-Latin derivative of the English word \"hex\"—hence, \"Farewell, hexes!\"", - "note": "Possibly the Hex Deflection spells the fake Moody mentioned in 1994." - }, - { - "id": 246, - "name": "Sardine hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Makes the victim sneeze out sardines.", - "mention": "Rubeus Hagrid once had this hex used on him.", - "etymology": null, - "note": null - }, - { - "id": 247, - "name": "Sauce-making spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Conjuration", - "description": "Conjures a creamy sauce from the tip of the wand.", - "mention": "Molly Weasley used this spell in August of 1994 to pour some sauce in a pot to make dinner for her family, Harry Potter and Hermione Granger.", - "etymology": null, - "note": "According to Gamp's Law of Elemental Transfiguration, food can't be conjured. This implies that sauce is not considered \"good food,\" as things suitable for consumption may created with the spell, such as birds." - }, - { - "id": 248, - "name": "Scorching Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Produces dancing flames which presumably scorch the opponent.", - "mention": "Professor McGonagall used this spell on Professor Snape in 1998.", - "etymology": null, - "note": null - }, - { - "id": 249, - "name": "Scourgify", - "other_name": "Scouring Charm", - "pronunciation": "SKUR-ji-fy", - "spell_type": "Charm", - "description": "Cleans objects", - "mention": "First used by Nymphadora Tonks to clean Hedwig's cage in 1995. Later, Ginny Weasley performed the spell to clean up the Stinksap on the Hogwarts Express, also used by James Potter on Severus Snape after he shouted various curses and obscenities at him.", - "etymology": "Perhaps related to English scour, \"clean\". -ify is a common English suffix meaning \"to make ...\". Therefore scourgify could mean \"to make clean\".", - "note": null - }, - { - "id": 250, - "name": "Sealant Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Magically seals envelopes.", - "mention": "All applicants for wand permits in the United States were required by the Magical Congress of the United States of America to close the envelope in which they sent their applications back to the Wand Permit Office with this spell.", - "etymology": null, - "note": "This may be the parchment-sealing spell that Dolores Umbridge used in 1995." - }, - { - "id": 251, - "name": "Sea urchin jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "This spell begins to transform the victim into a sea urchin.", - "mention": "This spell was used on 2 May, 1998, during the Battle of Hogwarts, by Percy Weasley on an Imperiused Pius Thicknesse.", - "etymology": null, - "note": null - }, - { - "id": 252, - "name": "Sectumsempra", - "other_name": null, - "pronunciation": "sec-tum-SEMP-rah", - "spell_type": "Curse", - "description": "Lacerates the target, as if they have been \"slashed by a sword.\" Subsequently, the target can easily bleed to death from the wounds. This curse was invented by Severus Snape, to be used against his personal enemies.", - "mention": "Used by Harry in 1997 against Draco Malfoy, and then later against both the Inferi in Lord Voldemort's Horcrux chamber, and Snape used it against George Weasley (was unintentional; aimed for a Death Eater that tried to curse Lupin) in the Order's flight from Privet Drive. Harry learned it in Snape's old Potions textbook. In 1998, the spell is said to be Severus Snape's \"signature\" spell.", - "etymology": "Latin sectum, \"cut\", and semper, \"always\".", - "note": "The spell can apparently be used against any object, but was not effective when used against Inferi because they could not feel pain or bleed. The movement of the wand seems to affect how someone is cut, suggested by the erratic patterns of slashes left on Draco Malfoy's face and chest, produced by Harry Potter's wild wand-swings while using the spell against Draco. Wounds caused by this spell can be healed as proved by Severus Snape who after Harry hit Draco Malfoy with this spell he healed Draco's wounds and told him to go and get treated with dittany at once so that he would even avoid any sign of any wound. However it seems that it depends on the caster's magical abilities because Molly Weasley could not heal and restore George Weasley's ear that was cursed off by this spell." - }, - { - "id": 253, - "name": "Shield penetration spell", - "other_name": null, - "pronunciation": "unknown", - "spell_type": "Spell", - "description": "Annihilates magical enchantments and shields.", - "mention": "Used by Voldemort to break the enchantments placed around Hogwarts School of Witchcraft and Wizardry in 1998 by Filius Flitwick, Minerva McGonagall, and Molly Weasley.", - "etymology": null, - "note": null - }, - { - "id": 254, - "name": "Shooting Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Used to shoot objects", - "mention": "This spell was used by Harry Potter and Ronald Weasley in 1997 on their Horcrux hunt in an attempt to catch a rabbit for food.", - "etymology": null, - "note": null - }, - { - "id": 255, - "name": "Smashing spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Produces explosions", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 256, - "name": "Serpensortia", - "other_name": "Snake Summons Spell", - "pronunciation": "ser-pen-SOR-shah, SER-pehn-SOR-tee-ah", - "spell_type": "Conjuration", - "description": "Conjures a serpent from the caster's wand.", - "mention": "Used by Draco Malfoy while duelling Harry Potter in 1992.", - "etymology": "Latin serpens meaning \"a snake\" and Latin ortis meaning \"source\".", - "note": null - }, - { - "id": 257, - "name": "Silencio", - "other_name": "Silencing Charm", - "pronunciation": "sih-LEN-see-oh", - "spell_type": "Charm", - "description": "Makes something silent.", - "mention": "First used by Hermione in 1996 to silence a frog and a raven in Charms class, then later used to silence a Death Eater that was trying to tell his comrades where they were.", - "etymology": "Probably Latin silentium, \"silence\". Also, silencio and silêncio (which is closer to the English pronunciation) mean \"silence\" in Spanish and Portuguese, respectively.", - "note": null - }, - { - "id": 258, - "name": "Skurge", - "other_name": "Skurge Charm", - "pronunciation": "SKURJ", - "spell_type": "Charm", - "description": "Cleans up ectoplasm and frightens ghosts and other spirits.", - "mention": "Taught in second year Charms class.", - "etymology": null, - "note": null - }, - { - "id": 259, - "name": "Slippery Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Makes an object slippery and difficult to hold.", - "mention": "Mentioned in Harry Potter: Hogwarts Mystery", - "etymology": null, - "note": null - }, - { - "id": 260, - "name": "Slugulus Eructo", - "other_name": "Slug-vomiting Charm", - "pronunciation": null, - "spell_type": "Curse", - "description": "Forces the victim to burp up slimy slugs.", - "mention": "In 1992, Ronald Weasley attempted to curse Draco Malfoy with this spell after the latter insulted Hermione Granger, but was unsuccessful as his wand at the time was broken, and thus his curse backfired on himself.", - "etymology": null, - "note": null - }, - { - "id": 261, - "name": "Sonorous Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "This charm emits a magnified roar from the tip of the wand. This noise disrupts all in its path, and can even be used to harm opponents.", - "mention": null, - "etymology": null, - "note": "Not to be confused with the Amplifying Charm, Sonorus." - }, - { - "id": 262, - "name": "Sonorus", - "other_name": "Amplifying Charm", - "pronunciation": "soh-NOHR-uhs", - "spell_type": "Charm", - "description": "Makes the target sound louder. The counter-charm is the Quietening Charm, Quietus.", - "mention": "By Ludo Bagman in 1994 at the beginning of the Quidditch World Cup and by Albus Dumbledore several times in the Triwizard Championship. Used by Lord Voldemort several times during the Battle of Hogwarts in 1998.", - "etymology": "Latin sonorus, \"loud; noisy\".", - "note": null - }, - { - "id": 263, - "name": "Specialis Revelio", - "other_name": null, - "pronunciation": "spe-see-AL-is reh-VEL-ee-oh", - "spell_type": "Charm", - "description": "Reveals spells cast on objects or potions.", - "mention": "Used by Hermione Granger to find out more of Harry's Advanced Potion-Making book in 1996. Used by Ernie Macmillan to find out ingredients of a potion.", - "etymology": "Latin specialis, \"particular;individual\" and revelare (present tense revelo), \"unveil\".", - "note": "In 1994, Severus Snape cast a similar spell, but with different words (\"Reveal your secrets!\"), on the Marauder's Map, though he may have just been saying those words as he cast the spell non-verbally." - }, - { - "id": 264, - "name": "Sponge-Knees Curse", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Makes the target's legs spongy, making it difficult for them to walk.", - "mention": "Used during the September 1999 riot that took place at a Puddlemere vs. Holyhead Harpies match. The Puddlemere supporters used this curse against the Holyhead Harpies supporters in retaliation to the Jelly-Brain Jinx.", - "etymology": null, - "note": "This spell is similar in effect to the Jelly-Legs Curse." - }, - { - "id": 265, - "name": "Spongify", - "other_name": "Softening Charm", - "pronunciation": "SPUN-ji-fye", - "spell_type": "Charm", - "description": "Softens objects, making them rubbery and bouncy.", - "mention": "This charm is found in The Standard Book of Spells, Grade 1.", - "etymology": null, - "note": null - }, - { - "id": 266, - "name": "Squiggle Quill", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms writing quills into worms.", - "mention": null, - "etymology": null, - "note": "This spell may be Vermiculus." - }, - { - "id": 267, - "name": "Stealth Sensoring Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Detects those under magical disguise.", - "mention": "In 1996, Professor Umbridge cast this around her office.", - "etymology": null, - "note": null - }, - { - "id": 268, - "name": "Steleus", - "other_name": null, - "pronunciation": "STEH-lee-us, or perhaps STEH-nee-us", - "spell_type": "Hex", - "description": "A hex that causes the victim to sneeze for a short period of time. This spell is used in duelling to distract the opponent.", - "mention": null, - "etymology": "Steleus derives from the Latin sternuo, meaning I sneeze.", - "note": null - }, - { - "id": 269, - "name": "Stinging Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Stings the flesh of a target. This spell is also known as", - "mention": "Harry Potter inadvertently used one on Severus Snape during Occlumency lessons in 1996. It was non-debilitating in that instance, but it is stronger when intentionally cast, as shown by the results of Hermione Granger's Stinging Hex used on Harry Potter in 1998 to purposefully distort Harry's appearance.", - "etymology": null, - "note": "Also known as the Stinging Hex." - }, - { - "id": 270, - "name": "Stretching Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Stretches the target.", - "mention": "Molly Weasley remarked in 1996 that recent growth spurts had made her son Ron and his friend, Harry Potter, look as if this jinx had been cast upon them both.", - "etymology": null, - "note": null - }, - { - "id": 271, - "name": "Stupefy", - "other_name": "Stunning Spell", - "pronunciation": "STOO-puh-fye", - "spell_type": "Charm", - "description": "Stuns the target, rendering them unconscious.", - "mention": "Often; particularly by a number of wizards and witches (including Dolores Umbridge) against Minerva McGonagall in 1996. It's also taught by Harry in his D.A. meetings.", - "etymology": "English stupefy, which means 'to put into a stupor', a temporary vegetative state.", - "note": "The physical manifestation of the spell is a beam of red light emanating from the caster's wand. The spell wears off after a short time, and can be countered by Rennervate. Nearly useless on magic-resistant creatures such as dragons, trolls and giants unless more than one Stupefy spell is used at the same time. The force of the spell is additive or perhaps even exponential, and it can cause severe injury if many spells are used on a target that is not normally resistant to its effects. Hagrid, as a half-giant, was impervious to this spell - or at least, a lone one." - }, - { - "id": 272, - "name": "Supersensory Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Grants the caster to have enhanced senses, or to be able to sense things they would not normally sense.", - "mention": "Mentioned by Ron outside of the Hogwarts Express in 2017 as a potential substitute for using mirrors while driving a Muggle auto mobile.", - "etymology": null, - "note": null - }, - { - "id": 273, - "name": "Surgito", - "other_name": null, - "pronunciation": "SUR-jee-toh", - "spell_type": "Counter-charm", - "description": "Counter-charm that can be used to remove enchantments.", - "mention": "In 1927, Newton Scamander used Surgito to lift an enchantment that was placed on Jacob Kowalski. As a result of the spell, Kowalski awoke from the dreamlike enchanted state, and regained an awareness of reality in the present.", - "etymology": "Surgito is a Latin word in the imperative form meaning \"you/he/she shall arise, or get up\", and is a conjugation of the verb surgo (\"I arise\"). The etymology is appropriate, considering that the effects of the spell on Jacob Kowalski can be likened to waking up from a confused, dreamlike state.", - "note": null - }, - { - "id": 274, - "name": "Switching Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Switches two targets simultaneously.", - "mention": "Harry contemplated using this spell against his dragon in the first task of the Triwizard Tournament. ((He considered swapping its fangs for wine gums)). Neville Longbottom misuses the spell, transplanting his ears onto a cactus.", - "etymology": null, - "note": null - }, - { - "id": 275, - "name": "Taboo", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "A jinx which may be placed upon a word or a name, so that whenever that word is spoken, a magical disturbance is created which alerts the caster of the Taboo to the location of the speaker. Any protective enchantments in effect around the speaker are broken when the Tabooed word is spoken aloud.", - "mention": "This curse was placed on the word \"Voldemort\"; Harry, Ron and Hermione are tracked this way to Tottenham Court Road. Ron tells the other two to stop using the word as he began to fear the name might be a curse, later discovering it to be a Taboo. Later, Harry accidentally says Voldemort's name again, resulting in the trio being caught by Death Eaters and taken to Malfoy Manor.", - "etymology": null, - "note": null - }, - { - "id": 276, - "name": "Tail-growing hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the victim to grow a tail.", - "mention": "When Miranda Goshawk had her Book of Spells printed, she gave copies to her sisters that had various misprints in them; one such misprint somehow gave her sister Romilda a tail. Timothy Blenkinsop was hit with this hex when he was caught in the crossfire of a Puddlemere United vs. Holyhead Harpies riot.", - "etymology": null, - "note": null - }, - { - "id": 277, - "name": "Tarantallegra", - "other_name": "Dancing Feet Spell", - "pronunciation": "ta-RON-ta-LEG-gra", - "spell_type": "Jinx", - "description": "Makes a target's legs spasm wildly out of control, making it appear as though they are dancing.", - "mention": "First used by Draco Malfoy on Harry Potter in the Duelling Club in 1992.", - "etymology": "Italian tarantella, a kind of fast country dance once popular in parts of Italy, supposedly from the frantic motion caused by the bite of a tarantula; and allegro, a musical term meaning \"quick\".", - "note": null - }, - { - "id": 278, - "name": "Teacup to tortoise", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a teacup into a tortoise.", - "mention": "Seen on the Scholastic Harry Potter Official Site.", - "etymology": null, - "note": "May be related to the Teapot to tortoise spell covered in the third year at Hogwarts School of Witchcraft and Wizardry." - }, - { - "id": 279, - "name": "Teapot to tortoise", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration", - "description": "Transforms a teapot into a tortoise.", - "mention": "Third years at Hogwarts School of Witchcraft and Wizardry were required to cast the spell during their final exams.", - "etymology": null, - "note": "May be related to the teapot to Teacup to tortoise spell." - }, - { - "id": 280, - "name": "Teeth-straightening spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Straightens crooked teeth.", - "mention": "Sir Nicholas de Mimsy-Porpington attempted to use this spell on Lady Grieve at her request, but failed and gave her a tusk instead. He was executed the following morning. After he returned as a ghost, Nearly-Headless Nick recounted the incident in a ballad.", - "etymology": null, - "note": null - }, - { - "id": 281, - "name": "Teleportation Spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Vanishes objects which then appear elsewhere.", - "mention": "In 1996, Albus Dumbledore used this to transport Harry Potter's school supplies, clothes, and owl to the Burrow.", - "etymology": null, - "note": null - }, - { - "id": 282, - "name": "Tentaclifors", - "other_name": null, - "pronunciation": null, - "spell_type": "Transfiguration, Jinx", - "description": "Transfigures the target's head into a tentacle.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 283, - "name": "Tergeo", - "other_name": null, - "pronunciation": "TUR-jee-oh", - "spell_type": "Charm", - "description": "Siphons liquid and cleans objects.", - "mention": "Hermione Granger used the spell in 1996 to remove blood from Harry's face. It is later used to remove spilled ink from parchment. It was also used in 1997 to clean off a handkerchief by Ron and to dust off a picture of Gellert Grindelwald in Bathilda Bagshot's house by Harry Potter.", - "etymology": "Latin tergere, \"wipe off; cleanse\".", - "note": null - }, - { - "id": 284, - "name": "Titillando", - "other_name": "Tickling Hex", - "pronunciation": "ti-tee-LAN-do", - "spell_type": "Hex", - "description": "Tickles and weakens the victim.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 285, - "name": "Toenail-growing hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the toenails to grow at an extreme and uncontrollable rate.", - "mention": "In 1996, Harry used this to much applause from classmates, on Vincent Crabbe.", - "etymology": null, - "note": "This is a hex that is probably not approved by the Ministry of Magic, as it was invented by Severus Snape." - }, - { - "id": 286, - "name": "Transmogrifian Torture", - "other_name": null, - "pronunciation": null, - "spell_type": "Curse", - "description": "Tortures the victim to death.", - "mention": "Gilderoy Lockhart suggested that it was this curse that \"killed\" Mrs Norris after she was really found petrified on a torch bracket.", - "etymology": "English \"transmogrify\", meaning \"to change or alter greatly, often to grotesque effect\", possibly implying that the curse changes the shape of the victim to cause pain.", - "note": "The incantation to this curse is possibly Transmogrify." - }, - { - "id": 287, - "name": "Trip Jinx", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "Forces the target to trip and fall over.", - "mention": "Seen in 1996. It was cast successfully on Harry Potter by Draco Malfoy, when he and other members of the Inquisitorial Squad attempted to round up members of Dumbledore's Army.", - "etymology": null, - "note": null - }, - { - "id": 288, - "name": "Twitchy-Ears Hex", - "other_name": null, - "pronunciation": null, - "spell_type": "Hex", - "description": "Causes the victim's ears to twitch.", - "mention": "Miranda Goshawk recommended this hex to be cast on somebody practising the Shield Charm.", - "etymology": null, - "note": ". During the fourth year Hex-deflection test for Defence Against the Dark Arts, Harry Potter was hexed with this spell by Bartemius Crouch Junior (then disguised as Alastor Moody)." - }, - { - "id": 289, - "name": "Unbreakable Charm", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Makes objects unbreakable.", - "mention": "Hermione Granger used the charm on a jar, in which she put Rita Skeeter in her Animagus beetle form to prevent her from transforming back into a human.", - "etymology": null, - "note": null - }, - { - "id": 290, - "name": "Unbreakable Vow", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Causes a vow taken by a witch or wizard to be inviolable; if they should break it, the consequence is death.", - "mention": "Snape made an Unbreakable Vow with Narcissa Malfoy at the beginning of Half-Blood Prince, vowing to help Narcissa's son Draco with a task given to him by Voldemort, and to finish the task should Draco prove incapable. Fred and George attempted to force an Unbreakable Vow upon Ron as children. According to Ron, it causes death when the vow is broken.", - "etymology": null, - "note": null - }, - { - "id": 291, - "name": "Unsupported flight", - "other_name": null, - "pronunciation": null, - "spell_type": "Spell", - "description": "Allows a witch or wizard to fly through the air unaided. Technique invented by Lord Voldemort", - "mention": "Demonstrated by Tom Riddle during the Battle of the Seven Potters, and by Severus Snape before his ousting.", - "etymology": null, - "note": null - }, - { - "id": 292, - "name": "Vacuum cleaner spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Cleans objects by using the wand to suck up dust like a vacuum cleaner.", - "mention": "Used by Madam Malkin in 1996.", - "etymology": null, - "note": null - }, - { - "id": 293, - "name": "Ventus", - "other_name": "Ventus Jinx", - "pronunciation": "VEN-tuss", - "spell_type": "Jinx", - "description": "Shoots a jet of strong spiralling wind from the tip of the wand.", - "mention": "Used by Newton Scamander to send away Stebbins on a London street, much to the bemusement of passing Muggles.", - "etymology": "Ventus is a Latin word, meaning \"wind\".", - "note": null - }, - { - "id": 294, - "name": "Ventus Duo", - "other_name": null, - "pronunciation": null, - "spell_type": "Jinx", - "description": "A stronger version of the Ventus Jinx", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 295, - "name": "Vera Verto", - "other_name": null, - "pronunciation": "vair-uh-VAIR-toh", - "spell_type": "Transfiguration", - "description": "Turn animals to water goblets.", - "mention": "Taught by Minerva McGonagall in her Transfiguration class. Also used by Ronald Weasley unsuccessfully in one of her second year classes thanks to his damaged wand.", - "etymology": "From Latin vera meaning \"right\" or \"proper\", and verto, meaning “I turn”.", - "note": null - }, - { - "id": 296, - "name": "Verdillious", - "other_name": null, - "pronunciation": "ver-DILL-ee-us", - "spell_type": "Charm", - "description": "A spell used to shoot green sparks from the end of the wand.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 297, - "name": "Verdimillious", - "other_name": "Verdimillious Charm", - "pronunciation": "vur-duh-MILL-ee-us", - "spell_type": "Charm", - "description": "Produces a jet of green sparks that can be used in duelling, or to reveal things hidden by dark magic.", - "mention": "Taught in first year Defence Against the Dark Arts teacher's office class.", - "etymology": null, - "note": "This spell is almost certainly the incantation for Green Sparks." - }, - { - "id": 298, - "name": "Verdimillious Duo", - "other_name": null, - "pronunciation": "VERD-dee-MILL-lee-us", - "spell_type": "Charm", - "description": "A more powerful version of Verdimillious.", - "mention": "Learned in first year Defence Against the Dark Arts.", - "etymology": null, - "note": null - }, - { - "id": 299, - "name": "Vermiculus", - "other_name": "Vermiculus Jinx", - "pronunciation": "vur-MICK-yoo-luhs", - "spell_type": "Transfiguration", - "description": "Transforms things into worms.", - "mention": "Appeared in Harry Potter and the Goblet of Fire (video game).", - "etymology": null, - "note": "This spell may have some connection with Squiggle Quill." - }, - { - "id": 300, - "name": "Vermillious", - "other_name": "Red Sparks", - "pronunciation": "vur-MILL-ee-us", - "spell_type": "Charm", - "description": "Jet of red sparks that can be used to signal an emergency or as a minor duelling spell.", - "mention": null, - "etymology": null, - "note": null - }, - { - "id": 301, - "name": "Vipera Evanesca", - "other_name": "Snake-Vanishing Spell", - "pronunciation": "vee-PAIR-uh eh-vuh-NES-kuh", - "spell_type": "Vanishment", - "description": "Vanishes snakes. Subsequently, it is the counter-spell for the Snake Summons Spell.", - "mention": "Severus Snape cast this spell in 1992 at the Duelling Club to vanish a snake that Draco Malfoy had conjured while duelling Harry Potter.", - "etymology": "Vipera is a genus of venomous vipers, a type of snake. Evanesca likely shares its origin with Evanesco, which means \"disappear\" in Latin.", - "note": null - }, - { - "id": 302, - "name": "Vulnera Sanentur", - "other_name": null, - "pronunciation": "VUL-ner-ah sah-NEN-tour", - "spell_type": "Healing Spell", - "description": "Healing spell that slows blood flow, clears residue, and knits wounds. It is the counter-curse to Sectumsempra.", - "mention": "Used by Severus Snape to heal the wounds of Draco Malfoy caused by the Sectumsempra curse cast by Harry Potter in 1997.", - "etymology": "Vulnera Sanentur derives from the Latin vulnus, \"wound,\"", - "note": null - }, - { - "id": 303, - "name": "Waddiwasi", - "other_name": null, - "pronunciation": "wah-deh-WAH-see", - "spell_type": "Charm", - "description": "Used to shoot small, soft masses of whatever the caster so desires at the target", - "mention": "Cast by Remus Lupin in 1993, on Peeves the Poltergeist, sending a wad of chewing gum up his nose.", - "etymology": "\"Waddiwasi\" comes from two words. \"Vadd\" and \"vas-y\". \"Vadd\" is a Swedish word that can mean \"wadding\" and \"vas-y\" is French term that means \"go ahead\" or \"Come on!\" Together, they can roughly mean \"The wad goes ahead.\"", - "note": "This spell may be related to the Oppugno Jinx." - }, - { - "id": 304, - "name": "Washing up spell", - "other_name": null, - "pronunciation": null, - "spell_type": "Charm", - "description": "Enchanted dirty dishes to wash themselves.", - "mention": "It was used non-verbally by Molly Weasley after preparing breakfast for Harry Potter upon his arrival to The Burrow on 4 August, 1992.", - "etymology": null, - "note": null - }, - { - "id": 305, - "name": "Wingardium Leviosa", - "other_name": "Levitation Charm", - "pronunciation": "win-GAR-dee-um lev-ee-OH-sa", - "spell_type": "Charm", - "description": "Makes objects fly, or levitate.", - "mention": "This spell is taught in early first-year charms classes; this came into good use later in that year, when Ron Weasley performed the spell to knock out a mountain troll; six years later, Harry uses the charm to levitate the side-car of his godfather's flying motorbike; Ron used it again this year to make a twig poke a tree.", - "etymology": "\"Wingardium\" almost certainly contains English wing, meaning \"fly\". \"Leviosa\" probably originates from Latin levis, meaning \"light\".", - "note": null - } - ], - "potions": [ - { - "id": 1, - "name": "Ageing Potion", - "description": "A potion that, depending on the amount taken, ages the drinker to various ages." - }, - { - "id": 2, - "name": "Alihotsy Draught", - "description": "A potion from the Alihotsy plant; causes hysterical laughter." - }, - { - "id": 3, - "name": "Amortentia", - "description": "The world's strongest Love Potion; does not create real love, just powerful obsession." - }, - { - "id": 4, - "name": "Angel's Trumpet Draught", - "description": "Effects and usage of this potion are unknown." - }, - { - "id": 5, - "name": "Anti-Paralysis Potion", - "description": "A potion that heals paralysis." - }, - { - "id": 6, - "name": "Antidote to Common Poisons", - "description": "A potion that reverses the effects of common poisons. Contains Bezoar, Mistletoe Berries, and Unicorn Horns." - }, - { - "id": 7, - "name": "Antidote to Uncommon Poisons", - "description": "A potion that reverses the effects of uncommon poisons." - }, - { - "id": 8, - "name": "Antidote to Veritaserum", - "description": "A potion that removes the effects of Veritaserum." - }, - { - "id": 9, - "name": "Armadillo Bile Mixture", - "description": "Unknown" - }, - { - "id": 10, - "name": "Babbling Beverage", - "description": "A potion that causes uncontrollable speaking of nonsense." - }, - { - "id": 11, - "name": "Baneberry Potion", - "description": "A poisonous brew of unknown exact effect." - }, - { - "id": 12, - "name": "Baruffio's Brain Elixir", - "description": "A potion that apparently increases the taker's brain power." - }, - { - "id": 13, - "name": "Beautification Potion", - "description": "A potion that makes the taker very beautiful." - }, - { - "id": 14, - "name": "Befuddlement Draught", - "description": "A potion that makes the taker confused and reckless." - }, - { - "id": 15, - "name": "Beguiling Bubbles", - "description": "A Love Potion sold at Weasleys' Wizard Wheezes." - }, - { - "id": 16, - "name": "Black Fire Potion", - "description": "A potion that makes the taker able to move through black fire uninjured." - }, - { - "id": 17, - "name": "Blemish Blitzer", - "description": "A potion that most likely gets rid of acne." - }, - { - "id": 18, - "name": "Blood-Replenishing Potion", - "description": "A potion that replenishes the taker's blood if they have been injured and lost blood." - }, - { - "id": 19, - "name": "Bloodroot Poison", - "description": "A poisonous potion." - }, - { - "id": 20, - "name": "Bruise removal paste", - "description": "A paste invented by Fred and George Weasley to remove bruises." - }, - { - "id": 21, - "name": "Bulgeye Potion", - "description": "Presumed to make the taker's eyes swell." - }, - { - "id": 22, - "name": "Bundimun Pomade", - "description": "A potion that is presumably a hair pomade containing Bundimun secretion." - }, - { - "id": 23, - "name": "Bundimun Secretion", - "description": "A magical substance that, when diluted, is known to be used in some magical cleaning products." - }, - { - "id": 24, - "name": "Burn-Healing Paste", - "description": "A thick paste used to heal burns." - }, - { - "id": 25, - "name": "Burning Bitterroot Balm", - "description": "Presumably a soothing balsam made from the Bitterroot plant." - }, - { - "id": 26, - "name": "Calming Draught", - "description": "A potion that calms the user of shock, trauma, etc." - }, - { - "id": 27, - "name": "Caxambu Style Borborygmus Potion", - "description": "Provokes stomach growling" - }, - { - "id": 28, - "name": "Cheese-Based Potions", - "description": "Potions whose main ingredients are cheese." - }, - { - "id": 29, - "name": "Chelidonium Miniscula", - "description": "The effects of this potion are unknown." - }, - { - "id": 30, - "name": "Confusing Concoction", - "description": "A potion that confuses the taker." - }, - { - "id": 31, - "name": "Cough Potion", - "description": "A potion that soothes and reduces coughs." - }, - { - "id": 32, - "name": "Cupid Crystals", - "description": "A Love Potion sold at Weasleys' Wizard Wheezes." - }, - { - "id": 33, - "name": "Cure for Boils", - "description": "A potion that cures boils. Seen/Mentioned: Taught to first years in Potions class." - }, - { - "id": 34, - "name": "Dawdle Draught", - "description": "Helps the drinker deal with traces." - }, - { - "id": 35, - "name": "Death potion", - "description": "Kills those who come into contact with it" - }, - { - "id": 36, - "name": "Death-Cap Draught", - "description": "Effects of this potion are unknown, but it is possibly a poison." - }, - { - "id": 37, - "name": "Deflating Draught", - "description": "A potion that deflates anything swollen by magical means." - }, - { - "id": 38, - "name": "Developing Solution", - "description": "A potion used in the developing of magical photographs, making them move." - }, - { - "id": 39, - "name": "Dizziness Draught", - "description": "A potion that makes the taker dizzy and lightheaded." - }, - { - "id": 40, - "name": "Dogbane Potion", - "description": "The effects of this potion are unknown, but it is possibly poisonous to dogs." - }, - { - "id": 41, - "name": "Dogbreath Potion", - "description": "Gives the drinker a fiery breath. Has a purple hue" - }, - { - "id": 42, - "name": "Doxycide", - "description": "A solution that kills Doxys" - }, - { - "id": 43, - "name": "Dr Ubbly's Oblivious Unction", - "description": "Heals wounds given by thoughts." - }, - { - "id": 44, - "name": "Dragon Poison", - "description": "A poisonous potion most likely taken from dragons." - }, - { - "id": 45, - "name": "Dragon Tonic", - "description": "A tonic used to heal sickly dragons." - }, - { - "id": 46, - "name": "Dragon dung fertiliser", - "description": "A solution that helps plants grow." - }, - { - "id": 47, - "name": "Draught of Living Death", - "description": "A potion that places the taker in a state of sleep that makes them seem like they are dead. Seen/Mentioned: Severus Snape asked a question related to this potion to Harry in 1991; Horace Slughorn showed it to 6th years in 1996." - }, - { - "id": 48, - "name": "Draught of Peace", - "description": "A potion that relieves anxiety." - }, - { - "id": 49, - "name": "Dreamless Sleep Potion", - "description": "A potion that places the taker in a sleep that is dreamless." - }, - { - "id": 50, - "name": "Drink of Despair", - "description": "A potion that puts the taker in extreme pain." - }, - { - "id": 51, - "name": "Drowsiness Draught", - "description": "Makes drinker drowsy" - }, - { - "id": 52, - "name": "Elixir of Life", - "description": "A potion created from the Philosopher's Stone that extend the taker's life. Seen/Mentioned: Hermione Granger told Harry and Ron about this in 1991. Nicolas Flamel and his wife are known to be using it and they lived upto more that 600 years." - }, - { - "id": 53, - "name": "Elixir to Induce Euphoria", - "description": "A potion that induces a sense of inexplicable, irrational happiness upon the drinker." - }, - { - "id": 54, - "name": "Erumpent Potion", - "description": "A potion that is highly explosive when it touches or is touched by an outside source." - }, - { - "id": 55, - "name": "Everklena", - "description": "A supposed cleaning product that in reality caused grime to spawn." - }, - { - "id": 56, - "name": "Essence of Insanity", - "description": "A potion which presumably causes irrational behaviour, possibly inflicting the condition of insanity. Seen/Mentioned: Ronald Weasley and Hermione Granger thought Harry had accidentally consumed it, due to his strange behaviour after consuming the Felix Felicis." - }, - { - "id": 57, - "name": "Everlasting Elixirs", - "description": "A potion with the effect to either never run out of potion or to work forever." - }, - { - "id": 58, - "name": "Exploding Potion", - "description": "A very volatile potion, and when completed, can be used to create explosions." - }, - { - "id": 59, - "name": "Exstimulo Potion", - "description": "Boosts the spell power of the drinker." - }, - { - "id": 60, - "name": "Fake Protective Potions", - "description": "A potion that claimed to protect the taker from Dark magic, but did not." - }, - { - "id": 61, - "name": "Fatiguing Infusion", - "description": "A potion that, when either drank or inhaled, caused fatigue." - }, - { - "id": 62, - "name": "Felix Felicis (Also known as Liquid Luck)", - "description": "A magical potion that makes the taker successful in all their endeavours." - }, - { - "id": 63, - "name": "Fergus Fungal Budge", - "description": "A fungicidal product that treated ringworm infections on the feet." - }, - { - "id": 64, - "name": "Fire Protection Potion", - "description": "A potion that protects the taker from being burnt." - }, - { - "id": 65, - "name": "Flesh-Eating Slug Repellent", - "description": "A pesticide that repels flesh-eating slugs." - }, - { - "id": 66, - "name": "Forgetfulness Potion", - "description": "A potion that makes the taker forgetful." - }, - { - "id": 67, - "name": "Frog Parts Mixture", - "description": "A packet of potion ingredients that most likely contained frog parts." - }, - { - "id": 68, - "name": "Fungiface Potion", - "description": "A potion that makes the taker's face break out in fungi." - }, - { - "id": 69, - "name": "Garrotting Gas", - "description": "A gas that induces choking and possibly suffocates the taker." - }, - { - "id": 70, - "name": "Girding Potion", - "description": "A potion that gives the taker extra endurance." - }, - { - "id": 71, - "name": "Grand Pepperup Potion", - "description": "A stronger version of Pepperup Potion." - }, - { - "id": 72, - "name": "Grand Wiggenweld Potion", - "description": "Most likely a stronger version of Wiggenweld Potion." - }, - { - "id": 73, - "name": "Gregory's Unctuous Unction", - "description": "A potion that causes the drinker to believe that whomever gave the potion to them is their best friend." - }, - { - "id": 74, - "name": "Hair-Raising Potion", - "description": "A potion that causes the taker's hair to stand on end." - }, - { - "id": 75, - "name": "Hate Potion", - "description": "A potion that shows the taker's worst traits and habits." - }, - { - "id": 76, - "name": "Heartbreak Teardrops", - "description": "A potion sold by Fred and George Weasley at Weasleys' Wizard Wheezes." - }, - { - "id": 77, - "name": "Herbicide Potion", - "description": "A potion that either kills or damages plants. Contains Flobberworm mucus, Horclump juice, and Spines of lionfish. Seen/Mentioned: Magical Drafts and Potions  by Arsenius Jiggles." - }, - { - "id": 78, - "name": "Hiccoughing Solution", - "description": "A potion that most likely cures hiccups." - }, - { - "id": 79, - "name": "Invigoration Draught", - "description": "A potion that is presumed to give the taker an energy boost." - }, - { - "id": 80, - "name": "Invisibility Potion", - "description": "A potion that makes the taker invisible." - }, - { - "id": 81, - "name": "Jawbind Potion", - "description": "A potion that induces lockjaw" - }, - { - "id": 82, - "name": "Kissing Concoction", - "description": "A potion created by Fred and George Weasley sold at Weasleys' Wizard Wheezes." - }, - { - "id": 83, - "name": "Laugh-inducing Potion", - "description": "A potion that makes the taker laugh uncontrollably." - }, - { - "id": 84, - "name": "Laxative Potion", - "description": "A potion that is most likely a laxative." - }, - { - "id": 85, - "name": "Love Potion", - "description": "Any of a large number of potions that make the taker fall in love with the person that has given it to them." - }, - { - "id": 86, - "name": "Love Potion Antidote", - "description": "Antidote to love potions." - }, - { - "id": 87, - "name": "Lung Clearing Potion", - "description": "A potion whose effects are unknown; most likely cures the taker of lung infections." - }, - { - "id": 88, - "name": "Magi-Me-More", - "description": "Magical pills that allegedly allow the regaining power and concentration that some elderly wizards lose over the years." - }, - { - "id": 89, - "name": "Madame Glossy's Silver Polish", - "description": "A magical cleaning solution." - }, - { - "id": 90, - "name": "Malevolent Mixture", - "description": "A potion that is most likely a poison or produces other bad effects." - }, - { - "id": 91, - "name": "Mandrake Restorative Draught", - "description": "A potion made from Mandrakes that restores a person that has been petrified to their original state." - }, - { - "id": 92, - "name": "Manegro Potion", - "description": "Causes hair on drinker's head to grow out rapidly" - }, - { - "id": 93, - "name": "Maximum Turbo Farts Potion", - "description": "resumably causes the drinker to rapidly develop flatulence" - }, - { - "id": 94, - "name": "Memory Potion", - "description": "Enhances the drinker's memory" - }, - { - "id": 95, - "name": "Moonseed Poison", - "description": "A poison made with moonseed" - }, - { - "id": 96, - "name": "Mopsus Potion", - "description": "presumably gives one Seer-like power possibly the ability to manipulate objects telekinetically." - }, - { - "id": 97, - "name": "Mouth Itching Antidote", - "description": "Cures Mouth Itching (possibly)" - }, - { - "id": 98, - "name": "Muffling Draught", - "description": "A potion most likely used to silence people and/or various objects" - }, - { - "id": 99, - "name": "Mrs Scower's All-Purpose Magical Mess Remover", - "description": "Removes stains" - }, - { - "id": 100, - "name": "Murtlap Essence", - "description": "Soothes and heals painful cuts and abrasions" - }, - { - "id": 101, - "name": "Noxious Potion", - "description": "Releases green clouds of smoke when completed. Exact effects are unknown, but it is possibly used as a poison." - }, - { - "id": 102, - "name": "Oculus Potion", - "description": "Restores the drinker's sight Counteracts the Conjunctivitis Curse" - }, - { - "id": 103, - "name": "Pepperup Potion", - "description": "Relieves and/or cures cold symptoms. Seen/Mentioned: Madam Pomfrey uses it on students in 1992." - }, - { - "id": 104, - "name": "Poison Antidote", - "description": "" - }, - { - "id": 105, - "name": "Polyjuice Potion", - "description": "Temporarily transforms the drinker into another person. The drinker will take on the appearance of the person whose hair, fingernails, etc., are added to the potion. Not to be used for transforming into an animal. Seen/Mentioned: In 1992 used by Harry and Ron to enter Slytherin common Room; Severus Snape thought Harry was stealing his ingredients to make a polyjuice potion; Used multiple times in 1997 and 1998." - }, - { - "id": 106, - "name": "Pompion Potion", - "description": "Temporarily turns the drinker's head into a pumpkin" - }, - { - "id": 107, - "name": "Potion N. 220", - "description": "" - }, - { - "id": 108, - "name": "Potion No. 07", - "description": "Experimental mix Poisonous" - }, - { - "id": 109, - "name": "Potion No. 113", - "description": "Most likely an experimental mix" - }, - { - "id": 110, - "name": "Potion No. 86", - "description": "Highly poisonous" - }, - { - "id": 111, - "name": "Potion No. 329", - "description": "" - }, - { - "id": 112, - "name": "Quodpot solution", - "description": "Prevents the Quod from exploding." - }, - { - "id": 113, - "name": "Rano Potion", - "description": "" - }, - { - "id": 114, - "name": "Rat Spleen Mixture", - "description": "" - }, - { - "id": 115, - "name": "Rat tonic", - "description": "Healing potion for rats." - }, - { - "id": 116, - "name": "Regeneration Potion", - "description": "Helps restore non-corporeal wizards to their bodies." - }, - { - "id": 117, - "name": "Regerminating Potion", - "description": "Forces the germination of a plant" - }, - { - "id": 118, - "name": "Replenishing Potion", - "description": "A potion used to replenish" - }, - { - "id": 119, - "name": "Restoration Potion", - "description": "Reverts spell effects." - }, - { - "id": 120, - "name": "Revive Potion", - "description": "Awakens an unconscious person" - }, - { - "id": 121, - "name": "Rudimentary Body Potion", - "description": "Helps restore non-corporeal wizards to a rudimentary bodies/sustains rudimentary bodies" - }, - { - "id": 122, - "name": "Scintillation Solution", - "description": "Unknown effect" - }, - { - "id": 123, - "name": "Screaming Snakes Hair Potion", - "description": "A kind of hair potion, the exact effects of which are unknown" - }, - { - "id": 124, - "name": "Shrinking Solution", - "description": "Causes the drinker to shrink" - }, - { - "id": 125, - "name": "Skele-Gro", - "description": "Regrows missing bones" - }, - { - "id": 126, - "name": "Sleekeazy's Hair Potion", - "description": "Makes hair more manageable" - }, - { - "id": 127, - "name": "Sleeping Draught", - "description": "Made the drinker quickly fall into a deep but temporary sleep" - }, - { - "id": 128, - "name": "Snuffling Potion", - "description": "Causes the drinker to sniff (possibly)" - }, - { - "id": 129, - "name": "Solution 078", - "description": "" - }, - { - "id": 130, - "name": "Solution 125", - "description": "" - }, - { - "id": 131, - "name": "Star Grass Salve", - "description": "Healing potion for soothing injuries" - }, - { - "id": 132, - "name": "Strength Potion", - "description": "Gives drinker increased strength It may be related to the Strengthening Solution]." - }, - { - "id": 133, - "name": "Strengthening Solution", - "description": "Presumably increases the strength of the one who drinks it It may be related to the Strength Potion." - }, - { - "id": 134, - "name": "Strong Exstimulo Potion", - "description": "More powerful version of the Exstimulo Potion, which significantly boosts the spell power of the drinker." - }, - { - "id": 135, - "name": "Strong Invigoration Draught", - "description": "More powerful version of the Invigoration Draught." - }, - { - "id": 136, - "name": "Swelling Solution", - "description": "Causes enlargement on contact" - }, - { - "id": 137, - "name": "Ten-Second Pimple Vanisher", - "description": "Treats acne" - }, - { - "id": 138, - "name": "Thick golden potion", - "description": "Healing, curse quarantining. Was used by Professor Severus Snape in the summer of 1996 to treat the effects that the curse on the Ring Horcrux had on Albus Dumbledore." - }, - { - "id": 139, - "name": "Truth Serum", - "description": "Makes the drinker tell the truth" - }, - { - "id": 140, - "name": "Twilight Moonbeams", - "description": "Causes the drinker to become infatuated with the giver of the potion" - }, - { - "id": 141, - "name": "Venomous Tentacula Juice", - "description": "Acts like a (non-fatal) poison." - }, - { - "id": 142, - "name": "Veritaserum", - "description": "Forces the taker to tell the truth." - }, - { - "id": 143, - "name": "Vitamix Potion", - "description": "Gives energy to the drinker" - }, - { - "id": 144, - "name": "Volubilis Potion", - "description": "Alters the drinker's voice" - }, - { - "id": 145, - "name": "Weakness Potion", - "description": "Weakens the drinker" - }, - { - "id": 146, - "name": "Weedosoros", - "description": "Poison" - }, - { - "id": 147, - "name": "Wideye Potion", - "description": "Prevents the drinker from falling asleep. Also awakens from drugging or concussion." - }, - { - "id": 148, - "name": "Wiggenweld Potion", - "description": "Cures minor damage Awakens a person from magically-induced sleep (and hence can cure Draught of Living Death)." - }, - { - "id": 149, - "name": "Wit-Sharpening Potion", - "description": "Presumably enhances the clarity of thought of the drinker" - }, - { - "id": 150, - "name": "Wolfsbane Potion", - "description": "Eases the symptoms of lycanthropy; prevents werewolves from losing their minds post-transformation." - } - ], - "books": [ - { - "id": 1, - "title": "Harry Potter and the Sorcerer's Stone", - "releaseDay": "June 26, 1997", - "author": "J. K. Rowling", - "description": "On his birthday, Harry Potter discovers that he is the son of two well-known wizards, from whom he has inherited magical powers. He must attend a famous school of magic and sorcery, where he establishes a friendship with two young men who will become his companions on his adventure. During his first year at Hogwarts, he discovers that a malevolent and powerful wizard named Voldemort is in search of a philosopher's stone that prolongs the life of its owner." - }, - { - "id": 2, - "title": "Harry Potter and the chamber of secrets", - "releaseDay": "July 2, 1998", - "author": "J. K. Rowling", - "description": "Harry Potter and the sophomores investigate a malevolent threat to their Hogwarts classmates, a menacing beast that hides within the castle." - }, - { - "id": 3, - "title": "Harry Potter and the Prisoner of Azkaban", - "releseDay": "July 8, 1999", - "author": "J. K. Rowling", - "description": "Harry's third year of studies at Hogwarts is threatened by Sirius Black's escape from Azkaban prison. Apparently, it is a dangerous wizard who was an accomplice of Lord Voldemort and who will try to take revenge on Harry Potter." - }, - { - "id": 4, - "title": "Harry Potter and the Goblet of Fire", - "releaseDay": "July 8, 2000", - "author": "J. K. Rowling", - "description": "Hogwarts prepares for the Triwizard Tournament, in which three schools of wizardry will compete. To everyone's surprise, Harry Potter is chosen to participate in the competition, in which he must fight dragons, enter the water and face his greatest fears." - }, - { - "id": 5, - "title": "Harry Potter and the Order of the Phoenix", - "releaseDay": "June 21, 2003", - "author": "J. K. Rowling", - "description": "In his fifth year at Hogwarts, Harry discovers that many members of the wizarding community do not know the truth about his encounter with Lord Voldemort. Cornelius Fudge, Minister of Magic, appoints Dolores Umbridge as Defense Against the Dark Arts teacher because he believes that Professor Dumbledore plans to take over her job. But his teachings are inadequate, so Harry prepares the students to defend the school against evil." - }, - { - "id": 6, - "title": "Harry Potter and the Half-Blood Prince", - "releaseDay": "July 16, 2005", - "author": "J. K. Rowling", - "description": "Harry discovers a powerful book and, while trying to discover its origins, collaborates with Dumbledore in the search for a series of magical objects that will aid in the destruction of Lord Voldemort." - }, - { - "id": 7, - "title": "Harry Potter and the Deathly Hallows", - "releaseDay": "July 21, 2007", - "author": "J. K. Rowling", - "description": "Harry, Ron and Hermione go on a dangerous mission to locate and destroy the secret of Voldemort's immortality and destruction - the Horcruces. Alone, without the guidance of their teachers or the protection of Professor Dumbledore, the three friends must lean on each other more than ever. But there are Dark Forces in between that threaten to tear them apart. Harry Potter is getting closer and closer to the task for which he has been preparing since the first day he set foot in Hogwarts: the last battle with Voldemort." - }, - { - "id": 8, - "title": "Harry Potter and the Cursed Child", - "releaseDay": "July 30, 2016", - "author": "J. K. Rowling", - "description": "Harry's second son entered Hogwarts, but in Slytherin. His relationship with Harry is getting worse and he became close friends with Draco's son, Scorpius Malfoy who is said to be Lord Voldemort's son." - } - ] -} \ No newline at end of file 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 baee6fd3..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://www.leagueoflegends.com/pt-br/how-to-play/). - -## Constatações - -* Para escolher os campeões para lutar em um jogo, é importante que o jogador do - LoL saiba qual é a função de cada campeão. -* Além da função, cada campeão tem níveis de ataque diferentes, por exemplo, - dentro de campeões tipo tanque, existem campeões com níveis diferentes de - ataque, defesa, velocidade ou poder. É importante que o jogador do LoL seja - capaz de saber quem são os mais poderosos ou os mais defensivos, para ser - capaz de escolher o melhor grupo de campeões para uma partida que estará no - seu time e lutará contra o inimigo. -* Campeões têm diferentes tipos de habilidades, algumas inerentes (básicas / - principais) e outras (passivas / secundárias) que podem ser adquiridas. Nos - dois casos, essas habilidades podem ser desenvolvidas até atingirem o nível - máximo. -* Os campeões desempenham funções diferentes, sendo: - - Lutador: Especializado em combate corpo a corpo. Combine itens de dano com - itens de resistência. Eles também são conhecidos como _offtanks_. - - Atirador: Especializado em ataque à distância. Popularmente conhecido como - _AD Carry_ do inglês _attack damage carry_ ou carregador. - - Mago ou Feiticeiro: Especializado em habilidades e dano mágico. Popularmente - conhecido como _AP Carry_ do inglês _ability power carry_ ou carregador de - dano mágico. - - Assassino: Especializado em emboscar o inimigo, atacando de surpresa e - recuando rapidamente. Sua missão é eliminar o jogador mais importante do - time inimigo (geralmente o atirador), mesmo que isso signifique morrer - também. - - Tanque: Especializado em resistência. Sua missão é absorver o máximo de dano - possível e iniciar combates. - - Suporte: Especializado em apoiar sua equipe e fornecer visão no mapa através - de sentinela de visão (_wards_). diff --git a/src/data/lol/lol.js b/src/data/lol/lol.js deleted file mode 100644 index 1b7f1911..00000000 --- a/src/data/lol/lol.js +++ /dev/null @@ -1,6842 +0,0 @@ -export default { - type: "champion", - format: "standAloneComplex", - version: "6.24.1", - data: { - Aatrox: { - version: "6.24.1", - id: "Aatrox", - key: "266", - name: "Aatrox", - title: "the Darkin Blade", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570145160dd39dca/5db05fa8347d1c6baa57be25/RiotX_ChampionList_aatrox.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg", - blurb: - "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...", - info: { - attack: 8, - defense: 4, - magic: 3, - difficulty: 4 - }, - image: { - full: "Aatrox.png", - sprite: "champion0.png", - group: "champion", - x: 0, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "BloodWell", - stats: { - hp: 537.8, - hpperlevel: 85, - mp: 105.6, - mpperlevel: 45, - movespeed: 345, - armor: 24.384, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 150, - hpregen: 6.59, - hpregenperlevel: 0.5, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 60.376, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.04, - attackspeedperlevel: 3 - } - }, - Ahri: { - version: "6.24.1", - id: "Ahri", - key: "103", - name: "Ahri", - title: "the Nine-Tailed Fox", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1259276b6d1efa78/5db05fa86e8b0c6d038c5ca2/RiotX_ChampionList_ahri.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg", - blurb: - "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...", - info: { - attack: 3, - defense: 4, - magic: 8, - difficulty: 5 - }, - image: { - full: "Ahri.png", - sprite: "champion0.png", - group: "champion", - x: 48, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Assassin"], - partype: "MP", - stats: { - hp: 514.4, - hpperlevel: 80, - mp: 334, - mpperlevel: 50, - movespeed: 330, - armor: 20.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.505, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.065, - attackspeedperlevel: 2 - } - }, - Akali: { - version: "6.24.1", - id: "Akali", - key: "84", - name: "Akali", - title: "the Fist of Shadow", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt80ff58fe809777ff/5db05fa8adc8656c7d24e7d6/RiotX_ChampionList_akali.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg", - blurb: - "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...", - info: { - attack: 5, - defense: 3, - magic: 8, - difficulty: 7 - }, - image: { - full: "Akali.png", - sprite: "champion0.png", - group: "champion", - x: 96, - y: 0, - w: 48, - h: 48 - }, - tags: ["Assassin"], - partype: "Energy", - stats: { - hp: 587.8, - hpperlevel: 85, - mp: 200, - mpperlevel: 0, - movespeed: 350, - armor: 26.38, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.34, - hpregenperlevel: 0.65, - mpregen: 50, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 58.376, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.1, - attackspeedperlevel: 3.1 - } - }, - Alistar: { - version: "6.24.1", - id: "Alistar", - key: "12", - name: "Alistar", - title: "the Minotaur", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b366925d2fd8fdb/5db05fa856458c6b3fc1750b/RiotX_ChampionList_alistar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg", - blurb: - "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...", - info: { - attack: 6, - defense: 9, - magic: 5, - difficulty: 7 - }, - image: { - full: "Alistar.png", - sprite: "champion0.png", - group: "champion", - x: 144, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Support"], - partype: "MP", - stats: { - hp: 613.36, - hpperlevel: 106, - mp: 278.84, - mpperlevel: 38, - movespeed: 330, - armor: 24.38, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.675, - hpregenperlevel: 0.85, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 61.1116, - attackdamageperlevel: 3.62, - attackspeedoffset: 0, - attackspeedperlevel: 2.125 - } - }, - Amumu: { - version: "6.24.1", - id: "Amumu", - key: "32", - name: "Amumu", - title: "the Sad Mummy", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt40dfbe48a61c439f/5db05fa80b39e86c2f83dbf9/RiotX_ChampionList_amumu.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg", - blurb: - "''Solitude can be lonelier than death.''

A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...", - info: { - attack: 2, - defense: 6, - magic: 8, - difficulty: 3 - }, - image: { - full: "Amumu.png", - sprite: "champion0.png", - group: "champion", - x: 192, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Mage"], - partype: "MP", - stats: { - hp: 613.12, - hpperlevel: 84, - mp: 287.2, - mpperlevel: 40, - movespeed: 335, - armor: 23.544, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.875, - hpregenperlevel: 0.85, - mpregen: 7.38, - mpregenperlevel: 0.525, - crit: 0, - critperlevel: 0, - attackdamage: 53.384, - attackdamageperlevel: 3.8, - attackspeedoffset: -0.02, - attackspeedperlevel: 2.18 - } - }, - Anivia: { - version: "6.24.1", - id: "Anivia", - key: "34", - name: "Anivia", - title: "the Cryophoenix", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3d24a1482453088a/5db05fa8df78486c826dcce8/RiotX_ChampionList_anivia.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg", - blurb: - "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...", - info: { - attack: 1, - defense: 4, - magic: 10, - difficulty: 10 - }, - image: { - full: "Anivia.png", - sprite: "champion0.png", - group: "champion", - x: 240, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 467.6, - hpperlevel: 70, - mp: 396.04, - mpperlevel: 50, - movespeed: 325, - armor: 21.22, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 600, - hpregen: 5.57, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 51.376, - attackdamageperlevel: 3.2, - attackspeedoffset: 0, - attackspeedperlevel: 1.68 - } - }, - Annie: { - version: "6.24.1", - id: "Annie", - key: "1", - name: "Annie", - title: "the Dark Child", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt28c708665427aef6/5db05fa89481396d6bdd01a6/RiotX_ChampionList_annie.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg", - blurb: - "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...", - info: { - attack: 2, - defense: 3, - magic: 10, - difficulty: 6 - }, - image: { - full: "Annie.png", - sprite: "champion0.png", - group: "champion", - x: 288, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 511.68, - hpperlevel: 76, - mp: 334, - mpperlevel: 50, - movespeed: 335, - armor: 19.22, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 575, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 50.41, - attackdamageperlevel: 2.625, - attackspeedoffset: 0.08, - attackspeedperlevel: 1.36 - } - }, - Ashe: { - version: "6.24.1", - id: "Ashe", - key: "22", - name: "Ashe", - title: "the Frost Archer", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt943aae038e2dee98/5db05fa8e9effa6ba5295f91/RiotX_ChampionList_ashe.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg", - blurb: - "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...", - info: { - attack: 7, - defense: 3, - magic: 2, - difficulty: 4 - }, - image: { - full: "Ashe.png", - sprite: "champion0.png", - group: "champion", - x: 336, - y: 0, - w: 48, - h: 48 - }, - tags: ["Marksman", "Support"], - partype: "MP", - stats: { - hp: 527.72, - hpperlevel: 79, - mp: 280, - mpperlevel: 32, - movespeed: 325, - armor: 21.212, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 600, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6.97, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 56.508, - attackdamageperlevel: 2.26, - attackspeedoffset: -0.05, - attackspeedperlevel: 3.33 - } - }, - AurelionSol: { - version: "6.24.1", - id: "AurelionSol", - key: "136", - name: "Aurelion Sol", - title: "The Star Forger", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5dd3569fc67d6664/5db05fa8bd24496c390ae4d8/RiotX_ChampionList_aurelionsol.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg", - blurb: - "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...", - info: { - attack: 2, - defense: 3, - magic: 8, - difficulty: 7 - }, - image: { - full: "AurelionSol.png", - sprite: "champion0.png", - group: "champion", - x: 384, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Fighter"], - partype: "MP", - stats: { - hp: 550, - hpperlevel: 80, - mp: 350, - mpperlevel: 50, - movespeed: 325, - armor: 19, - armorperlevel: 3.6, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.5, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 57, - attackdamageperlevel: 3.2, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Azir: { - version: "6.24.1", - id: "Azir", - key: "268", - name: "Azir", - title: "the Emperor of the Sands", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0e3f847946232167/5db05fa889fb926b491ed7ff/RiotX_ChampionList_azir.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg", - blurb: - "''Shurima was once the glory of Runeterra. I will make it so again.''

Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...", - info: { - attack: 6, - defense: 3, - magic: 8, - difficulty: 9 - }, - image: { - full: "Azir.png", - sprite: "champion0.png", - group: "champion", - x: 432, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Marksman"], - partype: "MP", - stats: { - hp: 524.4, - hpperlevel: 80, - mp: 350.56, - mpperlevel: 42, - movespeed: 325, - armor: 19.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 6.92, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 52, - attackdamageperlevel: 2.8, - attackspeedoffset: -0.02, - attackspeedperlevel: 1.5 - } - }, - Bard: { - version: "6.24.1", - id: "Bard", - key: "432", - name: "Bard", - title: "the Wandering Caretaker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbbe3ce0c0ae1305b/5db05fb23a326d6df6c0e7b3/RiotX_ChampionList_bard.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg", - blurb: - "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...", - info: { - attack: 4, - defense: 4, - magic: 5, - difficulty: 9 - }, - image: { - full: "Bard.png", - sprite: "champion0.png", - group: "champion", - x: 0, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 535, - hpperlevel: 89, - mp: 350, - mpperlevel: 50, - movespeed: 330, - armor: 25, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 5.4, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 52, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Blitzcrank: { - version: "6.24.1", - id: "Blitzcrank", - key: "53", - name: "Blitzcrank", - title: "the Great Steam Golem", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7ef7e56ce1fe17b/5db05fb26af83b6d7032c8f8/RiotX_ChampionList_blitzcrank.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg", - blurb: - "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...", - info: { - attack: 4, - defense: 8, - magic: 5, - difficulty: 4 - }, - image: { - full: "Blitzcrank.png", - sprite: "champion0.png", - group: "champion", - x: 48, - y: 48, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 582.6, - hpperlevel: 95, - mp: 267.2, - mpperlevel: 40, - movespeed: 325, - armor: 24.38, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.51, - hpregenperlevel: 0.75, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 61.54, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 1.13 - } - }, - Brand: { - version: "6.24.1", - id: "Brand", - key: "63", - name: "Brand", - title: "the Burning Vengeance", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8ca2e9bba653dda/5db05fb2dc674266df3d5d30/RiotX_ChampionList_brand.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg", - blurb: - "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...", - info: { - attack: 2, - defense: 2, - magic: 9, - difficulty: 4 - }, - image: { - full: "Brand.png", - sprite: "champion0.png", - group: "champion", - x: 96, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 507.68, - hpperlevel: 76, - mp: 375.6, - mpperlevel: 42, - movespeed: 340, - armor: 21.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 8.005, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 57.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Braum: { - version: "6.24.1", - id: "Braum", - key: "201", - name: "Braum", - title: "the Heart of the Freljord", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd140e30fa86d6ddd/5db05fb2242f426df132f95d/RiotX_ChampionList_braum.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg", - blurb: - "''Would you like a bedtime story?''

''Grandma, I'm too old for that.''

''You're never too old to be told a story.''

The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...", - info: { - attack: 3, - defense: 9, - magic: 4, - difficulty: 3 - }, - image: { - full: "Braum.png", - sprite: "champion0.png", - group: "champion", - x: 144, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Tank"], - partype: "MP", - stats: { - hp: 576.16, - hpperlevel: 87, - mp: 310.6, - mpperlevel: 45, - movespeed: 335, - armor: 26.72, - armorperlevel: 4.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.18, - hpregenperlevel: 1, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55.376, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.03, - attackspeedperlevel: 3.5 - } - }, - Caitlyn: { - version: "6.24.1", - id: "Caitlyn", - key: "51", - name: "Caitlyn", - title: "the Sheriff of Piltover", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt014f4b6fc9bacd10/61b1eb901d158d4007de9685/RiotX_ChampionList_caitlyn_v2.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg", - blurb: - "''Go ahead, run. I'll give you a five minute head start.''

One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...", - info: { - attack: 8, - defense: 2, - magic: 2, - difficulty: 6 - }, - image: { - full: "Caitlyn.png", - sprite: "champion0.png", - group: "champion", - x: 192, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 524.4, - hpperlevel: 80, - mp: 313.7, - mpperlevel: 35, - movespeed: 325, - armor: 22.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 650, - hpregen: 5.67, - hpregenperlevel: 0.55, - mpregen: 7.4, - mpregenperlevel: 0.55, - crit: 0, - critperlevel: 0, - attackdamage: 53.66, - attackdamageperlevel: 2.18, - attackspeedoffset: 0.1, - attackspeedperlevel: 4 - } - }, - Camille: { - version: "6.24.1", - id: "Camille", - key: "164", - name: "Camille", - title: "the Steel Shadow", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt413fcd7681fe0773/5db05fb089fb926b491ed805/RiotX_ChampionList_camille.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg", - blurb: - "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...", - info: { - attack: 8, - defense: 6, - magic: 3, - difficulty: 4 - }, - image: { - full: "Camille.png", - sprite: "champion4.png", - group: "champion", - x: 144, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 575.6, - hpperlevel: 95, - mp: 338.8, - mpperlevel: 32, - movespeed: 340, - armor: 26, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.5, - hpregenperlevel: 0.8, - mpregen: 8.15, - mpregenperlevel: 0.75, - crit: 0, - critperlevel: 0, - attackdamage: 62, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 2.5 - } - }, - Cassiopeia: { - version: "6.24.1", - id: "Cassiopeia", - key: "69", - name: "Cassiopeia", - title: "the Serpent's Embrace", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte189be8189da97ea/5db05fb1bd24496c390ae4de/RiotX_ChampionList_cassiopeia.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg", - blurb: - "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...", - info: { - attack: 2, - defense: 3, - magic: 9, - difficulty: 10 - }, - image: { - full: "Cassiopeia.png", - sprite: "champion0.png", - group: "champion", - x: 240, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 525, - hpperlevel: 75, - mp: 375, - mpperlevel: 60, - movespeed: 328, - armor: 25, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.5, - hpregenperlevel: 0.5, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53, - attackdamageperlevel: 3, - attackspeedoffset: -0.034, - attackspeedperlevel: 1.5 - } - }, - Chogath: { - version: "6.24.1", - id: "Chogath", - key: "31", - name: "Cho'Gath", - title: "the Terror of the Void", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4dfb71de3ddc8166/5db05fb13a326d6df6c0e7ad/RiotX_ChampionList_chogath.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg", - blurb: - "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...", - info: { - attack: 3, - defense: 7, - magic: 7, - difficulty: 5 - }, - image: { - full: "Chogath.png", - sprite: "champion0.png", - group: "champion", - x: 288, - y: 48, - w: 48, - h: 48 - }, - tags: ["Tank", "Mage"], - partype: "MP", - stats: { - hp: 574.4, - hpperlevel: 80, - mp: 272.2, - mpperlevel: 40, - movespeed: 345, - armor: 28.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.925, - hpregenperlevel: 0.85, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 61.156, - attackdamageperlevel: 4.2, - attackspeedoffset: 0, - attackspeedperlevel: 1.44 - } - }, - Corki: { - version: "6.24.1", - id: "Corki", - key: "42", - name: "Corki", - title: "the Daring Bombardier", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdd918c4d0a86347a/5db05fb1df78486c826dccee/RiotX_ChampionList_corki.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg", - blurb: - "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...", - info: { - attack: 8, - defense: 3, - magic: 6, - difficulty: 6 - }, - image: { - full: "Corki.png", - sprite: "champion0.png", - group: "champion", - x: 336, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 512.76, - hpperlevel: 82, - mp: 350.16, - mpperlevel: 34, - movespeed: 325, - armor: 23.38, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 7.42, - mpregenperlevel: 0.55, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 2.3 - } - }, - Darius: { - version: "6.24.1", - id: "Darius", - key: "122", - name: "Darius", - title: "the Hand of Noxus", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt38b52be4a2cb1004/5db05fb19481396d6bdd01ac/RiotX_ChampionList_darius.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg", - blurb: - "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...", - info: { - attack: 9, - defense: 5, - magic: 1, - difficulty: 2 - }, - image: { - full: "Darius.png", - sprite: "champion0.png", - group: "champion", - x: 384, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 582.24, - hpperlevel: 100, - mp: 263, - mpperlevel: 37.5, - movespeed: 340, - armor: 30, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 9.845, - hpregenperlevel: 0.95, - mpregen: 6.585, - mpregenperlevel: 0.35, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 5, - attackspeedoffset: 0, - attackspeedperlevel: 1 - } - }, - Diana: { - version: "6.24.1", - id: "Diana", - key: "131", - name: "Diana", - title: "Scorn of the Moon", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt56570083d2a5e20e/5db05fbc823d426762825fdf/RiotX_ChampionList_diana.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg", - blurb: - "''I am the light coursing in the soul of the moon.''

Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...", - info: { - attack: 7, - defense: 6, - magic: 8, - difficulty: 4 - }, - image: { - full: "Diana.png", - sprite: "champion0.png", - group: "champion", - x: 432, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Mage"], - partype: "MP", - stats: { - hp: 589.2, - hpperlevel: 90, - mp: 297.2, - mpperlevel: 40, - movespeed: 345, - armor: 26.048, - armorperlevel: 3.6, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 150, - hpregen: 7.425, - hpregenperlevel: 0.85, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.25 - } - }, - Draven: { - version: "6.24.1", - id: "Draven", - key: "119", - name: "Draven", - title: "the Glorious Executioner", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0be728e4cbb8f2a/5db05fbc89fb926b491ed80b/RiotX_ChampionList_draven.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg", - blurb: - "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...", - info: { - attack: 9, - defense: 3, - magic: 1, - difficulty: 8 - }, - image: { - full: "Draven.png", - sprite: "champion0.png", - group: "champion", - x: 0, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 557.76, - hpperlevel: 82, - mp: 360.56, - mpperlevel: 39, - movespeed: 330, - armor: 25.544, - armorperlevel: 3.3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.175, - hpregenperlevel: 0.7, - mpregen: 8.04, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 55.8, - attackdamageperlevel: 2.91, - attackspeedoffset: -0.08, - attackspeedperlevel: 2.7 - } - }, - DrMundo: { - version: "6.24.1", - id: "DrMundo", - key: "36", - name: "Dr. Mundo", - title: "the Madman of Zaun", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte88a3d7e9e408904/61b1ea136a78b87751002a68/RiotX_ChampionList_drmundo_v2.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg", - blurb: - "''Beware the Madman of Zaun. In his eyes, you are already dead''

It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...", - info: { - attack: 5, - defense: 7, - magic: 6, - difficulty: 5 - }, - image: { - full: "DrMundo.png", - sprite: "champion0.png", - group: "champion", - x: 48, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "None", - stats: { - hp: 582.52, - hpperlevel: 89, - mp: 0, - mpperlevel: 0, - movespeed: 345, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.76, - hpregenperlevel: 0.75, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 61.27, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.8 - } - }, - Ekko: { - version: "6.24.1", - id: "Ekko", - key: "245", - name: "Ekko", - title: "the Boy Who Shattered Time", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf22ba7e6328e4376/5db05fbd242f426df132f963/RiotX_ChampionList_ekko.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg", - blurb: - "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...", - info: { - attack: 5, - defense: 3, - magic: 7, - difficulty: 8 - }, - image: { - full: "Ekko.png", - sprite: "champion0.png", - group: "champion", - x: 96, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 580, - hpperlevel: 80, - mp: 280, - mpperlevel: 50, - movespeed: 340, - armor: 27, - armorperlevel: 3, - spellblock: 32, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 9, - hpregenperlevel: 0.9, - mpregen: 7, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 3.3 - } - }, - Elise: { - version: "6.24.1", - id: "Elise", - key: "60", - name: "Elise", - title: "the Spider Queen", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfe21ff2ddb84d5d1/5db05fbd0b39e86c2f83dc05/RiotX_ChampionList_elise.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg", - blurb: - "''Beauty is power too, and can strike swifter than any sword.''

Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...", - info: { - attack: 6, - defense: 5, - magic: 7, - difficulty: 9 - }, - image: { - full: "Elise.png", - sprite: "champion0.png", - group: "champion", - x: 144, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage", "Fighter"], - partype: "MP", - stats: { - hp: 529.4, - hpperlevel: 80, - mp: 324, - mpperlevel: 50, - movespeed: 325, - armor: 22.128, - armorperlevel: 3.35, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.705, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 50.54, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 1.75 - } - }, - Evelynn: { - version: "6.24.1", - id: "Evelynn", - key: "28", - name: "Evelynn", - title: "the Widowmaker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte24b4c6ec1beebb9/5db05fbddf78486c826dccf4/RiotX_ChampionList_evelynn.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg", - blurb: - "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...", - info: { - attack: 4, - defense: 2, - magic: 7, - difficulty: 10 - }, - image: { - full: "Evelynn.png", - sprite: "champion0.png", - group: "champion", - x: 192, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Mage"], - partype: "MP", - stats: { - hp: 531.2, - hpperlevel: 90, - mp: 315.6, - mpperlevel: 42, - movespeed: 340, - armor: 26.5, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 9.82, - hpregenperlevel: 0.55, - mpregen: 8.105, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 53.88, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 3.6 - } - }, - Ezreal: { - version: "6.24.1", - id: "Ezreal", - key: "81", - name: "Ezreal", - title: "the Prodigal Explorer", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt60f687c95425f73f/5db05fbd2dc72966da746704/RiotX_ChampionList_ezreal.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg", - blurb: - "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...", - info: { - attack: 7, - defense: 2, - magic: 6, - difficulty: 7 - }, - image: { - full: "Ezreal.png", - sprite: "champion0.png", - group: "champion", - x: 240, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Mage"], - partype: "MP", - stats: { - hp: 484.4, - hpperlevel: 80, - mp: 360.6, - mpperlevel: 42, - movespeed: 325, - armor: 21.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.42, - hpregenperlevel: 0.55, - mpregen: 8.09, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 55.66, - attackdamageperlevel: 2.41, - attackspeedoffset: 0, - attackspeedperlevel: 2.8 - } - }, - FiddleSticks: { - version: "6.24.1", - id: "FiddleSticks", - key: "9", - name: "Fiddlesticks", - title: "the Harbinger of Doom", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1151ac1242311053/61b1ea65aeb5451282be2468/RiotX_ChampionList_fiddlesticks_v2.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg", - blurb: - "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...", - info: { - attack: 2, - defense: 3, - magic: 9, - difficulty: 9 - }, - image: { - full: "FiddleSticks.png", - sprite: "champion0.png", - group: "champion", - x: 288, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 524.4, - hpperlevel: 80, - mp: 400.12, - mpperlevel: 56, - movespeed: 335, - armor: 20.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 480, - hpregen: 5.605, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 48.36, - attackdamageperlevel: 2.625, - attackspeedoffset: 0, - attackspeedperlevel: 2.11 - } - }, - Fiora: { - version: "6.24.1", - id: "Fiora", - key: "114", - name: "Fiora", - title: "the Grand Duelist", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt935dd149b2617ac8/5db05fbcdc674266df3d5d36/RiotX_ChampionList_fiora.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg", - blurb: - "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...", - info: { - attack: 10, - defense: 4, - magic: 2, - difficulty: 3 - }, - image: { - full: "Fiora.png", - sprite: "champion0.png", - group: "champion", - x: 336, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 550, - hpperlevel: 85, - mp: 300, - mpperlevel: 40, - movespeed: 345, - armor: 24, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 150, - hpregen: 8.25, - hpregenperlevel: 0.55, - mpregen: 8, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 60, - attackdamageperlevel: 3.3, - attackspeedoffset: 0, - attackspeedperlevel: 3.2 - } - }, - Fizz: { - version: "6.24.1", - id: "Fizz", - key: "105", - name: "Fizz", - title: "the Tidal Trickster", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6000fa69e03c25c0/5db05fbc56458c6b3fc17513/RiotX_ChampionList_fizz.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg", - blurb: - "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...", - info: { - attack: 6, - defense: 4, - magic: 7, - difficulty: 6 - }, - image: { - full: "Fizz.png", - sprite: "champion0.png", - group: "champion", - x: 384, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 558.48, - hpperlevel: 86, - mp: 317.2, - mpperlevel: 37, - movespeed: 335, - armor: 22.412, - armorperlevel: 3.4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 8.175, - hpregenperlevel: 0.7, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 58.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.05, - attackspeedperlevel: 3.1 - } - }, - Galio: { - version: "6.24.1", - id: "Galio", - key: "3", - name: "Galio", - title: "the Sentinel's Sorrow", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5890d1ab5c8be01f/5db05fc6823d426762825fe5/RiotX_ChampionList_galio.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg", - blurb: - "''There is no such thing as redemption. Only penance.''

Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...", - info: { - attack: 3, - defense: 7, - magic: 6, - difficulty: 3 - }, - image: { - full: "Galio.png", - sprite: "champion0.png", - group: "champion", - x: 432, - y: 96, - w: 48, - h: 48 - }, - tags: ["Tank", "Mage"], - partype: "MP", - stats: { - hp: 577.8, - hpperlevel: 85, - mp: 369, - mpperlevel: 47, - movespeed: 335, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.71, - hpregenperlevel: 0.75, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 61.97, - attackdamageperlevel: 3.375, - attackspeedoffset: -0.02, - attackspeedperlevel: 1.2 - } - }, - Gangplank: { - version: "6.24.1", - id: "Gangplank", - key: "41", - name: "Gangplank", - title: "the Saltwater Scourge", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfdff3781ccfb2a5c/5db05fc689fb926b491ed811/RiotX_ChampionList_gangplank.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg", - blurb: - "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''

As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...", - info: { - attack: 7, - defense: 6, - magic: 4, - difficulty: 9 - }, - image: { - full: "Gangplank.png", - sprite: "champion1.png", - group: "champion", - x: 0, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter"], - partype: "MP", - stats: { - hp: 540, - hpperlevel: 82, - mp: 282, - mpperlevel: 40, - movespeed: 345, - armor: 26, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 6, - hpregenperlevel: 0.6, - mpregen: 7.5, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 3.2 - } - }, - Garen: { - version: "6.24.1", - id: "Garen", - key: "86", - name: "Garen", - title: "The Might of Demacia", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte41a162aed9339b7/5db05fc60b39e86c2f83dc0d/RiotX_ChampionList_garen.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg", - blurb: - "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...", - info: { - attack: 7, - defense: 7, - magic: 1, - difficulty: 5 - }, - image: { - full: "Garen.png", - sprite: "champion1.png", - group: "champion", - x: 48, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "None", - stats: { - hp: 616.28, - hpperlevel: 84.25, - mp: 0, - mpperlevel: 0, - movespeed: 340, - armor: 27.536, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 7.84, - hpregenperlevel: 0.5, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 57.88, - attackdamageperlevel: 4.5, - attackspeedoffset: 0, - attackspeedperlevel: 2.9 - } - }, - Gnar: { - version: "6.24.1", - id: "Gnar", - key: "150", - name: "Gnar", - title: "the Missing Link", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta80f79dd96ee5d30/5db05fc6df78486c826dcd00/RiotX_ChampionList_gnar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg", - blurb: - "The jungle does not forgive blindness. Every broken branch tells a story.

I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...", - info: { - attack: 6, - defense: 5, - magic: 5, - difficulty: 8 - }, - image: { - full: "Gnar.png", - sprite: "champion1.png", - group: "champion", - x: 96, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "Gnarfury", - stats: { - hp: 540, - hpperlevel: 65, - mp: 100, - mpperlevel: 0, - movespeed: 325, - armor: 23, - armorperlevel: 2.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 175, - hpregen: 2.5, - hpregenperlevel: 0.5, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 51, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 6 - } - }, - Gragas: { - version: "6.24.1", - id: "Gragas", - key: "79", - name: "Gragas", - title: "the Rabble Rouser", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt795841adba722f85/5db05fc43a326d6df6c0e7b9/RiotX_ChampionList_gragas.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg", - blurb: - "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...", - info: { - attack: 4, - defense: 7, - magic: 6, - difficulty: 5 - }, - image: { - full: "Gragas.png", - sprite: "champion1.png", - group: "champion", - x: 144, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Mage"], - partype: "MP", - stats: { - hp: 583.52, - hpperlevel: 89, - mp: 400, - mpperlevel: 47, - movespeed: 330, - armor: 26.048, - armorperlevel: 3.6, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 5.5, - hpregenperlevel: 0.5, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 61.38, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.04, - attackspeedperlevel: 2.05 - } - }, - Graves: { - version: "6.24.1", - id: "Graves", - key: "104", - name: "Graves", - title: "the Outlaw", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2e7cd286d7b6182e/5e9a59c245a2a97194a1d4c7/RiotX_ChampionList_graves-cigar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg", - blurb: - "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.", - info: { - attack: 8, - defense: 5, - magic: 3, - difficulty: 3 - }, - image: { - full: "Graves.png", - sprite: "champion1.png", - group: "champion", - x: 192, - y: 0, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 551.12, - hpperlevel: 84, - mp: 322.2, - mpperlevel: 40, - movespeed: 340, - armor: 24.376, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 425, - hpregen: 6.675, - hpregenperlevel: 0.7, - mpregen: 7.9, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 60.83, - attackdamageperlevel: 2.41, - attackspeedoffset: 0.3, - attackspeedperlevel: 2.6 - } - }, - Hecarim: { - version: "6.24.1", - id: "Hecarim", - key: "120", - name: "Hecarim", - title: "the Shadow of War", - champkey: "Hecarim", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blteb9ce5304ec48e19/5db05fc5df78486c826dccfa/RiotX_ChampionList_hecarim.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg", - blurb: - "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''

Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...", - info: { - attack: 8, - defense: 6, - magic: 4, - difficulty: 6 - }, - image: { - full: "Hecarim.png", - sprite: "champion1.png", - group: "champion", - x: 240, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 580, - hpperlevel: 90, - mp: 277.2, - mpperlevel: 40, - movespeed: 345, - armor: 26.72, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 7, - hpregenperlevel: 0.75, - mpregen: 6.5, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 58, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.0672, - attackspeedperlevel: 2.5 - } - }, - Heimerdinger: { - version: "6.24.1", - id: "Heimerdinger", - key: "74", - name: "Heimerdinger", - title: "the Revered Inventor", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd30d85446d154070/5db05fc57d28b76cfe4397ef/RiotX_ChampionList_heimerdinger.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg", - blurb: - "From the Journal of Professor Cecil B. Heimerdinger

10.14

09:15

Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!

Running a fifth trial for my ...", - info: { - attack: 2, - defense: 6, - magic: 8, - difficulty: 8 - }, - image: { - full: "Heimerdinger.png", - sprite: "champion1.png", - group: "champion", - x: 288, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 476, - hpperlevel: 75, - mp: 307.2, - mpperlevel: 40, - movespeed: 340, - armor: 19.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 11.005, - hpregenperlevel: 1.75, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55.536, - attackdamageperlevel: 2.7, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Illaoi: { - version: "6.24.1", - id: "Illaoi", - key: "420", - name: "Illaoi", - title: "the Kraken Priestess", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc44e90a5547120a2/5db05fc5347d1c6baa57be2b/RiotX_ChampionList_illaoi.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg", - blurb: - "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...", - info: { - attack: 8, - defense: 6, - magic: 3, - difficulty: 4 - }, - image: { - full: "Illaoi.png", - sprite: "champion1.png", - group: "champion", - x: 336, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 585.6, - hpperlevel: 95, - mp: 300, - mpperlevel: 40, - movespeed: 340, - armor: 26, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 9.5, - hpregenperlevel: 0.8, - mpregen: 7.5, - mpregenperlevel: 0.75, - crit: 0, - critperlevel: 0, - attackdamage: 60, - attackdamageperlevel: 5, - attackspeedoffset: 0, - attackspeedperlevel: 2.5 - } - }, - Irelia: { - version: "6.24.1", - id: "Irelia", - key: "39", - name: "Irelia", - title: "the Will of the Blades", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf5f2b8de93870aef/5db05fcea6470d6ab91ce59a/RiotX_ChampionList_irelia.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg", - blurb: - "''The sword flourishes, as though painting with blood.''

The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...", - info: { - attack: 7, - defense: 4, - magic: 5, - difficulty: 5 - }, - image: { - full: "Irelia.png", - sprite: "champion1.png", - group: "champion", - x: 384, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 607.2, - hpperlevel: 90, - mp: 338.8, - mpperlevel: 32, - movespeed: 345, - armor: 25.3, - armorperlevel: 3.75, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.59, - hpregenperlevel: 0.65, - mpregen: 8.1, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 61.544, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.06, - attackspeedperlevel: 3.2 - } - }, - Ivern: { - version: "6.24.1", - id: "Ivern", - key: "427", - name: "Ivern", - title: "the Green Father", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5fff73e1df1873de/5db05fce7d28b76cfe4397f5/RiotX_ChampionList_ivern.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg", - blurb: - "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...", - info: { - attack: 3, - defense: 5, - magic: 7, - difficulty: 7 - }, - image: { - full: "Ivern.png", - sprite: "champion4.png", - group: "champion", - x: 96, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 580, - hpperlevel: 90, - mp: 450, - mpperlevel: 60, - movespeed: 330, - armor: 22, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 6.9, - hpregenperlevel: 0.85, - mpregen: 6, - mpregenperlevel: 0.75, - crit: 0, - critperlevel: 0, - attackdamage: 50, - attackdamageperlevel: 3, - attackspeedoffset: -0.03, - attackspeedperlevel: 3.4 - } - }, - Janna: { - version: "6.24.1", - id: "Janna", - key: "40", - name: "Janna", - title: "the Storm's Fury", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt02bf5329f8abe45d/5db05fcedf78486c826dcd06/RiotX_ChampionList_janna.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg", - blurb: - "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...", - info: { - attack: 3, - defense: 5, - magic: 7, - difficulty: 7 - }, - image: { - full: "Janna.png", - sprite: "champion1.png", - group: "champion", - x: 432, - y: 0, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 487.04, - hpperlevel: 78, - mp: 409.52, - mpperlevel: 64, - movespeed: 335, - armor: 19.384, - armorperlevel: 3.8, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 475, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 11.5, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 51.956, - attackdamageperlevel: 2.95, - attackspeedoffset: 0, - attackspeedperlevel: 2.61 - } - }, - JarvanIV: { - version: "6.24.1", - id: "JarvanIV", - key: "59", - name: "Jarvan IV", - title: "the Exemplar of Demacia", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5898626d7016d222/5db05fcfdc674266df3d5d3c/RiotX_ChampionList_jarvaniv.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg", - blurb: - "''There is only one truth, and you will find it at the point of my lance.''

As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...", - info: { - attack: 6, - defense: 8, - magic: 3, - difficulty: 5 - }, - image: { - full: "JarvanIV.png", - sprite: "champion1.png", - group: "champion", - x: 0, - y: 48, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 571.2, - hpperlevel: 90, - mp: 302.2, - mpperlevel: 40, - movespeed: 340, - armor: 29, - armorperlevel: 3.6, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 8.175, - hpregenperlevel: 0.7, - mpregen: 6.755, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 55.712, - attackdamageperlevel: 3.4, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.5 - } - }, - Jax: { - version: "6.24.1", - id: "Jax", - key: "24", - name: "Jax", - title: "Grandmaster at Arms", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b301613598c3f17/5db05fcf89fb926b491ed81d/RiotX_ChampionList_jax.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg", - blurb: - "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...", - info: { - attack: 7, - defense: 5, - magic: 7, - difficulty: 5 - }, - image: { - full: "Jax.png", - sprite: "champion1.png", - group: "champion", - x: 48, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 592.8, - hpperlevel: 85, - mp: 338.8, - mpperlevel: 32, - movespeed: 350, - armor: 27.04, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.37, - hpregenperlevel: 0.55, - mpregen: 7.575, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 61.97, - attackdamageperlevel: 3.375, - attackspeedoffset: -0.02, - attackspeedperlevel: 3.4 - } - }, - Jayce: { - version: "6.24.1", - id: "Jayce", - key: "126", - name: "Jayce", - title: "the Defender of Tomorrow", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt51557edc36ad88a1/5db05fcf0b39e86c2f83dc13/RiotX_ChampionList_jayce.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg", - blurb: - "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...", - info: { - attack: 8, - defense: 4, - magic: 3, - difficulty: 7 - }, - image: { - full: "Jayce.png", - sprite: "champion1.png", - group: "champion", - x: 96, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Marksman"], - partype: "MP", - stats: { - hp: 571.2, - hpperlevel: 90, - mp: 357.2, - mpperlevel: 37, - movespeed: 335, - armor: 22.38, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 125, - hpregen: 7.34, - hpregenperlevel: 0.8, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 50.38, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.05, - attackspeedperlevel: 3 - } - }, - Jhin: { - version: "6.24.1", - id: "Jhin", - key: "202", - name: "Jhin", - title: "the Virtuoso", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbf6c70d9272a5a2a/5db05fcfe9d7526ab429e532/RiotX_ChampionList_jhin.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg", - blurb: - "''Art requires a certain...cruelty.''

Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...", - info: { - attack: 10, - defense: 2, - magic: 6, - difficulty: 6 - }, - image: { - full: "Jhin.png", - sprite: "champion1.png", - group: "champion", - x: 144, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman", "Assassin"], - partype: "MP", - stats: { - hp: 540, - hpperlevel: 85, - mp: 300, - mpperlevel: 50, - movespeed: 330, - armor: 20, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53, - attackdamageperlevel: 4, - attackspeedoffset: 0, - attackspeedperlevel: 0 - } - }, - Jinx: { - version: "6.24.1", - id: "Jinx", - key: "222", - name: "Jinx", - title: "the Loose Cannon", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta2cba784d9fad4b8/5db05fce89fb926b491ed817/RiotX_ChampionList_jinx.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg", - blurb: - "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...", - info: { - attack: 9, - defense: 2, - magic: 4, - difficulty: 6 - }, - image: { - full: "Jinx.png", - sprite: "champion1.png", - group: "champion", - x: 192, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 517.76, - hpperlevel: 82, - mp: 245.6, - mpperlevel: 45, - movespeed: 325, - armor: 22.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.84, - hpregenperlevel: 0.5, - mpregen: 6.68, - mpregenperlevel: 1, - crit: 0, - critperlevel: 0, - attackdamage: 58.46, - attackdamageperlevel: 2.41, - attackspeedoffset: 0, - attackspeedperlevel: 1 - } - }, - Kalista: { - version: "6.24.1", - id: "Kalista", - key: "429", - name: "Kalista", - title: "the Spear of Vengeance", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb7f0196921c74e8c/5db05fcee9d7526ab429e52c/RiotX_ChampionList_kalista.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg", - blurb: - "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''

A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...", - info: { - attack: 8, - defense: 2, - magic: 4, - difficulty: 7 - }, - image: { - full: "Kalista.png", - sprite: "champion1.png", - group: "champion", - x: 240, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 517.76, - hpperlevel: 83, - mp: 231.8, - mpperlevel: 35, - movespeed: 325, - armor: 19.012, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6, - hpregenperlevel: 0.55, - mpregen: 6.3, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 63, - attackdamageperlevel: 2.9, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.5 - } - }, - Karma: { - version: "6.24.1", - id: "Karma", - key: "43", - name: "Karma", - title: "the Enlightened One", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39748c7b67252d6f/5db05fd70b39e86c2f83dc19/RiotX_ChampionList_karma.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg", - blurb: - "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...", - info: { - attack: 1, - defense: 7, - magic: 8, - difficulty: 5 - }, - image: { - full: "Karma.png", - sprite: "champion1.png", - group: "champion", - x: 288, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 522.44, - hpperlevel: 83, - mp: 374, - mpperlevel: 50, - movespeed: 335, - armor: 20.384, - armorperlevel: 3.8, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.62, - hpregenperlevel: 0.55, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.544, - attackdamageperlevel: 3.3, - attackspeedoffset: 0, - attackspeedperlevel: 2.3 - } - }, - Karthus: { - version: "6.24.1", - id: "Karthus", - key: "30", - name: "Karthus", - title: "the Deathsinger", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt69b8fad9d1e78514/5db05fd7df78486c826dcd0c/RiotX_ChampionList_karthus.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg", - blurb: - "''Death is not the end of the journey, it is just the beginning...''

The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...", - info: { - attack: 2, - defense: 2, - magic: 10, - difficulty: 7 - }, - image: { - full: "Karthus.png", - sprite: "champion1.png", - group: "champion", - x: 336, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 516, - hpperlevel: 75, - mp: 372.48, - mpperlevel: 61, - movespeed: 335, - armor: 20.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 450, - hpregen: 6.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 45.66, - attackdamageperlevel: 3.25, - attackspeedoffset: 0, - attackspeedperlevel: 2.11 - } - }, - Kassadin: { - version: "6.24.1", - id: "Kassadin", - key: "38", - name: "Kassadin", - title: "the Void Walker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20773f2f67e00a74/636ead3d105477785e890c1b/RiotX_ChampionList_kassadin.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg", - blurb: - "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...", - info: { - attack: 3, - defense: 5, - magic: 8, - difficulty: 8 - }, - image: { - full: "Kassadin.png", - sprite: "champion1.png", - group: "champion", - x: 384, - y: 48, - w: 48, - h: 48 - }, - tags: ["Assassin", "Mage"], - partype: "MP", - stats: { - hp: 564.04, - hpperlevel: 78, - mp: 397.6, - mpperlevel: 67, - movespeed: 340, - armor: 23.376, - armorperlevel: 3.2, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 150, - hpregen: 7.79, - hpregenperlevel: 0.5, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 58.852, - attackdamageperlevel: 3.9, - attackspeedoffset: -0.023, - attackspeedperlevel: 3.7 - } - }, - Katarina: { - version: "6.24.1", - id: "Katarina", - key: "55", - name: "Katarina", - title: "the Sinister Blade", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb73e3edb5937676a/5db05fd7823d426762825feb/RiotX_ChampionList_katarina.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg", - blurb: - "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.

From ...", - info: { - attack: 4, - defense: 3, - magic: 9, - difficulty: 8 - }, - image: { - full: "Katarina.png", - sprite: "champion1.png", - group: "champion", - x: 432, - y: 48, - w: 48, - h: 48 - }, - tags: ["Assassin", "Mage"], - partype: "None", - stats: { - hp: 590, - hpperlevel: 82, - mp: 0, - mpperlevel: 0, - movespeed: 340, - armor: 27.88, - armorperlevel: 3.5, - spellblock: 34.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.5, - hpregenperlevel: 0.7, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 58, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.74 - } - }, - Kayle: { - version: "6.24.1", - id: "Kayle", - key: "10", - name: "Kayle", - title: "The Judicator", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2c7675893b5c76bc/61b1ed442d06ff39b6c6336b/RiotX_ChampionList_kayle_v4.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg", - blurb: - "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...", - info: { - attack: 6, - defense: 6, - magic: 7, - difficulty: 7 - }, - image: { - full: "Kayle.png", - sprite: "champion1.png", - group: "champion", - x: 0, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Support"], - partype: "MP", - stats: { - hp: 574.24, - hpperlevel: 93, - mp: 322.2, - mpperlevel: 40, - movespeed: 335, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 125, - hpregen: 8.26, - hpregenperlevel: 0.75, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 51, - attackdamageperlevel: 2.8, - attackspeedoffset: -0.02, - attackspeedperlevel: 2.2 - } - }, - Kennen: { - version: "6.24.1", - id: "Kennen", - key: "85", - name: "Kennen", - title: "the Heart of the Tempest", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc87932e656d1076e/5db05fd6adc8656c7d24e7dc/RiotX_ChampionList_kennen.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg", - blurb: - "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...", - info: { - attack: 6, - defense: 4, - magic: 7, - difficulty: 4 - }, - image: { - full: "Kennen.png", - sprite: "champion1.png", - group: "champion", - x: 48, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage", "Marksman"], - partype: "Energy", - stats: { - hp: 535.72, - hpperlevel: 79, - mp: 200, - mpperlevel: 0, - movespeed: 335, - armor: 24.3, - armorperlevel: 3.75, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.59, - hpregenperlevel: 0.65, - mpregen: 50, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 50.544, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.0947, - attackspeedperlevel: 3.4 - } - }, - Khazix: { - version: "6.24.1", - id: "Khazix", - key: "121", - name: "Kha'Zix", - title: "the Voidreaver", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt363d7d62846ffc87/5db05fd6e9effa6ba5295f9f/RiotX_ChampionList_khazix.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg", - blurb: - "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...", - info: { - attack: 9, - defense: 4, - magic: 3, - difficulty: 6 - }, - image: { - full: "Khazix.png", - sprite: "champion1.png", - group: "champion", - x: 96, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 572.8, - hpperlevel: 85, - mp: 327.2, - mpperlevel: 40, - movespeed: 350, - armor: 27, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.51, - hpregenperlevel: 0.75, - mpregen: 7.59, - mpregenperlevel: 0.5, - crit: 0, - critperlevel: 0, - attackdamage: 55.21, - attackdamageperlevel: 3.1, - attackspeedoffset: -0.065, - attackspeedperlevel: 2.7 - } - }, - Kindred: { - version: "6.24.1", - id: "Kindred", - key: "203", - name: "Kindred", - title: "The Eternal Hunters", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0f0007660b7a07b/5db05fd689fb926b491ed823/RiotX_ChampionList_kindred.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg", - blurb: - "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...", - info: { - attack: 8, - defense: 2, - magic: 2, - difficulty: 4 - }, - image: { - full: "Kindred.png", - sprite: "champion1.png", - group: "champion", - x: 144, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 540, - hpperlevel: 85, - mp: 300, - mpperlevel: 35, - movespeed: 325, - armor: 20, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 7, - hpregenperlevel: 0.55, - mpregen: 6.97, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 54, - attackdamageperlevel: 1.7, - attackspeedoffset: 0, - attackspeedperlevel: 2.5 - } - }, - Kled: { - version: "6.24.1", - id: "Kled", - key: "240", - name: "Kled", - title: "the Cantankerous Cavalier", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1670a0dd8fd5edca/5db05fd66e8b0c6d038c5ca8/RiotX_ChampionList_kled.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg", - blurb: - "''A sane man would run . . . but I ain't the runnin' kind!''

A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...", - info: { - attack: 8, - defense: 2, - magic: 2, - difficulty: 7 - }, - image: { - full: "Kled.png", - sprite: "champion4.png", - group: "champion", - x: 48, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "Gnarfury", - stats: { - hp: 340, - hpperlevel: 70, - mp: 100, - mpperlevel: 0, - movespeed: 345, - armor: 26, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 6, - hpregenperlevel: 0.75, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 55, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 3.5 - } - }, - KogMaw: { - version: "6.24.1", - id: "KogMaw", - key: "96", - name: "Kog'Maw", - title: "the Mouth of the Abyss", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf483c8f812369fa/5db05fde823d426762825ff1/RiotX_ChampionList_kogmaw.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg", - blurb: - "''If that's just hungry, I don't want to see angry.''

When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...", - info: { - attack: 8, - defense: 2, - magic: 5, - difficulty: 6 - }, - image: { - full: "KogMaw.png", - sprite: "champion1.png", - group: "champion", - x: 192, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Mage"], - partype: "MP", - stats: { - hp: 517.76, - hpperlevel: 82, - mp: 322.2, - mpperlevel: 40, - movespeed: 325, - armor: 19.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 5.92, - hpregenperlevel: 0.55, - mpregen: 8.675, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 57.46, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.06, - attackspeedperlevel: 2.65 - } - }, - Leblanc: { - version: "6.24.1", - id: "Leblanc", - key: "7", - name: "LeBlanc", - title: "the Deceiver", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4aaf881bb90b509f/5db05fde6e8b0c6d038c5cae/RiotX_ChampionList_leblanc.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg", - blurb: - "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...", - info: { - attack: 1, - defense: 4, - magic: 10, - difficulty: 9 - }, - image: { - full: "Leblanc.png", - sprite: "champion1.png", - group: "champion", - x: 240, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Mage"], - partype: "MP", - stats: { - hp: 516, - hpperlevel: 80, - mp: 334, - mpperlevel: 50, - movespeed: 340, - armor: 21.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 7.4, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 54.88, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 1.4 - } - }, - LeeSin: { - version: "6.24.1", - id: "LeeSin", - key: "64", - name: "Lee Sin", - title: "the Blind Monk", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt075d278529811445/5db05fde6af83b6d7032c8fe/RiotX_ChampionList_leesin.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg", - blurb: - "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...", - info: { - attack: 8, - defense: 5, - magic: 3, - difficulty: 6 - }, - image: { - full: "LeeSin.png", - sprite: "champion1.png", - group: "champion", - x: 288, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "Energy", - stats: { - hp: 570.8, - hpperlevel: 85, - mp: 200, - mpperlevel: 0, - movespeed: 350, - armor: 24.216, - armorperlevel: 3.7, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.425, - hpregenperlevel: 0.7, - mpregen: 50, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 61.176, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.04, - attackspeedperlevel: 3 - } - }, - Leona: { - version: "6.24.1", - id: "Leona", - key: "89", - name: "Leona", - title: "the Radiant Dawn", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8d46ada03ea1da8c/5db05fdf347d1c6baa57be31/RiotX_ChampionList_leona.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg", - blurb: - "''If you would shine like a sun, first you must burn like one.''

Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...", - info: { - attack: 4, - defense: 8, - magic: 3, - difficulty: 4 - }, - image: { - full: "Leona.png", - sprite: "champion1.png", - group: "champion", - x: 336, - y: 96, - w: 48, - h: 48 - }, - tags: ["Tank", "Support"], - partype: "MP", - stats: { - hp: 576.16, - hpperlevel: 87, - mp: 302.2, - mpperlevel: 40, - movespeed: 335, - armor: 27.208, - armorperlevel: 3.6, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.425, - hpregenperlevel: 0.85, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 60.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.9 - } - }, - Lissandra: { - version: "6.24.1", - id: "Lissandra", - key: "127", - name: "Lissandra", - title: "the Ice Witch", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08f869e897566c5b/5db05fdf7d28b76cfe439801/RiotX_ChampionList_lissandra.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg", - blurb: - "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...", - info: { - attack: 2, - defense: 5, - magic: 8, - difficulty: 6 - }, - image: { - full: "Lissandra.png", - sprite: "champion1.png", - group: "champion", - x: 384, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 506.12, - hpperlevel: 75, - mp: 304, - mpperlevel: 50, - movespeed: 325, - armor: 20.216, - armorperlevel: 3.7, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.92, - hpregenperlevel: 0.55, - mpregen: 5.67, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 50.536, - attackdamageperlevel: 2.7, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Lucian: { - version: "6.24.1", - id: "Lucian", - key: "236", - name: "Lucian", - title: "the Purifier", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3db0d62352b0b4f1/5db05fdf6e8b0c6d038c5cb4/RiotX_ChampionList_lucian.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg", - blurb: - "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...", - info: { - attack: 8, - defense: 5, - magic: 3, - difficulty: 6 - }, - image: { - full: "Lucian.png", - sprite: "champion1.png", - group: "champion", - x: 432, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 554.4, - hpperlevel: 80, - mp: 348.88, - mpperlevel: 38, - movespeed: 335, - armor: 24.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 6.19, - hpregenperlevel: 0.65, - mpregen: 8.175, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 57.46, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.02, - attackspeedperlevel: 3.3 - } - }, - Lulu: { - version: "6.24.1", - id: "Lulu", - key: "117", - name: "Lulu", - title: "the Fae Sorceress", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt424f04814efb3aca/5db05fdfe9d7526ab429e538/RiotX_ChampionList_lulu.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg", - blurb: - "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...", - info: { - attack: 4, - defense: 5, - magic: 7, - difficulty: 5 - }, - image: { - full: "Lulu.png", - sprite: "champion2.png", - group: "champion", - x: 0, - y: 0, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 552.76, - hpperlevel: 74, - mp: 350, - mpperlevel: 55, - movespeed: 330, - armor: 19.216, - armorperlevel: 3.7, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.005, - hpregenperlevel: 0.6, - mpregen: 11, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 46.368, - attackdamageperlevel: 2.6, - attackspeedoffset: 0, - attackspeedperlevel: 2.25 - } - }, - Lux: { - version: "6.24.1", - id: "Lux", - key: "99", - name: "Lux", - title: "the Lady of Luminosity", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb94b4161d8022c45/5db05fdfe9d7526ab429e53c/RiotX_ChampionList_lux.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg", - blurb: - "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...", - info: { - attack: 2, - defense: 4, - magic: 9, - difficulty: 5 - }, - image: { - full: "Lux.png", - sprite: "champion2.png", - group: "champion", - x: 48, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 477.72, - hpperlevel: 79, - mp: 384, - mpperlevel: 47, - movespeed: 330, - armor: 18.72, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.544, - attackdamageperlevel: 3.3, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Malphite: { - version: "6.24.1", - id: "Malphite", - key: "54", - name: "Malphite", - title: "Shard of the Monolith", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4d3b4a7e4c44ced7/5db05fdeadc8656c7d24e7e2/RiotX_ChampionList_malaphite.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg", - blurb: - "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...", - info: { - attack: 5, - defense: 9, - magic: 7, - difficulty: 2 - }, - image: { - full: "Malphite.png", - sprite: "champion2.png", - group: "champion", - x: 96, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 574.2, - hpperlevel: 90, - mp: 282.2, - mpperlevel: 40, - movespeed: 335, - armor: 28.3, - armorperlevel: 3.75, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7, - hpregenperlevel: 0.55, - mpregen: 7.32, - mpregenperlevel: 0.55, - crit: 0, - critperlevel: 0, - attackdamage: 61.97, - attackdamageperlevel: 3.375, - attackspeedoffset: -0.02, - attackspeedperlevel: 3.4 - } - }, - Malzahar: { - version: "6.24.1", - id: "Malzahar", - key: "90", - name: "Malzahar", - title: "the Prophet of the Void", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd58a3a2bf5035834/5db05fde0b39e86c2f83dc1f/RiotX_ChampionList_malzahar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg", - blurb: - "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...", - info: { - attack: 2, - defense: 2, - magic: 9, - difficulty: 6 - }, - image: { - full: "Malzahar.png", - sprite: "champion2.png", - group: "champion", - x: 144, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Assassin"], - partype: "MP", - stats: { - hp: 525, - hpperlevel: 75, - mp: 300, - mpperlevel: 55, - movespeed: 335, - armor: 20, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 6, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 1.5 - } - }, - Maokai: { - version: "6.24.1", - id: "Maokai", - key: "57", - name: "Maokai", - title: "the Twisted Treant", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt757d0e8855d51e03/5db05fe72140ec675d68f4a1/RiotX_ChampionList_maokai.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg", - blurb: - "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''

Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...", - info: { - attack: 3, - defense: 8, - magic: 6, - difficulty: 3 - }, - image: { - full: "Maokai.png", - sprite: "champion2.png", - group: "champion", - x: 192, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Mage"], - partype: "MP", - stats: { - hp: 572.2, - hpperlevel: 90, - mp: 377.28, - mpperlevel: 43, - movespeed: 335, - armor: 28.72, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7, - hpregenperlevel: 0.75, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 63.544, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.1, - attackspeedperlevel: 2.125 - } - }, - MasterYi: { - version: "6.24.1", - id: "MasterYi", - key: "11", - name: "Master Yi", - title: "the Wuju Bladesman", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46e861d7e6c0ab0c/5db05fe8df78486c826dcd12/RiotX_ChampionList_masteryi.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg", - blurb: - "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...", - info: { - attack: 10, - defense: 4, - magic: 2, - difficulty: 4 - }, - image: { - full: "MasterYi.png", - sprite: "champion2.png", - group: "champion", - x: 240, - y: 0, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 598.56, - hpperlevel: 92, - mp: 250.56, - mpperlevel: 42, - movespeed: 355, - armor: 24.04, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.59, - hpregenperlevel: 0.65, - mpregen: 7.255, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 60.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.08, - attackspeedperlevel: 2 - } - }, - MissFortune: { - version: "6.24.1", - id: "MissFortune", - key: "21", - name: "Miss Fortune", - title: "the Bounty Hunter", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf36fa7fd7ecb59fb/5db05fe89481396d6bdd01b8/RiotX_ChampionList_missfortune.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg", - blurb: - "''The bigger the risk, the bigger the bounty.''

Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...", - info: { - attack: 8, - defense: 2, - magic: 5, - difficulty: 1 - }, - image: { - full: "MissFortune.png", - sprite: "champion2.png", - group: "champion", - x: 288, - y: 0, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 530, - hpperlevel: 85, - mp: 325.84, - mpperlevel: 35, - movespeed: 325, - armor: 24.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.19, - hpregenperlevel: 0.65, - mpregen: 8.04, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 46, - attackdamageperlevel: 1, - attackspeedoffset: -0.04734, - attackspeedperlevel: 3 - } - }, - MonkeyKing: { - version: "6.24.1", - id: "MonkeyKing", - key: "62", - name: "Wukong", - title: "the Monkey King", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf44673e1a16af30/5db05fe87d28b76cfe439807/RiotX_ChampionList_monkeyking.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg", - blurb: - "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...", - info: { - attack: 8, - defense: 5, - magic: 2, - difficulty: 3 - }, - image: { - full: "MonkeyKing.png", - sprite: "champion2.png", - group: "champion", - x: 336, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 577.8, - hpperlevel: 85, - mp: 265.84, - mpperlevel: 38, - movespeed: 345, - armor: 24.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 6.19, - hpregenperlevel: 0.65, - mpregen: 8.04, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 59.876, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.05, - attackspeedperlevel: 3 - } - }, - Mordekaiser: { - version: "6.24.1", - id: "Mordekaiser", - key: "82", - name: "Mordekaiser", - title: "the Iron Revenant", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7683195e1c4f6706/621ed30fba043c4a2c4a9f7a/RiotX_ChampionList_mordekaiser_v2.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg", - blurb: - "''All things must die... and yet I live on.''

The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...", - info: { - attack: 4, - defense: 6, - magic: 7, - difficulty: 4 - }, - image: { - full: "Mordekaiser.png", - sprite: "champion2.png", - group: "champion", - x: 384, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter"], - partype: "None", - stats: { - hp: 525, - hpperlevel: 73, - mp: 0, - mpperlevel: 0, - movespeed: 325, - armor: 20, - armorperlevel: 3.75, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 4, - hpregenperlevel: 0.3, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 61, - attackdamageperlevel: 5, - attackspeedoffset: 0.04, - attackspeedperlevel: 2.2 - } - }, - Morgana: { - version: "6.24.1", - id: "Morgana", - key: "25", - name: "Morgana", - title: "Fallen Angel", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc81eece55f126d2d/5db05fe86af83b6d7032c904/RiotX_ChampionList_morgana.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg", - blurb: - "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...", - info: { - attack: 1, - defense: 6, - magic: 8, - difficulty: 1 - }, - image: { - full: "Morgana.png", - sprite: "champion2.png", - group: "champion", - x: 432, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 547.48, - hpperlevel: 86, - mp: 340.8, - mpperlevel: 60, - movespeed: 335, - armor: 25.384, - armorperlevel: 3.8, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 450, - hpregen: 5.705, - hpregenperlevel: 0.6, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55.46, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 1.53 - } - }, - Nami: { - version: "6.24.1", - id: "Nami", - key: "267", - name: "Nami", - title: "the Tidecaller", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt13bec39f49dc35ee/5db05fe956458c6b3fc1751f/RiotX_ChampionList_nami.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg", - blurb: - "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...", - info: { - attack: 4, - defense: 3, - magic: 7, - difficulty: 5 - }, - image: { - full: "Nami.png", - sprite: "champion2.png", - group: "champion", - x: 0, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 489.32, - hpperlevel: 74, - mp: 377.24, - mpperlevel: 43, - movespeed: 335, - armor: 19.72, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 11.5, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 51.208, - attackdamageperlevel: 3.1, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.61 - } - }, - Nasus: { - version: "6.24.1", - id: "Nasus", - key: "75", - name: "Nasus", - title: "the Curator of the Sands", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a4b154b1756b56/5db05fe7a6470d6ab91ce5a0/RiotX_ChampionList_nasus.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg", - blurb: - "''What was fallen will be great again.''

Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...", - info: { - attack: 7, - defense: 5, - magic: 6, - difficulty: 6 - }, - image: { - full: "Nasus.png", - sprite: "champion2.png", - group: "champion", - x: 48, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 561.2, - hpperlevel: 90, - mp: 325.6, - mpperlevel: 42, - movespeed: 350, - armor: 24.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 9.01, - hpregenperlevel: 0.9, - mpregen: 7.44, - mpregenperlevel: 0.5, - crit: 0, - critperlevel: 0, - attackdamage: 59.18, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.02, - attackspeedperlevel: 3.48 - } - }, - Nautilus: { - version: "6.24.1", - id: "Nautilus", - key: "111", - name: "Nautilus", - title: "the Titan of the Depths", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf945a57aa16cea57/5db05fe7347d1c6baa57be37/RiotX_ChampionList_nautilus.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg", - blurb: - "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...", - info: { - attack: 4, - defense: 6, - magic: 6, - difficulty: 6 - }, - image: { - full: "Nautilus.png", - sprite: "champion2.png", - group: "champion", - x: 96, - y: 48, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 576.48, - hpperlevel: 86, - mp: 334, - mpperlevel: 47, - movespeed: 325, - armor: 26.46, - armorperlevel: 3.75, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 8.37, - hpregenperlevel: 0.55, - mpregen: 8.625, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 57.544, - attackdamageperlevel: 3.3, - attackspeedoffset: 0.02, - attackspeedperlevel: 1 - } - }, - Nidalee: { - version: "6.24.1", - id: "Nidalee", - key: "76", - name: "Nidalee", - title: "the Bestial Huntress", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5a2da06d413f7c15/5db05ff1df78486c826dcd18/RiotX_ChampionList_nidalee.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg", - blurb: - "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...", - info: { - attack: 5, - defense: 4, - magic: 7, - difficulty: 8 - }, - image: { - full: "Nidalee.png", - sprite: "champion2.png", - group: "champion", - x: 144, - y: 48, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 511.2, - hpperlevel: 80, - mp: 295.6, - mpperlevel: 45, - movespeed: 335, - armor: 22.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 6.005, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.02, - attackspeedperlevel: 3.22 - } - }, - Nocturne: { - version: "6.24.1", - id: "Nocturne", - key: "56", - name: "Nocturne", - title: "the Eternal Nightmare", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfc73e3c7dda28d31/5db05ff2adc8656c7d24e7f0/RiotX_ChampionList_nocturne.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg", - blurb: - "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...", - info: { - attack: 9, - defense: 5, - magic: 2, - difficulty: 4 - }, - image: { - full: "Nocturne.png", - sprite: "champion2.png", - group: "champion", - x: 192, - y: 48, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 582.8, - hpperlevel: 85, - mp: 273.8, - mpperlevel: 35, - movespeed: 345, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.26, - hpregenperlevel: 0.75, - mpregen: 6.755, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 59.208, - attackdamageperlevel: 3.1, - attackspeedoffset: -0.065, - attackspeedperlevel: 2.7 - } - }, - Nunu: { - version: "6.24.1", - id: "Nunu", - key: "20", - name: "Nunu", - title: "the Yeti Rider", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf613746635c6d3c8/5db05ff256458c6b3fc17527/RiotX_ChampionList_nunu.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg", - blurb: - "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...", - info: { - attack: 4, - defense: 6, - magic: 7, - difficulty: 4 - }, - image: { - full: "Nunu.png", - sprite: "champion2.png", - group: "champion", - x: 240, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Fighter"], - partype: "MP", - stats: { - hp: 598.28, - hpperlevel: 90, - mp: 283.56, - mpperlevel: 42, - movespeed: 350, - armor: 26.38, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.39, - hpregenperlevel: 0.8, - mpregen: 7.44, - mpregenperlevel: 0.5, - crit: 0, - critperlevel: 0, - attackdamage: 59, - attackdamageperlevel: 4, - attackspeedoffset: 0, - attackspeedperlevel: 2.25 - } - }, - Olaf: { - version: "6.24.1", - id: "Olaf", - key: "2", - name: "Olaf", - title: "the Berserker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte922bda45062964b/5db05ff0a6470d6ab91ce5a6/RiotX_ChampionList_olaf.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg", - blurb: - "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...", - info: { - attack: 9, - defense: 5, - magic: 3, - difficulty: 3 - }, - image: { - full: "Olaf.png", - sprite: "champion2.png", - group: "champion", - x: 288, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 597.24, - hpperlevel: 93, - mp: 315.6, - mpperlevel: 42, - movespeed: 350, - armor: 26.04, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.51, - hpregenperlevel: 0.9, - mpregen: 7.465, - mpregenperlevel: 0.575, - crit: 0, - critperlevel: 0, - attackdamage: 59.98, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.1, - attackspeedperlevel: 2.7 - } - }, - Orianna: { - version: "6.24.1", - id: "Orianna", - key: "61", - name: "Orianna", - title: "the Lady of Clockwork", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3318fc0e8103706d/5db05ff02140ec675d68f4a7/RiotX_ChampionList_orianna.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg", - blurb: - "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...", - info: { - attack: 4, - defense: 3, - magic: 9, - difficulty: 7 - }, - image: { - full: "Orianna.png", - sprite: "champion2.png", - group: "champion", - x: 336, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 517.72, - hpperlevel: 79, - mp: 334, - mpperlevel: 50, - movespeed: 325, - armor: 17.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 6.87, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 40.368, - attackdamageperlevel: 2.6, - attackspeedoffset: -0.05, - attackspeedperlevel: 3.5 - } - }, - Pantheon: { - version: "6.24.1", - id: "Pantheon", - key: "80", - name: "Pantheon", - title: "the Artisan of War", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3f84c538bd36ef02/5db05ff17d28b76cfe43980d/RiotX_ChampionList_pantheon.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg", - blurb: - "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''

The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...", - info: { - attack: 9, - defense: 4, - magic: 3, - difficulty: 4 - }, - image: { - full: "Pantheon.png", - sprite: "champion2.png", - group: "champion", - x: 384, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 579.16, - hpperlevel: 87, - mp: 317.12, - mpperlevel: 31, - movespeed: 355, - armor: 27.652, - armorperlevel: 3.9, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 150, - hpregen: 7.84, - hpregenperlevel: 0.65, - mpregen: 7.355, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 55.572, - attackdamageperlevel: 2.9, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.95 - } - }, - Poppy: { - version: "6.24.1", - id: "Poppy", - key: "78", - name: "Poppy", - title: "Keeper of the Hammer", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0df0f7bcaf851737/5db05ff1242f426df132f973/RiotX_ChampionList_poppy.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg", - blurb: - "''I'm no hero. Just a yordle with a hammer.''

Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...", - info: { - attack: 6, - defense: 7, - magic: 2, - difficulty: 6 - }, - image: { - full: "Poppy.png", - sprite: "champion2.png", - group: "champion", - x: 432, - y: 48, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 540, - hpperlevel: 90, - mp: 280, - mpperlevel: 40, - movespeed: 345, - armor: 29, - armorperlevel: 3.5, - spellblock: 32, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8, - hpregenperlevel: 0.8, - mpregen: 7, - mpregenperlevel: 0.7, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 4, - attackspeedoffset: 0, - attackspeedperlevel: 2.5 - } - }, - Quinn: { - version: "6.24.1", - id: "Quinn", - key: "133", - name: "Quinn", - title: "Demacia's Wings", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5cc3e3a189961d90/5db05ffbadc8656c7d24e7fc/RiotX_ChampionList_quinn.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg", - blurb: - "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...", - info: { - attack: 9, - defense: 4, - magic: 2, - difficulty: 5 - }, - image: { - full: "Quinn.png", - sprite: "champion2.png", - group: "champion", - x: 0, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Fighter"], - partype: "MP", - stats: { - hp: 532.8, - hpperlevel: 85, - mp: 268.8, - mpperlevel: 35, - movespeed: 335, - armor: 23.38, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6.97, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 54.46, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.065, - attackspeedperlevel: 3.1 - } - }, - Rammus: { - version: "6.24.1", - id: "Rammus", - key: "33", - name: "Rammus", - title: "the Armordillo", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt50cccb68a58349f5/5db05ffbdc674266df3d5d48/RiotX_ChampionList_rammus.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg", - blurb: - "''OK.''

Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...", - info: { - attack: 4, - defense: 10, - magic: 5, - difficulty: 5 - }, - image: { - full: "Rammus.png", - sprite: "champion2.png", - group: "champion", - x: 48, - y: 96, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 564.48, - hpperlevel: 86, - mp: 310.44, - mpperlevel: 33, - movespeed: 335, - armor: 31.384, - armorperlevel: 4.3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.92, - hpregenperlevel: 0.55, - mpregen: 7.84, - mpregenperlevel: 0.5, - crit: 0, - critperlevel: 0, - attackdamage: 55.88, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 2.215 - } - }, - RekSai: { - version: "6.24.1", - id: "RekSai", - key: "421", - name: "Rek'Sai", - title: "the Void Burrower", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4affff3ef114e99b/5db05ffb347d1c6baa57be43/RiotX_ChampionList_reksai.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg", - blurb: - "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...", - info: { - attack: 8, - defense: 5, - magic: 2, - difficulty: 3 - }, - image: { - full: "RekSai.png", - sprite: "champion2.png", - group: "champion", - x: 96, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter"], - partype: "Battlefury", - stats: { - hp: 570, - hpperlevel: 90, - mp: 100, - mpperlevel: 0, - movespeed: 335, - armor: 24, - armorperlevel: 3.4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 7.34, - hpregenperlevel: 0.65, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 55.628, - attackdamageperlevel: 3.35, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Renekton: { - version: "6.24.1", - id: "Renekton", - key: "58", - name: "Renekton", - title: "the Butcher of the Sands", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b5bb4d917759184/5db05ffb242f426df132f979/RiotX_ChampionList_renekton.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg", - blurb: - "''Blood and vengeance.''

Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...", - info: { - attack: 8, - defense: 5, - magic: 2, - difficulty: 3 - }, - image: { - full: "Renekton.png", - sprite: "champion2.png", - group: "champion", - x: 144, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "Rage", - stats: { - hp: 572.16, - hpperlevel: 87, - mp: 100, - mpperlevel: 0, - movespeed: 345, - armor: 25.584, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.96, - hpregenperlevel: 0.75, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 58.328, - attackdamageperlevel: 3.1, - attackspeedoffset: -0.06, - attackspeedperlevel: 2.65 - } - }, - Rengar: { - version: "6.24.1", - id: "Rengar", - key: "107", - name: "Rengar", - title: "the Pridestalker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt282bc8e033db4123/5db05ff9adc8656c7d24e7f6/RiotX_ChampionList_rengar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg", - blurb: - "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...", - info: { - attack: 7, - defense: 4, - magic: 2, - difficulty: 8 - }, - image: { - full: "Rengar.png", - sprite: "champion2.png", - group: "champion", - x: 192, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "Ferocity", - stats: { - hp: 586.2, - hpperlevel: 90, - mp: 4, - mpperlevel: 0, - movespeed: 345, - armor: 25.88, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7, - hpregenperlevel: 0.5, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 60, - attackdamageperlevel: 1.5, - attackspeedoffset: 0, - attackspeedperlevel: 3.5 - } - }, - Riven: { - version: "6.24.1", - id: "Riven", - key: "92", - name: "Riven", - title: "the Exile", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3925b81c7462e26e/5db05ffadc674266df3d5d42/RiotX_ChampionList_riven.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg", - blurb: - "''There is a place between war and murder in which our demons lurk.''

In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...", - info: { - attack: 8, - defense: 5, - magic: 1, - difficulty: 8 - }, - image: { - full: "Riven.png", - sprite: "champion2.png", - group: "champion", - x: 240, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "None", - stats: { - hp: 558.48, - hpperlevel: 86, - mp: 0, - mpperlevel: 0, - movespeed: 340, - armor: 24.376, - armorperlevel: 3.2, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 5.34, - hpregenperlevel: 0.5, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 56.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 3.5 - } - }, - Rumble: { - version: "6.24.1", - id: "Rumble", - key: "68", - name: "Rumble", - title: "the Mechanized Menace", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7c76610fa29d8d6/5db05ffa7d28b76cfe439813/RiotX_ChampionList_rumble.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg", - blurb: - "''Ugh, it's gonna take forever to scrape your face off my suit!''

Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...", - info: { - attack: 3, - defense: 6, - magic: 8, - difficulty: 10 - }, - image: { - full: "Rumble.png", - sprite: "champion2.png", - group: "champion", - x: 288, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Mage"], - partype: "Heat", - stats: { - hp: 584.4, - hpperlevel: 80, - mp: 100, - mpperlevel: 0, - movespeed: 345, - armor: 25.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.005, - hpregenperlevel: 0.6, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 61.036, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.03, - attackspeedperlevel: 1.85 - } - }, - Ryze: { - version: "6.24.1", - id: "Ryze", - key: "13", - name: "Ryze", - title: "the Rune Mage", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8af977ce4fa7804b/5db05ffa2dc72966da746714/RiotX_ChampionList_ryze.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg", - blurb: - "''Take care with this world. What is made can be unmade.''

Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...", - info: { - attack: 2, - defense: 2, - magic: 10, - difficulty: 7 - }, - image: { - full: "Ryze.png", - sprite: "champion2.png", - group: "champion", - x: 336, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage", "Fighter"], - partype: "MP", - stats: { - hp: 558.48, - hpperlevel: 86, - mp: 400, - mpperlevel: 50, - movespeed: 340, - armor: 21.552, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 7, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 55.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.112 - } - }, - Sejuani: { - version: "6.24.1", - id: "Sejuani", - key: "113", - name: "Sejuani", - title: "the Winter's Wrath", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte4d521b893aa5a3e/5db05ffae9d7526ab429e544/RiotX_ChampionList_sejuani.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg", - blurb: - "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...", - info: { - attack: 5, - defense: 7, - magic: 6, - difficulty: 4 - }, - image: { - full: "Sejuani.png", - sprite: "champion2.png", - group: "champion", - x: 384, - y: 96, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 600, - hpperlevel: 95, - mp: 400, - mpperlevel: 40, - movespeed: 340, - armor: 29.54, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.675, - hpregenperlevel: 0.85, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 57.544, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.0672, - attackspeedperlevel: 1.44 - } - }, - Shaco: { - version: "6.24.1", - id: "Shaco", - key: "35", - name: "Shaco", - title: "the Demon Jester", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8b1d1ba926d01cc/5db060036e8b0c6d038c5cba/RiotX_ChampionList_shaco.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg", - blurb: - "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...", - info: { - attack: 8, - defense: 4, - magic: 6, - difficulty: 9 - }, - image: { - full: "Shaco.png", - sprite: "champion2.png", - group: "champion", - x: 432, - y: 96, - w: 48, - h: 48 - }, - tags: ["Assassin"], - partype: "MP", - stats: { - hp: 582.12, - hpperlevel: 84, - mp: 297.2, - mpperlevel: 40, - movespeed: 350, - armor: 24.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.37, - hpregenperlevel: 0.55, - mpregen: 7.155, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 57.58, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.1, - attackspeedperlevel: 3 - } - }, - Shen: { - version: "6.24.1", - id: "Shen", - key: "98", - name: "Shen", - title: "the Eye of Twilight", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd142d174831b78e9/5db06004242f426df132f97f/RiotX_ChampionList_shen.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg", - blurb: - "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''

Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...", - info: { - attack: 3, - defense: 9, - magic: 3, - difficulty: 4 - }, - image: { - full: "Shen.png", - sprite: "champion3.png", - group: "champion", - x: 0, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Melee"], - partype: "Energy", - stats: { - hp: 540, - hpperlevel: 85, - mp: 400, - mpperlevel: 0, - movespeed: 340, - armor: 25, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.5, - hpregenperlevel: 0.75, - mpregen: 50, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 60, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Shyvana: { - version: "6.24.1", - id: "Shyvana", - key: "102", - name: "Shyvana", - title: "the Half-Dragon", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdb320ec49e0e02a7/5db0600456458c6b3fc1752d/RiotX_ChampionList_shyvana.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg", - blurb: - "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....", - info: { - attack: 8, - defense: 6, - magic: 3, - difficulty: 4 - }, - image: { - full: "Shyvana.png", - sprite: "champion3.png", - group: "champion", - x: 48, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "Dragonfury", - stats: { - hp: 595, - hpperlevel: 95, - mp: 100, - mpperlevel: 0, - movespeed: 350, - armor: 27.628, - armorperlevel: 3.35, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.6, - hpregenperlevel: 0.8, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 60.712, - attackdamageperlevel: 3.4, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.5 - } - }, - Singed: { - version: "6.24.1", - id: "Singed", - key: "27", - name: "Singed", - title: "the Mad Chemist", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt766d98c27adfde28/5db06004347d1c6baa57be4f/RiotX_ChampionList_singed.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg", - blurb: - "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...", - info: { - attack: 4, - defense: 8, - magic: 7, - difficulty: 5 - }, - image: { - full: "Singed.png", - sprite: "champion3.png", - group: "champion", - x: 96, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 542.76, - hpperlevel: 82, - mp: 290.6, - mpperlevel: 45, - movespeed: 345, - armor: 27.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.02, - hpregenperlevel: 0.55, - mpregen: 7.52, - mpregenperlevel: 0.55, - crit: 0, - critperlevel: 0, - attackdamage: 62.32, - attackdamageperlevel: 3.375, - attackspeedoffset: 0.02, - attackspeedperlevel: 1.81 - } - }, - Sion: { - version: "6.24.1", - id: "Sion", - key: "14", - name: "Sion", - title: "The Undead Juggernaut", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7f28f1d689e4ad3d/5db06004adc8656c7d24e802/RiotX_ChampionList_sion.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg", - blurb: - "BLOOD.

SMELL IT.

WANT. ACHING. NEED!

CLOSE NOW. THEY COME.

NO CHAINS? FREE! KILL!

IN REACH. YES! DIE! DIE!

Gone. Too quick. No fight. More. I want... more.

A voice? Unfamiliar. I see him. The Grand ...", - info: { - attack: 5, - defense: 9, - magic: 3, - difficulty: 5 - }, - image: { - full: "Sion.png", - sprite: "champion3.png", - group: "champion", - x: 144, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "MP", - stats: { - hp: 542.64, - hpperlevel: 73, - mp: 325.6, - mpperlevel: 42, - movespeed: 345, - armor: 23.04, - armorperlevel: 3, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 10.18, - hpregenperlevel: 0.8, - mpregen: 8.005, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 59.72, - attackdamageperlevel: 4, - attackspeedoffset: -0.08, - attackspeedperlevel: 1.3 - } - }, - Sivir: { - version: "6.24.1", - id: "Sivir", - key: "15", - name: "Sivir", - title: "the Battle Mistress", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbe8ea8bfd98ec1f3/5db06002a6470d6ab91ce5ac/RiotX_ChampionList_sivir.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg", - blurb: - "''I don't care what face is on your coin, as long as it pays.''

Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...", - info: { - attack: 9, - defense: 3, - magic: 1, - difficulty: 4 - }, - image: { - full: "Sivir.png", - sprite: "champion3.png", - group: "champion", - x: 192, - y: 0, - w: 48, - h: 48 - }, - tags: ["Marksman"], - partype: "MP", - stats: { - hp: 515.76, - hpperlevel: 82, - mp: 284, - mpperlevel: 50, - movespeed: 335, - armor: 22.21, - armorperlevel: 3.25, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 5.17, - hpregenperlevel: 0.55, - mpregen: 8.01, - mpregenperlevel: 0.9, - crit: 0, - critperlevel: 0, - attackdamage: 57.46, - attackdamageperlevel: 2.41, - attackspeedoffset: 0, - attackspeedperlevel: 1.6 - } - }, - Skarner: { - version: "6.24.1", - id: "Skarner", - key: "72", - name: "Skarner", - title: "the Crystal Vanguard", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt842a8149ba8b7a3d/5db06003bd24496c390ae4f6/RiotX_ChampionList_skarner.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg", - blurb: - "''We are one. We cannot be shattered.''

Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...", - info: { - attack: 7, - defense: 6, - magic: 5, - difficulty: 5 - }, - image: { - full: "Skarner.png", - sprite: "champion3.png", - group: "champion", - x: 240, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 601.28, - hpperlevel: 90, - mp: 272.2, - mpperlevel: 40, - movespeed: 335, - armor: 29.384, - armorperlevel: 3.8, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.925, - hpregenperlevel: 0.85, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 57.156, - attackdamageperlevel: 4.5, - attackspeedoffset: 0, - attackspeedperlevel: 2.1 - } - }, - Sona: { - version: "6.24.1", - id: "Sona", - key: "37", - name: "Sona", - title: "Maven of the Strings", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4810827f74fc21b9/5db06003347d1c6baa57be49/RiotX_ChampionList_sona.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg", - blurb: - "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...", - info: { - attack: 5, - defense: 2, - magic: 8, - difficulty: 4 - }, - image: { - full: "Sona.png", - sprite: "champion3.png", - group: "champion", - x: 288, - y: 0, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 482.36, - hpperlevel: 77, - mp: 340.6, - mpperlevel: 45, - movespeed: 325, - armor: 20.544, - armorperlevel: 3.3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 11.5, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 50.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.3 - } - }, - Soraka: { - version: "6.24.1", - id: "Soraka", - key: "16", - name: "Soraka", - title: "the Starchild", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2141839fdc483592/5db06003e9effa6ba5295fad/RiotX_ChampionList_soraka.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg", - blurb: - "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...", - info: { - attack: 2, - defense: 5, - magic: 7, - difficulty: 3 - }, - image: { - full: "Soraka.png", - sprite: "champion3.png", - group: "champion", - x: 336, - y: 0, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 529.04, - hpperlevel: 78, - mp: 350.8, - mpperlevel: 60, - movespeed: 325, - armor: 23.384, - armorperlevel: 3.8, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 2.5, - hpregenperlevel: 0.5, - mpregen: 11.5, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 50.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.14 - } - }, - Swain: { - version: "6.24.1", - id: "Swain", - key: "50", - name: "Swain", - title: "the Master Tactician", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1a64e469280b8b9f/5db060030b39e86c2f83dc25/RiotX_ChampionList_swain.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg", - blurb: - "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...", - info: { - attack: 2, - defense: 6, - magic: 9, - difficulty: 8 - }, - image: { - full: "Swain.png", - sprite: "champion3.png", - group: "champion", - x: 384, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Fighter"], - partype: "MP", - stats: { - hp: 516.04, - hpperlevel: 90, - mp: 374, - mpperlevel: 47, - movespeed: 335, - armor: 22.72, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 7.84, - hpregenperlevel: 0.65, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 52.04, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.11 - } - }, - Syndra: { - version: "6.24.1", - id: "Syndra", - key: "134", - name: "Syndra", - title: "the Dark Sovereign", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd9308eedab3a6fa5/5db0600c3a326d6df6c0e7bf/RiotX_ChampionList_syndra.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg", - blurb: - "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...", - info: { - attack: 2, - defense: 3, - magic: 9, - difficulty: 8 - }, - image: { - full: "Syndra.png", - sprite: "champion3.png", - group: "champion", - x: 432, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 511.04, - hpperlevel: 78, - mp: 384, - mpperlevel: 60, - movespeed: 330, - armor: 24.712, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.505, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.872, - attackdamageperlevel: 2.9, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - TahmKench: { - version: "6.24.1", - id: "TahmKench", - key: "223", - name: "Tahm Kench", - title: "the River King", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt87be9cf38f3bc986/5db0600c56458c6b3fc17533/RiotX_ChampionList_tahmkench.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg", - blurb: - "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...", - info: { - attack: 3, - defense: 9, - magic: 6, - difficulty: 5 - }, - image: { - full: "TahmKench.png", - sprite: "champion3.png", - group: "champion", - x: 0, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Tank"], - partype: "MP", - stats: { - hp: 610, - hpperlevel: 95, - mp: 325, - mpperlevel: 40, - movespeed: 335, - armor: 27, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 6.5, - hpregenperlevel: 0.55, - mpregen: 8, - mpregenperlevel: 1, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 3.2, - attackspeedoffset: 0, - attackspeedperlevel: 2.5 - } - }, - Taliyah: { - version: "6.24.1", - id: "Taliyah", - key: "163", - name: "Taliyah", - title: "the Stoneweaver", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt35c3537198ee86b9/5db05fc52140ec675d68f49b/RiotX_ChampionList_ialiyah.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg", - blurb: - "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...", - info: { - attack: 1, - defense: 7, - magic: 8, - difficulty: 5 - }, - image: { - full: "Taliyah.png", - sprite: "champion3.png", - group: "champion", - x: 48, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 520, - hpperlevel: 75, - mp: 340, - mpperlevel: 60, - movespeed: 325, - armor: 20, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 7, - hpregenperlevel: 0.7, - mpregen: 7, - mpregenperlevel: 0.85, - crit: 0, - critperlevel: 0, - attackdamage: 56, - attackdamageperlevel: 3.3, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Talon: { - version: "6.24.1", - id: "Talon", - key: "91", - name: "Talon", - title: "the Blade's Shadow", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a737f99ebcd027/5db0600c89fb926b491ed829/RiotX_ChampionList_talon.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg", - blurb: - "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau

Talon's earliest memories are the darkness of Noxus' underground ...", - info: { - attack: 9, - defense: 3, - magic: 1, - difficulty: 7 - }, - image: { - full: "Talon.png", - sprite: "champion3.png", - group: "champion", - x: 96, - y: 48, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "MP", - stats: { - hp: 583, - hpperlevel: 90, - mp: 377.2, - mpperlevel: 37, - movespeed: 335, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.51, - hpregenperlevel: 0.75, - mpregen: 7.59, - mpregenperlevel: 0.5, - crit: 0, - critperlevel: 0, - attackdamage: 60, - attackdamageperlevel: 3.1, - attackspeedoffset: 0, - attackspeedperlevel: 2.9 - } - }, - Taric: { - version: "6.24.1", - id: "Taric", - key: "44", - name: "Taric", - title: "the Shield of Valoran", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b2d37773c3621e1/5db0600d347d1c6baa57be55/RiotX_ChampionList_taric.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg", - blurb: - "''The best weapons are beautiful.''

Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...", - info: { - attack: 4, - defense: 8, - magic: 5, - difficulty: 3 - }, - image: { - full: "Taric.png", - sprite: "champion3.png", - group: "champion", - x: 144, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Fighter"], - partype: "MP", - stats: { - hp: 575, - hpperlevel: 90, - mp: 300, - mpperlevel: 60, - movespeed: 340, - armor: 25, - armorperlevel: 3.4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 150, - hpregen: 6, - hpregenperlevel: 0.5, - mpregen: 5, - mpregenperlevel: 1, - crit: 0, - critperlevel: 0, - attackdamage: 55, - attackdamageperlevel: 3.5, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Teemo: { - version: "6.24.1", - id: "Teemo", - key: "17", - name: "Teemo", - title: "the Swift Scout", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt30ddbbdc0549078a/5db0600da6470d6ab91ce5b8/RiotX_ChampionList_teemo.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg", - blurb: - "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...", - info: { - attack: 5, - defense: 3, - magic: 7, - difficulty: 6 - }, - image: { - full: "Teemo.png", - sprite: "champion3.png", - group: "champion", - x: 192, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman", "Assassin"], - partype: "MP", - stats: { - hp: 515.76, - hpperlevel: 82, - mp: 267.2, - mpperlevel: 40, - movespeed: 330, - armor: 24.3, - armorperlevel: 3.75, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 500, - hpregen: 5.74, - hpregenperlevel: 0.65, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 49.54, - attackdamageperlevel: 3, - attackspeedoffset: -0.0947, - attackspeedperlevel: 3.38 - } - }, - Thresh: { - version: "6.24.1", - id: "Thresh", - key: "412", - name: "Thresh", - title: "the Chain Warden", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46555de3bfa94d44/5db0600b2140ec675d68f4b5/RiotX_ChampionList_thresh.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg", - blurb: - "''The mind is a wondrous thing to tear apart.''

Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...", - info: { - attack: 5, - defense: 6, - magic: 6, - difficulty: 7 - }, - image: { - full: "Thresh.png", - sprite: "champion3.png", - group: "champion", - x: 240, - y: 48, - w: 48, - h: 48 - }, - tags: ["Support", "Fighter"], - partype: "MP", - stats: { - hp: 560.52, - hpperlevel: 93, - mp: 273.92, - mpperlevel: 44, - movespeed: 335, - armor: 16, - armorperlevel: 0, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 450, - hpregen: 6.92, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 47.696, - attackdamageperlevel: 2.2, - attackspeedoffset: 0, - attackspeedperlevel: 3.5 - } - }, - Tristana: { - version: "6.24.1", - id: "Tristana", - key: "18", - name: "Tristana", - title: "the Yordle Gunner", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfbbc3205edf5207a/5db0600bdc674266df3d5d50/RiotX_ChampionList_tristana.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg", - blurb: - "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...", - info: { - attack: 9, - defense: 3, - magic: 5, - difficulty: 4 - }, - image: { - full: "Tristana.png", - sprite: "champion3.png", - group: "champion", - x: 288, - y: 48, - w: 48, - h: 48 - }, - tags: ["Marksman", "Assassin"], - partype: "MP", - stats: { - hp: 542.76, - hpperlevel: 82, - mp: 246.76, - mpperlevel: 32, - movespeed: 325, - armor: 22, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.19, - hpregenperlevel: 0.65, - mpregen: 7.205, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 56.96, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.04734, - attackspeedperlevel: 1.5 - } - }, - Trundle: { - version: "6.24.1", - id: "Trundle", - key: "48", - name: "Trundle", - title: "the Troll King", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt05eb0518bbe963c0/5db0600ba6470d6ab91ce5b2/RiotX_ChampionList_trundle.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg", - blurb: - "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...", - info: { - attack: 7, - defense: 6, - magic: 2, - difficulty: 5 - }, - image: { - full: "Trundle.png", - sprite: "champion3.png", - group: "champion", - x: 336, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 616.28, - hpperlevel: 96, - mp: 281.6, - mpperlevel: 45, - movespeed: 350, - armor: 27.536, - armorperlevel: 2.7, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 6, - hpregenperlevel: 0.75, - mpregen: 7.505, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 60.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.0672, - attackspeedperlevel: 2.9 - } - }, - Tryndamere: { - version: "6.24.1", - id: "Tryndamere", - key: "23", - name: "Tryndamere", - title: "the Barbarian King", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b217144ed3a7faa/5db08d643a326d6df6c0e907/RiotX_ChampionList_tryndamere.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg", - blurb: - "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...", - info: { - attack: 10, - defense: 5, - magic: 2, - difficulty: 5 - }, - image: { - full: "Tryndamere.png", - sprite: "champion3.png", - group: "champion", - x: 384, - y: 48, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "Battlefury", - stats: { - hp: 625.64, - hpperlevel: 98, - mp: 100, - mpperlevel: 0, - movespeed: 345, - armor: 24.108, - armorperlevel: 3.1, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.51, - hpregenperlevel: 0.9, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 61.376, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.0672, - attackspeedperlevel: 2.9 - } - }, - TwistedFate: { - version: "6.24.1", - id: "TwistedFate", - key: "4", - name: "Twisted Fate", - title: "the Card Master", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaebcdb8b21d440a7/5db0600ce9effa6ba5295fb3/RiotX_ChampionList_twistedfate.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg", - blurb: - "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...", - info: { - attack: 6, - defense: 2, - magic: 6, - difficulty: 9 - }, - image: { - full: "TwistedFate.png", - sprite: "champion3.png", - group: "champion", - x: 432, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 521.76, - hpperlevel: 82, - mp: 265.84, - mpperlevel: 38, - movespeed: 330, - armor: 20.542, - armorperlevel: 3.15, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.505, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 49.954, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.04, - attackspeedperlevel: 3.22 - } - }, - Twitch: { - version: "6.24.1", - id: "Twitch", - key: "29", - name: "Twitch", - title: "the Plague Rat", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt674dca7d5611ebb0/5db060159481396d6bdd01be/RiotX_ChampionList_twitch.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg", - blurb: - "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.

Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...", - info: { - attack: 9, - defense: 2, - magic: 3, - difficulty: 6 - }, - image: { - full: "Twitch.png", - sprite: "champion3.png", - group: "champion", - x: 0, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Assassin"], - partype: "MP", - stats: { - hp: 525.08, - hpperlevel: 81, - mp: 287.2, - mpperlevel: 40, - movespeed: 330, - armor: 23.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.005, - hpregenperlevel: 0.6, - mpregen: 7.255, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 55.46, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.08, - attackspeedperlevel: 3.38 - } - }, - Udyr: { - version: "6.24.1", - id: "Udyr", - key: "77", - name: "Udyr", - title: "the Spirit Walker", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8350eda62a9ed56c/63350924f709a318104f9bbb/RiotX_ChampionList_udyr_v2.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg", - blurb: - "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...", - info: { - attack: 8, - defense: 7, - magic: 4, - difficulty: 7 - }, - image: { - full: "Udyr.png", - sprite: "champion3.png", - group: "champion", - x: 48, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 593.32, - hpperlevel: 99, - mp: 270.4, - mpperlevel: 30, - movespeed: 345, - armor: 25.47, - armorperlevel: 4, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 6, - hpregenperlevel: 0.75, - mpregen: 7.505, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 58.286, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.67 - } - }, - Urgot: { - version: "6.24.1", - id: "Urgot", - key: "6", - name: "Urgot", - title: "the Headsman's Pride", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt162b78ba3ece1d4f/5db060157d28b76cfe43981b/RiotX_ChampionList_urgot.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg", - blurb: - "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...", - info: { - attack: 8, - defense: 5, - magic: 3, - difficulty: 8 - }, - image: { - full: "Urgot.png", - sprite: "champion3.png", - group: "champion", - x: 96, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Fighter"], - partype: "MP", - stats: { - hp: 586.52, - hpperlevel: 89, - mp: 312.4, - mpperlevel: 55, - movespeed: 335, - armor: 24.544, - armorperlevel: 3.3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 425, - hpregen: 6.505, - hpregenperlevel: 0.6, - mpregen: 8.59, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 54.05, - attackdamageperlevel: 3.6, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.9 - } - }, - Varus: { - version: "6.24.1", - id: "Varus", - key: "110", - name: "Varus", - title: "the Arrow of Retribution", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt596158d85a8360d1/5db060132dc72966da74671a/RiotX_ChampionList_varus.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg", - blurb: - "''The life of an arrow is fleeting, built of nothing but direction and intent.''

For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...", - info: { - attack: 7, - defense: 3, - magic: 4, - difficulty: 2 - }, - image: { - full: "Varus.png", - sprite: "champion3.png", - group: "champion", - x: 144, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Mage"], - partype: "MP", - stats: { - hp: 537.76, - hpperlevel: 82, - mp: 360.48, - mpperlevel: 33, - movespeed: 330, - armor: 23.212, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 575, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 7.34, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 54.66, - attackdamageperlevel: 2.41, - attackspeedoffset: -0.05, - attackspeedperlevel: 3 - } - }, - Vayne: { - version: "6.24.1", - id: "Vayne", - key: "67", - name: "Vayne", - title: "the Night Hunter", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9eaabc908956c8b0/5db060146af83b6d7032c90a/RiotX_ChampionList_vayne.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg", - blurb: - "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.

As a young ...", - info: { - attack: 10, - defense: 1, - magic: 1, - difficulty: 8 - }, - image: { - full: "Vayne.png", - sprite: "champion3.png", - group: "champion", - x: 192, - y: 96, - w: 48, - h: 48 - }, - tags: ["Marksman", "Assassin"], - partype: "MP", - stats: { - hp: 498.44, - hpperlevel: 83, - mp: 231.8, - mpperlevel: 35, - movespeed: 330, - armor: 19.012, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6.97, - mpregenperlevel: 0.4, - crit: 0, - critperlevel: 0, - attackdamage: 55.88, - attackdamageperlevel: 1.66, - attackspeedoffset: -0.05, - attackspeedperlevel: 4 - } - }, - Veigar: { - version: "6.24.1", - id: "Veigar", - key: "45", - name: "Veigar", - title: "the Tiny Master of Evil", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltda2b568b0c3e5847/5db06014e9effa6ba5295fb9/RiotX_ChampionList_veigar.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg", - blurb: - "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...", - info: { - attack: 2, - defense: 2, - magic: 10, - difficulty: 7 - }, - image: { - full: "Veigar.png", - sprite: "champion3.png", - group: "champion", - x: 240, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 492.76, - hpperlevel: 82, - mp: 392.4, - mpperlevel: 52, - movespeed: 340, - armor: 22.55, - armorperlevel: 3.75, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 50.71, - attackdamageperlevel: 2.625, - attackspeedoffset: 0, - attackspeedperlevel: 2.24 - } - }, - Velkoz: { - version: "6.24.1", - id: "Velkoz", - key: "161", - name: "Vel'Koz", - title: "the Eye of the Void", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt825d0c333f6e74ae/5db060142140ec675d68f4bb/RiotX_ChampionList_velkoz.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg", - blurb: - "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.

There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....", - info: { - attack: 2, - defense: 2, - magic: 10, - difficulty: 8 - }, - image: { - full: "Velkoz.png", - sprite: "champion3.png", - group: "champion", - x: 288, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 507.68, - hpperlevel: 76, - mp: 375.6, - mpperlevel: 42, - movespeed: 340, - armor: 21.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 54.9379, - attackdamageperlevel: 3.14159, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - Vi: { - version: "6.24.1", - id: "Vi", - key: "254", - name: "Vi", - title: "the Piltover Enforcer", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3bd79abf330fc807/5db06014dc674266df3d5d56/RiotX_ChampionList_vi.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg", - blurb: - "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...", - info: { - attack: 8, - defense: 5, - magic: 3, - difficulty: 4 - }, - image: { - full: "Vi.png", - sprite: "champion3.png", - group: "champion", - x: 336, - y: 96, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 582.8, - hpperlevel: 85, - mp: 295.6, - mpperlevel: 45, - movespeed: 345, - armor: 25.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 9.01, - hpregenperlevel: 0.9, - mpregen: 8.09, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 55.88, - attackdamageperlevel: 3.5, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.5 - } - }, - Viktor: { - version: "6.24.1", - id: "Viktor", - key: "112", - name: "Viktor", - title: "the Machine Herald", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6e54b3de49b7bbf3/5db06015df78486c826dcd1e/RiotX_ChampionList_viktor.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg", - blurb: - "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...", - info: { - attack: 2, - defense: 4, - magic: 10, - difficulty: 9 - }, - image: { - full: "Viktor.png", - sprite: "champion3.png", - group: "champion", - x: 384, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 516.04, - hpperlevel: 78, - mp: 324, - mpperlevel: 50, - movespeed: 335, - armor: 22.72, - armorperlevel: 4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 7.84, - hpregenperlevel: 0.65, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 52.04, - attackdamageperlevel: 3, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.11 - } - }, - Vladimir: { - version: "6.24.1", - id: "Vladimir", - key: "8", - name: "Vladimir", - title: "the Crimson Reaper", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39ab5027f6fa1b81/5db0601589fb926b491ed82f/RiotX_ChampionList_vladimir.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg", - blurb: - "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...", - info: { - attack: 2, - defense: 6, - magic: 8, - difficulty: 7 - }, - image: { - full: "Vladimir.png", - sprite: "champion3.png", - group: "champion", - x: 432, - y: 96, - w: 48, - h: 48 - }, - tags: ["Mage", "Tank"], - partype: "Gnarfury", - stats: { - hp: 525, - hpperlevel: 84, - mp: 2, - mpperlevel: 0, - movespeed: 330, - armor: 23, - armorperlevel: 3.3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 450, - hpregen: 7.005, - hpregenperlevel: 0.6, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 52, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Volibear: { - version: "6.24.1", - id: "Volibear", - key: "106", - name: "Volibear", - title: "the Thunder's Roar", - img: "https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg", - blurb: - "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...", - info: { - attack: 7, - defense: 7, - magic: 4, - difficulty: 3 - }, - image: { - full: "Volibear.png", - sprite: "champion4.png", - group: "champion", - x: 0, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 584.48, - hpperlevel: 86, - mp: 270.4, - mpperlevel: 30, - movespeed: 345, - armor: 26.38, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.09, - hpregenperlevel: 0.65, - mpregen: 8.09, - mpregenperlevel: 0.65, - crit: 0, - critperlevel: 0, - attackdamage: 59.544, - attackdamageperlevel: 3.3, - attackspeedoffset: -0.05, - attackspeedperlevel: 2.67 - } - }, - Warwick: { - version: "6.24.1", - id: "Warwick", - key: "19", - name: "Warwick", - title: "the Blood Hunter", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08a92f3897cfc8f5/5db0601ddc674266df3d5d5c/RiotX_ChampionList_warwick.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg", - blurb: - "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...", - info: { - attack: 7, - defense: 4, - magic: 4, - difficulty: 3 - }, - image: { - full: "Warwick.png", - sprite: "champion4.png", - group: "champion", - x: 48, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 592.64, - hpperlevel: 98, - mp: 240.4, - mpperlevel: 30, - movespeed: 345, - armor: 25.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 8.39, - hpregenperlevel: 0.8, - mpregen: 8.105, - mpregenperlevel: 0.6, - crit: 0, - critperlevel: 0, - attackdamage: 62.43, - attackdamageperlevel: 3.375, - attackspeedoffset: -0.08, - attackspeedperlevel: 2.88 - } - }, - Xerath: { - version: "6.24.1", - id: "Xerath", - key: "101", - name: "Xerath", - title: "the Magus Ascendant", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbda694c8890e94e5/5db0601ce9effa6ba5295fbf/RiotX_ChampionList_xeratth.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg", - blurb: - "''A lifetime as a slave has prepared me for eternity as your master.''

Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...", - info: { - attack: 1, - defense: 3, - magic: 10, - difficulty: 8 - }, - image: { - full: "Xerath.png", - sprite: "champion4.png", - group: "champion", - x: 96, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage", "Assassin"], - partype: "MP", - stats: { - hp: 514.4, - hpperlevel: 80, - mp: 366.96, - mpperlevel: 44, - movespeed: 340, - armor: 21.88, - armorperlevel: 3.5, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 525, - hpregen: 5.42, - hpregenperlevel: 0.55, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 54.7, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 1.36 - } - }, - XinZhao: { - version: "6.24.1", - id: "XinZhao", - key: "5", - name: "Xin Zhao", - title: "the Seneschal of Demacia", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltca4486a1630ef517/5db0601ce9d7526ab429e54a/RiotX_ChampionList_xinzhao.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg", - blurb: - "''Death is inevitable, one can only avoid defeat.''

Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...", - info: { - attack: 8, - defense: 6, - magic: 3, - difficulty: 2 - }, - image: { - full: "XinZhao.png", - sprite: "champion4.png", - group: "champion", - x: 144, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "MP", - stats: { - hp: 600, - hpperlevel: 92, - mp: 273.8, - mpperlevel: 35, - movespeed: 345, - armor: 25.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 8.175, - hpregenperlevel: 0.7, - mpregen: 7.255, - mpregenperlevel: 0.45, - crit: 0, - critperlevel: 0, - attackdamage: 57.544, - attackdamageperlevel: 3.3, - attackspeedoffset: 0, - attackspeedperlevel: 2.6 - } - }, - Yasuo: { - version: "6.24.1", - id: "Yasuo", - key: "157", - name: "Yasuo", - title: "the Unforgiven", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3a319fc884dc6880/5db0601c242f426df132f985/RiotX_ChampionList_yasuo.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg", - blurb: - "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...", - info: { - attack: 8, - defense: 4, - magic: 4, - difficulty: 10 - }, - image: { - full: "Yasuo.png", - sprite: "champion4.png", - group: "champion", - x: 192, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Assassin"], - partype: "Wind", - stats: { - hp: 517.76, - hpperlevel: 82, - mp: 100, - mpperlevel: 0, - movespeed: 345, - armor: 24.712, - armorperlevel: 3.4, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 175, - hpregen: 6.51, - hpregenperlevel: 0.9, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 55.376, - attackdamageperlevel: 3.2, - attackspeedoffset: -0.067, - attackspeedperlevel: 2.5 - } - }, - Yorick: { - version: "6.24.1", - id: "Yorick", - key: "83", - name: "Yorick", - title: "Shepherd of Souls", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570d89dd9a76ba08/5db0601c823d426762825ff9/RiotX_ChampionList_yorick.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg", - blurb: - "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...", - info: { - attack: 6, - defense: 6, - magic: 4, - difficulty: 6 - }, - image: { - full: "Yorick.png", - sprite: "champion4.png", - group: "champion", - x: 240, - y: 0, - w: 48, - h: 48 - }, - tags: ["Fighter", "Tank"], - partype: "MP", - stats: { - hp: 580, - hpperlevel: 100, - mp: 300, - mpperlevel: 40, - movespeed: 340, - armor: 30, - armorperlevel: 4, - spellblock: 32, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 8, - hpregenperlevel: 0.8, - mpregen: 7.5, - mpregenperlevel: 0.75, - crit: 0, - critperlevel: 0, - attackdamage: 57, - attackdamageperlevel: 5, - attackspeedoffset: 0, - attackspeedperlevel: 2 - } - }, - Zac: { - version: "6.24.1", - id: "Zac", - key: "154", - name: "Zac", - title: "the Secret Weapon", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9412083c2b98b9c8/5db0601d6af83b6d7032c910/RiotX_ChampionList_zac.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg", - blurb: - "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...", - info: { - attack: 3, - defense: 7, - magic: 7, - difficulty: 8 - }, - image: { - full: "Zac.png", - sprite: "champion4.png", - group: "champion", - x: 288, - y: 0, - w: 48, - h: 48 - }, - tags: ["Tank", "Fighter"], - partype: "None", - stats: { - hp: 614.6, - hpperlevel: 95, - mp: 0, - mpperlevel: 0, - movespeed: 340, - armor: 23.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 175, - hpregen: 7.92, - hpregenperlevel: 0.55, - mpregen: 0, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 59.67, - attackdamageperlevel: 3.375, - attackspeedoffset: -0.02, - attackspeedperlevel: 1.6 - } - }, - Zed: { - version: "6.24.1", - id: "Zed", - key: "238", - name: "Zed", - title: "the Master of Shadows", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt402d6da485218720/5db0601de9effa6ba5295fc5/RiotX_ChampionList_zed.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg", - blurb: - "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...", - info: { - attack: 9, - defense: 2, - magic: 1, - difficulty: 7 - }, - image: { - full: "Zed.png", - sprite: "champion4.png", - group: "champion", - x: 336, - y: 0, - w: 48, - h: 48 - }, - tags: ["Assassin", "Fighter"], - partype: "Energy", - stats: { - hp: 579.4, - hpperlevel: 80, - mp: 200, - mpperlevel: 0, - movespeed: 345, - armor: 26.88, - armorperlevel: 3.5, - spellblock: 32.1, - spellblockperlevel: 1.25, - attackrange: 125, - hpregen: 7.09, - hpregenperlevel: 0.65, - mpregen: 50, - mpregenperlevel: 0, - crit: 0, - critperlevel: 0, - attackdamage: 54.712, - attackdamageperlevel: 3.4, - attackspeedoffset: -0.03, - attackspeedperlevel: 2.1 - } - }, - Ziggs: { - version: "6.24.1", - id: "Ziggs", - key: "115", - name: "Ziggs", - title: "the Hexplosives Expert", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0f8c12d54d8ecd28/5db0602289fb926b491ed835/RiotX_ChampionList_ziggs.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg", - blurb: - "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...", - info: { - attack: 2, - defense: 4, - magic: 9, - difficulty: 4 - }, - image: { - full: "Ziggs.png", - sprite: "champion4.png", - group: "champion", - x: 384, - y: 0, - w: 48, - h: 48 - }, - tags: ["Mage"], - partype: "MP", - stats: { - hp: 524.4, - hpperlevel: 80, - mp: 384, - mpperlevel: 47, - movespeed: 325, - armor: 21.544, - armorperlevel: 3.3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 6.255, - hpregenperlevel: 0.6, - mpregen: 6, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 54.208, - attackdamageperlevel: 3.1, - attackspeedoffset: -0.04734, - attackspeedperlevel: 2 - } - }, - Zilean: { - version: "6.24.1", - id: "Zilean", - key: "26", - name: "Zilean", - title: "the Chronokeeper", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta32de59397f53325/5db060222dc72966da746720/RiotX_ChampionList_zilean.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg", - blurb: - "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...", - info: { - attack: 2, - defense: 5, - magic: 8, - difficulty: 6 - }, - image: { - full: "Zilean.png", - sprite: "champion4.png", - group: "champion", - x: 432, - y: 0, - w: 48, - h: 48 - }, - tags: ["Support", "Mage"], - partype: "MP", - stats: { - hp: 499.28, - hpperlevel: 77, - mp: 360.8, - mpperlevel: 60, - movespeed: 335, - armor: 19.134, - armorperlevel: 3.8, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 550, - hpregen: 5.44, - hpregenperlevel: 0.5, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 51.64, - attackdamageperlevel: 3, - attackspeedoffset: 0, - attackspeedperlevel: 2.13 - } - }, - Zyra: { - version: "6.24.1", - id: "Zyra", - key: "143", - name: "Zyra", - title: "Rise of the Thorns", - img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9bc3497cdd04f6d5/5db060229481396d6bdd01c4/RiotX_ChampionList_zyra.jpg", - splash: - "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg", - blurb: - "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...", - info: { - attack: 4, - defense: 3, - magic: 8, - difficulty: 7 - }, - image: { - full: "Zyra.png", - sprite: "champion4.png", - group: "champion", - x: 0, - y: 48, - w: 48, - h: 48 - }, - tags: ["Mage", "Support"], - partype: "MP", - stats: { - hp: 499.32, - hpperlevel: 74, - mp: 334, - mpperlevel: 50, - movespeed: 340, - armor: 20.04, - armorperlevel: 3, - spellblock: 30, - spellblockperlevel: 0, - attackrange: 575, - hpregen: 5.69, - hpregenperlevel: 0.5, - mpregen: 8.5, - mpregenperlevel: 0.8, - crit: 0, - critperlevel: 0, - attackdamage: 53.376, - attackdamageperlevel: 3.2, - attackspeedoffset: 0, - attackspeedperlevel: 2.11 - } - } - } -}; diff --git a/src/data/lol/lol.json b/src/data/lol/lol.json deleted file mode 100644 index ca4c784d..00000000 --- a/src/data/lol/lol.json +++ /dev/null @@ -1,6951 +0,0 @@ -{ - "type": "champion", - "format": "standAloneComplex", - "version": "6.24.1", - "data": { - "Aatrox": { - "version": "6.24.1", - "id": "Aatrox", - "key": "266", - "name": "Aatrox", - "title": "the Darkin Blade", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570145160dd39dca/5db05fa8347d1c6baa57be25/RiotX_ChampionList_aatrox.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg", - "blurb": "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...", - "info": { - "attack": 8, - "defense": 4, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Aatrox.png", - "sprite": "champion0.png", - "group": "champion", - "x": 0, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "BloodWell", - "stats": { - "hp": 537.8, - "hpperlevel": 85, - "mp": 105.6, - "mpperlevel": 45, - "movespeed": 345, - "armor": 24.384, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 150, - "hpregen": 6.59, - "hpregenperlevel": 0.5, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.04, - "attackspeedperlevel": 3 - } - }, - "Ahri": { - "version": "6.24.1", - "id": "Ahri", - "key": "103", - "name": "Ahri", - "title": "the Nine-Tailed Fox", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1259276b6d1efa78/5db05fa86e8b0c6d038c5ca2/RiotX_ChampionList_ahri.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg", - "blurb": "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...", - "info": { - "attack": 3, - "defense": 4, - "magic": 8, - "difficulty": 5 - }, - "image": { - "full": "Ahri.png", - "sprite": "champion0.png", - "group": "champion", - "x": 48, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 514.4, - "hpperlevel": 80, - "mp": 334, - "mpperlevel": 50, - "movespeed": 330, - "armor": 20.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.505, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.065, - "attackspeedperlevel": 2 - } - }, - "Akali": { - "version": "6.24.1", - "id": "Akali", - "key": "84", - "name": "Akali", - "title": "the Fist of Shadow", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt80ff58fe809777ff/5db05fa8adc8656c7d24e7d6/RiotX_ChampionList_akali.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg", - "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...", - "info": { - "attack": 5, - "defense": 3, - "magic": 8, - "difficulty": 7 - }, - "image": { - "full": "Akali.png", - "sprite": "champion0.png", - "group": "champion", - "x": 96, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin" - ], - "partype": "Energy", - "stats": { - "hp": 587.8, - "hpperlevel": 85, - "mp": 200, - "mpperlevel": 0, - "movespeed": 350, - "armor": 26.38, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.34, - "hpregenperlevel": 0.65, - "mpregen": 50, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.1, - "attackspeedperlevel": 3.1 - } - }, - "Alistar": { - "version": "6.24.1", - "id": "Alistar", - "key": "12", - "name": "Alistar", - "title": "the Minotaur", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b366925d2fd8fdb/5db05fa856458c6b3fc1750b/RiotX_ChampionList_alistar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg", - "blurb": "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...", - "info": { - "attack": 6, - "defense": 9, - "magic": 5, - "difficulty": 7 - }, - "image": { - "full": "Alistar.png", - "sprite": "champion0.png", - "group": "champion", - "x": 144, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 613.36, - "hpperlevel": 106, - "mp": 278.84, - "mpperlevel": 38, - "movespeed": 330, - "armor": 24.38, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.675, - "hpregenperlevel": 0.85, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.1116, - "attackdamageperlevel": 3.62, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.125 - } - }, - "Amumu": { - "version": "6.24.1", - "id": "Amumu", - "key": "32", - "name": "Amumu", - "title": "the Sad Mummy", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt40dfbe48a61c439f/5db05fa80b39e86c2f83dbf9/RiotX_ChampionList_amumu.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg", - "blurb": "''Solitude can be lonelier than death.''

A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...", - "info": { - "attack": 2, - "defense": 6, - "magic": 8, - "difficulty": 3 - }, - "image": { - "full": "Amumu.png", - "sprite": "champion0.png", - "group": "champion", - "x": 192, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 613.12, - "hpperlevel": 84, - "mp": 287.2, - "mpperlevel": 40, - "movespeed": 335, - "armor": 23.544, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.875, - "hpregenperlevel": 0.85, - "mpregen": 7.38, - "mpregenperlevel": 0.525, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.384, - "attackdamageperlevel": 3.8, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 2.18 - } - }, - "Anivia": { - "version": "6.24.1", - "id": "Anivia", - "key": "34", - "name": "Anivia", - "title": "the Cryophoenix", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3d24a1482453088a/5db05fa8df78486c826dcce8/RiotX_ChampionList_anivia.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg", - "blurb": "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...", - "info": { - "attack": 1, - "defense": 4, - "magic": 10, - "difficulty": 10 - }, - "image": { - "full": "Anivia.png", - "sprite": "champion0.png", - "group": "champion", - "x": 240, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 467.6, - "hpperlevel": 70, - "mp": 396.04, - "mpperlevel": 50, - "movespeed": 325, - "armor": 21.22, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 600, - "hpregen": 5.57, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.68 - } - }, - "Annie": { - "version": "6.24.1", - "id": "Annie", - "key": "1", - "name": "Annie", - "title": "the Dark Child", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt28c708665427aef6/5db05fa89481396d6bdd01a6/RiotX_ChampionList_annie.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg", - "blurb": "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...", - "info": { - "attack": 2, - "defense": 3, - "magic": 10, - "difficulty": 6 - }, - "image": { - "full": "Annie.png", - "sprite": "champion0.png", - "group": "champion", - "x": 288, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 511.68, - "hpperlevel": 76, - "mp": 334, - "mpperlevel": 50, - "movespeed": 335, - "armor": 19.22, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 575, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.41, - "attackdamageperlevel": 2.625, - "attackspeedoffset": 0.08, - "attackspeedperlevel": 1.36 - } - }, - "Ashe": { - "version": "6.24.1", - "id": "Ashe", - "key": "22", - "name": "Ashe", - "title": "the Frost Archer", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt943aae038e2dee98/5db05fa8e9effa6ba5295f91/RiotX_ChampionList_ashe.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg", - "blurb": "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...", - "info": { - "attack": 7, - "defense": 3, - "magic": 2, - "difficulty": 4 - }, - "image": { - "full": "Ashe.png", - "sprite": "champion0.png", - "group": "champion", - "x": 336, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 527.72, - "hpperlevel": 79, - "mp": 280, - "mpperlevel": 32, - "movespeed": 325, - "armor": 21.212, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 600, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6.97, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56.508, - "attackdamageperlevel": 2.26, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3.33 - } - }, - "AurelionSol": { - "version": "6.24.1", - "id": "AurelionSol", - "key": "136", - "name": "Aurelion Sol", - "title": "The Star Forger", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5dd3569fc67d6664/5db05fa8bd24496c390ae4d8/RiotX_ChampionList_aurelionsol.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg", - "blurb": "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...", - "info": { - "attack": 2, - "defense": 3, - "magic": 8, - "difficulty": 7 - }, - "image": { - "full": "AurelionSol.png", - "sprite": "champion0.png", - "group": "champion", - "x": 384, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 550, - "hpperlevel": 80, - "mp": 350, - "mpperlevel": 50, - "movespeed": 325, - "armor": 19, - "armorperlevel": 3.6, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.5, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57, - "attackdamageperlevel": 3.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Azir": { - "version": "6.24.1", - "id": "Azir", - "key": "268", - "name": "Azir", - "title": "the Emperor of the Sands", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0e3f847946232167/5db05fa889fb926b491ed7ff/RiotX_ChampionList_azir.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg", - "blurb": "''Shurima was once the glory of Runeterra. I will make it so again.''

Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...", - "info": { - "attack": 6, - "defense": 3, - "magic": 8, - "difficulty": 9 - }, - "image": { - "full": "Azir.png", - "sprite": "champion0.png", - "group": "champion", - "x": 432, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 524.4, - "hpperlevel": 80, - "mp": 350.56, - "mpperlevel": 42, - "movespeed": 325, - "armor": 19.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 6.92, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 52, - "attackdamageperlevel": 2.8, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 1.5 - } - }, - "Bard": { - "version": "6.24.1", - "id": "Bard", - "key": "432", - "name": "Bard", - "title": "the Wandering Caretaker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbbe3ce0c0ae1305b/5db05fb23a326d6df6c0e7b3/RiotX_ChampionList_bard.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg", - "blurb": "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...", - "info": { - "attack": 4, - "defense": 4, - "magic": 5, - "difficulty": 9 - }, - "image": { - "full": "Bard.png", - "sprite": "champion0.png", - "group": "champion", - "x": 0, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 535, - "hpperlevel": 89, - "mp": 350, - "mpperlevel": 50, - "movespeed": 330, - "armor": 25, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 5.4, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 52, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Blitzcrank": { - "version": "6.24.1", - "id": "Blitzcrank", - "key": "53", - "name": "Blitzcrank", - "title": "the Great Steam Golem", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7ef7e56ce1fe17b/5db05fb26af83b6d7032c8f8/RiotX_ChampionList_blitzcrank.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg", - "blurb": "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...", - "info": { - "attack": 4, - "defense": 8, - "magic": 5, - "difficulty": 4 - }, - "image": { - "full": "Blitzcrank.png", - "sprite": "champion0.png", - "group": "champion", - "x": 48, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 582.6, - "hpperlevel": 95, - "mp": 267.2, - "mpperlevel": 40, - "movespeed": 325, - "armor": 24.38, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.51, - "hpregenperlevel": 0.75, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.54, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.13 - } - }, - "Brand": { - "version": "6.24.1", - "id": "Brand", - "key": "63", - "name": "Brand", - "title": "the Burning Vengeance", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8ca2e9bba653dda/5db05fb2dc674266df3d5d30/RiotX_ChampionList_brand.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg", - "blurb": "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...", - "info": { - "attack": 2, - "defense": 2, - "magic": 9, - "difficulty": 4 - }, - "image": { - "full": "Brand.png", - "sprite": "champion0.png", - "group": "champion", - "x": 96, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 507.68, - "hpperlevel": 76, - "mp": 375.6, - "mpperlevel": 42, - "movespeed": 340, - "armor": 21.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 8.005, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Braum": { - "version": "6.24.1", - "id": "Braum", - "key": "201", - "name": "Braum", - "title": "the Heart of the Freljord", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd140e30fa86d6ddd/5db05fb2242f426df132f95d/RiotX_ChampionList_braum.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg", - "blurb": "''Would you like a bedtime story?''

''Grandma, I'm too old for that.''

''You're never too old to be told a story.''

The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...", - "info": { - "attack": 3, - "defense": 9, - "magic": 4, - "difficulty": 3 - }, - "image": { - "full": "Braum.png", - "sprite": "champion0.png", - "group": "champion", - "x": 144, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 576.16, - "hpperlevel": 87, - "mp": 310.6, - "mpperlevel": 45, - "movespeed": 335, - "armor": 26.72, - "armorperlevel": 4.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.18, - "hpregenperlevel": 1, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 3.5 - } - }, - "Caitlyn": { - "version": "6.24.1", - "id": "Caitlyn", - "key": "51", - "name": "Caitlyn", - "title": "the Sheriff of Piltover", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt014f4b6fc9bacd10/61b1eb901d158d4007de9685/RiotX_ChampionList_caitlyn_v2.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg", - "blurb": "''Go ahead, run. I'll give you a five minute head start.''

One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 2, - "difficulty": 6 - }, - "image": { - "full": "Caitlyn.png", - "sprite": "champion0.png", - "group": "champion", - "x": 192, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 524.4, - "hpperlevel": 80, - "mp": 313.7, - "mpperlevel": 35, - "movespeed": 325, - "armor": 22.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 650, - "hpregen": 5.67, - "hpregenperlevel": 0.55, - "mpregen": 7.4, - "mpregenperlevel": 0.55, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.66, - "attackdamageperlevel": 2.18, - "attackspeedoffset": 0.1, - "attackspeedperlevel": 4 - } - }, - "Camille": { - "version": "6.24.1", - "id": "Camille", - "key": "164", - "name": "Camille", - "title": "the Steel Shadow", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt413fcd7681fe0773/5db05fb089fb926b491ed805/RiotX_ChampionList_camille.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg", - "blurb": "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...", - "info": { - "attack": 8, - "defense": 6, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Camille.png", - "sprite": "champion4.png", - "group": "champion", - "x": 144, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 575.6, - "hpperlevel": 95, - "mp": 338.8, - "mpperlevel": 32, - "movespeed": 340, - "armor": 26, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.5, - "hpregenperlevel": 0.8, - "mpregen": 8.15, - "mpregenperlevel": 0.75, - "crit": 0, - "critperlevel": 0, - "attackdamage": 62, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.5 - } - }, - "Cassiopeia": { - "version": "6.24.1", - "id": "Cassiopeia", - "key": "69", - "name": "Cassiopeia", - "title": "the Serpent's Embrace", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte189be8189da97ea/5db05fb1bd24496c390ae4de/RiotX_ChampionList_cassiopeia.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg", - "blurb": "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...", - "info": { - "attack": 2, - "defense": 3, - "magic": 9, - "difficulty": 10 - }, - "image": { - "full": "Cassiopeia.png", - "sprite": "champion0.png", - "group": "champion", - "x": 240, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 525, - "hpperlevel": 75, - "mp": 375, - "mpperlevel": 60, - "movespeed": 328, - "armor": 25, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.5, - "hpregenperlevel": 0.5, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.034, - "attackspeedperlevel": 1.5 - } - }, - "Chogath": { - "version": "6.24.1", - "id": "Chogath", - "key": "31", - "name": "Cho'Gath", - "title": "the Terror of the Void", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4dfb71de3ddc8166/5db05fb13a326d6df6c0e7ad/RiotX_ChampionList_chogath.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg", - "blurb": "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...", - "info": { - "attack": 3, - "defense": 7, - "magic": 7, - "difficulty": 5 - }, - "image": { - "full": "Chogath.png", - "sprite": "champion0.png", - "group": "champion", - "x": 288, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 574.4, - "hpperlevel": 80, - "mp": 272.2, - "mpperlevel": 40, - "movespeed": 345, - "armor": 28.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.925, - "hpregenperlevel": 0.85, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.156, - "attackdamageperlevel": 4.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.44 - } - }, - "Corki": { - "version": "6.24.1", - "id": "Corki", - "key": "42", - "name": "Corki", - "title": "the Daring Bombardier", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdd918c4d0a86347a/5db05fb1df78486c826dccee/RiotX_ChampionList_corki.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg", - "blurb": "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...", - "info": { - "attack": 8, - "defense": 3, - "magic": 6, - "difficulty": 6 - }, - "image": { - "full": "Corki.png", - "sprite": "champion0.png", - "group": "champion", - "x": 336, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 512.76, - "hpperlevel": 82, - "mp": 350.16, - "mpperlevel": 34, - "movespeed": 325, - "armor": 23.38, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 7.42, - "mpregenperlevel": 0.55, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.3 - } - }, - "Darius": { - "version": "6.24.1", - "id": "Darius", - "key": "122", - "name": "Darius", - "title": "the Hand of Noxus", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt38b52be4a2cb1004/5db05fb19481396d6bdd01ac/RiotX_ChampionList_darius.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg", - "blurb": "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...", - "info": { - "attack": 9, - "defense": 5, - "magic": 1, - "difficulty": 2 - }, - "image": { - "full": "Darius.png", - "sprite": "champion0.png", - "group": "champion", - "x": 384, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 582.24, - "hpperlevel": 100, - "mp": 263, - "mpperlevel": 37.5, - "movespeed": 340, - "armor": 30, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 9.845, - "hpregenperlevel": 0.95, - "mpregen": 6.585, - "mpregenperlevel": 0.35, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 5, - "attackspeedoffset": 0, - "attackspeedperlevel": 1 - } - }, - "Diana": { - "version": "6.24.1", - "id": "Diana", - "key": "131", - "name": "Diana", - "title": "Scorn of the Moon", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt56570083d2a5e20e/5db05fbc823d426762825fdf/RiotX_ChampionList_diana.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg", - "blurb": "''I am the light coursing in the soul of the moon.''

Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...", - "info": { - "attack": 7, - "defense": 6, - "magic": 8, - "difficulty": 4 - }, - "image": { - "full": "Diana.png", - "sprite": "champion0.png", - "group": "champion", - "x": 432, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 589.2, - "hpperlevel": 90, - "mp": 297.2, - "mpperlevel": 40, - "movespeed": 345, - "armor": 26.048, - "armorperlevel": 3.6, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 150, - "hpregen": 7.425, - "hpregenperlevel": 0.85, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.25 - } - }, - "Draven": { - "version": "6.24.1", - "id": "Draven", - "key": "119", - "name": "Draven", - "title": "the Glorious Executioner", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0be728e4cbb8f2a/5db05fbc89fb926b491ed80b/RiotX_ChampionList_draven.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg", - "blurb": "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...", - "info": { - "attack": 9, - "defense": 3, - "magic": 1, - "difficulty": 8 - }, - "image": { - "full": "Draven.png", - "sprite": "champion0.png", - "group": "champion", - "x": 0, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 557.76, - "hpperlevel": 82, - "mp": 360.56, - "mpperlevel": 39, - "movespeed": 330, - "armor": 25.544, - "armorperlevel": 3.3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.175, - "hpregenperlevel": 0.7, - "mpregen": 8.04, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.8, - "attackdamageperlevel": 2.91, - "attackspeedoffset": -0.08, - "attackspeedperlevel": 2.7 - } - }, - "DrMundo": { - "version": "6.24.1", - "id": "DrMundo", - "key": "36", - "name": "Dr. Mundo", - "title": "the Madman of Zaun", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte88a3d7e9e408904/61b1ea136a78b87751002a68/RiotX_ChampionList_drmundo_v2.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg", - "blurb": "''Beware the Madman of Zaun. In his eyes, you are already dead''

It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...", - "info": { - "attack": 5, - "defense": 7, - "magic": 6, - "difficulty": 5 - }, - "image": { - "full": "DrMundo.png", - "sprite": "champion0.png", - "group": "champion", - "x": 48, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "None", - "stats": { - "hp": 582.52, - "hpperlevel": 89, - "mp": 0, - "mpperlevel": 0, - "movespeed": 345, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.76, - "hpregenperlevel": 0.75, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.27, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.8 - } - }, - "Ekko": { - "version": "6.24.1", - "id": "Ekko", - "key": "245", - "name": "Ekko", - "title": "the Boy Who Shattered Time", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf22ba7e6328e4376/5db05fbd242f426df132f963/RiotX_ChampionList_ekko.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg", - "blurb": "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...", - "info": { - "attack": 5, - "defense": 3, - "magic": 7, - "difficulty": 8 - }, - "image": { - "full": "Ekko.png", - "sprite": "champion0.png", - "group": "champion", - "x": 96, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 580, - "hpperlevel": 80, - "mp": 280, - "mpperlevel": 50, - "movespeed": 340, - "armor": 27, - "armorperlevel": 3, - "spellblock": 32, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 9, - "hpregenperlevel": 0.9, - "mpregen": 7, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.3 - } - }, - "Elise": { - "version": "6.24.1", - "id": "Elise", - "key": "60", - "name": "Elise", - "title": "the Spider Queen", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfe21ff2ddb84d5d1/5db05fbd0b39e86c2f83dc05/RiotX_ChampionList_elise.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg", - "blurb": "''Beauty is power too, and can strike swifter than any sword.''

Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...", - "info": { - "attack": 6, - "defense": 5, - "magic": 7, - "difficulty": 9 - }, - "image": { - "full": "Elise.png", - "sprite": "champion0.png", - "group": "champion", - "x": 144, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 529.4, - "hpperlevel": 80, - "mp": 324, - "mpperlevel": 50, - "movespeed": 325, - "armor": 22.128, - "armorperlevel": 3.35, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.705, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.54, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.75 - } - }, - "Evelynn": { - "version": "6.24.1", - "id": "Evelynn", - "key": "28", - "name": "Evelynn", - "title": "the Widowmaker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte24b4c6ec1beebb9/5db05fbddf78486c826dccf4/RiotX_ChampionList_evelynn.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg", - "blurb": "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...", - "info": { - "attack": 4, - "defense": 2, - "magic": 7, - "difficulty": 10 - }, - "image": { - "full": "Evelynn.png", - "sprite": "champion0.png", - "group": "champion", - "x": 192, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 531.2, - "hpperlevel": 90, - "mp": 315.6, - "mpperlevel": 42, - "movespeed": 340, - "armor": 26.5, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 9.82, - "hpregenperlevel": 0.55, - "mpregen": 8.105, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.88, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.6 - } - }, - "Ezreal": { - "version": "6.24.1", - "id": "Ezreal", - "key": "81", - "name": "Ezreal", - "title": "the Prodigal Explorer", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt60f687c95425f73f/5db05fbd2dc72966da746704/RiotX_ChampionList_ezreal.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg", - "blurb": "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...", - "info": { - "attack": 7, - "defense": 2, - "magic": 6, - "difficulty": 7 - }, - "image": { - "full": "Ezreal.png", - "sprite": "champion0.png", - "group": "champion", - "x": 240, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 484.4, - "hpperlevel": 80, - "mp": 360.6, - "mpperlevel": 42, - "movespeed": 325, - "armor": 21.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.42, - "hpregenperlevel": 0.55, - "mpregen": 8.09, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.66, - "attackdamageperlevel": 2.41, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.8 - } - }, - "FiddleSticks": { - "version": "6.24.1", - "id": "FiddleSticks", - "key": "9", - "name": "Fiddlesticks", - "title": "the Harbinger of Doom", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1151ac1242311053/61b1ea65aeb5451282be2468/RiotX_ChampionList_fiddlesticks_v2.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg", - "blurb": "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...", - "info": { - "attack": 2, - "defense": 3, - "magic": 9, - "difficulty": 9 - }, - "image": { - "full": "FiddleSticks.png", - "sprite": "champion0.png", - "group": "champion", - "x": 288, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 524.4, - "hpperlevel": 80, - "mp": 400.12, - "mpperlevel": 56, - "movespeed": 335, - "armor": 20.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 480, - "hpregen": 5.605, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 48.36, - "attackdamageperlevel": 2.625, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.11 - } - }, - "Fiora": { - "version": "6.24.1", - "id": "Fiora", - "key": "114", - "name": "Fiora", - "title": "the Grand Duelist", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt935dd149b2617ac8/5db05fbcdc674266df3d5d36/RiotX_ChampionList_fiora.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg", - "blurb": "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...", - "info": { - "attack": 10, - "defense": 4, - "magic": 2, - "difficulty": 3 - }, - "image": { - "full": "Fiora.png", - "sprite": "champion0.png", - "group": "champion", - "x": 336, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 550, - "hpperlevel": 85, - "mp": 300, - "mpperlevel": 40, - "movespeed": 345, - "armor": 24, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 150, - "hpregen": 8.25, - "hpregenperlevel": 0.55, - "mpregen": 8, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.2 - } - }, - "Fizz": { - "version": "6.24.1", - "id": "Fizz", - "key": "105", - "name": "Fizz", - "title": "the Tidal Trickster", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6000fa69e03c25c0/5db05fbc56458c6b3fc17513/RiotX_ChampionList_fizz.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg", - "blurb": "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...", - "info": { - "attack": 6, - "defense": 4, - "magic": 7, - "difficulty": 6 - }, - "image": { - "full": "Fizz.png", - "sprite": "champion0.png", - "group": "champion", - "x": 384, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 558.48, - "hpperlevel": 86, - "mp": 317.2, - "mpperlevel": 37, - "movespeed": 335, - "armor": 22.412, - "armorperlevel": 3.4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 8.175, - "hpregenperlevel": 0.7, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3.1 - } - }, - "Galio": { - "version": "6.24.1", - "id": "Galio", - "key": "3", - "name": "Galio", - "title": "the Sentinel's Sorrow", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5890d1ab5c8be01f/5db05fc6823d426762825fe5/RiotX_ChampionList_galio.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg", - "blurb": "''There is no such thing as redemption. Only penance.''

Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...", - "info": { - "attack": 3, - "defense": 7, - "magic": 6, - "difficulty": 3 - }, - "image": { - "full": "Galio.png", - "sprite": "champion0.png", - "group": "champion", - "x": 432, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 577.8, - "hpperlevel": 85, - "mp": 369, - "mpperlevel": 47, - "movespeed": 335, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.71, - "hpregenperlevel": 0.75, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.97, - "attackdamageperlevel": 3.375, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 1.2 - } - }, - "Gangplank": { - "version": "6.24.1", - "id": "Gangplank", - "key": "41", - "name": "Gangplank", - "title": "the Saltwater Scourge", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfdff3781ccfb2a5c/5db05fc689fb926b491ed811/RiotX_ChampionList_gangplank.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg", - "blurb": "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''

As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...", - "info": { - "attack": 7, - "defense": 6, - "magic": 4, - "difficulty": 9 - }, - "image": { - "full": "Gangplank.png", - "sprite": "champion1.png", - "group": "champion", - "x": 0, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 540, - "hpperlevel": 82, - "mp": 282, - "mpperlevel": 40, - "movespeed": 345, - "armor": 26, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 6, - "hpregenperlevel": 0.6, - "mpregen": 7.5, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.2 - } - }, - "Garen": { - "version": "6.24.1", - "id": "Garen", - "key": "86", - "name": "Garen", - "title": "The Might of Demacia", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte41a162aed9339b7/5db05fc60b39e86c2f83dc0d/RiotX_ChampionList_garen.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg", - "blurb": "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...", - "info": { - "attack": 7, - "defense": 7, - "magic": 1, - "difficulty": 5 - }, - "image": { - "full": "Garen.png", - "sprite": "champion1.png", - "group": "champion", - "x": 48, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "None", - "stats": { - "hp": 616.28, - "hpperlevel": 84.25, - "mp": 0, - "mpperlevel": 0, - "movespeed": 340, - "armor": 27.536, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 7.84, - "hpregenperlevel": 0.5, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.88, - "attackdamageperlevel": 4.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.9 - } - }, - "Gnar": { - "version": "6.24.1", - "id": "Gnar", - "key": "150", - "name": "Gnar", - "title": "the Missing Link", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta80f79dd96ee5d30/5db05fc6df78486c826dcd00/RiotX_ChampionList_gnar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg", - "blurb": "The jungle does not forgive blindness. Every broken branch tells a story.

I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...", - "info": { - "attack": 6, - "defense": 5, - "magic": 5, - "difficulty": 8 - }, - "image": { - "full": "Gnar.png", - "sprite": "champion1.png", - "group": "champion", - "x": 96, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "Gnarfury", - "stats": { - "hp": 540, - "hpperlevel": 65, - "mp": 100, - "mpperlevel": 0, - "movespeed": 325, - "armor": 23, - "armorperlevel": 2.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 175, - "hpregen": 2.5, - "hpregenperlevel": 0.5, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 6 - } - }, - "Gragas": { - "version": "6.24.1", - "id": "Gragas", - "key": "79", - "name": "Gragas", - "title": "the Rabble Rouser", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt795841adba722f85/5db05fc43a326d6df6c0e7b9/RiotX_ChampionList_gragas.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg", - "blurb": "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...", - "info": { - "attack": 4, - "defense": 7, - "magic": 6, - "difficulty": 5 - }, - "image": { - "full": "Gragas.png", - "sprite": "champion1.png", - "group": "champion", - "x": 144, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 583.52, - "hpperlevel": 89, - "mp": 400, - "mpperlevel": 47, - "movespeed": 330, - "armor": 26.048, - "armorperlevel": 3.6, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 5.5, - "hpregenperlevel": 0.5, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.38, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.04, - "attackspeedperlevel": 2.05 - } - }, - "Graves": { - "version": "6.24.1", - "id": "Graves", - "key": "104", - "name": "Graves", - "title": "the Outlaw", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2e7cd286d7b6182e/5e9a59c245a2a97194a1d4c7/RiotX_ChampionList_graves-cigar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg", - "blurb": "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.", - "info": { - "attack": 8, - "defense": 5, - "magic": 3, - "difficulty": 3 - }, - "image": { - "full": "Graves.png", - "sprite": "champion1.png", - "group": "champion", - "x": 192, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 551.12, - "hpperlevel": 84, - "mp": 322.2, - "mpperlevel": 40, - "movespeed": 340, - "armor": 24.376, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 425, - "hpregen": 6.675, - "hpregenperlevel": 0.7, - "mpregen": 7.9, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.83, - "attackdamageperlevel": 2.41, - "attackspeedoffset": 0.3, - "attackspeedperlevel": 2.6 - } - }, - "Hecarim": { - "version": "6.24.1", - "id": "Hecarim", - "key": "120", - "name": "Hecarim", - "title": "the Shadow of War", - "champkey": "Hecarim", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blteb9ce5304ec48e19/5db05fc5df78486c826dccfa/RiotX_ChampionList_hecarim.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg", - "blurb": "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''

Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...", - "info": { - "attack": 8, - "defense": 6, - "magic": 4, - "difficulty": 6 - }, - "image": { - "full": "Hecarim.png", - "sprite": "champion1.png", - "group": "champion", - "x": 240, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 580, - "hpperlevel": 90, - "mp": 277.2, - "mpperlevel": 40, - "movespeed": 345, - "armor": 26.72, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 7, - "hpregenperlevel": 0.75, - "mpregen": 6.5, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.0672, - "attackspeedperlevel": 2.5 - } - }, - "Heimerdinger": { - "version": "6.24.1", - "id": "Heimerdinger", - "key": "74", - "name": "Heimerdinger", - "title": "the Revered Inventor", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd30d85446d154070/5db05fc57d28b76cfe4397ef/RiotX_ChampionList_heimerdinger.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg", - "blurb": "From the Journal of Professor Cecil B. Heimerdinger

10.14

09:15

Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!

Running a fifth trial for my ...", - "info": { - "attack": 2, - "defense": 6, - "magic": 8, - "difficulty": 8 - }, - "image": { - "full": "Heimerdinger.png", - "sprite": "champion1.png", - "group": "champion", - "x": 288, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 476, - "hpperlevel": 75, - "mp": 307.2, - "mpperlevel": 40, - "movespeed": 340, - "armor": 19.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 11.005, - "hpregenperlevel": 1.75, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.536, - "attackdamageperlevel": 2.7, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Illaoi": { - "version": "6.24.1", - "id": "Illaoi", - "key": "420", - "name": "Illaoi", - "title": "the Kraken Priestess", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc44e90a5547120a2/5db05fc5347d1c6baa57be2b/RiotX_ChampionList_illaoi.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg", - "blurb": "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...", - "info": { - "attack": 8, - "defense": 6, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Illaoi.png", - "sprite": "champion1.png", - "group": "champion", - "x": 336, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 585.6, - "hpperlevel": 95, - "mp": 300, - "mpperlevel": 40, - "movespeed": 340, - "armor": 26, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 9.5, - "hpregenperlevel": 0.8, - "mpregen": 7.5, - "mpregenperlevel": 0.75, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60, - "attackdamageperlevel": 5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.5 - } - }, - "Irelia": { - "version": "6.24.1", - "id": "Irelia", - "key": "39", - "name": "Irelia", - "title": "the Will of the Blades", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf5f2b8de93870aef/5db05fcea6470d6ab91ce59a/RiotX_ChampionList_irelia.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg", - "blurb": "''The sword flourishes, as though painting with blood.''

The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...", - "info": { - "attack": 7, - "defense": 4, - "magic": 5, - "difficulty": 5 - }, - "image": { - "full": "Irelia.png", - "sprite": "champion1.png", - "group": "champion", - "x": 384, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 607.2, - "hpperlevel": 90, - "mp": 338.8, - "mpperlevel": 32, - "movespeed": 345, - "armor": 25.3, - "armorperlevel": 3.75, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.59, - "hpregenperlevel": 0.65, - "mpregen": 8.1, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.06, - "attackspeedperlevel": 3.2 - } - }, - "Ivern": { - "version": "6.24.1", - "id": "Ivern", - "key": "427", - "name": "Ivern", - "title": "the Green Father", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5fff73e1df1873de/5db05fce7d28b76cfe4397f5/RiotX_ChampionList_ivern.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg", - "blurb": "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...", - "info": { - "attack": 3, - "defense": 5, - "magic": 7, - "difficulty": 7 - }, - "image": { - "full": "Ivern.png", - "sprite": "champion4.png", - "group": "champion", - "x": 96, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 580, - "hpperlevel": 90, - "mp": 450, - "mpperlevel": 60, - "movespeed": 330, - "armor": 22, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 6.9, - "hpregenperlevel": 0.85, - "mpregen": 6, - "mpregenperlevel": 0.75, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 3.4 - } - }, - "Janna": { - "version": "6.24.1", - "id": "Janna", - "key": "40", - "name": "Janna", - "title": "the Storm's Fury", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt02bf5329f8abe45d/5db05fcedf78486c826dcd06/RiotX_ChampionList_janna.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg", - "blurb": "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...", - "info": { - "attack": 3, - "defense": 5, - "magic": 7, - "difficulty": 7 - }, - "image": { - "full": "Janna.png", - "sprite": "champion1.png", - "group": "champion", - "x": 432, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 487.04, - "hpperlevel": 78, - "mp": 409.52, - "mpperlevel": 64, - "movespeed": 335, - "armor": 19.384, - "armorperlevel": 3.8, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 475, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 11.5, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51.956, - "attackdamageperlevel": 2.95, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.61 - } - }, - "JarvanIV": { - "version": "6.24.1", - "id": "JarvanIV", - "key": "59", - "name": "Jarvan IV", - "title": "the Exemplar of Demacia", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5898626d7016d222/5db05fcfdc674266df3d5d3c/RiotX_ChampionList_jarvaniv.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg", - "blurb": "''There is only one truth, and you will find it at the point of my lance.''

As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...", - "info": { - "attack": 6, - "defense": 8, - "magic": 3, - "difficulty": 5 - }, - "image": { - "full": "JarvanIV.png", - "sprite": "champion1.png", - "group": "champion", - "x": 0, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 571.2, - "hpperlevel": 90, - "mp": 302.2, - "mpperlevel": 40, - "movespeed": 340, - "armor": 29, - "armorperlevel": 3.6, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 8.175, - "hpregenperlevel": 0.7, - "mpregen": 6.755, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.712, - "attackdamageperlevel": 3.4, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.5 - } - }, - "Jax": { - "version": "6.24.1", - "id": "Jax", - "key": "24", - "name": "Jax", - "title": "Grandmaster at Arms", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b301613598c3f17/5db05fcf89fb926b491ed81d/RiotX_ChampionList_jax.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg", - "blurb": "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...", - "info": { - "attack": 7, - "defense": 5, - "magic": 7, - "difficulty": 5 - }, - "image": { - "full": "Jax.png", - "sprite": "champion1.png", - "group": "champion", - "x": 48, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 592.8, - "hpperlevel": 85, - "mp": 338.8, - "mpperlevel": 32, - "movespeed": 350, - "armor": 27.04, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.37, - "hpregenperlevel": 0.55, - "mpregen": 7.575, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.97, - "attackdamageperlevel": 3.375, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 3.4 - } - }, - "Jayce": { - "version": "6.24.1", - "id": "Jayce", - "key": "126", - "name": "Jayce", - "title": "the Defender of Tomorrow", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt51557edc36ad88a1/5db05fcf0b39e86c2f83dc13/RiotX_ChampionList_jayce.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg", - "blurb": "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...", - "info": { - "attack": 8, - "defense": 4, - "magic": 3, - "difficulty": 7 - }, - "image": { - "full": "Jayce.png", - "sprite": "champion1.png", - "group": "champion", - "x": 96, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 571.2, - "hpperlevel": 90, - "mp": 357.2, - "mpperlevel": 37, - "movespeed": 335, - "armor": 22.38, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 125, - "hpregen": 7.34, - "hpregenperlevel": 0.8, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.38, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3 - } - }, - "Jhin": { - "version": "6.24.1", - "id": "Jhin", - "key": "202", - "name": "Jhin", - "title": "the Virtuoso", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbf6c70d9272a5a2a/5db05fcfe9d7526ab429e532/RiotX_ChampionList_jhin.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg", - "blurb": "''Art requires a certain...cruelty.''

Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...", - "info": { - "attack": 10, - "defense": 2, - "magic": 6, - "difficulty": 6 - }, - "image": { - "full": "Jhin.png", - "sprite": "champion1.png", - "group": "champion", - "x": 144, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 540, - "hpperlevel": 85, - "mp": 300, - "mpperlevel": 50, - "movespeed": 330, - "armor": 20, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53, - "attackdamageperlevel": 4, - "attackspeedoffset": 0, - "attackspeedperlevel": 0 - } - }, - "Jinx": { - "version": "6.24.1", - "id": "Jinx", - "key": "222", - "name": "Jinx", - "title": "the Loose Cannon", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta2cba784d9fad4b8/5db05fce89fb926b491ed817/RiotX_ChampionList_jinx.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg", - "blurb": "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...", - "info": { - "attack": 9, - "defense": 2, - "magic": 4, - "difficulty": 6 - }, - "image": { - "full": "Jinx.png", - "sprite": "champion1.png", - "group": "champion", - "x": 192, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 517.76, - "hpperlevel": 82, - "mp": 245.6, - "mpperlevel": 45, - "movespeed": 325, - "armor": 22.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.84, - "hpregenperlevel": 0.5, - "mpregen": 6.68, - "mpregenperlevel": 1, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": 0, - "attackspeedperlevel": 1 - } - }, - "Kalista": { - "version": "6.24.1", - "id": "Kalista", - "key": "429", - "name": "Kalista", - "title": "the Spear of Vengeance", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb7f0196921c74e8c/5db05fcee9d7526ab429e52c/RiotX_ChampionList_kalista.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg", - "blurb": "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''

A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 4, - "difficulty": 7 - }, - "image": { - "full": "Kalista.png", - "sprite": "champion1.png", - "group": "champion", - "x": 240, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 517.76, - "hpperlevel": 83, - "mp": 231.8, - "mpperlevel": 35, - "movespeed": 325, - "armor": 19.012, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6, - "hpregenperlevel": 0.55, - "mpregen": 6.3, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 63, - "attackdamageperlevel": 2.9, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.5 - } - }, - "Karma": { - "version": "6.24.1", - "id": "Karma", - "key": "43", - "name": "Karma", - "title": "the Enlightened One", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39748c7b67252d6f/5db05fd70b39e86c2f83dc19/RiotX_ChampionList_karma.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg", - "blurb": "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...", - "info": { - "attack": 1, - "defense": 7, - "magic": 8, - "difficulty": 5 - }, - "image": { - "full": "Karma.png", - "sprite": "champion1.png", - "group": "champion", - "x": 288, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 522.44, - "hpperlevel": 83, - "mp": 374, - "mpperlevel": 50, - "movespeed": 335, - "armor": 20.384, - "armorperlevel": 3.8, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.62, - "hpregenperlevel": 0.55, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.3 - } - }, - "Karthus": { - "version": "6.24.1", - "id": "Karthus", - "key": "30", - "name": "Karthus", - "title": "the Deathsinger", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt69b8fad9d1e78514/5db05fd7df78486c826dcd0c/RiotX_ChampionList_karthus.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg", - "blurb": "''Death is not the end of the journey, it is just the beginning...''

The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...", - "info": { - "attack": 2, - "defense": 2, - "magic": 10, - "difficulty": 7 - }, - "image": { - "full": "Karthus.png", - "sprite": "champion1.png", - "group": "champion", - "x": 336, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 516, - "hpperlevel": 75, - "mp": 372.48, - "mpperlevel": 61, - "movespeed": 335, - "armor": 20.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 450, - "hpregen": 6.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 45.66, - "attackdamageperlevel": 3.25, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.11 - } - }, - "Kassadin": { - "version": "6.24.1", - "id": "Kassadin", - "key": "38", - "name": "Kassadin", - "title": "the Void Walker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20773f2f67e00a74/636ead3d105477785e890c1b/RiotX_ChampionList_kassadin.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg", - "blurb": "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...", - "info": { - "attack": 3, - "defense": 5, - "magic": 8, - "difficulty": 8 - }, - "image": { - "full": "Kassadin.png", - "sprite": "champion1.png", - "group": "champion", - "x": 384, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 564.04, - "hpperlevel": 78, - "mp": 397.6, - "mpperlevel": 67, - "movespeed": 340, - "armor": 23.376, - "armorperlevel": 3.2, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 150, - "hpregen": 7.79, - "hpregenperlevel": 0.5, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.852, - "attackdamageperlevel": 3.9, - "attackspeedoffset": -0.023, - "attackspeedperlevel": 3.7 - } - }, - "Katarina": { - "version": "6.24.1", - "id": "Katarina", - "key": "55", - "name": "Katarina", - "title": "the Sinister Blade", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb73e3edb5937676a/5db05fd7823d426762825feb/RiotX_ChampionList_katarina.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg", - "blurb": "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.

From ...", - "info": { - "attack": 4, - "defense": 3, - "magic": 9, - "difficulty": 8 - }, - "image": { - "full": "Katarina.png", - "sprite": "champion1.png", - "group": "champion", - "x": 432, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Mage" - ], - "partype": "None", - "stats": { - "hp": 590, - "hpperlevel": 82, - "mp": 0, - "mpperlevel": 0, - "movespeed": 340, - "armor": 27.88, - "armorperlevel": 3.5, - "spellblock": 34.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.5, - "hpregenperlevel": 0.7, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.74 - } - }, - "Kayle": { - "version": "6.24.1", - "id": "Kayle", - "key": "10", - "name": "Kayle", - "title": "The Judicator", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2c7675893b5c76bc/61b1ed442d06ff39b6c6336b/RiotX_ChampionList_kayle_v4.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg", - "blurb": "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...", - "info": { - "attack": 6, - "defense": 6, - "magic": 7, - "difficulty": 7 - }, - "image": { - "full": "Kayle.png", - "sprite": "champion1.png", - "group": "champion", - "x": 0, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 574.24, - "hpperlevel": 93, - "mp": 322.2, - "mpperlevel": 40, - "movespeed": 335, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 125, - "hpregen": 8.26, - "hpregenperlevel": 0.75, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51, - "attackdamageperlevel": 2.8, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 2.2 - } - }, - "Kennen": { - "version": "6.24.1", - "id": "Kennen", - "key": "85", - "name": "Kennen", - "title": "the Heart of the Tempest", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc87932e656d1076e/5db05fd6adc8656c7d24e7dc/RiotX_ChampionList_kennen.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg", - "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...", - "info": { - "attack": 6, - "defense": 4, - "magic": 7, - "difficulty": 4 - }, - "image": { - "full": "Kennen.png", - "sprite": "champion1.png", - "group": "champion", - "x": 48, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Marksman" - ], - "partype": "Energy", - "stats": { - "hp": 535.72, - "hpperlevel": 79, - "mp": 200, - "mpperlevel": 0, - "movespeed": 335, - "armor": 24.3, - "armorperlevel": 3.75, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.59, - "hpregenperlevel": 0.65, - "mpregen": 50, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.0947, - "attackspeedperlevel": 3.4 - } - }, - "Khazix": { - "version": "6.24.1", - "id": "Khazix", - "key": "121", - "name": "Kha'Zix", - "title": "the Voidreaver", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt363d7d62846ffc87/5db05fd6e9effa6ba5295f9f/RiotX_ChampionList_khazix.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg", - "blurb": "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...", - "info": { - "attack": 9, - "defense": 4, - "magic": 3, - "difficulty": 6 - }, - "image": { - "full": "Khazix.png", - "sprite": "champion1.png", - "group": "champion", - "x": 96, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 572.8, - "hpperlevel": 85, - "mp": 327.2, - "mpperlevel": 40, - "movespeed": 350, - "armor": 27, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.51, - "hpregenperlevel": 0.75, - "mpregen": 7.59, - "mpregenperlevel": 0.5, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.21, - "attackdamageperlevel": 3.1, - "attackspeedoffset": -0.065, - "attackspeedperlevel": 2.7 - } - }, - "Kindred": { - "version": "6.24.1", - "id": "Kindred", - "key": "203", - "name": "Kindred", - "title": "The Eternal Hunters", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0f0007660b7a07b/5db05fd689fb926b491ed823/RiotX_ChampionList_kindred.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg", - "blurb": "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 2, - "difficulty": 4 - }, - "image": { - "full": "Kindred.png", - "sprite": "champion1.png", - "group": "champion", - "x": 144, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 540, - "hpperlevel": 85, - "mp": 300, - "mpperlevel": 35, - "movespeed": 325, - "armor": 20, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 7, - "hpregenperlevel": 0.55, - "mpregen": 6.97, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54, - "attackdamageperlevel": 1.7, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.5 - } - }, - "Kled": { - "version": "6.24.1", - "id": "Kled", - "key": "240", - "name": "Kled", - "title": "the Cantankerous Cavalier", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1670a0dd8fd5edca/5db05fd66e8b0c6d038c5ca8/RiotX_ChampionList_kled.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg", - "blurb": "''A sane man would run . . . but I ain't the runnin' kind!''

A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 2, - "difficulty": 7 - }, - "image": { - "full": "Kled.png", - "sprite": "champion4.png", - "group": "champion", - "x": 48, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "Gnarfury", - "stats": { - "hp": 340, - "hpperlevel": 70, - "mp": 100, - "mpperlevel": 0, - "movespeed": 345, - "armor": 26, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 6, - "hpregenperlevel": 0.75, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.5 - } - }, - "KogMaw": { - "version": "6.24.1", - "id": "KogMaw", - "key": "96", - "name": "Kog'Maw", - "title": "the Mouth of the Abyss", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf483c8f812369fa/5db05fde823d426762825ff1/RiotX_ChampionList_kogmaw.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg", - "blurb": "''If that's just hungry, I don't want to see angry.''

When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 5, - "difficulty": 6 - }, - "image": { - "full": "KogMaw.png", - "sprite": "champion1.png", - "group": "champion", - "x": 192, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 517.76, - "hpperlevel": 82, - "mp": 322.2, - "mpperlevel": 40, - "movespeed": 325, - "armor": 19.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 5.92, - "hpregenperlevel": 0.55, - "mpregen": 8.675, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.06, - "attackspeedperlevel": 2.65 - } - }, - "Leblanc": { - "version": "6.24.1", - "id": "Leblanc", - "key": "7", - "name": "LeBlanc", - "title": "the Deceiver", - "img:": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4aaf881bb90b509f/5db05fde6e8b0c6d038c5cae/RiotX_ChampionList_leblanc.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg", - "blurb": "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...", - "info": { - "attack": 1, - "defense": 4, - "magic": 10, - "difficulty": 9 - }, - "image": { - "full": "Leblanc.png", - "sprite": "champion1.png", - "group": "champion", - "x": 240, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 516, - "hpperlevel": 80, - "mp": 334, - "mpperlevel": 50, - "movespeed": 340, - "armor": 21.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 7.4, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.88, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.4 - } - }, - "LeeSin": { - "version": "6.24.1", - "id": "LeeSin", - "key": "64", - "name": "Lee Sin", - "title": "the Blind Monk", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt075d278529811445/5db05fde6af83b6d7032c8fe/RiotX_ChampionList_leesin.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg", - "blurb": "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...", - "info": { - "attack": 8, - "defense": 5, - "magic": 3, - "difficulty": 6 - }, - "image": { - "full": "LeeSin.png", - "sprite": "champion1.png", - "group": "champion", - "x": 288, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "Energy", - "stats": { - "hp": 570.8, - "hpperlevel": 85, - "mp": 200, - "mpperlevel": 0, - "movespeed": 350, - "armor": 24.216, - "armorperlevel": 3.7, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.425, - "hpregenperlevel": 0.7, - "mpregen": 50, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.176, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.04, - "attackspeedperlevel": 3 - } - }, - "Leona": { - "version": "6.24.1", - "id": "Leona", - "key": "89", - "name": "Leona", - "title": "the Radiant Dawn", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8d46ada03ea1da8c/5db05fdf347d1c6baa57be31/RiotX_ChampionList_leona.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg", - "blurb": "''If you would shine like a sun, first you must burn like one.''

Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...", - "info": { - "attack": 4, - "defense": 8, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Leona.png", - "sprite": "champion1.png", - "group": "champion", - "x": 336, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 576.16, - "hpperlevel": 87, - "mp": 302.2, - "mpperlevel": 40, - "movespeed": 335, - "armor": 27.208, - "armorperlevel": 3.6, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.425, - "hpregenperlevel": 0.85, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.9 - } - }, - "Lissandra": { - "version": "6.24.1", - "id": "Lissandra", - "key": "127", - "name": "Lissandra", - "title": "the Ice Witch", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08f869e897566c5b/5db05fdf7d28b76cfe439801/RiotX_ChampionList_lissandra.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg", - "blurb": "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...", - "info": { - "attack": 2, - "defense": 5, - "magic": 8, - "difficulty": 6 - }, - "image": { - "full": "Lissandra.png", - "sprite": "champion1.png", - "group": "champion", - "x": 384, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 506.12, - "hpperlevel": 75, - "mp": 304, - "mpperlevel": 50, - "movespeed": 325, - "armor": 20.216, - "armorperlevel": 3.7, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.92, - "hpregenperlevel": 0.55, - "mpregen": 5.67, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.536, - "attackdamageperlevel": 2.7, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Lucian": { - "version": "6.24.1", - "id": "Lucian", - "key": "236", - "name": "Lucian", - "title": "the Purifier", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3db0d62352b0b4f1/5db05fdf6e8b0c6d038c5cb4/RiotX_ChampionList_lucian.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg", - "blurb": "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 3, - "difficulty": 6 - }, - "image": { - "full": "Lucian.png", - "sprite": "champion1.png", - "group": "champion", - "x": 432, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 554.4, - "hpperlevel": 80, - "mp": 348.88, - "mpperlevel": 38, - "movespeed": 335, - "armor": 24.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 6.19, - "hpregenperlevel": 0.65, - "mpregen": 8.175, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 3.3 - } - }, - "Lulu": { - "version": "6.24.1", - "id": "Lulu", - "key": "117", - "name": "Lulu", - "title": "the Fae Sorceress", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt424f04814efb3aca/5db05fdfe9d7526ab429e538/RiotX_ChampionList_lulu.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg", - "blurb": "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...", - "info": { - "attack": 4, - "defense": 5, - "magic": 7, - "difficulty": 5 - }, - "image": { - "full": "Lulu.png", - "sprite": "champion2.png", - "group": "champion", - "x": 0, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 552.76, - "hpperlevel": 74, - "mp": 350, - "mpperlevel": 55, - "movespeed": 330, - "armor": 19.216, - "armorperlevel": 3.7, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.005, - "hpregenperlevel": 0.6, - "mpregen": 11, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 46.368, - "attackdamageperlevel": 2.6, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.25 - } - }, - "Lux": { - "version": "6.24.1", - "id": "Lux", - "key": "99", - "name": "Lux", - "title": "the Lady of Luminosity", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb94b4161d8022c45/5db05fdfe9d7526ab429e53c/RiotX_ChampionList_lux.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg", - "blurb": "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...", - "info": { - "attack": 2, - "defense": 4, - "magic": 9, - "difficulty": 5 - }, - "image": { - "full": "Lux.png", - "sprite": "champion2.png", - "group": "champion", - "x": 48, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 477.72, - "hpperlevel": 79, - "mp": 384, - "mpperlevel": 47, - "movespeed": 330, - "armor": 18.72, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Malphite": { - "version": "6.24.1", - "id": "Malphite", - "key": "54", - "name": "Malphite", - "title": "Shard of the Monolith", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4d3b4a7e4c44ced7/5db05fdeadc8656c7d24e7e2/RiotX_ChampionList_malaphite.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg", - "blurb": "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...", - "info": { - "attack": 5, - "defense": 9, - "magic": 7, - "difficulty": 2 - }, - "image": { - "full": "Malphite.png", - "sprite": "champion2.png", - "group": "champion", - "x": 96, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 574.2, - "hpperlevel": 90, - "mp": 282.2, - "mpperlevel": 40, - "movespeed": 335, - "armor": 28.3, - "armorperlevel": 3.75, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7, - "hpregenperlevel": 0.55, - "mpregen": 7.32, - "mpregenperlevel": 0.55, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.97, - "attackdamageperlevel": 3.375, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 3.4 - } - }, - "Malzahar": { - "version": "6.24.1", - "id": "Malzahar", - "key": "90", - "name": "Malzahar", - "title": "the Prophet of the Void", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd58a3a2bf5035834/5db05fde0b39e86c2f83dc1f/RiotX_ChampionList_malzahar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg", - "blurb": "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...", - "info": { - "attack": 2, - "defense": 2, - "magic": 9, - "difficulty": 6 - }, - "image": { - "full": "Malzahar.png", - "sprite": "champion2.png", - "group": "champion", - "x": 144, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 525, - "hpperlevel": 75, - "mp": 300, - "mpperlevel": 55, - "movespeed": 335, - "armor": 20, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 6, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.5 - } - }, - "Maokai": { - "version": "6.24.1", - "id": "Maokai", - "key": "57", - "name": "Maokai", - "title": "the Twisted Treant", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt757d0e8855d51e03/5db05fe72140ec675d68f4a1/RiotX_ChampionList_maokai.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg", - "blurb": "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''

Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...", - "info": { - "attack": 3, - "defense": 8, - "magic": 6, - "difficulty": 3 - }, - "image": { - "full": "Maokai.png", - "sprite": "champion2.png", - "group": "champion", - "x": 192, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 572.2, - "hpperlevel": 90, - "mp": 377.28, - "mpperlevel": 43, - "movespeed": 335, - "armor": 28.72, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7, - "hpregenperlevel": 0.75, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 63.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.1, - "attackspeedperlevel": 2.125 - } - }, - "MasterYi": { - "version": "6.24.1", - "id": "MasterYi", - "key": "11", - "name": "Master Yi", - "title": "the Wuju Bladesman", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46e861d7e6c0ab0c/5db05fe8df78486c826dcd12/RiotX_ChampionList_masteryi.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg", - "blurb": "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...", - "info": { - "attack": 10, - "defense": 4, - "magic": 2, - "difficulty": 4 - }, - "image": { - "full": "MasterYi.png", - "sprite": "champion2.png", - "group": "champion", - "x": 240, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 598.56, - "hpperlevel": 92, - "mp": 250.56, - "mpperlevel": 42, - "movespeed": 355, - "armor": 24.04, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.59, - "hpregenperlevel": 0.65, - "mpregen": 7.255, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.08, - "attackspeedperlevel": 2 - } - }, - "MissFortune": { - "version": "6.24.1", - "id": "MissFortune", - "key": "21", - "name": "Miss Fortune", - "title": "the Bounty Hunter", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf36fa7fd7ecb59fb/5db05fe89481396d6bdd01b8/RiotX_ChampionList_missfortune.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg", - "blurb": "''The bigger the risk, the bigger the bounty.''

Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...", - "info": { - "attack": 8, - "defense": 2, - "magic": 5, - "difficulty": 1 - }, - "image": { - "full": "MissFortune.png", - "sprite": "champion2.png", - "group": "champion", - "x": 288, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 530, - "hpperlevel": 85, - "mp": 325.84, - "mpperlevel": 35, - "movespeed": 325, - "armor": 24.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.19, - "hpregenperlevel": 0.65, - "mpregen": 8.04, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 46, - "attackdamageperlevel": 1, - "attackspeedoffset": -0.04734, - "attackspeedperlevel": 3 - } - }, - "MonkeyKing": { - "version": "6.24.1", - "id": "MonkeyKing", - "key": "62", - "name": "Wukong", - "title": "the Monkey King", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf44673e1a16af30/5db05fe87d28b76cfe439807/RiotX_ChampionList_monkeyking.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg", - "blurb": "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 2, - "difficulty": 3 - }, - "image": { - "full": "MonkeyKing.png", - "sprite": "champion2.png", - "group": "champion", - "x": 336, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 577.8, - "hpperlevel": 85, - "mp": 265.84, - "mpperlevel": 38, - "movespeed": 345, - "armor": 24.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 6.19, - "hpregenperlevel": 0.65, - "mpregen": 8.04, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.876, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3 - } - }, - "Mordekaiser": { - "version": "6.24.1", - "id": "Mordekaiser", - "key": "82", - "name": "Mordekaiser", - "title": "the Iron Revenant", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7683195e1c4f6706/621ed30fba043c4a2c4a9f7a/RiotX_ChampionList_mordekaiser_v2.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg", - "blurb": "''All things must die... and yet I live on.''

The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...", - "info": { - "attack": 4, - "defense": 6, - "magic": 7, - "difficulty": 4 - }, - "image": { - "full": "Mordekaiser.png", - "sprite": "champion2.png", - "group": "champion", - "x": 384, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter" - ], - "partype": "None", - "stats": { - "hp": 525, - "hpperlevel": 73, - "mp": 0, - "mpperlevel": 0, - "movespeed": 325, - "armor": 20, - "armorperlevel": 3.75, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 4, - "hpregenperlevel": 0.3, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61, - "attackdamageperlevel": 5, - "attackspeedoffset": 0.04, - "attackspeedperlevel": 2.2 - } - }, - "Morgana": { - "version": "6.24.1", - "id": "Morgana", - "key": "25", - "name": "Morgana", - "title": "Fallen Angel", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc81eece55f126d2d/5db05fe86af83b6d7032c904/RiotX_ChampionList_morgana.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg", - "blurb": "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...", - "info": { - "attack": 1, - "defense": 6, - "magic": 8, - "difficulty": 1 - }, - "image": { - "full": "Morgana.png", - "sprite": "champion2.png", - "group": "champion", - "x": 432, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 547.48, - "hpperlevel": 86, - "mp": 340.8, - "mpperlevel": 60, - "movespeed": 335, - "armor": 25.384, - "armorperlevel": 3.8, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 450, - "hpregen": 5.705, - "hpregenperlevel": 0.6, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.46, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.53 - } - }, - "Nami": { - "version": "6.24.1", - "id": "Nami", - "key": "267", - "name": "Nami", - "title": "the Tidecaller", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt13bec39f49dc35ee/5db05fe956458c6b3fc1751f/RiotX_ChampionList_nami.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg", - "blurb": "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...", - "info": { - "attack": 4, - "defense": 3, - "magic": 7, - "difficulty": 5 - }, - "image": { - "full": "Nami.png", - "sprite": "champion2.png", - "group": "champion", - "x": 0, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 489.32, - "hpperlevel": 74, - "mp": 377.24, - "mpperlevel": 43, - "movespeed": 335, - "armor": 19.72, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 11.5, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51.208, - "attackdamageperlevel": 3.1, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.61 - } - }, - "Nasus": { - "version": "6.24.1", - "id": "Nasus", - "key": "75", - "name": "Nasus", - "title": "the Curator of the Sands", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a4b154b1756b56/5db05fe7a6470d6ab91ce5a0/RiotX_ChampionList_nasus.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg", - "blurb": "''What was fallen will be great again.''

Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...", - "info": { - "attack": 7, - "defense": 5, - "magic": 6, - "difficulty": 6 - }, - "image": { - "full": "Nasus.png", - "sprite": "champion2.png", - "group": "champion", - "x": 48, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 561.2, - "hpperlevel": 90, - "mp": 325.6, - "mpperlevel": 42, - "movespeed": 350, - "armor": 24.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 9.01, - "hpregenperlevel": 0.9, - "mpregen": 7.44, - "mpregenperlevel": 0.5, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.18, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 3.48 - } - }, - "Nautilus": { - "version": "6.24.1", - "id": "Nautilus", - "key": "111", - "name": "Nautilus", - "title": "the Titan of the Depths", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf945a57aa16cea57/5db05fe7347d1c6baa57be37/RiotX_ChampionList_nautilus.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg", - "blurb": "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...", - "info": { - "attack": 4, - "defense": 6, - "magic": 6, - "difficulty": 6 - }, - "image": { - "full": "Nautilus.png", - "sprite": "champion2.png", - "group": "champion", - "x": 96, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 576.48, - "hpperlevel": 86, - "mp": 334, - "mpperlevel": 47, - "movespeed": 325, - "armor": 26.46, - "armorperlevel": 3.75, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 8.37, - "hpregenperlevel": 0.55, - "mpregen": 8.625, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0.02, - "attackspeedperlevel": 1 - } - }, - "Nidalee": { - "version": "6.24.1", - "id": "Nidalee", - "key": "76", - "name": "Nidalee", - "title": "the Bestial Huntress", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5a2da06d413f7c15/5db05ff1df78486c826dcd18/RiotX_ChampionList_nidalee.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg", - "blurb": "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...", - "info": { - "attack": 5, - "defense": 4, - "magic": 7, - "difficulty": 8 - }, - "image": { - "full": "Nidalee.png", - "sprite": "champion2.png", - "group": "champion", - "x": 144, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 511.2, - "hpperlevel": 80, - "mp": 295.6, - "mpperlevel": 45, - "movespeed": 335, - "armor": 22.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 6.005, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 3.22 - } - }, - "Nocturne": { - "version": "6.24.1", - "id": "Nocturne", - "key": "56", - "name": "Nocturne", - "title": "the Eternal Nightmare", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfc73e3c7dda28d31/5db05ff2adc8656c7d24e7f0/RiotX_ChampionList_nocturne.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg", - "blurb": "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...", - "info": { - "attack": 9, - "defense": 5, - "magic": 2, - "difficulty": 4 - }, - "image": { - "full": "Nocturne.png", - "sprite": "champion2.png", - "group": "champion", - "x": 192, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 582.8, - "hpperlevel": 85, - "mp": 273.8, - "mpperlevel": 35, - "movespeed": 345, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.26, - "hpregenperlevel": 0.75, - "mpregen": 6.755, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.208, - "attackdamageperlevel": 3.1, - "attackspeedoffset": -0.065, - "attackspeedperlevel": 2.7 - } - }, - "Nunu": { - "version": "6.24.1", - "id": "Nunu", - "key": "20", - "name": "Nunu", - "title": "the Yeti Rider", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf613746635c6d3c8/5db05ff256458c6b3fc17527/RiotX_ChampionList_nunu.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg", - "blurb": "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...", - "info": { - "attack": 4, - "defense": 6, - "magic": 7, - "difficulty": 4 - }, - "image": { - "full": "Nunu.png", - "sprite": "champion2.png", - "group": "champion", - "x": 240, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 598.28, - "hpperlevel": 90, - "mp": 283.56, - "mpperlevel": 42, - "movespeed": 350, - "armor": 26.38, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.39, - "hpregenperlevel": 0.8, - "mpregen": 7.44, - "mpregenperlevel": 0.5, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59, - "attackdamageperlevel": 4, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.25 - } - }, - "Olaf": { - "version": "6.24.1", - "id": "Olaf", - "key": "2", - "name": "Olaf", - "title": "the Berserker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte922bda45062964b/5db05ff0a6470d6ab91ce5a6/RiotX_ChampionList_olaf.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg", - "blurb": "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...", - "info": { - "attack": 9, - "defense": 5, - "magic": 3, - "difficulty": 3 - }, - "image": { - "full": "Olaf.png", - "sprite": "champion2.png", - "group": "champion", - "x": 288, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 597.24, - "hpperlevel": 93, - "mp": 315.6, - "mpperlevel": 42, - "movespeed": 350, - "armor": 26.04, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.51, - "hpregenperlevel": 0.9, - "mpregen": 7.465, - "mpregenperlevel": 0.575, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.98, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.1, - "attackspeedperlevel": 2.7 - } - }, - "Orianna": { - "version": "6.24.1", - "id": "Orianna", - "key": "61", - "name": "Orianna", - "title": "the Lady of Clockwork", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3318fc0e8103706d/5db05ff02140ec675d68f4a7/RiotX_ChampionList_orianna.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg", - "blurb": "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...", - "info": { - "attack": 4, - "defense": 3, - "magic": 9, - "difficulty": 7 - }, - "image": { - "full": "Orianna.png", - "sprite": "champion2.png", - "group": "champion", - "x": 336, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 517.72, - "hpperlevel": 79, - "mp": 334, - "mpperlevel": 50, - "movespeed": 325, - "armor": 17.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 6.87, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 40.368, - "attackdamageperlevel": 2.6, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3.5 - } - }, - "Pantheon": { - "version": "6.24.1", - "id": "Pantheon", - "key": "80", - "name": "Pantheon", - "title": "the Artisan of War", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3f84c538bd36ef02/5db05ff17d28b76cfe43980d/RiotX_ChampionList_pantheon.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg", - "blurb": "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''

The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...", - "info": { - "attack": 9, - "defense": 4, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Pantheon.png", - "sprite": "champion2.png", - "group": "champion", - "x": 384, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 579.16, - "hpperlevel": 87, - "mp": 317.12, - "mpperlevel": 31, - "movespeed": 355, - "armor": 27.652, - "armorperlevel": 3.9, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 150, - "hpregen": 7.84, - "hpregenperlevel": 0.65, - "mpregen": 7.355, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.572, - "attackdamageperlevel": 2.9, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.95 - } - }, - "Poppy": { - "version": "6.24.1", - "id": "Poppy", - "key": "78", - "name": "Poppy", - "title": "Keeper of the Hammer", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0df0f7bcaf851737/5db05ff1242f426df132f973/RiotX_ChampionList_poppy.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg", - "blurb": "''I'm no hero. Just a yordle with a hammer.''

Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...", - "info": { - "attack": 6, - "defense": 7, - "magic": 2, - "difficulty": 6 - }, - "image": { - "full": "Poppy.png", - "sprite": "champion2.png", - "group": "champion", - "x": 432, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 540, - "hpperlevel": 90, - "mp": 280, - "mpperlevel": 40, - "movespeed": 345, - "armor": 29, - "armorperlevel": 3.5, - "spellblock": 32, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8, - "hpregenperlevel": 0.8, - "mpregen": 7, - "mpregenperlevel": 0.7, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 4, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.5 - } - }, - "Quinn": { - "version": "6.24.1", - "id": "Quinn", - "key": "133", - "name": "Quinn", - "title": "Demacia's Wings", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5cc3e3a189961d90/5db05ffbadc8656c7d24e7fc/RiotX_ChampionList_quinn.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg", - "blurb": "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...", - "info": { - "attack": 9, - "defense": 4, - "magic": 2, - "difficulty": 5 - }, - "image": { - "full": "Quinn.png", - "sprite": "champion2.png", - "group": "champion", - "x": 0, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 532.8, - "hpperlevel": 85, - "mp": 268.8, - "mpperlevel": 35, - "movespeed": 335, - "armor": 23.38, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6.97, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.065, - "attackspeedperlevel": 3.1 - } - }, - "Rammus": { - "version": "6.24.1", - "id": "Rammus", - "key": "33", - "name": "Rammus", - "title": "the Armordillo", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt50cccb68a58349f5/5db05ffbdc674266df3d5d48/RiotX_ChampionList_rammus.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg", - "blurb": "''OK.''

Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...", - "info": { - "attack": 4, - "defense": 10, - "magic": 5, - "difficulty": 5 - }, - "image": { - "full": "Rammus.png", - "sprite": "champion2.png", - "group": "champion", - "x": 48, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 564.48, - "hpperlevel": 86, - "mp": 310.44, - "mpperlevel": 33, - "movespeed": 335, - "armor": 31.384, - "armorperlevel": 4.3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.92, - "hpregenperlevel": 0.55, - "mpregen": 7.84, - "mpregenperlevel": 0.5, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.88, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.215 - } - }, - "RekSai": { - "version": "6.24.1", - "id": "RekSai", - "key": "421", - "name": "Rek'Sai", - "title": "the Void Burrower", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4affff3ef114e99b/5db05ffb347d1c6baa57be43/RiotX_ChampionList_reksai.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg", - "blurb": "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 2, - "difficulty": 3 - }, - "image": { - "full": "RekSai.png", - "sprite": "champion2.png", - "group": "champion", - "x": 96, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter" - ], - "partype": "Battlefury", - "stats": { - "hp": 570, - "hpperlevel": 90, - "mp": 100, - "mpperlevel": 0, - "movespeed": 335, - "armor": 24, - "armorperlevel": 3.4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 7.34, - "hpregenperlevel": 0.65, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.628, - "attackdamageperlevel": 3.35, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Renekton": { - "version": "6.24.1", - "id": "Renekton", - "key": "58", - "name": "Renekton", - "title": "the Butcher of the Sands", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b5bb4d917759184/5db05ffb242f426df132f979/RiotX_ChampionList_renekton.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg", - "blurb": "''Blood and vengeance.''

Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 2, - "difficulty": 3 - }, - "image": { - "full": "Renekton.png", - "sprite": "champion2.png", - "group": "champion", - "x": 144, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "Rage", - "stats": { - "hp": 572.16, - "hpperlevel": 87, - "mp": 100, - "mpperlevel": 0, - "movespeed": 345, - "armor": 25.584, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.96, - "hpregenperlevel": 0.75, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.328, - "attackdamageperlevel": 3.1, - "attackspeedoffset": -0.06, - "attackspeedperlevel": 2.65 - } - }, - "Rengar": { - "version": "6.24.1", - "id": "Rengar", - "key": "107", - "name": "Rengar", - "title": "the Pridestalker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt282bc8e033db4123/5db05ff9adc8656c7d24e7f6/RiotX_ChampionList_rengar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg", - "blurb": "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...", - "info": { - "attack": 7, - "defense": 4, - "magic": 2, - "difficulty": 8 - }, - "image": { - "full": "Rengar.png", - "sprite": "champion2.png", - "group": "champion", - "x": 192, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "Ferocity", - "stats": { - "hp": 586.2, - "hpperlevel": 90, - "mp": 4, - "mpperlevel": 0, - "movespeed": 345, - "armor": 25.88, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7, - "hpregenperlevel": 0.5, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60, - "attackdamageperlevel": 1.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.5 - } - }, - "Riven": { - "version": "6.24.1", - "id": "Riven", - "key": "92", - "name": "Riven", - "title": "the Exile", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3925b81c7462e26e/5db05ffadc674266df3d5d42/RiotX_ChampionList_riven.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg", - "blurb": "''There is a place between war and murder in which our demons lurk.''

In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 1, - "difficulty": 8 - }, - "image": { - "full": "Riven.png", - "sprite": "champion2.png", - "group": "champion", - "x": 240, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "None", - "stats": { - "hp": 558.48, - "hpperlevel": 86, - "mp": 0, - "mpperlevel": 0, - "movespeed": 340, - "armor": 24.376, - "armorperlevel": 3.2, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 5.34, - "hpregenperlevel": 0.5, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.5 - } - }, - "Rumble": { - "version": "6.24.1", - "id": "Rumble", - "key": "68", - "name": "Rumble", - "title": "the Mechanized Menace", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7c76610fa29d8d6/5db05ffa7d28b76cfe439813/RiotX_ChampionList_rumble.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg", - "blurb": "''Ugh, it's gonna take forever to scrape your face off my suit!''

Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...", - "info": { - "attack": 3, - "defense": 6, - "magic": 8, - "difficulty": 10 - }, - "image": { - "full": "Rumble.png", - "sprite": "champion2.png", - "group": "champion", - "x": 288, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Mage" - ], - "partype": "Heat", - "stats": { - "hp": 584.4, - "hpperlevel": 80, - "mp": 100, - "mpperlevel": 0, - "movespeed": 345, - "armor": 25.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.005, - "hpregenperlevel": 0.6, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.036, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 1.85 - } - }, - "Ryze": { - "version": "6.24.1", - "id": "Ryze", - "key": "13", - "name": "Ryze", - "title": "the Rune Mage", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8af977ce4fa7804b/5db05ffa2dc72966da746714/RiotX_ChampionList_ryze.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg", - "blurb": "''Take care with this world. What is made can be unmade.''

Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...", - "info": { - "attack": 2, - "defense": 2, - "magic": 10, - "difficulty": 7 - }, - "image": { - "full": "Ryze.png", - "sprite": "champion2.png", - "group": "champion", - "x": 336, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 558.48, - "hpperlevel": 86, - "mp": 400, - "mpperlevel": 50, - "movespeed": 340, - "armor": 21.552, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 7, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.112 - } - }, - "Sejuani": { - "version": "6.24.1", - "id": "Sejuani", - "key": "113", - "name": "Sejuani", - "title": "the Winter's Wrath", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte4d521b893aa5a3e/5db05ffae9d7526ab429e544/RiotX_ChampionList_sejuani.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg", - "blurb": "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...", - "info": { - "attack": 5, - "defense": 7, - "magic": 6, - "difficulty": 4 - }, - "image": { - "full": "Sejuani.png", - "sprite": "champion2.png", - "group": "champion", - "x": 384, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 600, - "hpperlevel": 95, - "mp": 400, - "mpperlevel": 40, - "movespeed": 340, - "armor": 29.54, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.675, - "hpregenperlevel": 0.85, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.0672, - "attackspeedperlevel": 1.44 - } - }, - "Shaco": { - "version": "6.24.1", - "id": "Shaco", - "key": "35", - "name": "Shaco", - "title": "the Demon Jester", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8b1d1ba926d01cc/5db060036e8b0c6d038c5cba/RiotX_ChampionList_shaco.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg", - "blurb": "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...", - "info": { - "attack": 8, - "defense": 4, - "magic": 6, - "difficulty": 9 - }, - "image": { - "full": "Shaco.png", - "sprite": "champion2.png", - "group": "champion", - "x": 432, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 582.12, - "hpperlevel": 84, - "mp": 297.2, - "mpperlevel": 40, - "movespeed": 350, - "armor": 24.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.37, - "hpregenperlevel": 0.55, - "mpregen": 7.155, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.58, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.1, - "attackspeedperlevel": 3 - } - }, - "Shen": { - "version": "6.24.1", - "id": "Shen", - "key": "98", - "name": "Shen", - "title": "the Eye of Twilight", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd142d174831b78e9/5db06004242f426df132f97f/RiotX_ChampionList_shen.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg", - "blurb": "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''

Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...", - "info": { - "attack": 3, - "defense": 9, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Shen.png", - "sprite": "champion3.png", - "group": "champion", - "x": 0, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Melee" - ], - "partype": "Energy", - "stats": { - "hp": 540, - "hpperlevel": 85, - "mp": 400, - "mpperlevel": 0, - "movespeed": 340, - "armor": 25, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.5, - "hpregenperlevel": 0.75, - "mpregen": 50, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Shyvana": { - "version": "6.24.1", - "id": "Shyvana", - "key": "102", - "name": "Shyvana", - "title": "the Half-Dragon", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdb320ec49e0e02a7/5db0600456458c6b3fc1752d/RiotX_ChampionList_shyvana.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg", - "blurb": "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....", - "info": { - "attack": 8, - "defense": 6, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Shyvana.png", - "sprite": "champion3.png", - "group": "champion", - "x": 48, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "Dragonfury", - "stats": { - "hp": 595, - "hpperlevel": 95, - "mp": 100, - "mpperlevel": 0, - "movespeed": 350, - "armor": 27.628, - "armorperlevel": 3.35, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.6, - "hpregenperlevel": 0.8, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.712, - "attackdamageperlevel": 3.4, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.5 - } - }, - "Singed": { - "version": "6.24.1", - "id": "Singed", - "key": "27", - "name": "Singed", - "title": "the Mad Chemist", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt766d98c27adfde28/5db06004347d1c6baa57be4f/RiotX_ChampionList_singed.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg", - "blurb": "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...", - "info": { - "attack": 4, - "defense": 8, - "magic": 7, - "difficulty": 5 - }, - "image": { - "full": "Singed.png", - "sprite": "champion3.png", - "group": "champion", - "x": 96, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 542.76, - "hpperlevel": 82, - "mp": 290.6, - "mpperlevel": 45, - "movespeed": 345, - "armor": 27.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.02, - "hpregenperlevel": 0.55, - "mpregen": 7.52, - "mpregenperlevel": 0.55, - "crit": 0, - "critperlevel": 0, - "attackdamage": 62.32, - "attackdamageperlevel": 3.375, - "attackspeedoffset": 0.02, - "attackspeedperlevel": 1.81 - } - }, - "Sion": { - "version": "6.24.1", - "id": "Sion", - "key": "14", - "name": "Sion", - "title": "The Undead Juggernaut", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7f28f1d689e4ad3d/5db06004adc8656c7d24e802/RiotX_ChampionList_sion.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg", - "blurb": "BLOOD.

SMELL IT.

WANT. ACHING. NEED!

CLOSE NOW. THEY COME.

NO CHAINS? FREE! KILL!

IN REACH. YES! DIE! DIE!

Gone. Too quick. No fight. More. I want... more.

A voice? Unfamiliar. I see him. The Grand ...", - "info": { - "attack": 5, - "defense": 9, - "magic": 3, - "difficulty": 5 - }, - "image": { - "full": "Sion.png", - "sprite": "champion3.png", - "group": "champion", - "x": 144, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 542.64, - "hpperlevel": 73, - "mp": 325.6, - "mpperlevel": 42, - "movespeed": 345, - "armor": 23.04, - "armorperlevel": 3, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 10.18, - "hpregenperlevel": 0.8, - "mpregen": 8.005, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.72, - "attackdamageperlevel": 4, - "attackspeedoffset": -0.08, - "attackspeedperlevel": 1.3 - } - }, - "Sivir": { - "version": "6.24.1", - "id": "Sivir", - "key": "15", - "name": "Sivir", - "title": "the Battle Mistress", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbe8ea8bfd98ec1f3/5db06002a6470d6ab91ce5ac/RiotX_ChampionList_sivir.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg", - "blurb": "''I don't care what face is on your coin, as long as it pays.''

Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...", - "info": { - "attack": 9, - "defense": 3, - "magic": 1, - "difficulty": 4 - }, - "image": { - "full": "Sivir.png", - "sprite": "champion3.png", - "group": "champion", - "x": 192, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman" - ], - "partype": "MP", - "stats": { - "hp": 515.76, - "hpperlevel": 82, - "mp": 284, - "mpperlevel": 50, - "movespeed": 335, - "armor": 22.21, - "armorperlevel": 3.25, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 5.17, - "hpregenperlevel": 0.55, - "mpregen": 8.01, - "mpregenperlevel": 0.9, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.6 - } - }, - "Skarner": { - "version": "6.24.1", - "id": "Skarner", - "key": "72", - "name": "Skarner", - "title": "the Crystal Vanguard", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt842a8149ba8b7a3d/5db06003bd24496c390ae4f6/RiotX_ChampionList_skarner.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg", - "blurb": "''We are one. We cannot be shattered.''

Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...", - "info": { - "attack": 7, - "defense": 6, - "magic": 5, - "difficulty": 5 - }, - "image": { - "full": "Skarner.png", - "sprite": "champion3.png", - "group": "champion", - "x": 240, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 601.28, - "hpperlevel": 90, - "mp": 272.2, - "mpperlevel": 40, - "movespeed": 335, - "armor": 29.384, - "armorperlevel": 3.8, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.925, - "hpregenperlevel": 0.85, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.156, - "attackdamageperlevel": 4.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.1 - } - }, - "Sona": { - "version": "6.24.1", - "id": "Sona", - "key": "37", - "name": "Sona", - "title": "Maven of the Strings", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4810827f74fc21b9/5db06003347d1c6baa57be49/RiotX_ChampionList_sona.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg", - "blurb": "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...", - "info": { - "attack": 5, - "defense": 2, - "magic": 8, - "difficulty": 4 - }, - "image": { - "full": "Sona.png", - "sprite": "champion3.png", - "group": "champion", - "x": 288, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 482.36, - "hpperlevel": 77, - "mp": 340.6, - "mpperlevel": 45, - "movespeed": 325, - "armor": 20.544, - "armorperlevel": 3.3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 11.5, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.3 - } - }, - "Soraka": { - "version": "6.24.1", - "id": "Soraka", - "key": "16", - "name": "Soraka", - "title": "the Starchild", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2141839fdc483592/5db06003e9effa6ba5295fad/RiotX_ChampionList_soraka.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg", - "blurb": "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...", - "info": { - "attack": 2, - "defense": 5, - "magic": 7, - "difficulty": 3 - }, - "image": { - "full": "Soraka.png", - "sprite": "champion3.png", - "group": "champion", - "x": 336, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 529.04, - "hpperlevel": 78, - "mp": 350.8, - "mpperlevel": 60, - "movespeed": 325, - "armor": 23.384, - "armorperlevel": 3.8, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 2.5, - "hpregenperlevel": 0.5, - "mpregen": 11.5, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.14 - } - }, - "Swain": { - "version": "6.24.1", - "id": "Swain", - "key": "50", - "name": "Swain", - "title": "the Master Tactician", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1a64e469280b8b9f/5db060030b39e86c2f83dc25/RiotX_ChampionList_swain.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg", - "blurb": "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...", - "info": { - "attack": 2, - "defense": 6, - "magic": 9, - "difficulty": 8 - }, - "image": { - "full": "Swain.png", - "sprite": "champion3.png", - "group": "champion", - "x": 384, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 516.04, - "hpperlevel": 90, - "mp": 374, - "mpperlevel": 47, - "movespeed": 335, - "armor": 22.72, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 7.84, - "hpregenperlevel": 0.65, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 52.04, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.11 - } - }, - "Syndra": { - "version": "6.24.1", - "id": "Syndra", - "key": "134", - "name": "Syndra", - "title": "the Dark Sovereign", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd9308eedab3a6fa5/5db0600c3a326d6df6c0e7bf/RiotX_ChampionList_syndra.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg", - "blurb": "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...", - "info": { - "attack": 2, - "defense": 3, - "magic": 9, - "difficulty": 8 - }, - "image": { - "full": "Syndra.png", - "sprite": "champion3.png", - "group": "champion", - "x": 432, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 511.04, - "hpperlevel": 78, - "mp": 384, - "mpperlevel": 60, - "movespeed": 330, - "armor": 24.712, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.505, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.872, - "attackdamageperlevel": 2.9, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "TahmKench": { - "version": "6.24.1", - "id": "TahmKench", - "key": "223", - "name": "Tahm Kench", - "title": "the River King", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt87be9cf38f3bc986/5db0600c56458c6b3fc17533/RiotX_ChampionList_tahmkench.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg", - "blurb": "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...", - "info": { - "attack": 3, - "defense": 9, - "magic": 6, - "difficulty": 5 - }, - "image": { - "full": "TahmKench.png", - "sprite": "champion3.png", - "group": "champion", - "x": 0, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 610, - "hpperlevel": 95, - "mp": 325, - "mpperlevel": 40, - "movespeed": 335, - "armor": 27, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 6.5, - "hpregenperlevel": 0.55, - "mpregen": 8, - "mpregenperlevel": 1, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 3.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.5 - } - }, - "Taliyah": { - "version": "6.24.1", - "id": "Taliyah", - "key": "163", - "name": "Taliyah", - "title": "the Stoneweaver", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt35c3537198ee86b9/5db05fc52140ec675d68f49b/RiotX_ChampionList_ialiyah.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg", - "blurb": "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...", - "info": { - "attack": 1, - "defense": 7, - "magic": 8, - "difficulty": 5 - }, - "image": { - "full": "Taliyah.png", - "sprite": "champion3.png", - "group": "champion", - "x": 48, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 520, - "hpperlevel": 75, - "mp": 340, - "mpperlevel": 60, - "movespeed": 325, - "armor": 20, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 7, - "hpregenperlevel": 0.7, - "mpregen": 7, - "mpregenperlevel": 0.85, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Talon": { - "version": "6.24.1", - "id": "Talon", - "key": "91", - "name": "Talon", - "title": "the Blade's Shadow", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a737f99ebcd027/5db0600c89fb926b491ed829/RiotX_ChampionList_talon.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg", - "blurb": "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau

Talon's earliest memories are the darkness of Noxus' underground ...", - "info": { - "attack": 9, - "defense": 3, - "magic": 1, - "difficulty": 7 - }, - "image": { - "full": "Talon.png", - "sprite": "champion3.png", - "group": "champion", - "x": 96, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 583, - "hpperlevel": 90, - "mp": 377.2, - "mpperlevel": 37, - "movespeed": 335, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.51, - "hpregenperlevel": 0.75, - "mpregen": 7.59, - "mpregenperlevel": 0.5, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60, - "attackdamageperlevel": 3.1, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.9 - } - }, - "Taric": { - "version": "6.24.1", - "id": "Taric", - "key": "44", - "name": "Taric", - "title": "the Shield of Valoran", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b2d37773c3621e1/5db0600d347d1c6baa57be55/RiotX_ChampionList_taric.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg", - "blurb": "''The best weapons are beautiful.''

Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...", - "info": { - "attack": 4, - "defense": 8, - "magic": 5, - "difficulty": 3 - }, - "image": { - "full": "Taric.png", - "sprite": "champion3.png", - "group": "champion", - "x": 144, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 575, - "hpperlevel": 90, - "mp": 300, - "mpperlevel": 60, - "movespeed": 340, - "armor": 25, - "armorperlevel": 3.4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 150, - "hpregen": 6, - "hpregenperlevel": 0.5, - "mpregen": 5, - "mpregenperlevel": 1, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55, - "attackdamageperlevel": 3.5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Teemo": { - "version": "6.24.1", - "id": "Teemo", - "key": "17", - "name": "Teemo", - "title": "the Swift Scout", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt30ddbbdc0549078a/5db0600da6470d6ab91ce5b8/RiotX_ChampionList_teemo.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg", - "blurb": "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...", - "info": { - "attack": 5, - "defense": 3, - "magic": 7, - "difficulty": 6 - }, - "image": { - "full": "Teemo.png", - "sprite": "champion3.png", - "group": "champion", - "x": 192, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 515.76, - "hpperlevel": 82, - "mp": 267.2, - "mpperlevel": 40, - "movespeed": 330, - "armor": 24.3, - "armorperlevel": 3.75, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 500, - "hpregen": 5.74, - "hpregenperlevel": 0.65, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 49.54, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.0947, - "attackspeedperlevel": 3.38 - } - }, - "Thresh": { - "version": "6.24.1", - "id": "Thresh", - "key": "412", - "name": "Thresh", - "title": "the Chain Warden", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46555de3bfa94d44/5db0600b2140ec675d68f4b5/RiotX_ChampionList_thresh.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg", - "blurb": "''The mind is a wondrous thing to tear apart.''

Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...", - "info": { - "attack": 5, - "defense": 6, - "magic": 6, - "difficulty": 7 - }, - "image": { - "full": "Thresh.png", - "sprite": "champion3.png", - "group": "champion", - "x": 240, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 560.52, - "hpperlevel": 93, - "mp": 273.92, - "mpperlevel": 44, - "movespeed": 335, - "armor": 16, - "armorperlevel": 0, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 450, - "hpregen": 6.92, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 47.696, - "attackdamageperlevel": 2.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 3.5 - } - }, - "Tristana": { - "version": "6.24.1", - "id": "Tristana", - "key": "18", - "name": "Tristana", - "title": "the Yordle Gunner", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfbbc3205edf5207a/5db0600bdc674266df3d5d50/RiotX_ChampionList_tristana.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg", - "blurb": "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...", - "info": { - "attack": 9, - "defense": 3, - "magic": 5, - "difficulty": 4 - }, - "image": { - "full": "Tristana.png", - "sprite": "champion3.png", - "group": "champion", - "x": 288, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 542.76, - "hpperlevel": 82, - "mp": 246.76, - "mpperlevel": 32, - "movespeed": 325, - "armor": 22, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.19, - "hpregenperlevel": 0.65, - "mpregen": 7.205, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 56.96, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.04734, - "attackspeedperlevel": 1.5 - } - }, - "Trundle": { - "version": "6.24.1", - "id": "Trundle", - "key": "48", - "name": "Trundle", - "title": "the Troll King", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt05eb0518bbe963c0/5db0600ba6470d6ab91ce5b2/RiotX_ChampionList_trundle.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg", - "blurb": "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...", - "info": { - "attack": 7, - "defense": 6, - "magic": 2, - "difficulty": 5 - }, - "image": { - "full": "Trundle.png", - "sprite": "champion3.png", - "group": "champion", - "x": 336, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 616.28, - "hpperlevel": 96, - "mp": 281.6, - "mpperlevel": 45, - "movespeed": 350, - "armor": 27.536, - "armorperlevel": 2.7, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 6, - "hpregenperlevel": 0.75, - "mpregen": 7.505, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 60.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.0672, - "attackspeedperlevel": 2.9 - } - }, - "Tryndamere": { - "version": "6.24.1", - "id": "Tryndamere", - "key": "23", - "name": "Tryndamere", - "title": "the Barbarian King", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b217144ed3a7faa/5db08d643a326d6df6c0e907/RiotX_ChampionList_tryndamere.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg", - "blurb": "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...", - "info": { - "attack": 10, - "defense": 5, - "magic": 2, - "difficulty": 5 - }, - "image": { - "full": "Tryndamere.png", - "sprite": "champion3.png", - "group": "champion", - "x": 384, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "Battlefury", - "stats": { - "hp": 625.64, - "hpperlevel": 98, - "mp": 100, - "mpperlevel": 0, - "movespeed": 345, - "armor": 24.108, - "armorperlevel": 3.1, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.51, - "hpregenperlevel": 0.9, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 61.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.0672, - "attackspeedperlevel": 2.9 - } - }, - "TwistedFate": { - "version": "6.24.1", - "id": "TwistedFate", - "key": "4", - "name": "Twisted Fate", - "title": "the Card Master", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaebcdb8b21d440a7/5db0600ce9effa6ba5295fb3/RiotX_ChampionList_twistedfate.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg", - "blurb": "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...", - "info": { - "attack": 6, - "defense": 2, - "magic": 6, - "difficulty": 9 - }, - "image": { - "full": "TwistedFate.png", - "sprite": "champion3.png", - "group": "champion", - "x": 432, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 521.76, - "hpperlevel": 82, - "mp": 265.84, - "mpperlevel": 38, - "movespeed": 330, - "armor": 20.542, - "armorperlevel": 3.15, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.505, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 49.954, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.04, - "attackspeedperlevel": 3.22 - } - }, - "Twitch": { - "version": "6.24.1", - "id": "Twitch", - "key": "29", - "name": "Twitch", - "title": "the Plague Rat", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt674dca7d5611ebb0/5db060159481396d6bdd01be/RiotX_ChampionList_twitch.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg", - "blurb": "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.

Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...", - "info": { - "attack": 9, - "defense": 2, - "magic": 3, - "difficulty": 6 - }, - "image": { - "full": "Twitch.png", - "sprite": "champion3.png", - "group": "champion", - "x": 0, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 525.08, - "hpperlevel": 81, - "mp": 287.2, - "mpperlevel": 40, - "movespeed": 330, - "armor": 23.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.005, - "hpregenperlevel": 0.6, - "mpregen": 7.255, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.46, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.08, - "attackspeedperlevel": 3.38 - } - }, - "Udyr": { - "version": "6.24.1", - "id": "Udyr", - "key": "77", - "name": "Udyr", - "title": "the Spirit Walker", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8350eda62a9ed56c/63350924f709a318104f9bbb/RiotX_ChampionList_udyr_v2.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg", - "blurb": "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...", - "info": { - "attack": 8, - "defense": 7, - "magic": 4, - "difficulty": 7 - }, - "image": { - "full": "Udyr.png", - "sprite": "champion3.png", - "group": "champion", - "x": 48, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 593.32, - "hpperlevel": 99, - "mp": 270.4, - "mpperlevel": 30, - "movespeed": 345, - "armor": 25.47, - "armorperlevel": 4, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 6, - "hpregenperlevel": 0.75, - "mpregen": 7.505, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 58.286, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.67 - } - }, - "Urgot": { - "version": "6.24.1", - "id": "Urgot", - "key": "6", - "name": "Urgot", - "title": "the Headsman's Pride", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt162b78ba3ece1d4f/5db060157d28b76cfe43981b/RiotX_ChampionList_urgot.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg", - "blurb": "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 3, - "difficulty": 8 - }, - "image": { - "full": "Urgot.png", - "sprite": "champion3.png", - "group": "champion", - "x": 96, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Fighter" - ], - "partype": "MP", - "stats": { - "hp": 586.52, - "hpperlevel": 89, - "mp": 312.4, - "mpperlevel": 55, - "movespeed": 335, - "armor": 24.544, - "armorperlevel": 3.3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 425, - "hpregen": 6.505, - "hpregenperlevel": 0.6, - "mpregen": 8.59, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.05, - "attackdamageperlevel": 3.6, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.9 - } - }, - "Varus": { - "version": "6.24.1", - "id": "Varus", - "key": "110", - "name": "Varus", - "title": "the Arrow of Retribution", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt596158d85a8360d1/5db060132dc72966da74671a/RiotX_ChampionList_varus.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg", - "blurb": "''The life of an arrow is fleeting, built of nothing but direction and intent.''

For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...", - "info": { - "attack": 7, - "defense": 3, - "magic": 4, - "difficulty": 2 - }, - "image": { - "full": "Varus.png", - "sprite": "champion3.png", - "group": "champion", - "x": 144, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 537.76, - "hpperlevel": 82, - "mp": 360.48, - "mpperlevel": 33, - "movespeed": 330, - "armor": 23.212, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 575, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 7.34, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.66, - "attackdamageperlevel": 2.41, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 3 - } - }, - "Vayne": { - "version": "6.24.1", - "id": "Vayne", - "key": "67", - "name": "Vayne", - "title": "the Night Hunter", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9eaabc908956c8b0/5db060146af83b6d7032c90a/RiotX_ChampionList_vayne.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg", - "blurb": "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.

As a young ...", - "info": { - "attack": 10, - "defense": 1, - "magic": 1, - "difficulty": 8 - }, - "image": { - "full": "Vayne.png", - "sprite": "champion3.png", - "group": "champion", - "x": 192, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Marksman", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 498.44, - "hpperlevel": 83, - "mp": 231.8, - "mpperlevel": 35, - "movespeed": 330, - "armor": 19.012, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6.97, - "mpregenperlevel": 0.4, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.88, - "attackdamageperlevel": 1.66, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 4 - } - }, - "Veigar": { - "version": "6.24.1", - "id": "Veigar", - "key": "45", - "name": "Veigar", - "title": "the Tiny Master of Evil", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltda2b568b0c3e5847/5db06014e9effa6ba5295fb9/RiotX_ChampionList_veigar.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg", - "blurb": "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...", - "info": { - "attack": 2, - "defense": 2, - "magic": 10, - "difficulty": 7 - }, - "image": { - "full": "Veigar.png", - "sprite": "champion3.png", - "group": "champion", - "x": 240, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 492.76, - "hpperlevel": 82, - "mp": 392.4, - "mpperlevel": 52, - "movespeed": 340, - "armor": 22.55, - "armorperlevel": 3.75, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 50.71, - "attackdamageperlevel": 2.625, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.24 - } - }, - "Velkoz": { - "version": "6.24.1", - "id": "Velkoz", - "key": "161", - "name": "Vel'Koz", - "title": "the Eye of the Void", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt825d0c333f6e74ae/5db060142140ec675d68f4bb/RiotX_ChampionList_velkoz.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg", - "blurb": "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.

There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....", - "info": { - "attack": 2, - "defense": 2, - "magic": 10, - "difficulty": 8 - }, - "image": { - "full": "Velkoz.png", - "sprite": "champion3.png", - "group": "champion", - "x": 288, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 507.68, - "hpperlevel": 76, - "mp": 375.6, - "mpperlevel": 42, - "movespeed": 340, - "armor": 21.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.9379, - "attackdamageperlevel": 3.14159, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "Vi": { - "version": "6.24.1", - "id": "Vi", - "key": "254", - "name": "Vi", - "title": "the Piltover Enforcer", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3bd79abf330fc807/5db06014dc674266df3d5d56/RiotX_ChampionList_vi.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg", - "blurb": "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...", - "info": { - "attack": 8, - "defense": 5, - "magic": 3, - "difficulty": 4 - }, - "image": { - "full": "Vi.png", - "sprite": "champion3.png", - "group": "champion", - "x": 336, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 582.8, - "hpperlevel": 85, - "mp": 295.6, - "mpperlevel": 45, - "movespeed": 345, - "armor": 25.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 9.01, - "hpregenperlevel": 0.9, - "mpregen": 8.09, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.88, - "attackdamageperlevel": 3.5, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.5 - } - }, - "Viktor": { - "version": "6.24.1", - "id": "Viktor", - "key": "112", - "name": "Viktor", - "title": "the Machine Herald", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6e54b3de49b7bbf3/5db06015df78486c826dcd1e/RiotX_ChampionList_viktor.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg", - "blurb": "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...", - "info": { - "attack": 2, - "defense": 4, - "magic": 10, - "difficulty": 9 - }, - "image": { - "full": "Viktor.png", - "sprite": "champion3.png", - "group": "champion", - "x": 384, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 516.04, - "hpperlevel": 78, - "mp": 324, - "mpperlevel": 50, - "movespeed": 335, - "armor": 22.72, - "armorperlevel": 4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 7.84, - "hpregenperlevel": 0.65, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 52.04, - "attackdamageperlevel": 3, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.11 - } - }, - "Vladimir": { - "version": "6.24.1", - "id": "Vladimir", - "key": "8", - "name": "Vladimir", - "title": "the Crimson Reaper", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39ab5027f6fa1b81/5db0601589fb926b491ed82f/RiotX_ChampionList_vladimir.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg", - "blurb": "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...", - "info": { - "attack": 2, - "defense": 6, - "magic": 8, - "difficulty": 7 - }, - "image": { - "full": "Vladimir.png", - "sprite": "champion3.png", - "group": "champion", - "x": 432, - "y": 96, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Tank" - ], - "partype": "Gnarfury", - "stats": { - "hp": 525, - "hpperlevel": 84, - "mp": 2, - "mpperlevel": 0, - "movespeed": 330, - "armor": 23, - "armorperlevel": 3.3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 450, - "hpregen": 7.005, - "hpregenperlevel": 0.6, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 52, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Volibear": { - "version": "6.24.1", - "id": "Volibear", - "key": "106", - "name": "Volibear", - "title": "the Thunder's Roar", - "img": "https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg", - "blurb": "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...", - "info": { - "attack": 7, - "defense": 7, - "magic": 4, - "difficulty": 3 - }, - "image": { - "full": "Volibear.png", - "sprite": "champion4.png", - "group": "champion", - "x": 0, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 584.48, - "hpperlevel": 86, - "mp": 270.4, - "mpperlevel": 30, - "movespeed": 345, - "armor": 26.38, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.09, - "hpregenperlevel": 0.65, - "mpregen": 8.09, - "mpregenperlevel": 0.65, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": -0.05, - "attackspeedperlevel": 2.67 - } - }, - "Warwick": { - "version": "6.24.1", - "id": "Warwick", - "key": "19", - "name": "Warwick", - "title": "the Blood Hunter", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08a92f3897cfc8f5/5db0601ddc674266df3d5d5c/RiotX_ChampionList_warwick.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg", - "blurb": "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...", - "info": { - "attack": 7, - "defense": 4, - "magic": 4, - "difficulty": 3 - }, - "image": { - "full": "Warwick.png", - "sprite": "champion4.png", - "group": "champion", - "x": 48, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 592.64, - "hpperlevel": 98, - "mp": 240.4, - "mpperlevel": 30, - "movespeed": 345, - "armor": 25.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 8.39, - "hpregenperlevel": 0.8, - "mpregen": 8.105, - "mpregenperlevel": 0.6, - "crit": 0, - "critperlevel": 0, - "attackdamage": 62.43, - "attackdamageperlevel": 3.375, - "attackspeedoffset": -0.08, - "attackspeedperlevel": 2.88 - } - }, - "Xerath": { - "version": "6.24.1", - "id": "Xerath", - "key": "101", - "name": "Xerath", - "title": "the Magus Ascendant", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbda694c8890e94e5/5db0601ce9effa6ba5295fbf/RiotX_ChampionList_xeratth.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg", - "blurb": "''A lifetime as a slave has prepared me for eternity as your master.''

Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...", - "info": { - "attack": 1, - "defense": 3, - "magic": 10, - "difficulty": 8 - }, - "image": { - "full": "Xerath.png", - "sprite": "champion4.png", - "group": "champion", - "x": 96, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 514.4, - "hpperlevel": 80, - "mp": 366.96, - "mpperlevel": 44, - "movespeed": 340, - "armor": 21.88, - "armorperlevel": 3.5, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 525, - "hpregen": 5.42, - "hpregenperlevel": 0.55, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.7, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 1.36 - } - }, - "XinZhao": { - "version": "6.24.1", - "id": "XinZhao", - "key": "5", - "name": "Xin Zhao", - "title": "the Seneschal of Demacia", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltca4486a1630ef517/5db0601ce9d7526ab429e54a/RiotX_ChampionList_xinzhao.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg", - "blurb": "''Death is inevitable, one can only avoid defeat.''

Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...", - "info": { - "attack": 8, - "defense": 6, - "magic": 3, - "difficulty": 2 - }, - "image": { - "full": "XinZhao.png", - "sprite": "champion4.png", - "group": "champion", - "x": 144, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "MP", - "stats": { - "hp": 600, - "hpperlevel": 92, - "mp": 273.8, - "mpperlevel": 35, - "movespeed": 345, - "armor": 25.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 8.175, - "hpregenperlevel": 0.7, - "mpregen": 7.255, - "mpregenperlevel": 0.45, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57.544, - "attackdamageperlevel": 3.3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.6 - } - }, - "Yasuo": { - "version": "6.24.1", - "id": "Yasuo", - "key": "157", - "name": "Yasuo", - "title": "the Unforgiven", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3a319fc884dc6880/5db0601c242f426df132f985/RiotX_ChampionList_yasuo.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg", - "blurb": "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...", - "info": { - "attack": 8, - "defense": 4, - "magic": 4, - "difficulty": 10 - }, - "image": { - "full": "Yasuo.png", - "sprite": "champion4.png", - "group": "champion", - "x": 192, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Assassin" - ], - "partype": "Wind", - "stats": { - "hp": 517.76, - "hpperlevel": 82, - "mp": 100, - "mpperlevel": 0, - "movespeed": 345, - "armor": 24.712, - "armorperlevel": 3.4, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 175, - "hpregen": 6.51, - "hpregenperlevel": 0.9, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 55.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": -0.067, - "attackspeedperlevel": 2.5 - } - }, - "Yorick": { - "version": "6.24.1", - "id": "Yorick", - "key": "83", - "name": "Yorick", - "title": "Shepherd of Souls", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570d89dd9a76ba08/5db0601c823d426762825ff9/RiotX_ChampionList_yorick.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg", - "blurb": "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...", - "info": { - "attack": 6, - "defense": 6, - "magic": 4, - "difficulty": 6 - }, - "image": { - "full": "Yorick.png", - "sprite": "champion4.png", - "group": "champion", - "x": 240, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Fighter", - "Tank" - ], - "partype": "MP", - "stats": { - "hp": 580, - "hpperlevel": 100, - "mp": 300, - "mpperlevel": 40, - "movespeed": 340, - "armor": 30, - "armorperlevel": 4, - "spellblock": 32, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 8, - "hpregenperlevel": 0.8, - "mpregen": 7.5, - "mpregenperlevel": 0.75, - "crit": 0, - "critperlevel": 0, - "attackdamage": 57, - "attackdamageperlevel": 5, - "attackspeedoffset": 0, - "attackspeedperlevel": 2 - } - }, - "Zac": { - "version": "6.24.1", - "id": "Zac", - "key": "154", - "name": "Zac", - "title": "the Secret Weapon", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9412083c2b98b9c8/5db0601d6af83b6d7032c910/RiotX_ChampionList_zac.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg", - "blurb": "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...", - "info": { - "attack": 3, - "defense": 7, - "magic": 7, - "difficulty": 8 - }, - "image": { - "full": "Zac.png", - "sprite": "champion4.png", - "group": "champion", - "x": 288, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Tank", - "Fighter" - ], - "partype": "None", - "stats": { - "hp": 614.6, - "hpperlevel": 95, - "mp": 0, - "mpperlevel": 0, - "movespeed": 340, - "armor": 23.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 175, - "hpregen": 7.92, - "hpregenperlevel": 0.55, - "mpregen": 0, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 59.67, - "attackdamageperlevel": 3.375, - "attackspeedoffset": -0.02, - "attackspeedperlevel": 1.6 - } - }, - "Zed": { - "version": "6.24.1", - "id": "Zed", - "key": "238", - "name": "Zed", - "title": "the Master of Shadows", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt402d6da485218720/5db0601de9effa6ba5295fc5/RiotX_ChampionList_zed.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg", - "blurb": "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...", - "info": { - "attack": 9, - "defense": 2, - "magic": 1, - "difficulty": 7 - }, - "image": { - "full": "Zed.png", - "sprite": "champion4.png", - "group": "champion", - "x": 336, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Assassin", - "Fighter" - ], - "partype": "Energy", - "stats": { - "hp": 579.4, - "hpperlevel": 80, - "mp": 200, - "mpperlevel": 0, - "movespeed": 345, - "armor": 26.88, - "armorperlevel": 3.5, - "spellblock": 32.1, - "spellblockperlevel": 1.25, - "attackrange": 125, - "hpregen": 7.09, - "hpregenperlevel": 0.65, - "mpregen": 50, - "mpregenperlevel": 0, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.712, - "attackdamageperlevel": 3.4, - "attackspeedoffset": -0.03, - "attackspeedperlevel": 2.1 - } - }, - "Ziggs": { - "version": "6.24.1", - "id": "Ziggs", - "key": "115", - "name": "Ziggs", - "title": "the Hexplosives Expert", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0f8c12d54d8ecd28/5db0602289fb926b491ed835/RiotX_ChampionList_ziggs.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg", - "blurb": "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...", - "info": { - "attack": 2, - "defense": 4, - "magic": 9, - "difficulty": 4 - }, - "image": { - "full": "Ziggs.png", - "sprite": "champion4.png", - "group": "champion", - "x": 384, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 524.4, - "hpperlevel": 80, - "mp": 384, - "mpperlevel": 47, - "movespeed": 325, - "armor": 21.544, - "armorperlevel": 3.3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 6.255, - "hpregenperlevel": 0.6, - "mpregen": 6, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 54.208, - "attackdamageperlevel": 3.1, - "attackspeedoffset": -0.04734, - "attackspeedperlevel": 2 - } - }, - "Zilean": { - "version": "6.24.1", - "id": "Zilean", - "key": "26", - "name": "Zilean", - "title": "the Chronokeeper", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta32de59397f53325/5db060222dc72966da746720/RiotX_ChampionList_zilean.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg", - "blurb": "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...", - "info": { - "attack": 2, - "defense": 5, - "magic": 8, - "difficulty": 6 - }, - "image": { - "full": "Zilean.png", - "sprite": "champion4.png", - "group": "champion", - "x": 432, - "y": 0, - "w": 48, - "h": 48 - }, - "tags": [ - "Support", - "Mage" - ], - "partype": "MP", - "stats": { - "hp": 499.28, - "hpperlevel": 77, - "mp": 360.8, - "mpperlevel": 60, - "movespeed": 335, - "armor": 19.134, - "armorperlevel": 3.8, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 550, - "hpregen": 5.44, - "hpregenperlevel": 0.5, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 51.64, - "attackdamageperlevel": 3, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.13 - } - }, - "Zyra": { - "version": "6.24.1", - "id": "Zyra", - "key": "143", - "name": "Zyra", - "title": "Rise of the Thorns", - "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9bc3497cdd04f6d5/5db060229481396d6bdd01c4/RiotX_ChampionList_zyra.jpg", - "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg", - "blurb": "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...", - "info": { - "attack": 4, - "defense": 3, - "magic": 8, - "difficulty": 7 - }, - "image": { - "full": "Zyra.png", - "sprite": "champion4.png", - "group": "champion", - "x": 0, - "y": 48, - "w": 48, - "h": 48 - }, - "tags": [ - "Mage", - "Support" - ], - "partype": "MP", - "stats": { - "hp": 499.32, - "hpperlevel": 74, - "mp": 334, - "mpperlevel": 50, - "movespeed": 340, - "armor": 20.04, - "armorperlevel": 3, - "spellblock": 30, - "spellblockperlevel": 0, - "attackrange": 575, - "hpregen": 5.69, - "hpregenperlevel": 0.5, - "mpregen": 8.5, - "mpregenperlevel": 0.8, - "crit": 0, - "critperlevel": 0, - "attackdamage": 53.376, - "attackdamageperlevel": 3.2, - "attackspeedoffset": 0, - "attackspeedperlevel": 2.11 - } - } - } -} diff --git a/src/data/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/Pikachu.png b/src/img/Pikachu.png new file mode 100644 index 0000000000000000000000000000000000000000..0781f4b9d83993ae142fb4c1ee0b9c662c97a1a0 GIT binary patch literal 174445 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

Sxon4##zco%jcD3>D|_7W9U>y6>a+&Y)kpYI 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�))it(UIPk5hZ^oE19T! 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

;bI#f0%mfs3@bp`+J%ix$UHKI7>wIAg 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

a3EB#a9W3>iU*$jwFHs?NWymILeg8yV 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 z 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

V2X2o>~h#M1s{?@O#&xv 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

ipK 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 RxB`rVtj*7xRhW9j{R?DLA(8+9 literal 0 HcmV?d00001 diff --git a/src/img/pokemon-tierra.png b/src/img/pokemon-tierra.png new file mode 100644 index 0000000000000000000000000000000000000000..b5de1f8300ee263815d520749ffb2480b1d81175 GIT binary patch literal 107687 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 IM6N<$f}VHB1ONa4 literal 0 HcmV?d00001 diff --git a/src/index.html b/src/index.html index 5aef81f0..535c15a8 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,14 @@ -

+ + + +
+
+
+
+ diff --git a/src/main.js b/src/main.js index 71c59f2d..6ff7217d 100644 --- a/src/main.js +++ b/src/main.js @@ -1,6 +1,27 @@ -import { example } from './data.js'; -// import data from './data/lol/lol.js'; -import data from './data/pokemon/pokemon.js'; -// import data from './data/rickandmorty/rickandmorty.js'; +import data from "./data/pokemon/pokemon.js"; -console.log(example, data); +const printCard = (urlPokemon, namePokemon, numberPokemon, typePokemon) => { + + return `
+ ${name} +
+

N°${numberPokemon}

+

${namePokemon}

+
+

${typePokemon}

+
+
+
`; +}; + +data.pokemon.forEach((pokemon) => { + document.getElementById("cards").innerHTML += printCard( + pokemon.img, + pokemon.name, + pokemon.num, + pokemon.type + ); +}); diff --git a/src/style.css b/src/style.css index e69de29b..d1b5c95e 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,63 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +body { + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, + Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; +} + +main { + padding: 2rem; + display: flex; + justify-content: center; +} + +#cards { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 20px; +} + +.card { + cursor: pointer; + text-decoration: none; +} + +.pokemon-img { + background-color: #f2f2f2; + display: flex; + align-items: center; + justify-content: center; + border-radius: 5px; + height: 160px; +} + +.pokemon-info { + padding: 15px; +} + +.pokemon-name { + color: #333; + font-size: 20px; +} + +.pokemon-number { + color: #888; +} + +.pokemon-type { + display: flex; + gap: 10px; + margin-top: 10px; +} + +.fire { + font-size: 13px; + padding: 5px 20px; + border-radius: 5px; + background-color: chartreuse; + color: #fff; +} + From 46c4e757bc36cc6dd5534c2169c6b3ce5ef23a81 Mon Sep 17 00:00:00 2001 From: Gabby948 Date: Wed, 3 May 2023 08:57:20 -0500 Subject: [PATCH 2/6] first commit --- imagenes/pokeball2.png | Bin 0 -> 27804 bytes imagenes/pokemon.png | Bin 0 -> 147184 bytes imagenes/search.png | Bin 0 -> 11876 bytes src/data.js | 10 +++- src/index.html | 50 +++++++++++++++-- src/main.js | 31 +++++++--- src/style.css | 125 +++++++++++++++++++++++++++++++++++++++-- 7 files changed, 196 insertions(+), 20 deletions(-) create mode 100644 imagenes/pokeball2.png create mode 100644 imagenes/pokemon.png create mode 100644 imagenes/search.png diff --git a/imagenes/pokeball2.png b/imagenes/pokeball2.png new file mode 100644 index 0000000000000000000000000000000000000000..8d7b0178df1d53ebe9108cdf412f1971afcbde7e GIT binary patch literal 27804 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 literal 0 HcmV?d00001 diff --git a/imagenes/pokemon.png b/imagenes/pokemon.png new file mode 100644 index 0000000000000000000000000000000000000000..f167e11b72e930088c3fa031645786b87de86bb4 GIT binary patch literal 147184 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
xff<^donVgwUz%n+=%eCf1n6 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

2d@VC z#{~ntXwxf*3O}68(;SZqhLbIIFDhrhExI|L)2x^2?2(X7GyT_t$yg&(&CW-X6?G<` z_hwbjD20Dl36g%~=gw3)l~{h{YME0p_xkILHD|i_N+SKc1b+tNel2NRhdeFuya?|! zpI#v>!b-^{BCd(W>AFG&ZiW4JIdEEJH5T8dT#_wEdHoGVk{gD#oIB1y0TN}F6@zG-<^R0)rHWpJhLQ85Y zlK_b&7eatS0T_Duw1EduO>$-o!}BCDn6b6@`79Q#PbE>qpSN!r>`D>v84@4-qMA!3Q1UVA zuM8$p8F%p5gMnFL1~83+4Tqh(+9Y4NVQpUX97D&z6;Owaj*>OTJ5mnz$3CIQnEjz( zGqk7aFeTcTP<`v-TZ$_E-AKdul}4G5Q|g@WDL}0P0mKJ>B=a&a?}Hj#rew*SJmDN- z3$xN_aAd5}x?*Pg@dEn;8Ybb4f+G^oT-kHT*(#p~4Ss(q-7Ch0WK25i9R~{`Z;Cp? zwZKE&nAIHTG&Spo;ZKYG*Z@*oy;=ajo-xs1dUXB=NOwjQ>yZ_6kWofOg3=>d4lZ{ zp+WHxA+jv^*bdX@F+dDZq}d!sefQIIK*`!Z{Ra`j%>5qME0@#p_!t*@429ys22;$k zCgIoEX6z!~CZtT1P*P)*5~|(+lBUJd>2J*~@%pdSc5db{-t&qVx5Fymi3F2+`71~> z-`vXg>%k&E|Ed1YEGMJ#27qA*_(B9VWos=i`igB+gCWS%K;VLDEMJN--jOyG*p^r|OUrL&<1FL)&fUGCBJ7*~#y@AyGSA*~^XJ^hS||RJvq>SWdG+nG zLcMb28?_1qOW+53lpx>s#UNhWWvqeQZ76)#R81LqOhpy)vYL5g*|5`$))0xPr9;H> zAQ%8Yj9LoSY)2v1N#_IZWMa7fcE=yNq{puQ_$@EiQL62MdS!O={fGpaKX*3qtkm6$ z-zP}|Z#>99f8~d_(Og_T`}-w1iz*WCP}?DzFp+CQMXgJO_<#w=i*-SOQ&yc`wwTRv zjZRYYR4`fQejMJ%*1UH5q!+}3ju`WlRUnv-{& zjA3@Gl`rCxhJ!3mSB9y(ArT%vpUWG{wark78_&gcz*~Lq#=rapH$~~;jUEezUF)dP zm$q6h3;bO&xBuJUQY)rEyO5Wwd#bD3)RupL=*{48g958?tCO?x7n8pL39f3_M2b0wE9C36s z=0HtwB|*Ex9%Hsu>q&dWH{U92-4WByKOEfLj|L^8>t&{mkNzdUHy?3fyX5|;5P=j7 zNcY!MDm#>*N9g=F($ZuVj$^mjRkxOq2c;FR{g({)2X>w*Xwc8!6PMUC?E7t(Y4KlCmRY?x#MNg`*=gNFg8 zyS?c5pP?uOcMKTM=fFD4ud$TGP|gQW4m{tGPkJQYK1^u6d_9taPW!em%xmSP+2ah~Y_u|01G|juOcmLI%e`GKj62wuVJ|8IKX-KJVl zcOQTFVV}nXkC8XI5K`Y`KDozQZhM*-U`i{&I-RN+}6s@tTP**E5_%%u=A{Vp*N1rs*n zdH&%l?-%x2)yHm+Im(ROCv*B1^`ARK5piQ!3whPe7=U)L9heWf*y@iMyrjC7qPPjK za9j726R?(=;W^%2%Q?*So z1=J;_)f`Rf(Tip6_}%^OB(JQF|4uYbgdo90HSx4UgN7H$@v;BU3JocV7s%Eun#Hd}P=2u%=5iw&^n<`>c)z;p7 ztC=8njo6!_RiUWaqGAQL*YoM`x}Lwl^>K3U``qWe-tVK^*w&yf094RsFZ4f+AFpVhkzH^T{j{+{a|E90#NCU3{RAl#( zQ!_*~0W(DPJo=IC?8h=-P5s}P*g<`X$KmUEdsETFQw^9{xPSS> zx{xT7X9T9}IDw1d;IIO@>gPi3L<1Nhz8d$1H@Ftdyh8+!yDZo$#VcLo87`Mho}_+d z4idzHt>VP7cajXty097?w!66==zb(%x6vqD7-BeXNH{@yyJy-O;-y3Jz%@XZV+|EP0!K<4BG^TK1X;duKM# zgfSA4)HL=XzfkR`c4hF#Q@Gux3_2Q&OYo^~*Gx^CX(?S330*(u(UpVr93A zqCy3{+p#-hj;)bWOB9y4QBiB+U6fiG^vc?jEBK|i91KjAZJw%NpbsS&(68V52T_zz zd4Z5@HW0XVliwsTPm0qtb@a83Y7>1wr4xCz0eJ4ec@NbAS)NYH^N#p_axM&7u-?AM z+wqTwOJM7z5Z1>i4}I-pb-BpZS~x}C&RjiFDt}9?x|!$x*fpdQU&YCCf}}$KPUfa0 z2QM}H^~WzCp1;PpXtq%oPKO}aG{2^#)~KL=ot=mq>^~>3uC^nmp%I#3P@pTr5$nAg z0Uo$0yKhVbKMbE%H$HXW?))~4(~w-OO{Tk2Of`DNYNi4+VV3J>x{W&4G`=O-o(1?M zu6UIW$z`dNKUPD(f1zHUX}i;CpF{L2YL4VpFK_>YqP7%TysE+$zLN7K zXqvIIQ^X-|!e1$k1h4j{zu6;?*YR`3NJKFPM`Tf$-gY%=MnQMAGCkJEjHh4OPb$w* zml?x!M=BbD&aUH1F0IMw54yu#ThkdRV3me%%AYR3f~ijnNk(%O+Q#d*Ah&P-25pc7 zE9H@&duQqv_PhAze5a%o=z{1Bj%BaRQDDj@sCWJlU)>=ohj2@ z^PYb6rq2G=diN@o_T0xm7>J?q`?t`N&eym}Td81ryjpHVMeR7z&`bn#zeAmQ&eiw9=yV-!KgoS5I|#y-o{H?{uXj+agK zzOGagmD80T;}uR1;k%*~vSaTI9U;ujh4*hXBD)cMjg*E>=3au?Hs|i|8OO|j^*RXo z+QJ$f>*GcF@{1hXivE4J$2$%NLe#wOQ!5*IDPhAfVZJ_ULDskPpsrau7O;( z9uDb9Mx_bV>W8>Kgaaw<6ccdx)@Zr7cS3O=-`KiPFE>a?Q`0Q7nC2@H4Lg*v92BJ`JjKwU{wpv#((5Q;dyr9^ zVOTtOMg-4E(f5h+nfu3GhxZMo??AF(Axi|+c{{0jkX#;68 zJPp)a2PgFZ)&Pwq0!3VU-l_1+T?p|Q9#ds4?uY1~FkqUmdhxIUpk0U9?ho8gX4aWz zfenagCc5UlguL{*HvTR(JIvMrN@s&DKF6;3e8BZV-ICZ1Qa0`8JIx}BD7d$2ERDZf zo%MeIs2?WyC??XFoCYvRjVSZLAiEF*riSM*g95Rk-IQd5|2{w;D?3VAyoKXcZ3r8b z64azpt=dMjOdAQj)F<}zVLp)NuLsqK^jzqs+K|@za4gh#(ivQFaELU=fbU^=&f%(V zLptLD@pZRSMr?hC_wT2Sx>*e)B7hN~E zYPkDWvGtd^WgJM;5-v%qM($fvhn!FFyswn+Y=@pGzZSeSRB)W4x~mZ(Jx#>ONd7UK z-I%(TlIq{JT#$NSm-8W!5n;ntLCJ%b;^=qTNUF}9g@(buGHv`-ckdv~%23!carEeL zF4vsYr`B9rwY7@=w2MAu?OQPx^k|nmC+tVF4e^m(wdCDSzN#CX8WGhqLD@yC{x$t7 z@kJX^*yl`>1T%2-CT3y8srYm@o4Bz|B-@o1ejISSg1^+H>zKJN0qRq13!Vr_lE-gf2Nwl)%_#c2W-9l&c(a*Od z-(9Xu#jWX%(_3CpP3O>|00Y!dvWx^l0Bsys!XZQsO&rHPZQnTREJP(w)!#g!jDQSh z3#I62vc71gF@KMWHkR2ZF)*tQ2{GXY2{OWY2#jeGrQml2s*Wt4dTUl3zKUZdJcxwd zmF|MsucxwUIfWaD;OlpsNe#Si`UZddW;M<1C;3Qx(r=j(w_K>apPlW4h;H!d5C5H{ zd&}hf3B2Z*JQngynHE&401>0J2a2>%fB z3%x~ILT+69$8CcFUBE&B%r%{_Pc$4BA;c)y2N7zw??MuN$mMvcjGauR+m+ra+w!#g zJymjP(``zW&Q6Lu#N3%#;G)DS*Km;|kqwNG9vuo~Fb_Y)*q_0ukWt>E3d@zNA9)P6 zsVw#NLi^XgA3qo7ul~Rqe`P~7R0jQT0ojl47r zrX91i2!8$OAj>>+Q2{pM!w}7HY81w=?dePu=+)R}9JTvV6l~IWP?-#YQIU-&?iin+ zz6`-({~H_wIOnBsv$@u__sMRo7DJ-?WQq4os-j-aALf6Nd^}_Y(qx8XWIQ=@M29*w zvR8C3oy9c{zBTO%qQ3w1Epcc5Zl>KDT4OOo19B;#wA!LffvZ#$Mm+W`AP8fen2&{( zK4_V$LcbDkJ6$zz3V8O;+58@96tPbQ;j%T0inWPkF z3j7ubn{gsoG_Tl$&z{KpTWz_l)!^C?#!Pk1`Bz#C3ncs1csPW>SNz5RQe!p#_n&Dq z=En?;H}P7AK{qsn=!RiXzIenf{umW}2XlX~LpuLn#&zS14`tTNW$lx~E+wRc1V+21 z49bGHpjyOIqQ#v?eOKm}fb(d2|4EHg^)cZ&h9jmR&EBTk-^PvFO;saoviYbhuza`V zG1$Kt4^Y<#fdoyCdlcIP97BH&ZNu67;`Pe>{rD<4(vcO@{{yK3kO~`lXdLO|A3LDW zam-VN#$q$ZIW!F|{?mh+DMCXgd^Ds$Gq7*m(hUhCj|v9wqJ}fgTd)6`Oqy@?wh`}% zl6KRRqs-sd&tXdm1cE>BCkZ>%Q9r&qPjbJfk3c0d2y|Y%FCHpXiQ@^X_JPq|4_3;x zmz}CQ%-T3^bvq8Rc`Pn2(=D$_(!QVFyl-44WMJ{i4KUXG`*HqL^XnYZLG{ktUu|8KYoS>i!&#NH&rogYcY-0GH}E#neb}N zTm6lGs16ue5t&}!5j)nmgeZa4270(>6#mktLi0^A&~aH3jXUN^rx3<2BqA(&UqR0# ziF=!lXxhlHsK1S@bjC-R)MkL8;MWS1q3MqkA+8zT3U~|A!lxaZn845ELKSWopUl_q zG;XthXIyb62*Y@lklYZ$eW;d?;URPfO|`w%YQuFAdZy;b=~WnJ0Dx1}|I z24p|nB>{#LJ2od3zY%hR1~e%8^ugJRx=8fjcP0F4lVl8pHKcF+O9hjHa>!m5u9r5^ zk-^q2BeB@$aLaYf$EXZy%i^9)#+&0M7!35$=N=xsDR;Gwx(**@(sQq)0mcAi`2~o= zSfaq*jb*Y^#2q}s`c5BY+Q}bP+y@qO^O)f=2BQOlzgF=Q!0_JT8CQ~(+$%0FqI6)i z+~8tj=^pz|u_d}zuhj%erI3VbwP*I$R2vmY3Vo^f`n%(9yIJ>beYergoJTop9!s|Z z$*Nq%SnW$R`zkLBB!>cU4_sot3x z@@R-B7aYftkAmTrBLXzNw^$0^Th+;}$D4_NHDPxfE^<{QAw*hq6#$mrcoXDbWk0Fv z3zM0tg93TP4L>$h7gvujEqP|haoSW(Lt!C8j=pyQ~AFXYDCdg$oo4N{$ z^L>fO1k@G}<e z%DCqWIUkLKl-?$x)^WmZ$Ifz%pOC?U|-1@#=;} zwy868_#%v;2WOn}oxMcO*5~DJ<|EMEUmDGRFP_}f9u>Ugu~a|}t%7$-$JsjC=icCc zki(BxxAX8PdW#x+01$ zKv^pxod&n+w-*B)RCp+k_JGYBKyt;n1kGskcetcr4KL}E4x9E9i8V8O_L5Aih+fq<0<1STtO{7eh=23-U0JZ%mc{BCq$fCh} z0n1%0are`CpJBx+Y_CqEn1WU?!xfM!xB)>8>T8@(8=lqhNj+Nn_N272UgWwNOd?UV1wRHiq*HIcXk6(U@9#pEjt8p*E2IN3PJ)_XJpLat)71<}oN=H;m|~>> zT&(|>wYb<^u8(!qLzHy;LAXTPe)Li9{qUK1A8H^<)d*2H50U~MGmUR4HXpO3DvW$e zb)rhq)g_eCU|~?zp0{2MfeCIn8Z5J*u*ZkEn|?+9(Fd>c<7VwHDaT}8jPSj+O!PkE zLBeaat+-r5jrOj*SoXYs{xh9FGJ>~FtdCFY`JBN-Eyblu{|-BjF^k1#zsM5h!G9*+ zuUXX#p6hZ5x!LEt@i28~-{UMI=$18 z*%D6ewE7|L`a5huXS?2BQkSvE@2ZR3I|$KV{LPq)e64ILf6TmG4#vdU#2dHiz;G2M;pXY}-IyCUC zi0q9Wxs~5OYHuEB!1o(G&N4QJxpeM6cQSbMvh403 z9}^}w*Y1l8a&68kYS^lO2@SrL1wnV)k8yFo*d>D0cS|dge)`_|1&IL%kq6r-kj~R8 zYMrMfN)Q>T6;b@J(Q78}8gzv{!qhIK={w<^!iTlfZ2mbPG<;)Mx69Wu5-XU|uVYL; z3RpGqEKm>L9YV3IW@p5MkffvKMXTFtL{Ll*(r+!j{tgT3^^L}9k&)yxR+F0#d%IW6 zqpe3z^Urg)%O=P(9(N-UKs`7XajHGeY73Z(6fXN1@5n0Surnm6%z?UVp&IDfU$c4M z09fG?j@)7QG*RX3>6*c1ZQq@T5|Lu_&np!JFuwzAXBnnhN#K(1+D?mgE+C{KelxWX zGOp=|qmavE>xh@B&{15pS;BwWMe?#kY*q#9a@lGHPz6o}d4rh6u%X`x{#OYE?(&(P zI&a_@1+4}rxl#rVCUbQLSlXq-0EbY-8dj7D#27a7O}_%=ZbaB^WIm$i`rN1QlcKlN z`?>*=gNt)tujkKwwB${6zphx>Zf+62YEmm|>AkSPhmywYG;c9cb%FWH`lA7`PWLoV zQ0o3i_C;gpuGK9Sf@Dg$Fv!Yy#-~8SbbcaeA)fNXG2}nNY&reHi)a!w_i>uvp3qw; zP}N5hQoW#GK5vbx+|Dn^Jb4;6EfS{d2ae#!hcJ3Zcc%(U*;F#5)J_aM5|pkJUXn?U zgl;+Ac_=q?82Qrh|76Aa%)_u`>lP;$o0Q|fp0x&QgF#f zzKnA5`U}6^2K3e^jCXC%6)&138GoF^b8vEhv4!0vCX?c)P7OTdwTNEifx3&cog!oM zl6IGEch!?6oU`W@Q-f23B{i<=l_mO33lKE~@&m5@B5xW>O-CgDP@!6Ec*y0kdxu$v z*ETt}qk$Ud?8cAB*MuiB)dsO)Z-&GZx6qjo309s#S$_NTz}0BCbBd+Elr1Ck??m?Q zR37!J0m37vcFm8b#}Jn=EebROQ6oTNI6rM#$3t1DVGA;T3aV{Wjuzyr4H>%d`|)1j z{R{DaTYdWj4$|y}02zFkTi7IqBn%R&3AFH1fO+=R86lIuhR+6vNy$SmUnAo za5YX0(>7y*+77XFO0)ct)-;jGmqwFYWV%YZ`5usl!kc{JQkHO|3V;ZeaskEVhGXNJ z;fT^jQXU>8Zb%m`ogEW>{0=fMMLZrQ2hApDii0(=(D3cuB7E~WT_cstD zL(X4&2Fv*xqM1P>P70KK-C9jJMBXjO%at_EAZpg9-YnY;fl8^TU=rs?r|2pC=Eg8E z(R4Dno&#i>#tjIf(Di&xIQlgU7=bc{8Rv&+L*>aM5VREA&4^dUq@zr^u}hu*ce0;Js{kRdrcL11fTdko-fFK-2M_T|+`h@U~cYHGbXyVa8{fEuHfTee!!U`OA(n>3*Cb1w56 z;an<^3CkCGzxcuL{;uj=Ovn2Nh%z_Sv=U* z1ou@Mb_=A1Nmr(&SJ3cuRIa9}8sY_>eQR*|zK_YHh-BCr)^@R_g=6kHT$6jn+cO2^W#L>rnE7|M}0 z{#kMKu-(rh$6(a^J;)Ql0|2Ggcw`5Umkd8mTkLL4pdv#J4+o$39;_3{r@d6ju#8DM z&uJs*t{mkv>9Dqs$5(KND|G7;HI`CS<870Kk>VJuxb0D_I z5DOdQtU`BTRQYX57J>Vae*sDeHk45L{_wBi2E~^LA?eCJz~Bzclsm34>}2`L{k4Uh zNk-n>Y?i$T%Y;;kwhe{RyV}h2?ueFZ}Z0QHrnMt1maG9k%%g29vDue=9}d)}_3#aMF4 zwGLfry^MP*Je7IGGj*OeluXl*Z+r87jgq=1brrJN9V{5?XgP9X(AhP1ZW}k3FZ958 z8qMPR%I?uNeXV7=C)v-j!2y(QL;8Pp585wl&GvJ6-<7gv1mQIm)6|$sCCU(SK9++Y zZ`PGLEQd-SAAxy*^swAX%ujCC7H&Omdhwqz`aU?4Gubkw$ zy1(DYeq8xVjG8AnVOADqUYq z1vr#fuC1n!qwH2jZ9kcN9aDUn^H?PbD$#K&4Kvc-=`guNLe4qU?D+O(aMyGNlAzvh zd_}ocR{2WyuFwLqmq9b7 zA#d-VhWwmmeEbaV+dY3Ln5Mi)~H*+A8s2}5ee^eOtAY-yqufOKQ}TpcYT!# zt<(&pcnhV-&`RI&OP_Di;194IGeG|lcKQ?h;!_yd9^T}-{;=V?Lzu&(e@d#wyH*`) z3|ZVZCpa=**=ZH@*nWJn|3M@RV&+9&#TGJj{+{t^ropg6R0I++3ZA`Z>ZB)Xl%$)F zHCJ7*{p@svh=f}7o-~j+q${X(cFcEvKJ>;L`S(TbxFBh|a%G1DBO~{mXES*~r^e~K zlM>)up@gtmc+@RW8V2QuL1nD)tg($fVFO3w&R0gUc%x%xd{@OkXOU(JCbV34&FOXk zP05R3%uj!39yn&gqnr##&K|Ft9v;!XVwqT*bD4jojU> zg4q|lD|XLV3ywza;y;Gy4Y`a3hUrQJEu|g=!U~aoDg_cK#r4QCFVv-~v66vN=GU(u zn)P1KMqCLyHyHV@QlXZjU|%?LD{WQ0U_jyG*pYv6E8IdD(peo2A2lT(?dDSZ)n$zUUeW;CA1R~pPbV9IGgr<|6N6C z0}Cx*FTc6Rh4?GkT``&zKV*tui z?QszzE}RfPa`d5&I>5qJ!g9XFDeF55!4%$}_vyNL*QUH090CZ#f}&HTU|yR<*i3 z$@;uaT?_9uUrFY613zfo&ww?FwOk@%N{($^EX}?gQpsQgxy4qJBPqYvu&1;w#U){e$VCa5Dxwo_>X1r(W1{OviPWXfR zPP!6h&&0KUeixw9aX4Es*{>FE3if4~K3P2AP@1Mv@Qemw#1kJv<1OHVF-)CP+N=-Z z$C_Rg>hS~270Gu?E|G79W;&518+Cf8kE)f9v7DzR|GsaJY0&`#cvfb7$tMk&`mL1c8@fTWGYnueV za?>XZFZIVfHc7%>N+Spi*b1}pUknVm3xe0WjBio591g#D-PSRVBy105tS^w61&4@N zwh_Qj_=P_DVb>@ALF)Ur-q0D+PZ3~!i}6fOE2gg5z65No(AF>G&nxC5;b8kjNj@8j zKajF|4&8WxuwVTu|zszQGov9yTU!jG4hYLY$t?%Td?3l?EGEJ#2X9OG}Z zwdsPpWm_k&=69qnY7XT!7cMHRn6qrp?su$0fRV&iOtlJya}NB%ZaVZfdvilsk_yJS zaRQ{pfPKEV^nmDEelE8x+L<#XvqvF{z?iVU|FMf-+@w8W5<|hl^q4K+DiGUL<2p~T zD<$f$;2kvyhB~Sf!S37RirjX-Y3jk&y$SyN9x&#nzhLaHa>A8#+_;kB<3hZ*rlYEZop;`nHZVE&WZbbmYEHHP24q&HsZs^c+hw&A15=Nwtm zn(vnF=UCl$DHV#;%V_LrNgl$rwGo9K#{ezzw(@zIKw~_kbLrictflFR?NGv+>>vJ$ z@96?r6kqY^(xrl{Q;X7?47eKhwCMWVVs-8SH;n*_6n5;nJkt5Y1Nwm4$cLmBK%A^t z>S;)mD#0|dykani;H&0Wpnut8KG5@1tb_{oe11iedH?5Ja{htg(JJt;?`K$V}U1OWmTq6?68YjA`cbLVexXGmrzBgN6!wbq=uu8#DkUB#HDKVoT3 ztcm(hTew?zK(KY!5Y1#;T$An93ghwa9_XXR)rk=qbCJyvcoKFSv@4g>4E z3mHqorf?b-m-)l+H2do9-ZGH`t2-~#eh^_r^9)U7yTJ=TlAr5YSa@&-{`FhPwIK{NR#{pMl(dgEkwQ(;3NST+}#4TwU0*RtVv8A@sylXwteYJ%~TfY%#do zO%DRV694xi$*xUcWfEiF6B$>quV|nL4 zpq6E0m-kD+dxn;#8}S<%ONBd$M^xSa?k((Aw|SU=KcO{Q0n2&?4e1JgVLxvh+&)7l z)?{*?Dz^{jM+MG!3VwaM@K*-_3f;8w_(lMKZr(FXS}Mvpb0TxPFWK$Gn#s%Bqra9$ z%%L06H(FbPgYjprMah>Pe|mF)9lsvWxNL$EBo9>I5K)Q^*>}~l@BHl)PIlQ|;6#7< znQW9E0rvg?b#E}zsEMPJJR!xC_GXU5kfMS%1f>?FE~RopFYFi)pRv3CfR4=bSO_%p z0WRXvkRM2Ph4bO{*sT^p*Jo!A-utU*qrKZPdY#1JE#w}xE7bP9&Pa8$q1l}^%k3-d zz&f2C-FCeSc33!t3^Cpx>TPE+`Xbz>2lQkEcARIN`)$6hV0x;k9Y|2q79@MiXR>C^ zuSs)c6?3WblZbtctdEs6dEq{d3U+j$+ka9VnM3AbvX7mIu!^a;zK zJccmpj3{AXCqN-_rYL{YwG#YAz!UY%bDeUsR_BhGM>D5L7(RxqV1S9&&W)2M#O%K9A6^pKdUxfyXCI6RM*<>UZK3hAX@-{Q z%O3Ham^_~!LT7WdEgCQ;>zS__ERC&J=JQ={wRZEDdt1zz`#X_o-D!0zX`e!cz2Chy zVly}+?>k`u7xR4YR2jsxIJp-7px82pZi{&amkibZIM+NUf**@u7GbZEMz6^OZkOEf z^}9(0f_YJ?tBUGRQC0bEyP?52E0BzL*E`>ae12Th6j3Xj zP=4A!rLsDHZYIFY^0IS6EaUi27OHl9Teg8kbJ1k8B^axm?vBICP7&RPU0@f>^KEWd zpAqH6D-eKc#Ik=}29d#iKFC*RKLHuZjH*6pMBx5io&aIM(!veL++{XgeB`=LQ%m^o zY^FNVcAQ;K36W&;A*ry>@olkj;_Ul8dD?o#8yDU4uiJD_pTs8;YUuO$lr0tN7zp2N zyBmVFDZEY0y$aPO*~|}?eX=iDI34$zD2*I2yi&7@j-eF<4}{344^3b1q!k9It)xW^ z>CA-ujy9`qAF6k_`x&F1DB<>LTDk5iihe`ALGb)(7=c=7wfh#+=SBek+3Si4E?BO5 zrcF%sG(E(p9Co^0T<#fPZARQb!?NikOe|Kx{ z3NXgks}SRx2YfXlMCc2`F*o9DM)gBCR=9nuslOdZeRi(@dygh%AlxPq;o>qyAIfCX zzwS!m(%rv3c;9rd8T8nt+|wSw9I15X%|8uBcligT3k(u=$pFLv@&wn${mWPM%Y3<@ zN#V&Ue*||9d7QZbVxR(x-IV*n?7*(>Q8M>HlLQW6=gTkHi5)Rfk8A&r@FRvZ6>z!b!qlhq~vM3WXc~{>YvBAOsfMTYN-SP;E ztpNQ7^aPF;cz@fr4eRHE-U&whDxR)D0Y*qLnJz$>eBFlBjemZwWd9y~OSN>#Xf=xkO{LG|Rw8=B6GLEZ6o31U!;V3uyS8JzL~F+8E8EPMZ@RQq`gt$DZ4bPM;;DOM z@>8{g2L$S2J zXNIk9J(QakDvGazPrtZ_L3v?0x#vx3&u1(Ivj#I8qa=d>(cY_4d1)8-?SZ9Nto=LB zsxU0D)=4w#=4;sE0r&5X2jfQ@Labm}H1{%Ccm-N2(yg%|pLM!#TZ64SAA633S|la4 za{j(!WDms))~h==cGPL{9(>igtbTtNiHwiggR1u=_MWVZ;^U$VF$^q?`UtKH z*Fl|pqk671NaPeEiN4X9v^*sGSu+oS_;4!S5`8l*;`Muw!o?oqTvkB;1 z$~;LYBi9@h6po=F0gNSI_(V4L>9z-~mm1!y__EXU-Qcv~rYn)au_(W-i0mKz(Oo$@ zrurkERIdLV)|97_#mD8jK5UQ|G;X(v3)dlvif{YRYT$+PNt0XKV+z+T(Xe&Cb88 z^h~Y!KNwM2-~Cw&R(s;IBu$2Mehz3op97sV7mdH>I{6;acTnr0rrjAbr{S#lU#b~X z%KIv{0XLlriL)2^QfFyMKcJ0p*FJu%yqp8htb`ThnvNT_icU2IW}+a78rxu-ASt{< z-kCq6x0<;E@L}ZdN=Ui%eYwh*m8aRX51tl@RzNzjNP=S{pagHlc{Xz%Vwy`QeO8Ta zr6k1qN>;FWnLM#v?-}N|IIaX07GU=;Cnt7X9($j_l-uX-@=XN&+Nk~NL?-Cvz?UNm zu6_N5(neH0N$`o6>``>y?JGEZzN1Fj|Fn&eW2ILH*R2})R%3SkEo0fyUDM79U2u!o zT{OAuu<2<*PdISKyOB)N0ZwBylSx`#QiFAn_c>IKglAp-lgHHn*JVc)H<{Z1q|iIC zi0U1DC05Iv=YL>Ig*TJlcHoCUy&U=l-pA?+H!9_T7ViU2#qaFRcs&jHN95$K%v-LX zlKng%KE7RM=O&*-ybp%2p8Bpv7T{Y2TQk4Jv2#4Iug66P|F^2zj>A9Gy`LyBNQAC% zC8(cc%{QsqeR9{2CabUXbnZ`ONO^0fHi_;`S#_vPBe$oT^=8g>LJa^o1#B^bznwox zT&}oO4l5lQsmjQ-{cF7hiqUOS2EcaqU(^kOoKHotKORc@7l z{`j=)`w<)kk$cqi=g&fw*Yn$P?cA#__nqIN1pII9XLKsqhSjXn$lsb4rNwAD4Jd=D z%_AF#K~So;m;XKfkmN#14piUlOH-E9)W!Qfj{Y4)&RLqAUrP^HR>CA0!%A)E3!&~= zNa)@&$XKy8z#(+@A9>kCkj~lW85K0ks zv&&q5=W41dp#S#*U;rV1y?gU=H4SMg?D!x5Ku8TGy#(OJl`r8)?wy}J6u+s2@F3W5j<2u<9GOH(6& zU(W7x6g@j|cvqP?DFsc?Snkz432BU*{rfX}{TkVg#6^xcD29L&?qiyim0ni?qj}t> zaM+~GVP~@Gfbu`tW*r6iHNIgszHt+q0HQC>J%ONAI}+;~e~DBdq=jEjbGEAkllLbUqPgnjJ`-7dTAFg74M~+b`2t!^v7U^mE z{Q8hNDPpdm-+!K<_up1?knDe0JxSIRrjyKu6?AC!M-F zZ9o?W$s~o4{oDrG$<-A8V0`Cf@MU<`1cFjeRp{O2ULyE zIj%*GrttJ(@xn{m+vy6e@$S9}1#C$s)v_+Trev^d1>SE4lFje?}! z%K{27ld(@)Q_VJUbZzL#x!@}iqtmjc8hq4@D^BcE>e5T(Rw}dAGZ_E{?pLkgt&w+6 zsKKp-q_+N&6M4w0ar(ZF<@?yTIYJzJ5pM7jPu8njpm+rki|pg&w(P=h=$n`On*)E` z(pfS1!=J9Lh6kWZBA4`)~kRkT$ z;X30AfZV8ps*a3r_SVv#el1Di3%>D(hg=vWMFOEmgb6UhAwv&RG?7NqbE4DD)DMh+ zE>wuZ)YL=XO>8`wfZCUG&V5Zk8$Vq|-jRL1ML&s?qtA-)tX5q!_t&0k2qas{I?LrH z@-mc}9DLf)Vi)?dJI%XWVS}mT9nUy9J#{q$7M!()y@>r?=&jy>e`FEyngFj_7*IZ(h~H`~*H z%+6+QM;d4*$<-;A4P{mIQs{Ry>9uazKS9|`EE}2 zL8X(RPkeFvoMF7(jlGIaWMMv?HXS(P8IK2h^trwDlqlPvPxKYs#-;aw6PdfZRt$|G z%pUzs1@_&JX=>KB~E)uFcgfrLsaA z9nC)RkwmxqgMleigMNc5>S0LfKB>A7oU@|m{`rU|fxu%|%iV5sP~My4L@d2$VQjG_ zz^Hx%NS81jKiXNq)qrIrd{Z*gwV*q+7ERTJ2_`>x5gE^Agttvj3;oI?puQ@h0r-^8 zw7kIC!H2sy?(Q@*GH^u?PoA1kQC=C+RscfkHJ= z<^}oK@(XJs&@o9mlx~*H$}15#4iuCH^bN>}AlNV?Mq@zTuCK&nif=d9zHdbxoKYL^ z_DRMP+_XX-0*%jez!IT4`2+fPE<4-2eo^3UdHA!MYEr}I1{mrWI5nhMwJ3dNiq{`B zMu730B3>{Cfx3`gwelVrdcO^KJ-?Uh9)?!uMf|F2f5#yGn)-ZkUgoz#dM-;KgCi|8;Y|zGIO*R5J4OG;7|XZXHJb3R1T{vG#Q|LRT}( zCCVhaSt>@mnM;P3)@1feRo|QREs0-i=3HEg2yUBAvUn;y&cH8v(Nlf;ZgGoG%SDhI zxP_=ilDy;))PqpDSL!|=hOgFvwqa@yvKO!+Tz@&{clj&eMS;QQ+WaG>F)4c-!_{cB$ zLS+BW2?$u*U{&Y*v{Vjg-+xRBd%~6tQH)1pK-rciu*QYp|s?eBY-Q_4#apL`JALguC#+%9T z&`5l#LmaR$Yv$q5#n!b&Ccv=2?M^esA+B3|0Nbesa-eR3jB$tpv@&x+A)r{d#oo@z z(bV$Q?A>uu^s(2QH-s(-VQ9rGg*sSi|q~Vq?6tSa^iAwUzS==zvN8@P0F0nE1wf(A$<1v zZk^%wduIRT=e?@R=p4ycjJv?=_Jnkq95kq|ec%oRWl9ih~fsg=^#%p!GzJmgHy(y~_DV{AhiU$)ko9 z**KjCi*1o!Dpl?sHcfA#v(%mLe}fBLu5$UAZdBO!yBw4w--6N&@fO@{^<%MZe8`4( z@0M!wx;~Pldj%u(-2Es86leJ>b}}_Gl+_*_>xk^rEZ5@9Nmj7!(t-|)pQx&7&71aF z`%~R*p|1%90pY?ssPT!z>{Aw=*_E2*M?0%WTL*)`LkIHI9j5-H7e0FMJ$UWK?bde7 zWsybm=&mZ;EbZqoBD-%Y()Fx`v%3*)aidC=SaF-BH*90hS{E`X1CVj{5E|c#XsD-f z*MC+iJgw?gPOS4BN`g2HV;=_1$P^3Q93U3X5&68$dBSX$#v7p{-R?vOZDP-y#j@Z(1RWJ!OzMMb)b+d&Oo;+BPKBV zDM4$)y51^$a!4#ock^*pPNmj{lTb>lZfxeh6v+za9v=y=9aJ3>egQuHdVT_`j_*B~ zBzV~VenrC-4W>9%dCi5&fX!cp%E_iIEwvW+FjB!W{)f&WsE9xft-1BN9WDrq8=aRv zEghApcy**lh9rGuC^R&ffO-$T)0c8QCCxaQH~4zs07`fp;+mtZ%<{II5x-`>R>P~K zksff;6STN)&H_)WHky!p?tW%*?HftlL#tfO~m}E%J4!t{#r@Yq3 zkJ5bbCV10_ZwsZomYpgLwgCe3zYk-5|Bt1sjBEORyQ905MoJ||2uKJ>DoQ9IY$L|# zZt3n2DUlQrP|6J$oueB;6d2v5j0Wj?zQ6zHdA+^b?)$#3>zs3)Q=q9M00_XuO18z2 z<;=bea1N2dU5xea(`zcty*K=SIwbeA=AKrl*&oX`5l_6Oi45J=(gFt;rrobm!75({ zcdWg7DKVD~_LY0?D>)&YCNDcN^jD60G88ytlmIv52V7OuP2UyD?#imvD0- za}>d@68tN2zWq;rr2ZW9DG7%RDz28jrk=O!LM3teMK|iT;#MegB?>_f$JP*Ji}H*i zB#32^-~4mEzcI3j>PxPZ(nb#vGi8GcHtogPy%y8@5b8FS#E5H4zPB&9h(~l5AAi_K zo{^R0?q-TDAiE!A84)t z-(?I3^Dlie5W>MdCKJXrvv2DzA6Q5Pd{kS~F!se->rib5wG6E zkr{PTgvMv@K`>YEp)zfpE)}}-4*r%__B%Y^lVys(?chcB$zRSD%_BbtRGj0H*G(kb ze}B!p+VX>tXcn_|ba=0R%pKOoMhMH~M#I**Pzg}EA>&-u*{7UPrO)iU+inJ_;dHGFm=B$W#yD_0gHF_dA7ZD*e4%{X+PTH>TbC> zAX>E&VzbF0zEMPfH7<)0mN`rR9&i(2!ak??cg<{~x_Aq05uy@v3m8~SVf;tN^&}fq zDtPW7dPEK$zmyAj$A>+9cbq`l8RIVp91B4__;b-5Yn>(XWymJ+HHp&o6Z8q&a^zY5 zS2J4thm9z+gI8{B7#UBf8X12Hg30lL{!S8-gyM8X=uA;DtC`94gLhrV)Lza#}O5I^zep2Hc1_+XtSZ z3C#eu@Tc;8E9=t>lFq1Q2y~)bcFabRLhErj?TF$`1UUvDJI0`6n?tlD0ZV(Oduj-r zqFm48=|+4DI}`DPj?k^bj5X^&UTXHhsh|M~{SKRGR7&NYr6faCItbm35$?89tLxo& zn7e{_743m%xdJ;%nDtVKCIh_&$=QH@X*r#KAL+3q^7b+|_)a!|{WqyC8Q6y7-awUs z;6C{rAsB=(i8_>MN4@P3iHIZKq(T{*f+}Xn-OGNqny+8dguua+od||l6EdR~qjipc z!7?4^9u<_gR6e2RC7yY=#n+TsMr&Vdi6DYTos-u&>{BzIFDAC`hk_DBI(JQHfc%Gy-C!?)EhLQPS=?6CM7A6T_Lr3f?XIoT* z_&ZTo8kBR?v|FFPz7j85C*IALYm?F3*^c`27>`kq%npnW|E5Y+ z6=FI+%&tgS_%~W=m+~O+&PVol-!(rdcc5Counl|^J!YHTusMH!?eIAy+|73#adl5= zbWz7e>51zuqJ~Uq?AG2{l%CqmG5eB}qQ27?1W{BvXCE|q)ebR$CnMlf;mM2M_MgQ!snP$U$bN!Rhdqz1RqEJ6KWUDao5Cpr)u*ZSqvXw20>D6RpX z@2S3nUrkAesHD~W##%+y)YAuC^$|&$3vyPg_xoam`%pXsqv)jT{7Z=ik$)k`FW>OmldD|$y2@GAE=nxR zWjD>1B!Kvr!yj2T@#&AMJ$xSqHCPPX%aXianWq{sb1g8JPmkO$xb%2nqZ0|kidFBD zf04u=n; z9?4u{ifi@V(g_fkvP#2mNTEh}c`axyNF37=mg{6;=c^-SF|yDYrTD4VZ#ZGa$u8uN zKo$aYIl(slWgDeeh?slu1kY&!2+ehq=DI2D#&%VfeR?7;R##H&vl+8LPsq=d2M5B# zK88UR{Q3?Bj;-B0bPoU0v*J#si8D|&EOGx z-FyZw<=vvDJNW4E!JA!rxHrcj%g4rmfY?gq+LNG`dQ(3BbDiMmOejseQ9*Z z9&YncF^He#Pda?ehmsWPjwduHH6|MUdA2O~@v24nNMTN=D`VC9M^9j@5-a{v^ng4R z#ktvu+AQEBq=bBLy+elPJ!7+}fDb+FU$CpZaZptaXDREBkIHagq+(fhXip34K;^Ir z|MS02y`(<@@A&5tSgUx(ha+ra}_81!k5zd z=Ld-exgqm$=N`74^`puMh+dIBjgXu>m>G9Y_;oPxWXEmLn#qh#&MO>yV1b{so7gt4 z`I@qcEqs={fhc_;=7Jkk`ogW0T*q|t@mZ62=A9}86R=14FDqr%p4&2OLSgchl#@nA zq(}v7<>ihp2!+iak+58Q=^l%lA6_y0?~_+ihHotyhQeOl@C1nYrO5^qoSnCsR#UqH zf7>lJ$RH#VU?QG5-%OcLgaFW%-; z>yP(T{*oeI{nHr#!S>83qW(q(ovbP65IX2P$)iRDD4H0F6BpC%r_^3)C3jB|S$g52 z1sM{4|G-c#IWSrA28Ks5cH

sUW_RzdTx$7Yg>+OP+2j@9Vf~Lh3sv5+dGZIp!;O zf;CU!hdLu7Q;GsT-=2_%&0P99-=Rh`XLPJImo$Z+nLKCh@zyb?6`qTW88D#}>rJyM z5AV7XKgQR2q*fqNFrVJnpaK*6-vi$e`?tm~N6bBr2!+9DTFw7?Z{AP(v9zG&$ug%*hDd{XQ;M{ai9}?`#-tCNIVZJi zFR;oK?`%!nd`BOX$((=kS~`YZ66%}Lde`+spd}4&bd0d!P!O6PPPpy>20>}J$nzmy zEcCBs6V*orFe=B`rtzky?Ns)M%9rrnPSp|%n_|P8>I6naB^MaJVOuf%==al)u3rl< zL5ACpOxnSt15)*2N_voDpRHeh{=LmPwsU>>`^XgHc5#+$Ee3?)&=8+?(v~zeUB+<7 znXgmG^UWud3dge!X3+C=h3>i9JgEk8uJyDrcoqV^9HApJ=piA2ySOCH}%{m82@OZ;}4NAGrYmzE7hzcl`QNGsO8%Iuss@DH$OTwI&SKv98P zPW!ox{TY7aHEYxED?_I4edZK;coJ`=+0um)y+4V4=h(R=-Vj*g=2kfBoQwxc;(B>$ zt%ET6ORwY7YaQ^+HK0q@j=al#SjS8ciNX1H& zyq@ok1WrtxE>H0x=jiqxEoqb=-U$qDkv|%ExAG;W-o0l)?V*`&Cb?UoYQ6HQ#UZyZ zZHWin+6888?J;g&(4i5%wxit@{7XJMGgJG;q!cgD6M`*xb`Z^}P|p)I(puWEVq%}X zeauqFCI^2VE2g9OO0Px>8r;X~b2LpyF?*|GKy*1zY<4UiOi~8{b^D9Jyac|Nmk5uK35wLystj?`mnHmyfX#`{ zC40#&$k$8DIHSX%89M--0EI%v9fJr?>-LyDH?gf9+Di5i!3j+0uLR62mm z{XhB0H&(W_bR26^I+fvwJA&(+mT7a^!AF}>&M2zinwVc5Ru@{nZWpULB4eVXZxCMh z?r5?jHdV{=e|js*Erfm!mG&-ae^bBrz4wihBdJ)B08u56RfLW=4`c&=GdEE zjFF~S%W{XqIO)Wgo0&RHj?;=+s5LxnTzIZNvDkXT30_}IAl)sl1J5Dg_oe_%Se}`t zSag`D=0aazVTP#KvGgI@rEp&o*duje! zRPf&PK@mKprIH&1a>|!(&O@EZnw)(t)4kc*_V2zQP`1p_USg{Q_=+4;g_gXWkn%bv zu1yus2Sa{z1_Jm(1fj4;P^G8Eillxqt6>*rHkuZ@2!2XL zJ~_F>ZJ041TwNZ1w}%jwKcc-HV+C-O28$INY@!bYjY)atcf6GO@13OGu}6Mi zBN59+Y-S{}6vv9ADG*4fO2C#cV z7oB&11SYWfR!cJWf4xnM32(8zf`Wl>a>8Jw74i{Q#0=6e?V^(!GIg6mVGOLyg6eJI zI>^bI&Yz6b=UqadDddH7$QccvY}gvhZtT^&4c#&fn(%jbs_T4@ymnD}V!5pEMu>AN z=@R~Yl+zUdYXA0E=jBQ>FZHCo09s*_4X7|XL*=XPOt?J96VbxlJ8YyGnlqH(|8OFNB2tx5y zv{coN4puCuHHIj#(0^7|`>D>m+LfL>uq@Wi{gy+IH>NM;-4WxRSwD9x13U6fwwkbi z`(WZJeZf3Z$|4ap<-+CGqA(sWZ%Y0|Iw`_Pi#Ay8y=u?!g(XN^#jsk)D~|6kS;Ziw zKk~?ZiGJaT0n0+d&|@CS4CS5yY=BhNB%VQG{hs0Us42rG+uCRR9hmL?koE14R6#cBR8N7LPGvd7x%W5!(f2r&4mgr?E{v3hj< z#;$3DNcS$#>F)~8a0ZDQ56zuPwSQOE!3eV-jpAtpSuPv6k-RU|yD>EYNzI3j>~+~{ zGuuTiX~A^Pu}!+DH>tyYWRJLkf`^d ztYFC_{w$5IqO9ihXX54IyF4(wxcM;4_ufqZ-c$22d&GI)zVX2v8{T~u3clDUSN>hx z#pFO)p%C4z>Pz{laButG06L;+s{lO$i4rzzhp_t){n4QAIIRfguO`~uXnrN!{)Xxc z2$8>)r@i@<*v$NqcTws>r`ay9BP}=;CZ)WEr_pn#%}%?@cYwc2Y9N)q>>~DFzf<9z z;KN#;rf2Kr7ozH~wqI=YX+PwkxEiQDg$ z%Lj0UgRSj|vIwWmwlTi|Yz8$B6{>M~YK3S2)DzEMT0Y(2)pS2z#b16jEh1<+RoR8p z$?+e%mg!vzfg7}J?yaR^!hp^TP!1>v_h!0wp_l8T@YlfDXEzc+eW3YS?PXko`1EbW zwjXbLVj~AAVZuOWBZ%nH=3^xkr`a_VMKPv2J&|bAeAc8$hH;KC*6Xf9GtoMpQvi|* z6At7~hk9}5VH0rSk2I-kk=#t%FNWAX)RWX5U;Z(7Ut3*Z_B3D~@?RW}ki}@If3cyx zhLX=(ZQri0EYuIsE^3)C4Js{RC%h*7w@d?Fxg)GxR+bo)cq3ogd@-*5Sz@_chh+)H z?tw~g@F9~=4TA4W{lxyOC|p~v+(@Z+{N2l4P;6Vdu*?u%e4A+UTGrE@ma0;Ltuj-v zq0_@XwMRWzm=c?Q(9`gwF`urZ@m>BG>9Qkas4qH@W&=J;LS*AWg=SXjX`tCHY0rcj ztcir<=wYS!n)PC6t?Rh{$O@S|Rll+d%KoYjPSh}A)!;k4p0mrP8xQ$vCEmqV^XT2T zi2WY&Vb=tosHC##Vvoz%gJkmjAaoTsiNCB)x$o~qG4+$8!jq*UNbkhpTN}rs>xRo# zcenCN2Sd^!Qcvf6>~)8Ah;rV^R*ve)n_&!mOZUKe);htIowlj;I<&Db?+SPZ?2U=x zc%`hd?HY2x)k7ZtvKw_UcTY~QaagLiM9w|;s2EF3 zcN@1C_UhbbPp zJdlabKsl%h*^2*zv>fz?L4N`tQaYni$+#h9K%vo5DQP6_F{jd$sLjJXhHK$)!61d= zCoK~9-=k%^Y_$YJjSSuyu2}z*b~2*jhz|VhcxlS_;2KIn0wcypzux&}N=c@`Ga7+U+ zK3xZ9E(N{nfst7S3Eb=6g*BYT^;+hIw6^{GvhM&$dBQf3x0z+taHJvr)9bkxi=;#p zrH9so>*Dg_leTez9>%^VT#G669&GW(w>p!BS%V6pJXF#LrS?lIy?2x-FvD&lbm}hb z+co;cwJ6GCffxkk(}fTn=YmE=xG~{go{N_x+>A~E-Skt$v$-87e;o3GLG3Z2?k7;G z(IfJk5b4>+hnt~pqxrK#OiJllU5vMf>Hz)dHYf1%O>1$9Uz?2FS&fETa(VZ} z{LY|)FCU*hNt)f|ucK&=ck#$eePcM@Nab+*gxy#2-rPT{_k16BP>W?)lBq=pyW`)r z2?H}$dTwHrTu-mXT+$<5qCn`TM<7%xy%Pttc!vZwN)HL@keh(L^|h8P4wa9gY>Kwg z?)eM=VsqXkChpBd_DkaZWf*@-(AFpUA7<0|&Ku7q73m7yAtGEv{c5+weq%3Yo6;3+VOYl4#4>bS;K zn*s4;#Kdk~+R3sy!D8fe;lqTL#>;SDHy%<1158Edl+UKTCuzz82fdmaPn$0HYCruQ z4E{G$A3V7JWr*tZ6$21w9#N7@Yg_AZQgMquW}qBJGRf7;VTZWOSQ!s+dq zf_d6Dy^v-wJUB)R-{b)BOPsjn13z?ewoxb+&w|R^N3;lt!_8nu^g=7WqbF|C_)NLC zuU5M+)YfkBR)e|53rv0@`|HYNNV?V=&U6Jk7{Y~jmQ$N7?Woa@ydhJaECn(yae=o_ zCcdm7vm^~3P@f_7Gdo-~taWYS2GZOMqk!Tw;& zS}1QF6}_f&$E$tX1~Qeo(v;b^ZjdYb8N>Z21`SLfg8WANs4uPm6c;3ECo(Q+u=+-U zP^dAR!`2?5G|*Pik>Pj;!_6KWiD_AVKKZif{yI-MDuBdP!7b`E8r(cS(l+Hc-L&>a zjReT~+~x9K{%r-ZFnue8dNpp6yoeiI6N8(JH&4Nh6;)s)OQ z7csu3@Tv=;FTXH&>zmeSUZp#`-zO;l#YQMLj{qJ1;|q+);kHa~>C3m<@X~=#L+>76 zyuKWH;4~Y|VL0mT*1hLU^5e$kC~Dg;yJLwpHj1jdJXtxJs`m!JMnzhg(MWlNiP5O` zUSn*{y~fNMw%W*lRkQj;6#zsK-CXeDGRBz2E9T>%+so^a-L8Tt$!CGbD$~qm9UoAp zk!rxnGz#;$W|mfU+(xD1_n+b&W22t#{jD`cM!-lU0Q3t5H~2Z$@Mt%j`n*_({jiN> zJuO=;T76mbsfmYi_@_Yvr7>=h-X9$Z(H65Ey9plm11|bv%pdG?p3*nOhP@PMhek$0 zr81*g$yh(^qUATlC33uOz~E+ab@kP|fVFTzx94n#0R~uJMH4|D?lGt|H(!e=^BC;Z zOlh{xLggzd3Jp0B(8W9CNy3Lb@Lh*u^g6W2jA{<$CYWd5f_sPX3$cniuviE%V$Xc$ z2~zu|IJm$^aK%N{LW0llJP18&JsV|j?V=A=C5??tEf+aoBN*D4u_m@X@3%?JTO~a= z-Byqa&c^K&<2R^W`ZLaX?X^V4fln6hKVFsinc!2{X8w2|*|%NREiuTc59KV$Sv(rP zOt6;YP48SfG#xT5WQ#2%1W=|dB8HEgKI-Ul>&r5cEs5uyVIug?s`FG{hZdqjcW!5= zdrEfBtT{3|BC>?lPm}KegeZOute>DZ<90!yAh0!0owh6ok@O0X*?s2hS)$$&QBvfFF$#;~sFn4vl|%lB`Ru|HjE2qE~~nc7LrlzwBu* z^v`cwBeT7PfS+f8(+)5Gt>ER4A*O#*KF5&?;WKTUMW{LC75u540IxS~9B% zIf<5WanJeq&(94O?}Ep=awF@%AbH861USbcV2OS-YfFN+;856u$F&dwTbnjwGY9Ha z)Ae@2y*vC!k^E8ey7`E8@)Ae`A^CYJ2g04`ZOB`UdJ8+mA2e2c9q5k{%W5(Eg5U6! z1ifa4JmU<7NaMjxBHs?pdCfAjP2Z?3$)4R!tp=5U84ZQ~$k^I*-uNi$*teit6Z5G9 zmEvsS#8&g?HY*^tv}0-e*M`p{mvr7Ghv#wM)+~=kZ|eJ#LxqHa_5#x#0gg2J)D9-p zm{%%1F>j-N4MZYV7yzOg0f!H3lP_}X)cbGM+=Q&!nwmydzg^Y6_)T5;BR#lL5HG!T zo>9v)c`mMRM#wO#I zJmt#8spvj+Vzd_CuDsmusgl{NnBh6MN7m0nhC9+yX1T0b0;j|pw#j>&NA1&H0J^`4il}0@-t}V^kiPMJ|!I|82P$lln}P^iLk>=^cS>DLnW!`#LF z4s@w4X*r|&ncAG8m_dJS2M~AXQ`hx6OLkd z4m6uWLsl@@PIBdS`5!*ElwVOD8cT7E7?mD|aMa2ysJQ%}C-{O2KQ<)Hvbx#QC1C1C z7&t)g=(w6hzqFj2#)S)PgzDADb-HRj!scz|fQrlDVcV{Tx`_9Alo8ckr)Z^Xkb`b{ z_*qETO8CpdZe^?AL@xUM4jM}uvh~VPvL297lEvXbUOy8E+IKK8z6=?PyKpM&wXyUH zZUybV-Y-!|`(x3dAo%z<*D}OM$7tASi2_%VL1QFfTHN9|a|cZn+}({%rS4w&535pp zUi2~Gh4I$T!uR(F?xsE0290IzPwn#GTkQ`%ajDd;uNBNtj`{2NZwcZyZ4&F}MYn{N zPHCcqYFD&tSMDU20AWs`KK|z05`t0z{s-MZcc866?-)3y6}ga(*58sNSJD>Muf004324I)SITHiIO zwtV`jb1+SK+_`3;OgjS+@Bsh27g0q}b3xJG&r_nE-OL09^9awsUx;vC1kK4lr$Fp1 zSmoCTd-*8dUiXRcrxU%w$E9ctQIdjiUs*pwuf?{vi1%@ncR#bQ!W%Q>RhfB;8U`%h zjmPyjznGz&ZB(ZRAd;oDdsb<*`bGjxwBC4LwfEP)R(`I2?Vs`5*-7i#r%*R4DEHe1 z(S13R-kDd7PHy{yVsAMF)B{Y{HFbIx+w0>!e%~q^n-TX)^iT~nI#ZE0$(YPzL*a{K zp>slLfrdmP%V_gCIAvf+QyzDR(l}23$=QwK&W>Y>ka}Al)eM0U!+)Lhp15I-e|b=O za=&uFBml?ou>i@IC{t|~XJ>KK_!d<|;g?Bf!f;|o0rVia!+D>PA1&fTE@Z0zbozsT z{_%e1PY{Y)MF{2L94+Dt`Z1E(0PSj+Bj|Xg!_C}W6_9t&C~QUp�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%0D_0Id|AJ)$f|2dag?Gpz#RdD~)AQwX- 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

KNkYj|2oTthiwPUVgO3**vc0!d86 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 Vj@By7Q#8OwSM!EOiJDEw{{c&8m-YYv literal 0 HcmV?d00001 diff --git a/imagenes/search.png b/imagenes/search.png new file mode 100644 index 0000000000000000000000000000000000000000..f0eeb2c96f58c6dd1d175c0c6d3a831605678710 GIT binary patch literal 11876 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

(nkOS^vWf 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 literal 0 HcmV?d00001 diff --git a/src/data.js b/src/data.js index 0dc09379..cbb29bd5 100644 --- a/src/data.js +++ b/src/data.js @@ -1,5 +1,11 @@ -//const filterData = (data, condition) => {}; +export function pokemonFilter (data,filterText){ + return data.filter ((pokemon)=>{ + return pokemon.name.includes(filterText); + }); +} -//const sortData = (data, sortBy) => {}; +export function pokemonSort (data, ) { + +} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 535c15a8..2160612b 100644 --- a/src/index.html +++ b/src/index.html @@ -1,19 +1,59 @@ - + Data Lovers + + +

+ Título_ Pokémon +
+
+ + + +
+

Ordernar por:

+
+ + + + +
+
+
-
-
-
+
+ +
+

Pokemón Project

+

Laboratoria-Data Lover©️2023

+
- + \ No newline at end of file diff --git a/src/main.js b/src/main.js index 6ff7217d..948b5f0c 100644 --- a/src/main.js +++ b/src/main.js @@ -1,7 +1,13 @@ + + import data from "./data/pokemon/pokemon.js"; +import {pokemonFilter, pokemonSort} from "./data.js" -const printCard = (urlPokemon, namePokemon, numberPokemon, typePokemon) => { + +let filterText = ""; //utilizamos para traer form + +const printCard = (urlPokemon, namePokemon, numberPokemon, typePokemon) => { return `
{
`; }; -data.pokemon.forEach((pokemon) => { - document.getElementById("cards").innerHTML += printCard( - pokemon.img, - pokemon.name, - pokemon.num, - pokemon.type - ); + +const renderPokemon = () => { + const result = pokemonFilter(data.pokemon, filterText).map((pokemon) => { + return printCard (pokemon.img, pokemon.name,pokemon.num, pokemon.type); + }); + document.getElementById ("cards").innerHTML= result.join (""); //join convierte de arreglo a string +}; + + +const filterForm = document.getElementById("formSearch"); +filterForm.addEventListener ("submit", (event) => { + event.preventDefault(); + filterText = document.getElementById ("searchInput").value; + renderPokemon(); }); +renderPokemon () + diff --git a/src/style.css b/src/style.css index d1b5c95e..1c37f631 100644 --- a/src/style.css +++ b/src/style.css @@ -2,14 +2,109 @@ margin: 0; padding: 0; box-sizing: border-box; -} -body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; + border: none; +} + +header { + width: 100%; + background: #12233b; + border-bottom-right-radius: 20px 20px; + border-bottom-left-radius: 20px 20px; +} + +.img-title { + width: 540px; + height: 198px; + display: block; + margin: auto; +} + +/* FORM - INPUT*/ + +.inputs { + display: flex; + justify-content: center; + flex-direction: row; +} + +#search { + width: 400px; + margin-right: 60px; +} + +h1 { + margin: 2px 15px 3px; + color: #12233b; + font-size: 18px; +} + +.formSearch { + display: flex; +} + +.searchInput { + background: #d9d9d9; + width: 340px; + padding: 0 20px; + border-radius: 20px 0 0 20px; +} + +.img-lupa { + /*FORMA DE COLOCAR ATRIBUTOS QUE NO PUEDEN SER TOMADOS EN LA MISMA CLASS O ID*/ + border-radius: 0 20px 20px 0; + width: 54px; /*botones de busqueda*/ + height: 47px; /*botones de busqueda*/ + cursor: pointer; + background: #a5a5a5; +} + +img-lupa:hover { + color: #ffcb05; +} + +/* INPUT - SORT */ + +#sort { + width: 400px; +} + +h2 { + margin: 2px 15px 3px; + padding: 0; + color: #12233b; + font-size: 18px; +} + +.formSort { + display: flex; +} + +.sortInput { + background: #d9d9d9; + width: 340px; + padding: 0 20px; + border-radius: 20px 0 0 20px; } +.img-pokeball { + /*FORMA DE COLOCAR ATRIBUTOS QUE NO PUEDEN SER TOMADOS EN LA MISMA CLASS O ID*/ + border-radius: 0 20px 20px 0; + width: 60px; /*botones de busqueda*/ + height: 47px; /*botones de busqueda*/ + cursor: pointer; + background: #a5a5a5; +} + +input[type="img"]:hover { + background: #c40d0f; +} + +/* DATA-CARDS-POKEMONES*/ + main { - padding: 2rem; + padding: 4rem; display: flex; justify-content: center; } @@ -21,7 +116,6 @@ main { } .card { - cursor: pointer; text-decoration: none; } @@ -32,6 +126,7 @@ main { justify-content: center; border-radius: 5px; height: 160px; + cursor: pointer; } .pokemon-info { @@ -57,7 +152,27 @@ main { font-size: 13px; padding: 5px 20px; border-radius: 5px; - background-color: chartreuse; + background-color: #ffcb05; color: #fff; } +/*FOOTER*/ +footer { + width: 100%; + position: absolute; + bottom: 0; + text-align: center; + background-color: #12233b; + color: #a5a5a5; + position: fixed; +} + + +/*sort*/ +select { + background-color:#D9D9D9; + border-radius: 20px 0 0 20px; + width: 300px; + color:#333; + padding-left: 5%; +} \ No newline at end of file From 8e64e977e4f290ff49b1a116f9fd81cb8ba7169c Mon Sep 17 00:00:00 2001 From: Gabby948 Date: Tue, 16 May 2023 17:58:55 -0500 Subject: [PATCH 3/6] The last commit rama 2 --- imagenes/TESTEO.png | Bin 0 -> 22557 bytes imagenes/frontpage.png | Bin 0 -> 1265290 bytes src/data.js | 25 ++++- src/data/pokemon/README.md | 73 ++++++------ src/index.html | 28 ++--- src/main.js | 43 +++++--- src/style.css | 220 +++++++++++++++++++++++++------------ test/data.spec.js | 61 ++++++++-- 8 files changed, 294 insertions(+), 156 deletions(-) create mode 100644 imagenes/TESTEO.png create mode 100644 imagenes/frontpage.png diff --git a/imagenes/TESTEO.png b/imagenes/TESTEO.png new file mode 100644 index 0000000000000000000000000000000000000000..59054ef774acaa855c8737efde761fcda999d1fe GIT binary patch literal 22557 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 literal 0 HcmV?d00001 diff --git a/imagenes/frontpage.png b/imagenes/frontpage.png new file mode 100644 index 0000000000000000000000000000000000000000..5d2593cba3ba2bf1b709196cd53bb6411fba26df GIT binary patch literal 1265290 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
a`qH%otu0hTqf@E#XQG+h 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

v0wk3Rp}f3?E;4Lgy=p-#$oS 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

-$IA^?aPlUIfY(?ek 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%0Ao7E>CUVnwnaj&gG)X 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

$ds_MZNXTb`h1PQG?E8K*k+@ly@I} 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%0Deo0&<%BMZ6;e8u^})~ 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

s5VWW16Z*=A$}m#UT`YzjWUGYOByDf9 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

_ffG!7q3D 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 z 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

MuM^JTE znC1wo&3^E52%|ARP7en=CDdn`~8wqk?sHatXk1~s2krL>WH;NLz2zuNCbU|{Xwp!PTz*D&% z27V!Yv%^(JL=Jy3lb{jhL=x`C`asZ)Xc_&>VVws4a+swH+ZYan6T)D^oK=tJVM;Pk zDZxje*1Baoz^FWLJ#3Y_N2a0I>$!}S2u7GOv$U|VAs?pTeAnQv;O`-yY#>7L`1lys zRjIhqCaV)9k5%X)tk-sENmY>s6jD#8IE@FP^2Pi3+L|HJasaoRNOWa2gH%EyIvqT` z{J~?bH)E=}YiEnQ-BAk8xX{JaZ=ol*SC@%W5hjNTKvIGpPzOoJcp%eP9AOG+KPX9d zQRmw+mnAe=i$L9Uzf8*zVZG#s@;t1QG>C@_ZlF-`45FNvO0rX_bxtPHxC0&GOsHBF zQpDO>uK)hJurj*#_UHZca}rpa8WdNE2?<3M1w0^QHp! z($12-k(LCd1*R2>TXS~r5()4YwO)JQpFgG_`Y|mo6wQ=I;wfY51yzGIvkJ1n?6Rbs ztxqs^FF1nAaCQte=aI4cL_RpC`eSxqD!GRY4ir!(Sq8U*s@Yt7b!J5#3BeDf87M5S7c5gxbm4rA`oj#_hyM~Vnlxgd!HJb9F^qOueuM|%`QOHiVJVh&|K1jE67@N4BR(=^Cl*t83M(y zMp9s!PJ@D>8LY7j#eV1t6v+rx0)=s;KK%8EkvxpOqB+H;0!>kEA3hJN(AFAm1cq!G z^fUfz#8x&~Hyy}(5NyRxN@BH*X+f~45st!u3!I(u&rpph^Ii$sI%NWYt)HbbU^{FT zP$LQ>!;*K(2xAFp)a3^_4Cd*6&Dx;R#(c3Z3|7YO$0}~8q75+VG^@4#F}Klt!BA!?VaB7GG;q+J3>Runxt zJQE>DGi#*3+z7xr{s}L|P|j4aLu+!pM1sRNvKz>4A(kduWZcJeipF+qjI&Vj26Uym zv6!r9PXW1_-iSvhQi%)5`oj5SZdH`JvQYgrQCy&0-i0^K-kQ$qXn>SJyDF zq$im~HCqMG;K79H#`JUuLrC$qx;YEp%5RpFTYSYLI+28EkSlfqeK=s`(2LmG8h<4C z`@0+S@Grqk^u@)${{BqhcZGdzQsVg)x#&n%+4=qb;S+2pPsxDaP(tqL~P~yamx4hDwyvuj&$cT08<_&|1GbyIUUV=PSh}z)&?~32nB~BMn7SAI^vU;aM(e`+oUw9 zF9_|ua9(EZ6xIAVAo`$w^KrlaY}30*YNhR9&{dcMkkQ8^fh)PuB(u4Jb1lDhK=FuUYJW5;KHE9eM zfZccRtdfiq!7AJ`Kh_m6?1Tm20A@g$zo@*9`H6U0=N)|lJXc+nr7nlp6DHxU2H3q` zCjQ>Lt^mBTuwh{L?&WgyJpo|aKX!YVgaH9grIIAT0N~S}jaZN`3i@1ROSHi170bKP3&i}%33tiuSZ{(D$ zyc4vIh8<)mC!ge{sOTai$AH`1x}q-ZomKjbzqx9Nol@MyqolxqT9)zY z%n^n?GnLNsxtT_i=xCK;kA%wCBc(xm-TpEAS?HvUlPJ#b6 z;;HtcgCVDI8_n&c8qh(%R?yLDb?S^p172locw8Gn|0C<#dfGa(=sES>#x@vijBikb zor|$+Cy^+Z666G7X%jk-Q2WA z(_OWDbpDR)V~uMTLilmt#N1&MjQ zaN1ymVae}9!vX`T;1j9^lTU0OG9sVJ173wtc5pv3x5W5Vxl|Tzq1C>!x>ZlfX;M|; zvyFk6)mn-5b=&lvDi3sk4Jgl4=R5#b3#{V!P@K_ZjCPTFdZwL~;k}kN+Z}^$@PNi! zML3XM0f3=^zHX#fZgz0+Dh{tB0-C92vvfeaLzP?!07sZ=518>p%6|o5>x03pBmof( zv~vdRD+a=M6}udbDfFbcL)MX=QMC4e4FN9F@vVH)5JCt7*o^O=`0B26c-PAMd-Zs@bE>`F_vj3ts$A5MDr`g|Hw2}|Ej?< zLTHna7>n9X*I%*_g8wo+U33#@ZTty=o3%0q%~9fT<8dE=2Pkmc-PmQ*+qlRV2(UJ%A;J<2-ozyE%~e3J0b>2<4lt8; z51jr9Zfyz7BvZsQ0pOjmO$LNaD;MZ_0Gvu5QS1a%63p=k@W#5Jae%1;a;3ULE6GLC z`4B&$>Fi6ccs*UUwo+U2#@V5RcbHA!@F-n7xjj`GwBl@%aD(}rf}N{T(z?RX9<40% zU`&r*DJ0dLW7H?aX`5O&s=$qvXK1ug0k1V~KT3V$!3wI)Fk_J|P^(Yl?A5`5YQ_*= ztb5j`r+EdDFI6xAoGRS^I?)rHg_Qv&n5G|& zT9;r)ab3*F7*Jo^rlPfvB5=|)fv z4~}2%9q+va2>*S1`#@F68yl4p|L^X>zxJL}SZ#Vo@NwMqykXUGWA-Bev*2%+msMt3 zV_Hc?&i^pT%rJ%W*ncfWXa2(^>CH{uOkz0TYLx1znzGV^yiMe7q+!D}ryS0`ay z?7AJRQD}{u3XDp<0kPIQ&CM~ zFEQ5BQVmvr_^B{CyQ0lRs)Sln;kT zI*CBS@jPACj|Qy9^t2snR?lnel?5TYTRBY;Y% z9B(6p-$h>R*6nm^z0O*vv$omW=ykkKu-2hv^A9v$ItmDFKZ!COu*u}hrmL6wCG&YnW7erj5hsXY^h;o%|7IAPk(NxD$(2>U&f zrKU!NkIM1kZ+R4=g#(XLK%Yz^LeeyY1&gV2M%0lpdD4LZt|rocyH`D9G?igx)P&XJ zm~^w59BOO2^2#JeG8rc5$pz=5R*UWT2F_wna;6GRqA#~tTf@x=!RQ*G8;swl0-4kQ zBnq4azCv$}T>bV!E})Y{&=5c9VWyhmXKXCwf)NW=7qsw<7Y8e=LJ<5{h1;p~^Oe)o z{KBV5Gdg*A`}Vzi^=Wzd6j(atSSIl#sUa14&u4^olc+l9)u03-NT)a{YeEL2DEXCz zw(K}KVy#dhh7@7pz6<;Np9=zi{_y1FwZ;a+Tk8s^s8aIy0>Ct`%4vSVy?5^(vCLIF zFbw#&S3kdk;l{H!zw=c8SwqkGw`M&etO&eoa8;=A@g6?DdWJbaa%1`NcyEuFW8;g_ zJv_wnXqMo;*kA2`b$89j4f_?X-8Kj|6^x7B)xKO7Nq&XtD*mnx5a7Px@8)LdQn^L1 ztHVba+I49`FBmze{>eASCnrh@z(S90*r`WcaUyZmI7popC+&1AO^a34{DK2ClXLEr z|7%--B?JRoCQ79dTHOoJHJU1~i3^xjcr`3l@z=0mpl{Q zfQKxx%Z>Vx<32`L@+R((R@6n-+c5-&9(&kjQkX}9^E$u7$uQm(nJNUL zBlx4xJ!@1swYqgeWc6qM`!}V)7J${)TT2j8s@jpXkg6mQH<+!MCM5Xop`PmsR=jUg;pUF{j7I@Qx4@t#Tn&nmG zrqS_E=vXf&dNV9W=Q{PP(+i#Za))o_-rnLq?$-jDt8&TZ78Y{T3)gZS6b_&roD=>F zc6}v<_=6z2)_It4&0n1l?qGsQfH{@C|Mu*U|K2{ixVU&NpRj0t{q;glkas69e-Rqo z$VV_ykkvfimQOGG9B+sgFnUE#l_Qmq7O5~s~{rq-RAxr8#bkl*55cIuMX z0-d2S2%#`O1+G%PY~6#ZONR1JUPs|n0eDhz8HMRfUPZbJXDT}fi>4+U&Qr(`@+XRX z)C1lQzF5ED+$726&$G7vtY;qrcunyzlq?;8J~t?PMe>%5`@NiRYYk`R&*LOd`+#2Ao)FcTZa#35jYV8tUl z6f7DP~d+s@!@#w)kuuXv@D20XG!hky{&R}1`U#i}`xYZZ&M+P9U(mA6J z1a=&l^5?o}+A%M0kKA~($#h{aIW|Sd4Z+@dhrWQ~?W?qY+-T$*sq9pHAgQhu z=*>-dTq&Cq$n95KVv2cyzZsQP>-MDC$R;)@@r`?|*`hO$a)wV3a5)NmZ9U6UwVa6w zx6KVwXf0*4=zOi<%%InK^WGjHp;UqoCEtcHOjFKFPmCBX*`q82M2or#WiPlG=@0NE zV_q6~*xEZ)$f4yaiSAoAq@HH47mg7_;mQf*w)skTU+-J z4_mvCZWRhw{`;TBwfzI;`964f?Yl1^KBt*i;z9z$eVGi*K`+b-b{7gMYmsvY^&1Gw zKJJg`Aqf?D$kIv|_xFD~*x&!NZ2S1~rvpLWPfP}FM$(t8dJFAzq?!1aVFUak6s-ag1 zz^*k+`a7yqI>WDz4^zUNXJTL;m1dmLb8~YSFV1KNg8(q$){+c56;y#K1-vAe4Rn`- zNm=k;IU$UDezJ=J>-Q%h|$VjpCL{Y(CHyAK`hOmLv#*M-`d?JYjJTeL~7K+;E_mLf=8{0kcT{ z|GL0XIk_OEkUMvzwXSMehOZH51%Qh-1Juq3Ha&D8)zX5pYYpp&l04S|=R4i279Dm! zoXt?C%=>{8L`VU+J1Oxs4%r6QTcH4ett2kLN@uHcYOKKtws@({fz^Ljd)l~si(N$SY8OQZk>lK>o{tH zGgmF|p%j@{Yf4`bxVt}6BLQv$FnoV%wMw%Axl|q?J29C|geyc}*(z#OUfG`V1w zO~=$lZ4wN)8-V)|n&*n^y%R$*@X-|9kRu+azrAE4TMiso^Lu-0$&xO5qwZWjU+>)B zuJ7m+5T1I0MQXv``kl8;k+pe`)4hPoTrQE%Q+!2vQ>j0rqe%Ucb`{!BY&4qkIz;)A zj-@jR-)|=lI0mfvyB=PLYI;5B^*TA%1^RW|v+-bM#{gh7C^7Xc40!Jwty~m6Pd%vw ziCOs31+0Z>rpb;~e#Odi(b;lbVp9d*23}yeS@XSx?RFv=0{D!G!AcOSAupV_>Cb4!1O65^pFQLf~d!? zF?GBrH#}(^*_EKjQJD4v_sWhqrHdEa06f=4Z54i}W;)>2Zq$aG6TZN{uNKVo&KL+Q zJXe3UjJb}zn)7qx8X=b(Ef2RV&uu>LETbX89$t0;tj-MB2AmBqq&=FJ!)p_sG2oaY zb35Azr%4?K_9nG@D(|+}^M2k{qJup?Iq8`%m;!Lrso0_&_lGZ{6X?1EfB~+wp&aap zUa+wvtMF2_?eG^ADMnwm{ITu|N3Mn;4*&Fzq zR&lhNV%ZOrCSQa`Xt{MS8u~Jp26=<_2oQ0h z^q0POr4k*5B3eL1oB4UKwG@a|^t?LX*#{;Ewt&grp=gn(Z!V1Tz~4m9Pj*<&&0+qC z?|DiRe7yY7+7W@1ez|MmXd0}VDWNadIf7IxHyU}a6X3&|%#F@yR+0SUthyYP+fy5P zFI1w(FkVXq;Gv;TG1)obb4X3F1dWGc*hv|hVMS&u>n-}^WM-mrY=ht!v$Ji znFuS`puU1DMyf$;LxcpIFEokp=EHkB_KVmZtgL-sAUFlT3DP71U{+`y1%A?O7M}nr z<NO4!mn|!rc%?h zz#%MZDy<`}HlG}w934M<{N7b2As1L!U8wKY>#gnjcKyQ-vBw~H;?wrCY?64K8OPHv z`-y5bJT_I^erD+U@+GMB&x{Iu@!}N9C8Q;M{Lx3>|Ni*61A;+i@fEKA^2_1jFUPnz z5D5PC)~&_a>82`{Gm(-e8gUjl!S?&&SV7U>7m9)oOA^w9Ty+ZEC?_vcGSY;XS6p7B z#ZO_**=p^sjU}3pniWH8&c>jRnEerLlLtESj7gy_B3PYDEM-bQWa*U3q6Smn#j`j( zP-5PaO%|cMtrm?b|7yn1cW&Oixw>=vU8BDN7@!=DI+VT{0S52SU;gY{$en3|v04+> zOa@E}{9E}nu)Kkx;P<~204_TUR#p25lO0v%9aB@`^9mGJcP?MP1N6PKb6w!KTxDY6 zDk0eDFUrqV@ZY%r{LCnWAe_vw|JIwuKgQya}9zGRRh>nKy}}Q zRD4d2Ho5?~6MT86+>dgGDC?NjWWHJ+H}uV^WLj0xioYqM0*h%YL)$=6 zpGvWWZid=5SqV^IL+9gZO4BIy`#N{xLSO~yk3=)l+0D$(o)w`YP0z=MMhf%}RiPVyUa=8ii8 z{Ax{R&Rtafo}rP6p12Rga-eW^CTIau;6Vm#92n+z-0}@7;BgvG$YD5R=qndBIUK{I z)$n{6mWm$dfiaDRWhCa*Isv#hELax#=3jn;1TN4J~kw&v$RsxNU^>D+?C}k_D z`l<<^D_~100{o4V0mt-cx4xz71Zc(vdu%Tnq!bZU1vxCqhyZ+PdJ%%%PcAU_Hfre0 zz=3HvKXRfdJ39*n)!LR&RaiI){GR^!L^L4M8Px>iCSxj(nc)GhE`(HrczZ_ zNRhH@ma}5nEs*vh&LvN2qFieoe)xn(lStl=A3vUv-u+Gv0WSWmaQ@Wu^Yin& z%k^9JKVDnje*W#>| zl%DME?)a7*3fLinrOyT1zGc?I*iYlzg$Zuca_-0#{*UK|>ff^Brc#`4%XBLMXA-1_ zQz5riQq5>qF7_@(r#$xN2>XB>lhY^OgrX$}Z2qbt6|O+T>WW@Tp^%tsB$Y^3;e~87 znG{nF8Ajp`EaGtySx8O*GlS`C2G1QK*U`r;mhoyGqnC7X_tP*-;2!tq?kBM>fMWyL z>O&HbfY?sm0bh{^s4CD-0BbYJz8(PE#b*Uv1+yx0OOhQfCZiMK$`IzE%m~8O8j;qA+L`Ou}6JguMZUiUL}pOuNIM#$XXQyvlO0@zvyiNGqwz1L zCb+^{qaIb!exr!l^M-jQ>6y$Pu}6mhc=V1Kc`=M3fOjLj-QxHARp-#C6nD6FD(oE$ zV3J&BY^3aLNRzKuP48Zry!_2q-w=W;aK4~Ab-sLHt;}t~BSFY7P%bmGsm|dB1#_8u$4^}u|p^l+m z7+k78iQ$3KLF6P=CM)!fbB7%w>d6V3!%pAZdip}$JiEBCB{pI4#>1uAO8O33-ng3K z<4Gh#&FZ<5xPtH)b;PAoVtU4<6@by~7C<3egfPsqX+=V^T6FJ0yWJ-6)@HXaS4Ogh zLiQ#Yum&S%Wry|p^(qPA4HaL+$8Fxwsa7?BxhI4DnTfz_t3TU+$=y-};KG`?QvH4P z)&4&CtE?hfwLac*1o0A`OrFBwSsc2jAOL>CA{PW^{95J|_jRxUUTi*o{5XEI*{n9P zw_BZE*Ag;Fpx+ zq}@Pm#dXP-P@IwqwD~4u=86e7c7;X%hK`OBrdfRV?j4}ZxiVTTA&?=N_p7)kzsl-G zuCD-?RH{~<9!5Q;IKB)kQ z?FJvhu$rd8crY70tJZe@nQ8_l{4A{onRb7V`5L;sS7D$A6T?zp#`j_5K%VU}zlamg4>e>~d-z;As zmn-6>*k=Ry(j__{zJA>m%{%3AQyVZO*p2|Me!|!S_4AY%3bF&PLDHSV-j9C@VgCL35<>qXGfytx!QWGb$w--{sYxgvyjDmsYC=;&d7Q@ z*5$LT5swA*LgeE^37?fbN*vNZO3dEf-Q~tXKd#oK4||xHbn3%HJX@aOk)_()y2#&8 z=(GZU-#&f%*FXI2FZWjFSK6Hu!J;lYx0lLGORdAh){W1fKOAntQyI37wXDZe;lu{~ zQ{z|oRl=@b1O1Vqkf+@05bJnd;Mhmjx6ah2vfO>#Za?2fWW+OU1k~#xVmbN=xT%~+ zk_^>UB7JRGsYJv9PXdvC+Eu}Lr&Gww;Q&|rf$Ma*a${#lTBQ%5wKwN#Wls?KNcasB z|2P6LYS4Jwd$~$t764vk-3!Q8+1y+JT+kcA)#`28n_b+v$4$ymb63|Mi2&ZeyMa5K zTVHRXwET(~ytOqwZN@c#E&MT=P)r4LM%AFX|EhVDILj`yRq2Yp3i(UtDaDzDh3RR` z+D{OGr6jzpufDc%57s3p zBlKHwTu~2PQGlikDEh0=2tCks;uzC6^YAeA89p_Nlu)xO-Thvk`EsN~xorR&aEbOY zh?&3wVT>VZyW=lX7`pveY?g&dTOP|WBC-{V_9$Bb_la!{F3k=Is)T!;YtZL3qU`b) z&0PI4{Wa)czw!@a0CP$ct-D%zoX*VzmYtY(n}z%uiML|}A1iNS4Oa>&a7 zE_HkFyBb)QdM3Ywc#=$(ohh-JwsJhdi=t0c*B!Hq$GNRoVXN5DSvWyNBDaH z{1SXoG6`bkFqzdV7fA|A026>;E>=0fx5g&wFn_FW0I&<(m&-#5j1#c=HZ5?Qi&r@> z0fG$~z^lLi#p<7az2BU$^N|fh{H4FuCYYutXN+~i2yC)ko{UXT$DYC(ELQZ#GO^hB;nP}Ubo7U%r5~2etx#PG zPjN_8>&?t`|N7c5-Jzu2J0M9SXoYl8TZkewi`9F z0pSV7-^8#sqgk6i={WF!v0dvl(&z*Kk%&wwbN5PQz!Ymak1bcgPUuaR@B6M%VCKpv zeL4uH6oFwJCP+zrmjL~bW0kj5>QixilOEBd#ut=`(fpPjYOXJ+bl3YR~` z*&!EUo|yIdum!xm)hV+gTS-B1KWx@$nxDmbbS|Nod+OA1CF7S2j0bU;(XOsEI-JDy zHw=cG5+b~dE zq=7`Qstj1@F9`mPwYBZ-9ss!0>k*sfw;D<*J;IbQSyNV{K|_HDvsTOH#cQphynuSz zKV;Lm2LlESlk`3|5au|`iA~E=Ky}oc@YI0?01W%9q&c)D2Q;~eNr3_; zHh)w&v8nhGJ2-n-MP zet7Yx=W_5>P(V<_>%~Xr@+{wK_Cl5;OciwD7X(TkeJ$Io*Q`GO@9%&8_rpDLLA|Of7_!Br<{v>nrD0 z77q^A4+P~D@9y2X^WW#s)!|c?0_}DION1fz6)s(x%EAx>DM@jQX+Q-Y)nk7oo{EoC zR8UhQ?0YVvOAe=#>Yl@uI{m^TZQ%3Sq3Q~r{Pw~6`g#?foQ1QW{!RDi;NSw$7x+7r zO?QXn&aGh7k;v;mS=XfO7C_jB&2nY#y8VF{q>Eav8PcTH_5rXS1AS9B!yC zf=lJHF$PS{VoZh<0LB6pEv}IZR3?K$cytUnVr6CK+V!_@HW}SBrBx?VbZ%0%7U-QL z?O&CW+a}L8Zs~u7IRRk*urZdh>_IQ(!?B?B4W!R+xCA?a?BFQv4U@iehSUx({z(qx zaz#B5OQYZD&??AjY1zna0}Qs|*|1Tp5e)xQa@8=h>o;P)^@0_ZJv^pC1aCmf1ssK& zb|j_uR|&v_QT!zV9`@A50T(1~uSOr67!FN1IJN77g#wP8vt)--NPh>kWSuD4u&x^+ zB6O;S6zr-Kbct3ZB__K}#h|gAbf{}%NXfv=BcVoEmdj@h7zjL|$!|Igk{SU5PbBFG zQcAKN012`>Jfu~Mg@MiZNNObM5O{gHWNlzYTcrFFgdHG{I`5JaV|kZyNq;KMFoUr8 zjMH4zS8}Y4#bkBL`ZJDyJJtn(Rcgheb9YM+cxQEI^~U~}u`vT+oDdZO;5>Y)G)ZOK zKzMs$dWce_RI%pK3;N`Q8mY%T)#uHa`~ABmInjnKp0GqUM=Vw(NPDcv&*+>vN-17Z z7?an0bi<*pD6$<0sa2&>fO87U{^&)uy|a{F%WH~^VOlBE~Pc?D4(vVr)hTM z>t=I%`_aqSuU@`*@$$u!C-PT-_fKDZasB#Qko=2L>rkcaQ1poGDr2(OX+yL&+ImuwG)8V$`%M5h@fSA@BAz*uqbi1dh;`+ zFq}Kf9ERD`1wE8x;nph1^KEU_3)QA#LX%lW8VP*=;n9%+aCbo{FuWyq6oBWqKI`t8 z5cdu4FwtY!&S{0obu>T3IoTK;buGI%w3O2`+<6Rx(%H1oV=O0?V5) z$OfsZ+>8VBddHc~Oh%wt-eFj!nrEnDE~__k+%}4VENe7)gOgq|hv#0()lyTHrmYh( zm>{fmvK+GEY5(cya*-8i0&vC29_zMP*9H6Pty`-*YhPUd`0+S(BJ=f)OnMy29Qo;{ zDn~9T0`p@UHRyagQ{xK?LT|Nn%mRMCh~l%Ai!%kR&NLjuU!WM zw`j2l0^H1NwjR5lWmklAy(TMnwdB@COrBH`n8$u?a=?Y%ha}i-_<91FJew#c&(3D! zoA8~69p<4XA89rS#*6s9OB_5IAg}{={ffO`!tIo1=+Qw@h0*8R=ckCt2(*WrqBVej zarkTBA6&bu)ztNKz_JV@N8I@Blbsy_ z-`(9_@8zO=>Rq{GgU`r&ymU$E>TGr@t47Ty&_zW-x6sNHEqSx-`)M7xeUGK{S$Xq> z&~L;k_@>^QNk?S9SSrX)(SWbzP z#3(en`~+i2?_n9!KKqAHwa`o-N~;*$UdhXz>pSLOQN;uXFHE6nY!t^FPfw2BY# zcfSAN{mcnwj*=Rw~cy40Jt9db>g)Oc3&GxPJ-n!1~JTq9&iZ3sYJ}@J;!)`Wx)!{wE&YFp2Zn?1mKd>Nc}ec=FCI6=6m+@sYD(w9kbU+aGpqm z7&zt|B5+XUHW60Pr$z3d8A=;+lD!fo=m(v&)QHiNyH^qxvBv`wWgActR*=M$R5xkJ zrGxpU1Oa$Z>#H{JWLa-=Q2-q2+X$Z&-&AfI|ESZzDYGmRx?GbNgR2@{H<=Ktj zTs8?VMb5`iOWDH;iD-e z4pcY@1=3C`O=xBn5zUHKW`k69)m>JVMnYXhv&v#LKcI`Y(yZ7<-Sju~Ip=xbYmqV{ATQok>kKF*)iTbW}=^O^l%4_778rT z5LYDu#)D|!>}uozq*jWru6x4&W-_-{OKiI#;lf)vwdHU_5S#^*s&dv5q9FxxqOzGQ zid&Ckb%mfuQ+#2WK|uiw?8wh7vjUAS=z@mYPS@)7`3FZ(?$YdHV`Jm!XycpJ)o1fZ zI>Y)#NN^@aCsc#K1)a3=^t?oACK?OGaOF7jySGm-{{EkLe|z`t?O*=z_)ohX*eKm8 z&R)L#_NxpBvb2>F&HNsA&GPgt_%drm8v2AsumBj< zmiSO0A)nT2(Plqi7qefgtStb`bj4qRTx_a8-8t^;Z#Eh} z0E2&iE0 zF%G~-p~EY3CzBiuk}WV1#7ZV@>;hdq6nuY60xb9o;@dzLv3z513cgtKA5+b-vSzC3=xV9!%R%Lb?{;jgu=33-IYBrwk@SQy zHJ;!FB-p!BfbId{?sj16m+)4fjIKn>zab%5gBlC|z4-WRH#4%68B0^tHab!8(iVZs z9HrEyxJ3V57HG4KgS83mSB!@27%(PTP-Dh)k4;LVQPcIVk&+P%$y#p$9kh195R5Y6 zS4WFVX4HrfjKZ`wet{-kOfLKOm8kdFR&L*5-Ur|w3y!WKW!E`FZWp4E8sJR;&fCgz z7l5&E&GS2Ie$`ur_5oNCkjUi;MEk+R`_o!%0X(-8BoAy0O0CsF;lcP=z`}JPwx_e9}E7jcUn`` z1`)V5iv0H+6dy39+wkzYyOD5zfZW_N!t`%Vc*fdsN zTfw-XiVH)IT9nBAWd4YQNvN-Gz+73*y#(3|QKkPlk}*OsKK00jWBl&gowe5Pk3YWt zN-moR5ASTs#>+YU>8F3a&#jS}CKw;=v|qg5q7E!aBaosAa{^_}feLkb4GX}Z`HEdZ zW>|OnkqILsO+u{!;Go&!*ioa1MmDgw=M!COp#2;}1!1O*gT>|tJ`NxJfDaE4rLz!V zD|GANd=CK2eHij-LhluMdxX$_8+drwj|uMUPAeG_Jm3cfC#~03kAj+_4A)K}T>)Tw zmzsd69bk8fc}fF1J**iDM&kR~b$C*%;|{Ix13BaCSuV)|3ft$)z%VxS_z+us_#%f& zp@@;1L)fPCMz(z-@Hscvq>`UrC|S0F`|?`P2=!J@gm!`=nS>i z&c2ro7hf&S><9|m<(ToG`vfQGlxYUH*8#w{AHLcSXG16F-=B}D`fnJP^OYmLs@^Kv&CgnDDdo-8JRNCe=hwWU7H8MFPYkL7~re= zXumieJUL+i7Q-G`F-LTL4aXmjRzpc+Jef>n;z{je#2L82fFn0Kh#Y&<5ne)E!$M6x zjF*OTm_WKYFLznPfGw1~IW>cUQ;7gt9Z^4Qa6aEy6#(|4X#aWwu~_iHdSmoR3&bMn zSOC`vT;V#Ja$f%fz9sOe^jMp2zkU1u{SO}d$8wPe5ZI3YAZK!|&dLsc=a%L=B`S{Z zuPpnAKonMxaXDQ0!{98!4FcN;L&#i=!%+lQSWdC3L5Ox>ekdZp#+#CZFRN&^eR}cT zcZXFc%HoB?Y>+~<;IQOa@CqK5b%fWXBZx`jh*t#O>+l*&ngL*RfPeEup121Z&hX}v zmvtW1|INVy-n`r1#>7 z0F31+WM)#!svruM4EvQAa??bu(xAx%6r7JJE;qFbhqwX3-!!g!0N4o33;-)9pB%rE zbmSXn%=rEsR%crA?Xr66&v1Dj@5yWI<@<%PaYitVX*qmM$A4(OY!%1-kn}OnmtDkb zMpX*XmlHKe$CokKyfuM@fZoJb2b#^MowW|xgat)lf@;J9 zbI>37h2|=xNrlF03&wS%+^T=fKni=8&AArr~YS85J z`e8|C)K?K%JGM$uI8KZk_8HhVae$~EvfVo}tQ?plN^bJwG2nc5(9S6hbi2T=iyF5H ze(387@%?y(y*DI?6zL~^X!~Haq=Vf zPRl&$<6uFYPmmVR)J^_1y<-a5L{#^ zfJ3L?Xl-G6VOc3)y$caeMvtZc8Pt7*opFfnldoDFS@u zLn^-g87;k%f2XIX?d_AZ!KCqrWG*1A+JKQs<1-#s>t+Bj`?zQbzd}z~KwukfC5#(o zvwd!$e$(`@rxO8VfoLM+1#RQo|25p!HKZ5;3`s+Qkz19T>1wV3bO2}YfnWS1RpQ~x!#A~m&rhAbMl)(ofVI!JVa z2UyG7MaZ$Do-E9V9BIBdtX4PPTwL7U++3@`ow_Pe2wbX6sxEj;fEZ*k<9O=rhnb`x z2ZUY2fZeVa<$~-R>iB)DZ+^bSi1XurfAj3lm;Yz$>UP>lv!IQQ4Yskt*x0!J0}Vz3 zg99WIe+jS+(R(lbVt5q&W%1xxzT72s0AHP-2@*~nxe7FpnD~2m-suQKZBJntK>;s5c5QQk zR@_9{N`ZIL2=LmD4Lr+gymhKg=Y{95ULA}VstYak(EA zoHhpwM%E^x6Rz?J8H_*r`|myeYra^huj*CXS^lHgI<19gy~+WLRTqg_>q zYa`E$Te81v<{JvM1DL8(0Jbc$NG?btj3ixrQqssVuBGM}*?XmA+DS`CR4uW*O7fgY z&~Oe2@LvJIlK@~wq7Q2UE)^~6anzQl>8s=MB1WIF-|&MtD~8f@JBs6 ziXMwN_mT7kmWe-sSRGn_DgaN&f>;n&R?f)c+XDJBqJHOmzjO2M+7Fc9F28a;T8Ble zFksr9jw{l%*S5L>z+c`|$BTE9LcTEF=-V^wodTv=f?k`+*KyG%08=;QtqV0z`0Rb; z1`U5PeKv>;a0pm+|s-Iq@t}#<(GE&j-rc`8kE)xmm>h zJ{)qxTsb$LWfo~x@g@Z0%zEgu0v^p?US0yg8ELy5;Q4Ia!LN2hXnBgK`{{=t*cEQf z<+BH@FAJy5SMx3j8F{-y&sfHa#xbl9A`GK(pkKP4IjCgZm~?%r_QxNYI<@TSU_>fT zXYRBE;4FfEQFf;2uA=WJ=SHC9SF&!vtDoaukaZLt)a9kFjOpXG!ktaS*1Ax*cdrE- zN_upBzP&hp@%P8u+Z|a)EnR?m9=Ds-0+xieX1-9z`H^RRJyy@85*kl~>H~La4)Iaw z1(%sZjDq-lTFCl}9OFO#^2?iU_vb9*JF+qBWoQq0tg;FQeDy{E*sLaxxIuh-WDNM^ zYI6qw{Ndze^L$4b@LOPN_f!}#*)IeNt=5k}%KbObPLUBTsM{4NmK$qp8bjDU>oDgR z3I*UUsqtDzp+ru{UHo8;;Je5IwCasqy}89caI3XIeGlNQHN}E-`}F0@PDjlbo%)Eb z9YOq$T3#9il94iZg&BVGxVnBqCoD7%t`HuYZ=M$+3l1zOyl=KrzrP-}@vDrEL6d*!9zTbPV4m5==U}@im__Bf1ek4G$J7? z@wJNYyKqBP#gzg3J$ejY<8qQrA}lXCqB*>Mp>l2ye*1d=Cr4=ntqpEO4CA= zgM=e5Nz{vI;n(WSp??J2pcRZ!rQC5!M40b|UFvX(%N z5{P9crG1s460I@W9;c~*!0ggvIvVW<0PqI!7iqWxz*{ti-QVASb#sF$cT#XxN&2*J zyq=-MJz}_c8dm8Q&}wgQcROD`a#b<;V6=qPhL-czYisRR1Cf?ySb>(60#`M%b3C64 zHID;gBL=|9$bg)u{IL2VH`xKYw`i;=*O^qtM(xZmnh8~=7z=lRXWC1Oze^2jpm<>i zcu*S)ap`P!p2TUM0_!|#%Xy0Zn;VM0Tl?MZCr|Tv=h86-#!CQJ>}@!=UShA!U}>H4 z`1W?|%e9)O4Mtp=MUeEzOxK^ngB#7*(D3XSfV10e&yf8h=Mkh; zpimg_p|InB2?%fQ2mpUNIeBxwb9{sZV4r+W$jwuqFLlH|i3>Va9EX~E{>a5G@Q2E?3r76bzT=nzd{)$k*A z*jcD8+ySwW6qf*83;(F#l4)&Ad}Q-&v`+vS0;Gh$?o(vA?uAJ)E6~&Oy9qaiIzHaB zo|bLG5o$|lsP#0;h3Y+8e>H2hZ!ouJ>ji!3@_=TmSwK$5!T31dWVKlgWWT);a!VfM z#AuKAPTK&MzCYKDHEop<$`RT#j!gFTMGJ+R@4dIevn3%ZzY!P!5-2T}?;U%#@9)4b z)WGNf-#7e)U#GeR3Tu%BQap>J8VZ2Ou?rG6V>h{E>?aJUcb2~m&OfLSTR z32qeHdjRY?5pX~_lN@Kx(S`_|I2jstHj`#5Jj(rckqixEk+5z=#yC$&7v^LgmZ=bw-=WN8?nK@9#I8oUQ(@=BabzS-FFfA*u2jrhXZ2z^2 z<%gA;4x<4|SR{m^4x6o%hvPa5ZH;A^zzNjTt;=X|;2<$OcL@k43@=|Uzh3!CHUeaX9OG!n!hq_$^zk$f;&i#W9XyW!MT!C5kEqCW@IXn3gf|Ogxr8cv>+XUAmH< zkIk*DtTZSsR(sWK+yx>c&K|Cgk5=VHaI70kV-(PbVA?e|ha-g>@`VbfxJ534doqY) zW8?Vt!{`4wSIXc1{oB^rlP5p_V}BpkkO(EZ5Yl>ayd(Jgge<;ZucqrHQ*oV4 zk=@8CRW+u>$5;hPZsQce+{)vn$2xZ3Xr`}asU<7HF}Esfj5TAGyrAOI8cNVq7zl{| z`u42=FA!LemIPQR@cGfNpFaKbZ|CR2g^xCgzfCB8ID!R<{_gIg0dUK;eW4Bl_->v< zjnq-zySB5qcsjMn`<$Jf={Pjn!EnDqlG5GnwEFZwE)EMVLhw}KRY5a`K)eG+Ss?Ko z&nWr@%-7{T^zgQ7E*(|N>jfegEf&5QPxY5Zc-_+it6Zt3foh(gO1uw`V_6D=;z-H{ zV8%HD8u(C$O4`NV>%6N?x=VI#wNMMOP%qA4cQ~JPs z`;nwIfsqmz>9O5GZ;SrHbX0l*AaDubRRgUG;jl(RfJD1kxq`Wd>OPy(D1j4HyQJC6Du z(D?s+UCnP(`4zQe`}yP9PW96K|17?Yqudj*Y*#PD>T5xmJleNnDeg1(mlz{KCpy}et{ zpKhzyMVEQARG(!haI6C8JuO6|K+nJP9l1Kxk7~*7BlS9!`{a`fz-&Q}+-i;#sk&>d|83C@K^pH1#zw%wliLLH9>$)k({Wprr*j|wn2#%DwVpU&( zL7@}$8Hs~2-`LHE7S`vUuxhP!QR3qPSBU0&S*AWx!b3K@| zVv=C|wYab_2EGn}&8h_7^2WW5=g*I9tBqm<{E(Yz^jf`!%fQTM*=Mn3q^8QQa!0wT z^6nAa?9It3TE3}!M`MT@zN%W0S@>B_N_T{k)WZBE%Jcy(|_@pmXl zJQM&H1b#$I3xJqnux0z`c$RUD+|va^rBq7OG5x4q^fgZ_;25N6aw}_2g9%&m6ySW@ z$7lN-14!*~MF2SE542}&=5FXe2mt%-zA)cQwwEUaABU8N_-Zg5rfk(Wb?)5F3-C^9 z!{~EWtC9y_{S6_C&H(!RkEM9pTlw<#cYiXUO@92Vd-oRGTff0LA;n6fS`GYa#05D3 zu)MZ#Ny463oat>=YbvvhYxicegi-*Zzl)12Ym2S9-J{98XN^yIwxB_>G=g9HXk~L# z^Av>V{`J{2^q6-xM@oUer4DNc0Q}9t0Xg#J{r!FQ(I5hUz_>!-H9F5D1>l{}cNp8d zdHL(R`60nZ)tQ`zL7rbwdT*WZ zFM+hficEVY#5Hot7^%ez>^a8(d{%9u&yFGRc%fiR(R!>Ag{831h0!I4&2t^6eO_Q+ zG2+xWsn*s;8c%a~HJ#V9F`3)tmFs+?5!5pP*J7)GG?A$Hm$=-$b$n9G!sIKLake89 z>R>p33c%qzThDRZ=gp>2@$Sl~_KE<@6bp zO}t|xI0OR@)t72)V8HEMr>SxPtaD%-4HhUfFcX3R7!R6_!Bv@Qf|oYBMP_XuIre;( zOQU8x;Nvjl%o2cUkCh02!hrLMc-c6%x}=UP24ME4C#>e-z>~+6XNz&lgA@y=s_Kh$ zohuDz4yC|0I!_i{f^bnqck-d4oaO{sI&U-OvF0MA!u6yo8BENi1}dFC^7wxCiLl>K zF0<2m{mxUxUl16Ym*KfY$pH0$Q0g$L2&^d$z4KU6>K>oOUN6{hO3F#yUtC;rNnk)f zx%8~8jO21D=;K*{Mjk)ITtN>S#c?7A;7k|UgqaRra>=d%aBV&3qPuk$xFfFv3i7(S zMpvb|sR(slsy_`|=a>W2-FY^R0WdLiA^xjfrnLh_<-Sjqv;$y!BT)O%)msP?Gz9LS z@?fC+8@RjVkeAlj8_PoacY(h|Uz}Y{6j*6Ib~&9%oOWRlJk8i>ITMdCG}c(2+zYyw z*`PP4dS^M_;giR=IlC4B_RFQ&*{L5&YD3vf4+d#V>(j>RML0sc7A}(H&wv9DA>D6R(H#4dsP(5h&X2Tz#<06fsDZCVtH2A zd*yNbm2|r7Pv5&&tqxPE>2t&OboJUbPHjzX#RXvDv*qdOss%}`uBOvGno{}GWwXc$AZYK%H9q~S!#9uiEcvvpAmPRgVP^DOe<9#Tnsc)L8&unk= zeF7*JkQIJS0Y#V&2!Y0b9rNVKIA#9;Ue($E?PD!S?idx!tv?LsEA`BLx6@T2aHfao zA5h9-J?JH)(=c0Ib=BSAo VKa6cBn^FWi{2!_XAOf9RydBpEyLf|>D}ou9k>xQ zmDV#eE!TgJ%;1e0*LdFR^$5W6K69@Jx-=H305I#e=7d1^P9`eyRL&gLmu|c|JbZPy z|N8ao6S@owkJK!{FzW!A@jM^C4ZssLIDAWpwQl%}X0&yHYx-ynbZy2;88d)}0VSz# zY*R^5G`XGu@c&;ys*vo~YI%ph_%5^g21U?WUCzxSU}v(Kb5$!9r}+dh&6}e9$jPPM znAr3xIR}rYp41ifZdM~JWUnanYON6hwDWJbpeyzwwEz_d^ph9I7;x4tTg|f#jX%g_ z2rD>nJV7{E1d}$@Zp10~Yp7)mfeQsrsxm?>JvUjG6QwyRWmrv~FD9e^KzPK(TNH<=QLRPOwxmZe?H)WAii7A zIr*)EN!FZ6+6HR4Wus6f{?4(|3)-n@TGIomT%L|n{_UnoM1Tq+f2;gW zw-EbBmBUcW8o;ObH6>3UWMOe}^ww?dvo)Q>?K&m=}vNfpy+8;>5Q*eDnAvA z+<3<_X>S4ILBa7KX7Q2fUkHO84h71$udx9=pztca8Yg1QeYNkcURb!3lRmc}b1(VH zlPB=MaJfz2|K;)RFR$Qs`*;8T*WbUs^U+85UVV@G??1-EkO0B(wTAKKb`gg}U+W08 zTszr?LX)Y$nscE&i;xAhtxzP!FAj+W2r!JUn&nhAHF|mY?BG_ilFtKr1avoJX@HPk zVlCho_)GBJK@WNl`3qEGDFFZB_uu^SAhyAB-t5?%xv{nY!wt-a?`-J^`15bS-68&7 zzV+}{pR*o{yTETp`=1Kh+T!klrI^8tLx}a(*4DoK=jc;L{_a0i&`tI{hqCVlGlE?o z^tHnrgKrS;{{Zjm!CXBVILMhzZx}O;L?X&!JrYeS~H#G`yYl4 zxtQRhB`^OX#iVUE2eSy{y7;uD)=1W9>%o7> z;g3K5`1(I5086CMW<1KLGW5&RwWEoNH*{Cn7Pg4HH$EN{U?R1fz*-MK7u$Mb8A`#{ zvu)*G&vu9mhCTfzJkZw4{{Y~(a99_Ez{~*jauKf_+g>jgj!^bDjQ}Td4IS?azS5Z_ zpVd2NPlJj`fhV1LqytVD(_s26t|37HZF^0snVHP~WCk3fomdH-1j_;NSPS|TwC9xr z(++FCVvjk+Y#q--E(Dv88LXH=XXFuc+}OiO$%EN)(nGjk2;m(SNs!^e%MuPH$Jt5^ z-R>GVqcBZOQxWfFvy5Og+Su5TdilEi+S}Wb;_O8R4Q{8Tk*}0vfm73;a82sA4q#v%CVAbfJ%u+uU47stVvLuydgugD^LV z%wijUNdtu$%e+u_#08zSnG0k6R~694f&su55al}0#9eM(tt~J0cb_+NjS$K4CNcuZ z_@GFwYAJ_TYCbnPW=%PndvSamg7-GHNnn<44XOl4jO9dv3*|-nXbjJkN?tncv|CN} z)?{CLQqu!;m3A!2_R^(+VD8Na572wQ|MN4$`}ZF`c>LYt2N%w)mhj)D)dB3I1z5;@ zL1SmDT)b*uXt(7_9Ll>X1|LQLQ3c@hyBn zyPfeSbic@l4x}~FIHaOI;&zPFV)Hl7kFoTk@U8vpC5#5-QIr`<=XoWsDeaF;ld{hOfl{@JQcH4>J-NiHhe- z>0!hYd#y(&C)K_M%VDtSW0x&!_wzprdq6G{=6xVFLy}G&!0Dk^_ zy<=Lvu#ivy79!aZNJd!0_C2AsWWXoLBI66!_xARL-p<|C;iP?ltN`-e&fKPrM7T2h z9m0EAaiunCc6M`r29rmd>;TstxhD6CZk>H#&U_bn#%Y!tb%VZTTovfn z>>7Z?ptx`RB7?{oRx+ue?6$@WRHtSB^ z@ZZ2UF-T=s)w@weMHZ!f|9Acux0*g{F}cs$6@RhHFAOX*>V*JH55MO67Mfi%0#(;C zE+80UtI*=wBnv73O^h#BtMxfyyu0gv>Gj@sI{y2Q0=sg3>%Hw=>uCyYN&}7HBLvwq z6;}iB%UrwB{yfqk0bcHRfGN_tG&D;5jo7+$0A$6CYZtCuiOA$4qf_x z3^=@_6=(q{`eH^RR)u9(rKM!TG=T+xBPrey`jJSKQjy`y@)?66zF&fy^E|>C+66c9IC)>tY5n%V5#Vk?RT1JmV z_#mtlA8!2g@ZrLP>({Rf{=)C-)x-AG6enCEu~tcxDIr&c`!9fCE-cK;tp#|I;7gUS zG&UZq8M_VFAg~8ZgxEyP+GTkj0GP$*m{++y(e)}@)H)#cNl39bF?BnxA}@|YY3+G2 zP5?%AcVUvBJbz$pxlG(2?)~>1n0)^3!}$EVm1etvR@%%xk? z8FwqIa&hjuMBZ_XeB8!euyr1SFd%s)l2(Tuy~w0BAb17tp4pM~<)LJZcK(9E_x|xB z<*#-;g@N%~rJ?dJ!b598p>VaS01V>~7I9Tj4rmJ$D!G-_de(7# zGnnMdr&KBaV3d48rd5c097vg=9m6N zp5Kr8yfWvR-MB-%$;b&xA91h~-%S#J{F zlg)u)<)l$wnJnN$leSq&^=JH|2HLt(+B!7Ge~Vg%HUK=TIfeAOK)8LPWc8-x3*Zr2 zRFX5tI89!tK(qZj90oEC0I>C=WaH-o0Dsm39!)C)u7#*R_| zn4w6x3}|~iWvU5Oj@t!{l40Surkk#S2A-NQu_DO#)2)=M_G|iBCxICntMg*hSUmf4 z-LLP+CJ?+Q@O!2UIDT`&CFQ#j{;MU9Y9s~6TnsX~%>60rimQhLlL zo3$9rWr1Ev8mWA|z?zlLlO&yjpeg2t#`=-Joa7Y-oDml0wJi<{IV$DZw~U+8Gq8E_ z8%@yl)XGE1bQ^kV)VU|SK;RjTsDSQ@=@Wlif^qImxH~7arit3$)O^RQln||jBQ^=Q zrTnv07>W zZ$kLh8)U(8Ik-|&~# z1PBYjjx9ll`YYrS;h(7NRW#~-nfp?=sS1wcSY9NmMs! zeQmurhDc*kYrbZJ?FPa3+Q1NSb@?i$GX;Z-90(R*A@bTx$5cZz82VzdW-`$n@Cym! z8xjqZpp=Y6z68KwY!LxiAJAz^RAZ_LHz@QiZZ3ri9n@6m?sfXH7B#!Lc# z>-s6NI+Lv%4JQ}aLIJh+jvLR=H*(B~uy`BAQc$yYrcD6$&`-@%NvsXXob7j3XwQ^i zsdy-vLbxSAfb4m^8$+P_8ByJCXKr$B4NLm06JYs~%Y2HzIZvH;a`DKeVeW2p9!s1O zK2zCMD)lT9IV;+woVGn^e`*wlI<~e#lL|R#+|#vR|HEOX5hH*u<&kyNZr_?(qzR?K z@#6Idivq&mw9)p3`uV}M4nr@nru*&ug5vVSg?Swd(gtiM(;i#6v2n1mu>nJEvvqGQ zOiskK>FcYFvJev&qddAqf%k?P8OFV>to+`&j8_?p@9a>W%|`R|{Edx`8w+TqR@77j z(MD74$w~NaOixdAkKdePd-LYayLaasPZ&gWt|`Gk{rKZU#vwfYy#Vg~^z977485B- zGq<^gjvutSM1Mg(1z)9V#+h@L!n7OMFbf4)HQCk?qc~njo~~w;cBoN1!I2eo+o4-? zoGW(n34IL9}$2#usdU| zr_kSpUV0z(>($4cELvX$0RQs`p}>2ONpIzKtE>Ba-ve7X2wN+&FyWR%Fv67Utifd^ zt?d6gG>1$?fjYmDKQuZnTmLCzp8?SbUdT#wIVhm^%d4OKc6O3k=ML$h%=LzOJ=llPv zf}~4O!p4_!xvI{0Io~;U1h}mg@n(|Y_2Y~6<`jb!fTI+T8;vM~&PrUk0KXQ1xq0e^ zZc5M&@6ZgGR)Br&r1twOa{BKtZ11mMZLo6gggpUZoklY4#(6r>nh_sXQgH?Mjc5bp zpAEt$cJ3EMIBr}};Rr^GzY?PO3PW%GcX0bo#6a?F4&{vtCSFY5q3b+9ydC6b!lfW&Acie(3dbC#6L#U{Wx zJEg>CvI6i_$&4WBa8fzAtX(~o%aovlQYn1{3&2JPlN@N%12)dUCDT|g2>MRciv?u% zW2oxWz#^__7HpNb6^bE4>2;_`Sp;j4O$lFP1QkM?*P6ODKPC%JaJ^ti(G56$Ub}t! z_Sxq%W6w$dk)rEi)Ys`zILoTS!T2DK2deV4peKTSy}=B{*5DZJS3LHI(g}rdt!oG0 z8{qOMGMHnQOW;1Ng{kyl`|1*(-JlK{()z_U3c3e{<( z+L8b>uq(>RFZ+wc#UdEt#flpZQv97$1-(3w!uadZXa{qrP?JJp)~P0oY_3aj2sMMH zW*IU#9J>0l(~auD&|Hj$?7fT@t+lPsEUNt;cIp8;{b1gq0qNVi4FFh>)ThjO3I3P4 z08wt)v{y8u)ERc2W&iZ)_utKtR;Ga4>=t#NDH!FV7YtdefBo<$0bFWe{cv#b@+GLn z;ALHrlz4Y@6KDqM$-U#@Ds6PNFuyrGesy&8^U=|30pZ<^z1>|wVuGwIT#$TRo8Ec5iR^UB@+9cZZ_XSLPnKFzGzp zcrMtBA6fnL*I!@#C?U}DCS^pb$dU0y$tU~q&)?w&O^$)O9ZFIufvf7dWRqd`YhprK z)pfOaoSfzL$E_Es?CI9>twqW0J9X_DkXb&VPq;O!p58{hOz?MSIsbT0-oNIBE6Mm7 z5cu!+h$k!1pM>NjhJVk`pB!Qg2_wFe0$--?t*fEJ$@{-r0N!VV*h;!!y?^rL&V!Tv zCj!8nQ@w_C7%kwZr>An7c#UlU@T1d5p!I^4wAN6FX?kp$wowgUlV^4tk#THj8k4^Y z>~b8>jQgfwL_AWk#Glm2V&J_bSt+jdgjhMLBjB>&v#I8)Bx$N#1^Dh7Yh6p~lJm3Z zX#E*uQYcOL7oz?fE$N!xD&V3Ya{{TYFWqiBghwE-F&l8&nVfg+Y8H*#*&H~d;=vu@ zwG--Dh7a?Ne!}SnyYlPrwVgp{p95Q9K5;xm9sN$HpDi-#hTHsu7bn- z*pxvrlqw6D0P@Wg(nWqV>U}r9CO>J~aMYkgfq;xJAC)mmaNx3_Q%4HG{b|g{IUWEzDqfg;HZC--m>z;x7=UU`-m-1<+8N6@VvIkjVNCmVyKw zf#@pJJg($tGe9K=7V@|C~|;ecq~=) zlxlawg%!cy`|s{IkyoQ5ApnfT+LU1W*Zssa4893*+qev_$Puhv5x7Q-%}kXf3K9UO zjNRHr_94nM?Ik%q8IMZjP-la+R&fB~*GF_;%>~A<%P%AZ0e{qE9n0(aQ2vl`*thsg zGPEf|F#*o!yOar&bQcbD*fS1$#MD0x)iPmGSy)DrE+2Xi6@QWT8b!z1$vOlntJN$7 zt3DIV4X7za)n<8Bonfg$Uy=G(3mL)OmGpLa8G?;l%k;w!0K=S&j?S7*XL=8(ik}7*<@?5#U?y*2jMjQB&U9kxkwb&^ms5u(`^KST0!mCEwayJlYrz7k4)v zGyVPP`^T?e|0G%O+XMI^sTkJk6?kg6_gy(R%wwc~Cr*Uryx-<8Yr3Y!p$ zq(I=Ow~4^(=kFgJe!I>p^oaoQp{Bs_Ez-wkM%Vz%6sbDAlV-q)v&S~hIHbV;cp(2c z{l%PI@>&4kd#9%YCG7@Z`t+B(=w7zTF^amBF80_r#fe0*Yuxa(Z5yk%fg`DAo9Ai! zBK|r~Gr?h#LMD#@(g+T7C?e{11%Mk}sD?s10AJSuUO4ih!)D5EyWnZ=PNmRA?%a*_6 zHsvaBxGA+-uJi{P@I_`8RU6F|?l_ewt*Dm*a4uI=qa-j^wCJn=oHJ@R;NmgG0Hg+` zWJotfSz0$(S~Sl!buuCa%cj7Z6@QTdmsFYBxI6|Wn`+Y{I0ayQDAXh7%`mY3ITLW; zSes+yLCXV`Y1S+DRq0y|9EC&G^#L&m$;(ezb>(_Gs-T$ zmf|B&u<~I9ezsg}+SkrqMxso>VQ%(s(eQn0J{*OKW^GmufUoeOxxNwfX!19zuv?Ygx4?hs57y zx**}!5bM>Q3E1rItR5Wip_~f<#)8~*cMip8!tc-DlglK)g#SF>``c}(FA4$=7GcPk z4j>`087u;Ul#7l9Y8_5dJHIHB``p&qWo!YMQFKGBLZM?g+}*gjaT9NG^GLz>=;*oJ zel7X$+vDL~FtkZDLu1*UkiEIQY^)>%W4Gw%(CLs#T~iGZGvCBDjV840p%OMxWahmW zZ+`sGZ@;OGhmyTs9mA%{y=8dWbp>GRrfluNQ_9^wfB)Y{)oaLrPPQ{S@Y83s$* z5&F&wT^G&;fY*V*k^z6KW#{z^DKG(8N7yJLsQ?Tyx$P4oumJF#LtyObeMP}=pE8us zPEQfuwB@DwPXLBa%Szzud8v+L)V&J)?OG6xn^qmN;AqGkw&SKv1|5UJrd!pBCE^AE zn--}PeDH%_h235+0$)0kw`(@S$P2@W@7e8QY`3da3~zy9XJnoY@OS)PsG^ViC*5cF zx|MDO$wUeCwarS_DUsK9FnJN_D=^DPj0uZ~4Q$bQefu){BGpwg81{hIw$16J_8g}G zT#3C9GS;5yl=f4NNr!41f?|4^MIVs;z(V2VWBmE_UH|^s+5NLON<1!*pkyR50v%7X zS6=}Q5T**0Yw&sH{A8Ie#9spN4LkRn@UKQ$`~?BVw^K)DC3#tDRmcG?< zsvro}kcY6n>2~N}LAq z$Q)ki_R7(QoGv#D+@grmb;+^$aY}56O9qTKH13k5SDw{mq&nhU8{+Pfe?7rpzl=TN zFCl$A}(f-1>19~bWnNjIik9;OMN|Sl( z#x&em8tM*&ow1hBNP>~{TlVi06O(l$UZCTE$iI5(@MfOOY8_r6no@9D|O>(i6tWBI|?iN=fj z-v|KDHs=YzO(sgD<^jI|;Ecj7gMmxQW|IwZ$<_+aR)pCP>MsImnH-I5E~O!q>x;*y z`gmsmEC{?gn<7_xNy}pD7!b=6^=0V2m8u-S{L{16mLT8u!NI{ww+DWDdj=oLQD^(k ziXdkLR3j$nr~k{xe%YP&bG zp$}se#vpP%BXu4z;w90?o z#90ZXCZ#+Jz=(s3bo&X9cBS_{3$gKaMM#eARrC#n&qha(Am;Lbqv7EmsZ&&Uz+v;@ zkoWQ{-N~CNDqTE$<}b^Oo%x4-UMd$a38&uj066Fm1bBkU364W9r*06o6;O2>{#vZY zl`hNf+(JEOJ7Ctf7@$@vG_YX{jBAS5FcEkN?d$M4i{@C!)zsjsF+OxbzFF}1JsYD) zq35U)Hh?D4uv!4YK;1wzz}^CvSE0@d-jAvg0PF|; znhDGToh?$(8&R5%-&tzhEbMwN0E2Ch%FR4LIbsO&w zyy{b8zRpLYNaaxFI?uVNO38JDBEMhQ8LUQKX-76W&S?(M(}B{P|HvQFKt>6OJ_cImJbp>3O}brwMs7~R^Mn7F*PwfFCTBuIY7us!1N7oX)uvpKiUQMf|zHxL#5 zc>1G2;p>wZFJ1umpWKsPTnd5B-_B0XC+FdZJqze=mP%mHQM050hAE~qr05ZyF`77) zO=`6jAPTcd*3^xWp#;s*=GJ#k0KV_u{q3)Re!)5XA8yJI!^(mD=;BgQ6D8B!Cn@gF zr;lD9JYA`6+*oZ3>>30M0&jo(pw+%nF1I=df4S3Yttr6XS!=Z%(hAge+Kn}by=vaF zwx|ZC&?_1KPHXGiS$TS!=8_NYZ)lIJzEmy2+@fH{~k+DL=1SppNSJ#+!HL`b9=X2ehC%=hO`nqdi z@0DE$?$aT(`udwuHWbLJ9VVjt3QYXPJv4)(849T&%3-n}92nlAQoXCNQWtEHd4>l19DCf7#-Ch#>Ee3NT?Ze zp%5m}#>>k(05%;k*m!o%)T>Mj9^$5GggcjbuJG-v^XH98553YA8^eSn!B~K|0n*_y zKQSY$zJdjT2C?{+_f_WvZ9zT-a6WPcL0~ZOd8Ou1%)zlrE{PbHy)^65;rRst_qtB6 zM#j%R@_`s~{-6<}))nn{2&?!=41Ic(3Zk2;6q(kNsYTA(qFpnxl zzY2O;4%Ql$h|F4=A=q)BMnPT|R=O}fZvuih zZ_eG^R5I2*LE!Z{w5S4p)Y9&m6SgKzT~?P-aCDh5&;fbqq(wq_Tku9cfW@uV)yv}> z8_%9qQi%|L$7Ip64b=S{VT4ohrez$h?>u?(9Xza_KY#w>^Upu~Y=8g#53U_AK7LFU za`Qv@b0nd!f)OVaWY}>l0GHGy6W*E9xXLkws&6Ty6)gc6<7fGglW`~d#*KI|zdi?p zOZmAkzWnmDe}2Ea_nVFQgESYY-eEHS)f4sjjK67-mEnV<7 zvG(X-`}fbTSPz-6DRd&QcrnQkLdwr7O*N!tX^PRILM+5AxQn z`$NjHQst84Vw+Xh5ZB)x{mKkBG|_0JCda6AbaZ^&agSE34H!m{1rEhbjR!c-eUK=97?F_j5rAjutJEVhq30ah+pCI|vT?ZCyy4LE~I4{2%6XPydVIAgH$H zorSx*qB2I%LC>fuIOZx9s)1F?aE4Vn$^8(6&V}K5426Z9F9XU(>r<~! zdQOhLhedFeI(VF(_)Y8ZY$yJj96AtZ@=7-3(fpui1O$_3mZ&-awh44T-ycvOU?5RJ zdOXLB!C+jvIdFz*Ccx@xiGn3Tojd zmN$>j%a^6K-Fk9-eDeDB$?Mb8f5C`Z{y2U9T%cG`XO;Hfd%L4LsxOZx22+_5W0weL z#iIRi!LyPyFczd71J$Hn&hk9VIv+qep{bW&;0>9pId zFB$ei_LWii&7`B{mq%Yc{rlDUV7V=*d*|TbD{`F$jCb#JS`ThW^NJQ&5EuZw($a4D zzm#3eZ=zi`w_x?URtu&8MQ44JzcI@wW?&CbD z7#9HE?HK&FZT;(Yz|H1%(*xiJ0l0gsBn8f{0 zD{QKtL^xZ>02nh_*AdU6@(p|L3}Ly=1oNb3t*kJFyrzbWp|I_JYX-nTHRWIl1lu~8 zw2#ZB%S2%0-9v3;fqnpBc&5!F@36#d136R1To@3=Ixo_NUi^R{JE?9N~<w^vPG!v(~vj8%KNdXl~<9cfbPxP7YK^WKw&|gN_rLCsNh51d zs6~%_dkl`Hod%zs&Sj>brg0b$*eC+f0f%i7E8r?O3SYJh!vKu#lPxSQyU8SE)mKvh zrffc@c}mXVBO7F;E$^c!$}L0SxEnUs)QQpo@Z#dib#|QuU}ZZO)2{YjB@raEj- zC)LtKo&i+D1-Tzd8YuGjU?qp#l-Tj+REvZMmLmX5NAC3I6&uH>(@knj8RGg2QlpXC z0tJiI8kTe)2?UPeu*xzRX=Y>$?@*d_m^%jv(j#7|0G%b&$O+meBq|XGn3)T6MJE3w zg33mTDfnWl&0YDq#<|8Vw*`hEDG{r>83L|S{Pk;AB+k2qrfa17N0>{Y`I^I4(CCEe zVOiw+#lx~-Fz?JNVKf%?`d=^J2+K@3a^%&Ka(vBkmnIQ;G>M=FUUSk4a~S=_Z$J6{ zjrn^5Yc{n~r%w88oT;CK^W*W~3A^7Be(n0~=d@4vc4q7o!B`)3|!)yBs;O{oz_raq_4{m(^5#kH4&c|R@EhWSf?Y`z_=3OT6 zJlwCru+scs>UOcOAD_%yepJvs)$t``QOgNL03JsXb@dLVRq~VWF(Yx!Vu&67!Xt+uI!SC&r=`Zzy$)92=6f7BF}zWjC`}RS8rU zkdBb?K1a{#8ikG8?J_{8rh($9ek(*b0jBfRJNO}o$Yqtxga%mduUb~~36+zL&_n?6 zrAwp)m<+GXKC@gZm!#Y*8v%$0d(hP>k?2LS*ls`h@hArxuK;j4lbwyvI>!rC;w#2b zvNfnY(Aff((v^@N27Y-IWi-G$TU#V~tKh;KV3kFA0345dgL!L!3x(1`bGmu_s&{*5 zr*pV-*zNA`Z*A>&xZAhuEBQEn^%XAdkp-#=&5ut`Gy|ciwpQ$s*ndXp5+uiIE$8^o z-`>5$aZ!#6Z3 zp2!;jdo~_Ev-I$3@FAcONQvJ0XC&yfLA3!e{XCqa$x4C9X->Ckw28vWh=;%sA_)R} zV{H<*q6&{=!DhhGM#oX?pH2jBLjv85%`*6|H}2*^9I2vJ;xY`7{Fdv-Y0>fVM>wwa4@Z; zj4h;Mq)E#IsU)MAOXXaM(~91CuovO&f(=^c1?q}VAiSrwlR91hH1=!^@`k_ zByYy!v*k>gN5YH^#X_I?$I545C zEZ;`syKDfv;E|>Kz0R-KiN7B+K%v>Z(!632j4g1#x9b47DFA$bg8kUS89y+w~QAE=@QH>;rBTe*qi;ix9Lr)h=`JE(^P&60DBW-d5y`^4VWm^GfF;^zHYPwL4yX|lM6bY-baH(;* z(R+2=IC=YaZ!7cg;Y0damP(mSuaSJA3a> z9$P7)ze1gq)7u~#(i57?-XuH)m4J&$bf}UW0$>2fc>>2#Ww|D zd1Q-j%^XPLl^^(u3dZ?ytFq>;5Y=aGNCOs@c9$Vg>u_(5bEJT01-_V|x9MC9T&`Z1 zK3J#U@{_MC{+?%rEZ@I^U(i|2D0CT@f~PbPg<%_QJ<1~^^_gjw)#tH$mgkmszA%pJ zys|OFq!>LEta=O#;bllT3OLNObE`L@5}HBhE-)i;Y4n zJToH=-L0ojzy8a&-~Qv>yElJ&^X|=ue}41LOKB4@tXpj^Z**6?-)E-F;Ks{24BrvJ zWa81IAi2uH1SjE3YfEcu7w0KN+TI5E-Z_)Hx4F4F6+0t+E_|)|*ke;@gvT|Y;p+Uw zm=ep>N;;^S+V05(DF+5sOP9n*AfAiOU8K01^6wPzSAM2c8!7Jj!AZ;KhtsFDB6p!G zc?h8}e~wVU-)`UUJWnK2jb%aL^+SQo&aFnH*K0jr@2z(?>f~6hFWZQD!Kly8e!soj zqA_K=we0DS0MV9b+3&YH4uJu{JNsGrPOU8i;DLs9TGc%~2Wrl2uu#2JuV%FrNQ{#!{D)abzxz7z2EQmrk}rk0$)q>k|vLII{T~!b|(j8 zx2hZU`o_bJosGuEM(41*-`#(Ea`OJj=X0&8Zg@$mqA#XhNkJE zo|VfNNdD&yum&EDTIjF20WtFzCs;DA9WWD9^Tb`}$~TO_1NdaH}WgAdS#Lu(@$)3;b`suC1r7^orWXHpa&` zzGA~UHpIs!0TV+KM!^P>5gH~Jk)%OnV3Z6^BqA|UJ5{PS8s(x?p%Q@?q-dVzxl*K2 zt3E|}jH>woyv%cdM5VlUueHDL*kr0YGY|+DU(Pveuf5k^OLfq=(8|?xP$3!$vz)@a zjag6t4w4E{%{I!W!|UoypfGROn_!cjGq3O|!DXtP!wlhoB?rGB?b8g3!=xN5e2o)j zJ7q@VJwhGP5tmoF$($n}-l!T;-Dq4e4&mB^KF!@h%%nh_^(bOZT`ow?4L==EvrFX6 zK0WGH=?tJQakW~q!Q`U?zaI3L2wW~RYo+e;>}gnFR(V6R1|x;MT6UJS`eOl#CYsYx!s(DF-Q{e;nPo)*KyP-gU1fnUr#+ zLgR;wgM?mitE`+1`2j(FEae!!+w75F-R1JHJgc^S&udLKh<6L z{N%}t=g;pw+Ijm%Z6x2y?dNxl;lt29J5fP%dMbLGhSt2BMB?n!%y|%3DWaUHF8iiu#>Q0V9i^@;%WxCEEK`|idd$gZ zRk*CI%CKGf{P1QQXDicZg=POW9E1>W&^k7VAii@2c&re}AyyI0CvD z18-X4)TQ0s^_|VTOwty*er_S`TYFzxME^^-L^TW@cBUTse! zLm70Ra6{Tyj~t=ToQoJ@{L_4agEw<62ET|DbUU~ZATTe{cyIg8cJ^x&(5{&SlU@;k ze-pepb0%j7t*SMyGp#lgOpct4dc=*5O)UU>)BQy%{u27%%fCJRRSZ@?Nad4s-b&~Y z!Gsv~QWw+{sG{IH*t=^XBaBwpD|V_)ZEI7=ECAb|WI#9(%DEPRhl~|;q3{Uu3o^FQ#^@$54_Mi&b-4P9h{ttpb`5`WHvNeBR3= zVe)-_$1IveEOBu<)ew?~cTMj!ZE4FT7dujl&d1kb(*yhXS2S zIvdBeAG=ohrf=if4gd8q8wMmhh=yx*=7cMHsl6kVlUkzb5iyAQSjevRE~Sl$lUYk; zg*hB`j{ozaH?8D&C1lL9a0ts+RhEMCvXV6>9OtLU%%oF|krjf+*nu5RFR??M$v8H- z-ki$vw*k-bEdI*N2a5l>+*U4M|LyZPZv=o}{^{0}f8JeNySDlF&BbfiA6)+KyQ@F^ zUGwoc-j6sLYyyRtSs!+v( z0c(SJYQ_XaoFB=LnXpHPR?qh8Vl5|C1}=|hDucpoM&@H*EX4&M78QnD3A=fM|Md0ge`H@~gv*QYy)Dk5_YS z(|Pt2%XhDO)(n8nnckB6x~8Ve8dsPq#U>yW)Nqo*sCS?$|iz1$W%&|f>6U+n2Y=Le@fUDBQR9D4C}ntBn?{brOF(ayTW~S zMbG>>z~4arT(Eg?G&+>8z+^87fdvN3ff%v!WFf<<_lI~x&0WV9f^Ks(ylGJ+b3)=lOf>p3AgZTBP>7_`_M{cazn$Wg{|=qXqeLs0MK}*D66Sn~XroU>V&ZS%z zmKU^@(cwsv(s&wRLd-^ZrmS2wVe-vMPtGo{rY2T>0Nm|KnuE z9+u(CL|=GXcjHMKw#PMp3trlurMctdHkVNFcX9DtTOnBfZCt;i#SgjAim#S8)u2h= zsN>A32dOzR6f`W$AUBShmMweKSy)eGoM_VVjo-ZSs0_xy%~hZEw_H57kB@&kqCAcL zXTESaS|V=Ha>h0)@xkQh**4Ab@vtFk3G4cz0%%PfP;Emn!GzYC4jj?+um#{gwoD0N z+7QQH9)&R^aqDN!6-hcP*EpLY~dcOa)R65N8vSIcSG91NLhIC@h zJSPF*C1K_ZtlFKK>5CeWDEAB*3$_bQowPAlf$x)?IS1Oo&NSYtjt$m(z0D9v_8 z)pohH-sxA-QN40kePCjvs#Gg*p0Rv^S=sUC}^jey~M7vt9}5s)8I&shE$5b zybc+6b>0@DR*J~?OR9u4g?%XZfBVk{e+%=uz89Wk*aLl4eZK zyD_$$gaFS|WX)MGd(iSHGltGIdpg)@tHcZd$E6ye8&(}V0w%>82+UnUBqDV$c<7y} zp+M>ANbO$aL{7mSxR=I>v(-2;^DsAo1wQ9qttzt%p^`LVnHFmkab4f%Nz=89b%n0m zRsC44&IG7(ArL}<6y zAOQ2^4e*!ZZuuk6-MPg(_YdCyI1m3z*tPt$b!TB4{J1vPynJ2TT-!K)3F5?<3DLwr z9&(}~1b`o`=@%0MZ*AVrCi)`|7-yVpwpgoIi|JOj(XbKio1bYn+D(Gp zLid9z6?W_E^!x7-4m;aM_#`SOLx3UDE%12*s#QS50W{8e*~8B>04o9PpZMy{Oy)!j z8fk~w^F0b&Ejk*wgwO{lSRm^xs1=``kP8Kp-`efNpLhy9UxEceLUt}a0OpYsE@JKw zT~CJc)$20{dtJjh3rRGQb~ZN?ryKNkuC>!zf4IE9P8^pQ@=m^ILCIf`$*in=y6h0K zI1ingTS}j#z|MA1TkZ_Gd?||;qFBCiY&(RcK?$`p@5RthjycU2G;1US#&*daOZEeB z+$%)fzSxDntzfyXV-Cz4#e@te09dD(V=y!hrh2FwFb6ODkM^tpVxC_f!;Ly&&HchM zFq2A`{rR-3%mA#hfMfleym|{+lpAqn0m+ioBcE6b`7G}XQ+m<~r%^Oc@h-7t!UvNq z+!N-_;SK*|4Vdll`FFT7%nSDmIn=x;8D?@ih1YFB(~4xn8S+*mX~mWUb68~YQh_mt zl4pu@oRRg5dAAJsLt4fL3%vh}noA1d4_#lawPcKmIq zlW0th-U9IV2(nf=HmGg6Z1EKSX0}6#^uG=dcL;xF3V}3_J+FK+UTfk@&hrt;%}b>O z4WwK&Li>pN&hWbtPby)V^8wYS*fJ`?5MMJbWx1O^2*eqgNSfYnH4_R*8) zFU{)F_jLSa_xFUrcRQU<^P_j)dHU?xi)+aS`hHc;%*CZB809fb!HF>LH`?pg+6@{d4KwhH1bW3j=;_Pw% zg^4R{e!96+%y_+1gag@hQn7mz!MAh1-Kg*EyiI@cM7Qq~+Bn^Ap;50MZZ6aJHwl2& zvuU};>&8q_{Q0T;_H(NVemhCcokxS1G4DcNf*rDbon}Sf8HHi=p`BARU}(U^&e3VH z3=2hmv?PX2!Gh+I)1y%p7GcZvcKhgv?nRO<-C+U5rUxZ|$tna3Cb};k=Uu<@z1sD? zqoY067W0BEBv?C#J15YW4TWsG*l5=>w{O!Gp=GlJrY zW$A--`&h5uFmm$-X;LnIU~nD)pD_%WOLc2B6yQ=az%e93dv!rzQ7Y4vH)~Bn-7u;% z;9pKc;&mJ#u*)hW%i=HwlUFz(R#GEgV4I0QvLZ>ooGSop16oW9Bu+J@TL-=oj}E6q z&E@j|80sq5v!S+v?m+nGEof1`_&DhSY3d`r6WOO}qDjE%fRsmqzhMq3(%4t&0z%VD zq#L6I)D_Ht@noNw^94Cp(YS7k9~Q?H2I*I-)@o|1Cmz?zhHIPn9I9Hs#3!ion%Qo^ zM0XAc{H$hz?T3Yx?@*L=k|7@)xgyEXaL$;SOP**tk-u2F;P95C8u`?V2YX0df-i+y zQ;cKG>!eMg%jRkxwAXpGM3I}mxyNR}Y$R1+Yr~7$f-Yg}|&j+;w9Z%}S z7#jfe#rR|(8jv7Uq6y%%Wf3^zjVHe1Ri#P3Rl{`&ifgj8Np}bLh-q+nT)eA^0{ca) zg0@3I#^+SW$05z*Qchd9!%Bhq_QeF{Z&` zmDaONFSTd}n`Tc&H{C`?BHkEfg!hRf#^23Avn&QnpLtRK@TH~AQ&Rps@nOUYT^iOd zmZ+qLIMql9FahxD!oup^JD-31brrmAMp zlT`hTzp?+k{6?|3@MQIIXXEa*rKPJ^?|k@AxIdbMAoz>ltj<;@(e8^XeAkur62-x?TnVkH%!LH^tV?7=4eh&xg&C4d@!jc+m-SUv}3d3JlgeJ$*^% zVeC!9*3nYl;94cmu?9p>um~MEJzDS~znNDYFgO~oH@8++ihT$S_RmRsKvsjmFbLb& z=yaO>;H!XJ@5LkW2VlT!y(V<6mf75FIdwVn(B8>A#azPi1LN@b+GGIQiNcYx-EMBJ zFZ;WD#dKrr0h^YB-wZyy?~ z1JMAu0o{KN{G03Jn7TDQ#+_xXxP)}-)<=Hbo*4&yvzs);W3C6lQyu`vU8sa&jJzh^ z(`!4&R9e^zZIRiG*x>a8@c-3fAr%HKXinzwvC||jx+XDrY%HRX%fG?myifLv)^v!V z*l>76K@yUzz78~hGS$;yNpO;I2{;Tb5fWj^b0Hc?*d{`oUcRUuU;swU2L0$5mXSE@IXVorG+q4Q zAI)P?4kgS=PfcC)>KUrNL4I?(0-hVsu}QR?re*HV6*W5uM}+{G5EyHpL^*+VIX+X+ z-bSBYB-sc$W5Y~jI;id|X^X{NX@}jD40{(QLYy{Mu!5r!i-Ei*lLdlaN?_Osdt)AxvT_~(dmBjAY`PWg z;zbX;0>2TTrFlnm$P${gpm~K{HGN)7B{k9`wz_u|8L@mOU{fMD*|uC1_&zn}@WL8Y z>Y$`in?5|`gcu5fXlx4thT)qm9-G-odIYlzM6w7l@LCsFrQ*t@c}`qekf)rBWd9?`43w6=8RZXW=@qJRH+{l%Skt}bCtaAWq@ zOt%?>iKm`}W@>oo+*$FUBqlpC%p^G`wL?sXHUP|245b4<^|%%x|6*c-IV-{R1TdH* zm)?Bz<_)^V59F~ithgp7rpM1s2h^!cyA6vn_#H*k;pNNp(}!+6|N846{`RY(KoHlA z2)zi4sn+e=nZYtA7d_~_cnAcRSqm3)Rj&=bvC;0VHT!_J?{>Bif@|&F-48p@-rpbu zmTxXQjjUa*F#?B5b|zoUVwi+_u12LVteUnq34qgtzYiX6ZI!#-?MA(EbhLx+Q;Puj zJRmsgN+Zw6v7&`^#)+0>lIrAOM#LI_a=A18U&gMcr>*n~+s4Kp7;J;h1+Hzt z7!)876Ilv|ghq^JMq(zRbx1%;CKI(zHK`O)MpZ*H@|*tj*z zqSPL70%ihi%#lK_sTrs)p@jj>Hs@Rugk&wC)kTRO!kWNQtM$DZWs@>Xo zHscwyU$xfN)n*4bF495wmEZ zi3|!!aw|w>F+8SoLHUo!7X#5No0qykuqUs2SX7|!ikcjoVfj2iGmoC{U>?OLN!D|4 zzBbO{LGVqmNfSJRl zb?Mzy5$uIzWF8v|0x%$Wl0-6W4H8(KRQLzZ99G1DtC5#%UYHg%W-f-V47PMwAfpX4 zZ$;lxM#co)IHN168F$qlCa%ev-h@N$K*&ZKo*_EoB*L!@D=?g!Q7?jv;$Z9ECJ!^{ zxFx+XhUT={b>h6o*xLF|kbrd>JyvL4Rj!X$(~Y(;t&KS2uiduRlW*R9_k8<_!0+qV zumAD<(L6_PxXE$Ij*QeB_4@S}#9xli6LRdlhI)1j z#JGCxs=)92%CZuG#T{9ztZLI}ES=~KAG!JPo9?sJ zLbwC;_4y9z?*Qk9YSR{vc>-eNgl`bou8?jtqs}J)?T{>SIb2u(BFg9(I-q6D_F zA+lzuge5nJo>@EGGjoZcUg;6UgWYB^P)@r&X8v1MrhJAB4;Yr}Bt}{E%Ct8@(Nz>Wv}XkLp0KoI7(uxw{3Lh+O^vc9_%3`&;#FBuim_R@`vAU zqyDunSl_+;YUhue3kzTv@z|+pbiLl#Sy;L#k1t+aS^{NjbASJnPk;COUp{*Do4-89 z?dh$@Pw!m5fwxBhxXm}uLsYOCYIPkq6JTTD6`ob=uCP+4E2DV@U~XAz71QkzbQA!#O%QB8$EGLWod)xS1OWf^&gF(6@ZCi| znlDc`))wm{TWISr5D0PWwMHEkaD#Tym*r;*{%$T@S-YBRHsz{1IJ{nj14pyzMwI+)j7V_LkA;c zO-q9EAvZFLoyiw3UTk1_W7RE7iN~@kOyhgi7gi3wSTXr++4bGsBv_{Ha&@jt36gfy zbFUP$p}ye!R*lP`Z8+-H$TswF<{byAj0s>k>KcI|aE#wI7LZi~5)Q}p_7g40YXwQJ z>PkEhjw1jp>q07$XaV2>AAWt}m5ykXE8&B0CyhA%R~SQ&Y!?_w)EY0y+~Yuir332^ zgTIl!v<=Ti$(N=|E8+t%Eh=NWPNh^X=|=#2x0oSYtL=uxU&rJtWxijc8WHzTS4-SYX=?-h=@uIq;%~mYZCb5+ zDz=L@`6F6;usYW%Y?q*Ud8ofXS@3-*#_WfYY1HP&2FI*>@E~vwW^_SjmO?mH;%?ml zaE~ED8%kJdo!Jab0*NU8O4(gvV<*=(IH=B6c|ve6?IYT-RJ8TxM<%^04bOx4>zm@^ zF8N`Qag3PNrI0U%({j1EiQaB`<08-p(|0ZsNs*cbgRI1Wp4)K7f?+W%qz48%ycl6T zfqWjiYiuJe*Gf(y3dz-A=Arte9rNjxwnsGV4VlzFTZ&<|??8c^N-NL7noCCmE%T44 zw<+XrwcyZCDNk;kHjzB`;3k<(e z0RE@kUjJP%`0KBJLGuGMSh(1@-?+cOzkF%ge8_F-)BXL&zy9Rz-N(0XJ-sEjrKKyY zt7mU~pnZxqBR;kO+@a~E2p?n~5|$ML;w+*Wz>hMK6y0*bwd$obDNM&Q<4_sy5=hn& zGE6T|_D*yR5S^jurt=8@QP@vGIz5Z#bt=kKM+}?K%#Q!~!q0Esy!rW!4?e_3;EX(& z#=9HsA_5m|_+&P(P&BQ40&~_20I#hnM!!SE(n`28qjO<6b?jWabEVSo<-mpVbbWcb zv9c9pSUo>VBU10K&e!it0et!L8YRPxOAA*PKi=9%%8z9MJk(UGaSp27!l)>MRE=oh zJP28hTgDG4VxU{EFTNo9s*P+eSQ=^t;Ibww*K60`zTNdw&cR9Qmrc&$+e62te}FX@ z86BCF!?7m#n;;L2pG)PODdeYV)wXthW#iyO!?H>gw;ncwh;ND|6BJHcp0(1WjO9ee zwWh+=VNHJJyvV2)RFk7(ejW8?G}ABC;?0jCFw%h>sc#ZeaY04gbJPmjs!G+&$oP?< zzxgfzXGr&Doz&S{`F3`uTkx0M-n4nJ)0fMK{~rJjMd`T#A6(AbT1+JaHfhk#+bDcQ z@oU0?ZAP#+12%1F9gWFD9{zeAXvUuhS^zla`u~ym>xBM20Na4WluZ=wQv_xk&;~kS zJ7dUfRRqq-a_hv^%{r!16Y{bZfJwuGCfFh{4tYFnQ1%L+!k%=R>d9E8MD2o7K zfoeKr*i^rN@pWy#O`d1mc5KJT#K+i)4>{Om5C=nwC2}Ap@@N-QSVUCfO-Tr72?A>x z+C-xa%~I4{MC!#XWxb$qRiP>sYCBaU;tFvwaWSb?R!x;EZ7LUB?GNC7&+mDj_w#4g z?IQ;#0ps}d_x|4Jd47l3F=U~@fTApI=d#|wM*?6fI!EcgCX{(x=*s8WkDabYr;*{O zoFSz_t1&x7NVI(P?}DoVo*k9E0?7e_UwB#e z-=iju!F+Ila65FxS@fiMv?5qbr>Hj)h{)6K=$7hNNfyHr*}>mAZcTnvXqK#4JOt+G zu|}rbV6YMZQ6EP+F!%I{Ce*Mp{aeVvjSAW{ypC=5i@=Igm(cbp^cbD&eaASFS zeSMjZ#l=Q-dHM7ETlIQ#<*4R7jm>W+=dpJN6s)9l$3kzTO_FmmKs z4pROZq3;#*t#jCjMtXy^8;!}7Gz&Bnm3u)DSewviydg|v#o9L>l z14kywevBubjKDCvNcBqrTikU59pTlX`0EJ_Nhf$Hnb6udVFzFl@C()k2!IKM`Krog zjfxhxadn2+rdoT?i8lVCb0sn&C;ywFRy4M_#E#PlO z(U+yOKP4bNdfn2r0tH}hKyNHPefm_S94tqs)g-`=uOvYjPmhkSUEX!-FL}p1((2~< zx1SKPg-t<*!*EgzpzI|X?WRYXu}>d|hg}AMqeiY1b!omiH#(`((bU0;wJ>93iPQ#9 z00TbSct>3wK@4I;DMc}wm-KgOu|94UVipV9C0Dg49saMwUg?_KZmaHf>u1Xgy3?hx z<4E<2cvnCXK775Fi=^N$05;9xf)2?u;P(jsc3vrn)8H;@9qV@>1eS%nmW7bRVb&#! z$08qmw&t^hAvxY0SZfPfh|`7#Vu3(XXXYcqy%Q|Pc{$eJ#)q$QawV80X!+C1zm}!l#uNkVcI5bBHU;Q(}n~u z2E?s-ym?aqt9N47szGD1fH%*gU(hv2+cd0_#m8bbFh1uJN-$yn3A(=|?l-$jML1ft zPVf!jVFsJ%2-IBMfewdzVq*NylT2`TMIKKJe+XO@&MD(?F5YDN(-C%p!VW0SYFAso)h~N8$;+^GpGD2m_FTw8^nzU!n zUbz0@!QuA@z~Ao=@peF89v&X-?;q?xI6Qpt?Aaf`!tog$e|hrc$)}(G?O)$~^Xk>B ze|+BD+N#$sp1(ME@%+@(>dsDM=jPg4V{L7fJ~p{7^sDZ7`?|%pB_~B?ULw6Mqq3hq;`);^q_-(8+yXQ*^2eZwjV*k18|q*TKNR} z*8`jb!|}sG>D3Y7o>MDMmMURdFbmu5wA{be!T@ppj!BK0mA(NF%?WzC++n^Jg9)J} zg!0NsDo6>e*@8<;^=9Es{8b_#1M!5`!ApC4YxU;T-cr3*uR~{4C_9})Q;)Xq-g*jt z1pPr^ppz@!?Tw9{6*l2g0It?9_2)`co15?D2witm&Jp;xrE;Zmt$Z?frxjP%Wjw-U zK9MT+)1zkm&B)-!rlifj(Sf!Gz9%)Mo+`(o#|gz;1HfDx_bY1~OhtNDXnzt*m;o$Z z-#mJro)!SkLcI8sjSc?wFw14DpHp!W7}8&hAEW1u_8Lny!r#XgQ~olEx{MC=>&I-> zh!!-)R>?x4tPSX)0559XCro9ED9|w*URrEEKRP-}<}^QmGt;=S4B?uu-WyXeC>8bgb~FE+`~ae zQUlv<%fzjk&(koH8ep8oa$yUBd5#ii`8|mH0gdxBX~UZE9FAx+-wC>Ol5kEV46}^C z3vyIzHCjF<3hv9H9+vDRP+`UFS3XjbI_@S37j{gZWa>EfZ%}faY0}d z$n-pd=ZzVVL)#vcsJ;eZN9^(R`f)+3XPUIV7=`sybXbvh*Z?pe>;>oO?(%DLwtSPL zLE0~HyG-78+n9QQNH#gf!9;Jpb@o^9zWd8hKBBt!6M*m`qcB>~2M7D>YmKd~otqCo z_~7Bg`}ZF{eDURrFX?!3e`~8*=hHYhH*ta9XJ%@vax@5l|M2Vig~sBe^Yz8;>dMO8 zrQ7U>0t|-u2$93>^fbCLbGp>^_S>pK2Ks^*hGd2?XF~yq!6fUI;O$&tZw zz!KGZr}aE1#&0Fy0HIe@v4s%Ygt=tlC+9Up8j zr!&PYuMsGLGdV)cO-5jp!PBP*fLr2CJ)I~E{#O4@0B1m$zW}VhQtDxW5%AH`YnMoZ zi!9A790l#@s*GBgEJBX+&(1c zoz2QUs)9F05@GE)TLEEK^V!bQ0!^{Y0Pz3Q0E_FhpYfA3=}i_xiU8QlwoQV6er@D( z-`4{&mRASDjL|6(`zTMv3j1yMpVP(&$Km&xlj~Yb5fodl3E&yrHZRU8yw^rS;RN)Yj7jc?GAB7KoC7>ME80* z3W@KZwpP+8LF<}XS#cP^ju@Jq(C76`XV{;EUiV%WzteUZlL^9KDTE1KoLD_Qav(!b2Q1xbGb+uY;EG)0B?liXQD|5_z*7FDe1_EDPtuD;3({ZD*)%Xu% zSJTs0dWCIlrnyoGp9b64?{lB?J|F*nK>WCO zddPOAomLB?>EgmFJqPrJSfQdIZZ1@O) z=H#lUlo5u?X}3IMPI02g`W$EU$rf069qG^<;++ml9WuQKZPq#~vQR)wa0^Y^B3d8- zz5bDj^0Skf31OQ9uSP^tHih>gr3wtVi7;q`vbXnt+nwJ!_RmNBx^n9P;9#(PdH(nR zTon?M1W&+<{7X9Cp1$qtl)Jl26u93*);Mv-_Ps(7rJO9Ls3UNK5V$M=+(2~me4|`| z{JGBjH^S{`T|J!} zAOyBMqitfWddxollAFP?oCWc??TtozS2s5weCU(xT?XLy_eJfrfhzh&O#m1Km=p66 z+Kx5y>?}FI!uZ>N{_foe?otR`L=w@9i){9+g1iaj+HoSCpa0}H7U?g}jty<^jN6ZH z2Xk=r#{F@;<{PO5xRD|Tcq#<~zea%hW1H8O%GAgBE}&78_*Dhqt&hgeLW*Z5htSM^ zVQ-N2@c#jDv?5JUaY(3QUb8ns?g#s2gNp< z%K;gH8(b$Xb;IFsP|6G-h>r0m8H9~!x+Mgd@%KT0$a|;OAEBf!AiL31Y|t{yGL)8! zzJ;WMuf^$(ux_BV4&I**qAyyii-JaJ+Lp_S3ad3XHtOKF1tq{6LGdorb+i;6HY6Pc zQPQ?VY$ggh5MbGfu1)}O?#ZzeizVo5#LtVlCf6XLhJpSO{w}yJ!;KecMWywjCV3uo zUs@dxfg8!30x&>7U^nOtoz@FaKKD!PW=ZjrG?z9Oy@H5Bf)U5&7Kg>OsRv6TjXNM1 zUSbw3Ng7cTAb!V>zB7GS*;yVmXT(EHr^|cBUWs`D0%xOvQpR9zKpU$wfpH>S!U-yI zTU*OJY>>5lH-QC_+hKqNGioY$Rs9W9a z_WOguVEFy^5uGQ0`wLOzqus&l!`|WHBO=H|ly_E%C*xa*F&D*iTr4i(qKO{jhdKNq zmbFwYLdj+lswFHd%<1v~TlwR$_=I^>oWbQtCZ3I}u8b(`IyaCb(1S(QLI&u5az&xV zp;(JDoJLdXy6g?lqD^Reje#$OfFI*9|A;t;k?hfF7Tozdrd-|2%a>Qr6Ahqop%myvc52pn`f&#yQ`0~6@( zm+voTr4-F2e!o2$jZSZFZanP0uQ`7!-N!fLO9BUWBEHuO6G>Xj zY^T;8f&LzRdv)@Z?ll+ZaP0b&MoL7-7_dQFLB_j24W1~Lz5B`Ij!C05*ga7n&#kO> z3W*i=Mv!6RAxBApp@Wd`~S|XA{pT&S-l@#c+ zB`d>(S^@AfEWpZ02Bci}YZ?J>4-*1IhZRwPj@w2{6^jP~UW$PXo5#wKJm&^)IqME? z#Q<>Z764}jfa6+4-aatk6MFE)AEnJKsJ5N(>0_%lx-50RuS*R%`Ui1=E#0K9>R5ozKJ2p3v@k<-nHZwzaX1 zc!DHSws;2JvNRmVmZCK7WheuH?F-4lN^mk(8ux@CxZ+@PRxdag(k4N#Ia)$;Kv&T| z(pkU9imSr8YHaDH7p#9wyIxUg&Roi~=u&k}NZ`u-Q?H5CA(4 zgj6~Sn&ZwQcHSXC2^C?91aCYR2!b(Ph&WL1r`CZ8ga+xk1V@q4M~lcwBrGXGBRPZ4 zLv$0wqq--2N8Jvrz+elLT=ps8>Hu2$vr&T?HzQ~XV&x1)dMC4$TA%R}wM-iH^4e0W zG^1C_gn44zTG$~D{NqnQ{qVy#1Hi1*S#&lZ5cEDc>MHsk_IlpqgTzS)%lpILaMnF;50mQE)xqZGU_js8TU($fUya*KYjh<5-|n)JV98{fp2cMW zV9DxA(}ROojb2B{9gRvON>t3*fKVyQNGG*p5e0>5GnvSlPx+>-9o{#oU zdmT5~Eb!K7`TYFV+h0!V<#J)(g~obxdHJuGM1apn!=V9SVs{6@lCxfEqrnRc9YA%SLD)hTg)QU9wI|ASjvR;+j9Em;JyTJfj!z@g< zfdc@3)2MHlEWF5c9uNEe=-~R7Hyn<~g)A^eIyU(4-rJ||zC9`A&o0g?(WuvoBO2yt z_I5O~rbv#Dq2)Wg?ZHn1u>6D%z*+sNETSkuzBzb(Mpt?v*puv+2{2aXKy(6sC3;F^ zpA*98U&Y^)M+{P)A>%Uv*dU+KSCKfygvJI;Y)wo7Skw2kn;fg3sGwsyAr>o9Tv9g- zw8qU?t`r!Hj^ya(81x-6AAdg$z=-2#h8#B=#drgwhuAE!B6D{W!b@khcdNn#^{#L6 z#W;aW?i8~F?7PN{rIMXx_Yl6(SE#}0Ih_h4I)g(_gXmmK z9Sf^ljf>I>gus}>F>ADRG>uDZz^|noxK?#L5J4k)ihZ{Re_KTavcrR?J*6PJ%)A|J zZ_nCJLBhMVEYlXxLxVe2yf(#Tvl*)9lmhGjeAY!cJqt5qB>O!%!*nHq{+@a0rkjGl zE)-lfNIaX>rr#uN{=!z1kf|BUSw@7wQvDdL=Osy+5j!b|DNS<*Um`43oyjCSxQPU# z;+{^uoiF6T0RnA1F%Y%iM*WN^rN;<#_=d7vdjEWIn`nLSiE@8m>m8giI5!%6Y z+I%*%6`nKE6Y{FT(B`Yfa4F-N^?5*>0|qZFyy(e6(8<>(oD98rbky%}?-IHaqwPt3 z6pE%af1^tPJRA(@O>d|_zWNP;@7FJ06zOJqtKSj+((!=)eb-xC+j+KG{Nf96;3cjJ zr2m$ek;p-C$#dx?f@ZT#Eage*0_Tni4UX!porT{-{W%Ict=sRii>x#{N9>+&WYJmz zqSG}GOvI4PEvDCH@7Tca;&R9>E@q;@-)PjI-lGZ?ET0CoJ0OlJJ{AEas8Y6H1Jj>sp0m$4R`UwPY4LGhPZ80fHn6v;Z02|>m!X+!?1UMcu&MrTQ z5&>`jW9-~^o6659ZpX*iP8{#}gb&-nc3en;n-Eh-!Z20_NK)Kk5)C;Bgt!Q!;ieI& zMb#jrN?eS3#bqCWyLkcBtEf-FbMyhY@3+?X{rBEssUH={2B z9C4Per_f1;B4ytEypF|etq5=G#aBW23I78w~5~YVf83U{JL=?yqaMH;>!>xNDwc0=^lp*f|AE z01JY@#_5|C=pOyFFc?OKi^*dFa5e8o7KlA06SVTy3NE*oH#SzcHnullSr80iVGb*f z(s$G1e@R)|t5e8tcDp$~Xl10G9}Pl@Z}L=uJ~mygb2Kr&aBHy`omBuc!$FST9DeNj z;AtW%gR5R4SHU~xA^{j_0c#N&mFsFgSDBfUpD!F<(rLIHT7dmI< zLNV|YxsFy&|9RmQ6R<+P@`a_Hoy zo=2xMwuWT=6pm#<2Xi>#%ZaS)TyidO%i$zh!!%-|8gSQqJ^3d})yI#aihF40GS?9` z=x5J_z*{ImZ*OlaewE>q$CJ*uvj_m+9UFlk2!LO_xPEi3bN_x7BwS)AdWjB{D>juS zlw3jspTEm<86Kab?^`#A&N_<3&e;pc{Uqa)+-g(a#T+|+BUniXt-Y0-9ezP95;ta9 zd)E5%)mzElYH#OkzlbDYE3w@Uvl8cE$2w`X-euB|rNjI3(!QqS&b^BOR;>06jSP2W zb9fN!#Sa9by|F_uiqKDvki*czDDT3?>Cb=p(+`g|x{$$1A3pr~_1m96e0cj>SJ)4P zQ+H@#xg3U#Z5%&sw?#y^P;c5ke)=XCXOhFUH<*>Iq|e?#ICA#*LY#q|q5~&n8f>(* zm`wXg12Fztu5;yYrQ(MZT4kEYF2pOWI$MOU+Sh59mzhU{Ejb^^-3!04;ma(h1vt(g ztZo9p0-^Hqa3KG$(CyJnPjY9-8ab_3XtuMw`u+KNHX8x3$l&3| z!NHTieLR2J&YkTy--~2>Pk@e`tbJdK0RAG0E>BTFmBO2aykGt`e$}cYRM5J{G_MZ{ zUQhz3*goab|CHtjPZ{Y)>enQ^;B?7!b1EFYEX6psp_sj8hIL=u_~LFPXQD&VbMR92 zTpiH+KTFUh4qMd>YAh@lZ5PSIGj<`{0q?;qq*{G}v4r7h6*sD{jodhu%?4yL76OI9r{-L)0MFfCqSDoLE0mGb+DlpQ3c={DyuQBK?XUN5+`y-D zt08R{{N)gI#VrHt#n)e0uyw;OO~Og_6xvTVBr(`h01JP|Q~)jDN=cHp_eP=JqF3w>*#q+p)hqDWt`kiPvLwCf9@0{k7 z*EV&H05j=bfnnT7yq)c~*e@-)I`i=S(XDK^&md0(uG==w4DhN#kWZo@mu;ae8luw) zsT?UnV|;5dU%2*71vThwOpZg{H0sM(fCCb0>XDVIr?E^v|6ccSnH$e3qO`U_z+cL` zt5<>FM}jW7ohXMpgFz?KSQP{}V%BZp$iuW1L`@BAiJ7yTC0C8fSlc&7PZ*Y@QJv;V zGi2{{B##7eMxyatF4r(_F%3!0#PAtE@c9s!P9~NzMZvBHlyKqL69Dfif{%#cwYBlu z@5f_=GEXLp9TcF~UcGuH68MjMV*&7WdRfsaqjOU}F6kDRZIrKgm~-|lq)FdtJVh`g zk}X;ShX<@!aQ`bmi|Rstc2;$>7s}_nXLcVp^#ukCfkg#->Uw$0N#I+z>$i9Q`SE!X z&vFm<7l{_;EA0C_z z$H&1x8Xi1+^7gn~SzL_!?Q)CW9ET5&Lh~#E@DHy=0l$8|jji=H0QljPCqq}yUZz#_ z@zbY^?MnO-eQ%B@FXQpHIfk^_mo!vO-T@#!gB>Jo2fOU~a{C(WEMds%!o3y1O4dZ8 zr7MblIownte*xf&O=9$k$$BjLcXI__b^UPjVD-IrcDsWM1?WIkUS?ai z48Nh#afKE0u*y%HF+ScTT=!S?fy=bzsBmD)QwcxOr@O?&;q zswxsEH!?J`O{{O-Q%d0}EjwkRePC|qUx{>kBLH`rcplL^HBEJ|r((gBm%3|N(HdNk zKdMncYA8JS{x6q`I^pk}1sqH5Hwk`laMh&%WpyJT)BugXO5)gm^4^FPpfgP^0aF2U zg(#KM7O%B~b;;3=`5}~X&p8D!Jim}+AIREBOzJcNoDEZ&G>Xuo+~l{ZX_l5V&7fc0 zoGSfl512BU&iS#Rt*l!NbzqfGwjB6aT@aj3xe2Ubqxy2j>f$zold6>z4kf6lrkS9) z(BEe0gI&tZR0Alq`^-3!S6roXNe{7tVCY$SSp#NW;crM_jzPq8u8EAuY{f6{6x{6J zZo(a%3RwZXMF7h?>+*0B%a3{a%Va*#C)ktn68YJPeU|U_tTV>_pjKyV>)ErPc6S9h z8yl*C9f3Q4Kn;3xK7!yr9|iQ4Ysx2pYfRkiSFAdX?m8>dsD8kpQUQ!_$k%sTb~JNm z%3nC}rdjZctacKG{+T?DKHeWy@pS?S6N;SN5;gCauMH7nEON4*PUk8~ zT7-(aggs@tF0waUFR~+F%3KKdotev`a1%>ooDTS1xp{JOB2UOqkG4)u6u@g2^{-AB zH{R=XRY@lv>NE1S=mU_kNkrqX#eXs9!{!t8`U;e^=7$Gy#he4B$ieJ{ip%DxTtQ`L8)>pCB_V@SR$Wz`+)?s~caVUBw0UT9kT1eyjEx_cX zBfNagP&x=b;B*vPgM)kK-6%43h%2Kf`gh~_@v#zH9ooi6lb4Ij?E*0^06siCyz_S1 zjd6(t{_E>Q0vNJ*NC4m2cB{vOp@`;#;~#$%3EZmWU}mxL?c{m9k8fuKZifQcD%3gTE)*_>(S&W2#PZOQwlLf|{7d~VX1EtnfnMmX z%1h+vX{){9uJcU*c>Z@A-wJ>+l!PY||E+%rfWPd_Vg&m1^v=INe|lGQHr8p#@I?OX z>?lI+~BrTg262U7*R>W4VpsWfpGrg@qISZ zPy6pT&!aJ4!*jzho?gi0Fw#o?hZ9yzJt#$Bvd1dluLz2wGFT)B>VAP4z0NZmn7Q%G zJzy8ap!-HK<#;SoYz}rI>zYs)SZ`pAYp!Ssh5>(>3sH)m7SL6X05}r@m=*In$Fy+_ zqX*V}bBgm<--Z1Bj=@LVT(ZS2`7WB%L~TZt@pQ(1I#0^mMIji}xd413J^Hjdhy@PrHYErX#8SnmVcX#)2clS{gz>vv)4pp&uHz4qQ zmygobK?`4ppwTC9YQkAJOtNkwv8Y>1=MwFOl0f&Qw*lxyQ%ZVytt}tUwEd$4BEmNZ`GLJB0Co16Z%t#$&2g4DUpqHEh(Pwjx+r?b) zw_b7^eF&lFuU_tQKf2y&)icI(XP2jyc3n46g05-(8IVg9SO8e@*QO)^S`#S_C@on6 zT=!SyG|PXbGX?x@x8v-tc+~C;$D{EKfyGB(EBx}u2cz#WTy%JN)LIeXb&?v1ApU7_ zvY7tkzrTsSH4kyLQ7U`M04$q~b#OWW$e4I=d78#9W4wof$z3fz14@MhMl=V=9s~d= z76bFZ_trdPS)46?9V-B~g>#^pCPj{ zkjt~cRaH$hF47aJxkgZKm9sNQumoZP?HS)KzN2aRnNPr3D?v+nAB>8Y3b4xzS*Ye4 zT1qw9oU|*xih1MX{bIH4?Fl{78uTW;SlFN2#6O`^zh=*^0DPEXK8DiXtLL5WP=48W|W5OKqMn3s-a%$4Yim4y;V>~t~8#PECer{m>xjRAKXVJrvej4cB`!t-!WSv=L$DI_G4 zCHMx?j6?!a)^NEXlr2DnWmbD86DeJ#KdzKTs%kUBrK)h$FEyfAGGxLZ2&A2yo5`R; z*y;!Z@2qVAoetrT1XI8$k=A-uqO-9wa$_N{5Ifll=X8kRfZIman+mU6myNb#n;Sc0 zg5RJ2#+}nKA@BYHfeO78a%@JLOo6l}(!k)IooZf%zK+&$aD@h>3|3bt#%|S5L=Niy z9Lm`QL!4iZO;BS{UF!(Ay9qKMvyCOWlHt}|h&G}o@tGf{b!}hoIV>Yu808BUT?AJ z&jZjc4c*=X4EXKx>STGT(B8kg{pHu`VsL)WePIRQDZ6jcQT;1=!hbUU0)YvDdj!Dq zH$EQ>%jUA^KDe%B9PgL`qbpT1ZC=hfYBUTOvk?})0CjVrUN3v^&;{~Kt6H;&F3U}6 zB=eF)Jo3tIh)%+Za2pp#C5jsKcyiinmCZVzx9>(@A@u0*u++B%SQS`CRGeT($;YSH z*B?K=5f5v*iLrnDja~XG2j(li$>XG8F8RBIyn8E-vyxdWTC**sM$qR)h84su8$oza z>XwrD3m*-xTT6C?F@pAZaDmSX0eLV?Qdg!R{L*6%dZ?R3fkQH#3eiF14!Rr! z9w>;ty0YK2k`Tt_^tPAd`xJmZjzF(iCA4E*wuJ1YFvF8*!cpu{ z{^>8)w!OWGHn6K|A(n_MmWYyWLR@$22m)A>`MuVGqXx-8hyN-rBK za5p$6-dPQ9dtsW;7gUo#KuEbxj*pL*OTbQWqi2M+ibsE?3(R?;84N5}no`vU04LT^ zo%@(`FHhfZyFXoxCh1KDUL8-OC5;OJ<~3qDW2m8$U5}`^6Zz_aFw33l&eDzoxHtl^(GVT3-ciGlqFg+3w&`g7e_iy z;wAv@znZ^n@JaxW`I32}1lSE!p?7y{B_p$HF#a|I{1>vT8c+Dr&O7Ahn!uxyZ(B}u zeL}h!N9JjUB_?jX`Hr=m2^jOyR_;J5KYP_54_hT=zqr^3qu((BE_VA}NTARDBMK}T z>>(6u)<@!~asBZ(7LlPbB>+r!TCP3aL16kG$MMz)-(3;&;adIJ%-}EpEANG@V{NO@x!?hyd$ILqKnB0XX7R6WmTge`|9itINi_fcx1>birJW zDxwI`W|$9%FV>d;m^)SSt8>*nWv!o4DK@jWVnLPCW|s=Jm@8N5E|@SC>7-W)s;f9V zIH``7LAg}GchXKFIjcxQ89w-=2h0c@1mL8iuRWC3W#NQoI^Ns63&5B|Qa3=YLdPqz zmI`5(+%0p$Up(bWNh2h*xESy3z!RZ6e>Mm9PN&o1l)G-jVaqqbE8<2LD%EyPi`Vve zW#Om*3^P^f5+B{+!5G{VBUzqT3L{;!_OxtbFWihFN`+PJ173|;Ka-UyhD=%5GvZ>n zHP#=D2XxL$dYg{NgSC!lCXtX~-(B%7L9Z7`UUnhpmQaYwQ8CN|z-3QrJrPdnCICiF z!Y!qvTe1XXXu#g{Lcx9MN`#|M4`FsGB;&*7a`@(kwGmQ)h}Rf^8Cw9rT}ytW8yjgz zrniVO`#@hpgACzSZqwb!#$1%3VI=~Y8~vNGc64m)CNeg1te~oL(iDCF&QR&^@XybF zcuqtPQNnC3v9Za+FUd+MDXv(_G@VX}hXGPjT2|vpef?Aea>8ox)7&GCAq>3IIa^zY z@~TGo%=5}+24J3>@-wLQTDk}^ITsfAQ(w)R8GwyIdQ1Bv^lmbHvRo1f!>wb6RxrI| z>I>+d5&xY4ei?YNG2lKlWoV|t`&$nUFMgvT?wq~qy0D_IOzUBzGG z$asZk)F_T2SPdy#pDLk8x3|k>tET`=_`5iLf9lt@T`IYun^XvRs~RiGY^nK~FkJv`!r4lZ02AXhmF7*w zgQI|!py|r<`;f}dC*#3n(y{ilM}yJtS#p)=_Ip#TGA#Zw=6PlMYZ3llT))45^X^8e zZ(F@|WqD0MO}oG;Gg6u2+=DgbyeDbCFT`A`7~yoIpu7hZP^VCdc`>8S|DW)B`?SXL z5ThvJFuNJh(!1yd5j_usM>;JL6h-n$`nqWoTOOW_Z*H(d9vWI``zm=)KjuT+Oj*Mr9B(OLY=Rt7j zZtty!IvNBf3bRsSp$g4z8Tq8g){vY*wC%?5B=FSKzG9``=}u_*I~3OgVv#dMp40tp zI4S96#Q?m!t3{!VA;pY90=ZJYQ2-WRe76q0yW3V-lmwdb_qkzt&Bx;|w9dZXrS-qe zJ+*qL?q}g6=|VwmIzzQu2{#1E{xd0neXB4QFOGJ`uhB`jCBw0JB+KeDfujO&{C|91 z%T8Na7WD)B`f;%_aBYL1F*eo2U}1`g;?dO>3W-pRT5+c;DWw!;043-_qqLM(izre{ z3?gTO)W1-Jk}~O0sfP6l^&R~IJ@38N-sjp$P~9NFI2f?+x$Eq`*JGij1%8VuB9(1f zA@I)zbw1-07UCT%&9nlZxs0mKb<`B%2$j|it39J!z;bfo@{o}0PiI9+Ua-c(=5sNg zh2L`)YKM3Z^4{4D8lTI6t-#v1b4htLIGL(II0Rr7(t8xGm(8AI{yxfI!Qa6Hf!`CT zYAho2fRO-c)hKe@BHO=AcD{U_vgEEv-slgWm;N+sf$lPCeJt0To@0CvB|8|wFkw5- z0FW}Z3b6msu^=m8&RHR!HR`Yui5;CIE3bI1P7k73twOdS4` zwVwYjZ;HJSE)09OiVlN!6laZ+MQ7@rM&qvDLA4Ny;5cap%2y@|vjh&`S@fXb@1y?x z`+WlN&K3$`c~2zYBHs)Di0SJJz#w_CO>F~cOo0#P=JJI*-t}+g&hWf*^XmBVgMNQT zUYy*^t5?6OFLXK~g>MMJQwZE~8TH{YdiUNg1_g( z4H{{!tPI_^?PAvZ=kMjN-P5n1zu`mgj!vIGA9li+ZNzKCi?YWGm@=r2<|Gh+HwA+? zUYuYf(8I!%pX%F$%B@T-gq!kF{v1;RqvyOq0Cx3neF+0D*1!P@+Ex_E>j0RNhd@?R zi8(&J?D4um=KFA@b-j#Rr0m| zJ(rEko6E~704C5P9<9U*xK%O$w&f0!*O+5UO%^2Vib~NY0rR7f1=5d9fyzsKMLWvS z1Ao+p*5Pj<9D?0gCpuwmFlIVIg5+k$P`#82D%dAxYh!zRTk#?0MG|um0n#m1HsZR= zy&Jy;eI3x=4!-<)xJ$M>b2DKq!z}=8#w3xl4tEWJ!Q77IwQNc7xzri3!#kT0rzS}+ zgkC2V_H3%FQsHtLwSPM1Rmjx}YXvw~B7sOr&w2q<3Kqbd(x*z{698Ty0L$A#q!O~V zBB`_)5~*4r`2Y&Qced|*-hu`I7wl3v0brK93c!=dUbs5rIY`1#b+7HOtoFcdA?$*5 z3Wf_sA7`)3)~$I@x48aP?k~I^EoLE;WC5Je32$~$Ia~Mcp$MLCLq}=hia%fF!;}*z zT!KTuUTWRZNsVu3j4bA&km?b9;Q+W^t1%45!LL-n3cxF?Z1l#_YgU18NeAD1Fy~pU z2T?j<;g3iz=zzPenTsiIbY)*zO8Arg9>hgN-}$tj%)Va_21YL-$X zxxMxka|YLGC+WbK3U>=HypsE~kaF_nm!-CB5&Jzh^bY&roc0H@KnLByVC9tpaNz9CvAQPs zOP6vQUIkbwNy?-IMxm?;J}QFu_6&fdnS{D`q%kp-Ljbtd;%k!3Xh>mpJ{#(8C#uVw zDiWH}jJbHAN@!M>R=S7k5#1Bjx`73Nnr?g$f z1u$1WV1Ss7f#Kh$_?ykm1hToB*U)v1v~j9x;PGm|;fPnJS$1@7t$*n**^ph~@$p~3 zfBKKNPXWGzi%I3XwbihXJKBWCXZK%Tz5LF78I`NGj+GuQg)f~X<$Z2_J*RjJuw0)$ z482_g8sPgEx!J!@6kc83fB)0ZKfV73Wb@)(_UQ!KY4@QFF#fo;HF+5hW)BW@T9*&H zHO@GE5DCyIld`f4=_q?Q>8fdZ+JB z-;U2tPW+Y8=J=O0+F2|8;j8(>e|?&)6x04B4Mk&^uM#ZHMpM-RvgQ#+k>JW zX$&ev(n+!5XAP_Eurqv7!~g4bo~RejqBh2w^~G>x)eOwMA|S|;ch#v?7i*o34JpiP zZqAF$L7%=o(RM4SPaS@u6$K%gU|0hCwBk^h&h90$G??}SpVw!#XZ!nd&FUOoe~7i@ zH`o;bzNwTlQmGGmr=zbmg@K^9(1s$~@Hc2*wp}Ei0WfF1tRk-=^VS77_8`dyo@F*jtl1+gphpF*hUrU9*=AWb_VgqAiL!;%sp#BcA z1*2k<=XApWm5OP3P>7k!^UShKFIxT`)e)9or+C|;=o|l}IF2KZlaA2x>1{e-RI4dE zfPf2Sn+U>V%01C3V>(av{wk?38AaI%i^#X)2-urQd07w_D5Uf%UL-Y91!KgUp5if2 z&w$fvKaDY*7yA@|smQH(6Bcwqd9I%N1A5df<4oX89z5vJN?>JSm0hf(0PqbXr*OSY zY7uN*9$(!a5i}P&NlWmNN$!qA+ygZmWKNYjH*VoresV?^%PT9~FU=n(0yl?Tte4EEi*85TikYN+BCM7nITLD8xk0WZ$S z$?b__ccLi@6PU8y9j*fLE$zqN^MYwuXy_!#m$yU0wa{Vk;c~ zI&qRKOtaP>hI_MBygxiKEEF|FZXrue@1@6-RjnN$Ac?2O|dEg1mEwS&^>OeoExO|+n2 z|M2?lTMlvGz5DiD0ND3;ce~?XP6B=AL$Xs44O|C%bh;@3T&-s=FQpo}N!0z?bZHH% z@-71q0l-}gU|N{~@J2`K-e<$1l)}Bu-R_e!-6zz1(+XBy2i^6d3BW$20H*xyC;(U0 z_{M0>%4rrD43K3ZXPY)y~~3P%bNi3 zKb;8{!ed6GJ>u{2@mE{r@I-&a3V($H1AkLpsf;k>>WNrud#vPkN)_BusI4 z-2w1+mBUBxQCStL%|!^F7!kf$oHq7cr6aT|5Z?p9IwlzeeXTv~1axYNyGnx9#wyml z@wTlec=mr9lM0F2V|g&sUa(3`1N zrrm-_UV@6B0W@it1 zZo)2v_@2HxRdLntWT!fwj~xC2!nzbWsuT-HNGv0yn{_fPL6gj)+zklckqaLHJS&bR z(amxNzuG)T;kLx@gpG{?0*M}Eh$2G;8h0oa2)SGQOsN69noZ}ye-h8)u8 zZlpX5;*=JzXb6<)bvw=0>NW#g|MKK)iE9UE1;dc)cqIk5LX4-OpAjZxlOU6F7PhJ| zewIrqjM@I+ky(lvAeJ!6)HUksMg8zlVDDsU8Nl2f5-V?G8#jm*T355^JeZnZ5tP-$ z7MuF^s`64X$7r7C3|4Blb+1a)RY$qlnWnZ>btU_##s)M82ys#q#|{itI&xJD_ZewV zp+jmXw>49_snpE@@ZH4?|6aPmBzb%X@k)YzUQd4G!VTZPK~xq7{PK?+4mQcu?%M8! zF=3Cimp$_>GT_yHcYTrDc=kkS@S~?c{rvOK|Nidr@#D|*ew{0d***72-usimZM=N! z3&?vSTeJ1;C;vEAFUswgPe1+FliwCC?*DJM)*HG@R!#88y+-o_2H(7S|A7GTgBMR; z-`|;EefHyzKfHMZAB*wc==rIMkXN3{-Js#%Z~y97zns3}29S$&HyakoHPzApVCE4z z1lDQe4@c9H>qYMofUoX6f1c5>8MvEigcBRM*;b>Qcttdjb~H9Vu16SW+Rf5}GYe_h zod>~;K~3STf2J)e!R3HM7G+4D;X~x}e$*s41s2cr`R(13HSErv`>#%hTf_0u&E>mS zVR^JC0DR}!(L)7bw2=eZn_&J(@b|N=vI(zdfzw}MXHB92+L|iHVd*Dq6aZMA)Gwup zY?e?+=gde$@b|5eQ_r4L_NF`lZ*nS_4h?8lrc7?PDd38YFafcmT3<(u+=%h@>k7b2 z1>jOY_u4MbB@O7c6U&rWl(koiUt`&(e?&*rx8{1dj=LPMW-w`eR zWE(>OZflDbYn!T=(Q4D_2>`Ix*9z7bq`y>q4hAl$(82_xh>G%BGhTJaxYQ}O>Je&w z>PUOVr8G^8jpi8M*%w97Xuh8VU~-cxINli*27Tn@2~Q}5qJpf;&FsO!6u&>bVh=X^vU{N7GFiGkshruh zuxux)QDC(Mm?4P*2~jC8%-re`2EZs=ArlIlj-b!UYmT~UAZn7V)f)gKp@(0_YN&>- zUzK&(RzSn3R-E!Y35h-t7|ql)~g@h+fD{c#vN6d zau+$TDn0eocGB5+^a;X|na4X@N&yHwc(u8-&<=}bfX$3PUhB@Wsi>R$S0Na4M*_Va z#s+0-QlTBDPKWsrnqtL4;1&MzE*^jv1mL^Anqlo>d?qk1RG9z_Tak}g3f8vlT@S)q zEWZ2am*1&7mRCSubMojlLtwUjuUy-8Z20o!`jr(rJGt`}FXdvNc^4IL{FHCMy$k;j z;lFCUrI>y02VSEa<|j-bjhfgy$r2t#ty_!ZLn83{t)K3E|I;tO?!7y)83vMID?)?* zu2~y+tPs4nfAiU=0O0Sx`R4KCow*R;2d|IcFhqFNJ^ixE!h<(&+{$Kod8D}p<-C0M z?ksW&O!?SAQP?2ZM9kJt)ES8Ew$(!kBsHlfxsAqIVB!H0 zv$847^yF+fJv$4T{$s6HAz1N(N^ za}-4dB?1f6?dvW=jcP3wS}S*s?85K}Y+Yjwh#>iOEnwZrY7}*twD7#Qfm(HzpK*n% z@Vk>e?b(oyysoS*Fq7Q?cuxJZYXrk%#rbtk)(n7cxgg1vuWoQY$U`t7abft&8&y*i zD;~RBfuLS7qe}TsM@!OmO0uq9bM$v*<>46cL`%}BbCYOKhOe(bCcb@&!%A37sl?K-7Vxw2Fx3-PxR zAWe5(K;S)kXc2%Hn)I;8?-jbxfav`(G9#V~0IN4-wlySYZ)AIH3Zu#FTUSZm-E!co z2G*lOtG7FI1UT>je4UXqxdE_TT}(Jdm`iQ|oXZM@9d!;^$&Pz|^F_#OyBOTVV=YiVP-&jn>*h=3W6s z;QsRMTfe~di!9i>k;@10B|4r=cs+X7}CJYRXf0l1jbLWIu+++ z2AXcfv4aZ$yz$<)Z?WJ!;p~CJ@cAxq&rK+86uh$vULK`NyExB$NeN%9nFw04bIC5w z>bYqS7rxXMIgdYb*q9JZEmq51IP^%W-%Z_$R*ND(zfp7euE?wAS8z5Mn1PXLz2M7i z9%kn$ut4y#6jh>H@umRm9;kI*GGG7z;O7HoEPP=@Xsk_=xoe1Ujc;EC?MQOWR>S!0 zlqI0<)gdm#2jJ5rNqr^#+w7MKbo2Di<&gPdI*!8dmQwhJE%;;&DJlDFo~8|vD9 z9Q$~rWrmI~e90Xb6W{&i$6jwyFffr%h`JMgf=|6Z>h28>z4GVLBl~Y4@PFyLx}CPs zG;EW^PHZQR6NiL2f0!iGg$@FSs+1zOs-Qh6Gb1QvTkWV@X@kTbtWc^wsJ5CT)PwE` z*D$BmN_z>Txq@EDUcjF3_df6YeRgI#DPJ^J=Z@R>%O9^ko`wfu zcldC2@n-(N&EUUoroJxL=scq_eNT^LaJ<-Kwq~=(KVCgyUR&Ig z-ZD19yCWJI*<3TlxI;Z+NHKlS|yYZjP?E4_cilBlD5)pCi30o=g+q^#7Fq1R#w~p;=*ut}k zu2a%(LQYFeGF6Wr&{0cRPsDQrSCSFbRVNrM+-!NlOq*H`O$edHLAhAAGGR2-&dznc z3ziWy?_ymHqFpl>W+aX(nW2`!UlDE)3ClG$SOUPm&I3jV+)OIB8i2vM#slzL9h_Qq zCOH&}B)9#qtjPijD_EB6#6&ayhj!6qdcgtI)M-#v=I#rws3+PKkEqFr< zyFyqZHGiUwXeR=|L?9+V4Q?yBJ?;n0oNnDCBkTQqL}EK7!V}$r{6SD8S>-y-Pl`ey z;LIN$z)Fj%iP6D@RaCgs3a-&`eIM_#|s)YxkgXPX<{HWd^OQL++b zAdN=NPewUU%6HWP_k1Ih8QiFv77S|j^HN3LUZh8|0*UZv z(VccP>P$Hx4=wV#t_3&X)RR3+cyK`UatM70fCEZCt_4+39SS-~Y{z4(BT;Fq1KtqN zvc~bT->sgyOByhvRY0n%`3*W@0f|Q9FAkBf6rjc=HIz^=akVFrDJzMSqz*MrGWQ=zAvNGP*tLxxt5Gdr8A zZ@9m$ur*uyW-Tw_?W;E=8loEmFh0o`EE?W?Kg_i0ot)?{tt!R-6P!;5zmYjkpTHaq+A>NPXVd)$l>f2$X-F#e8P zsn>$SCveI)G*r`jxRot3+|ni)Z0^diOUVw81cAl;GMB^zSl-&)d_A92p^aqjffgvn z8*xBW?S2oVXtr8sSqBu zzWQpVHKrvoU#aX-ET){B)8V5>!|g}M3V_e%m){P0C@@ZXH@6gaMDsZhFT1S=Cs*gA zaS0n=rg@QwgBoCG!1)mj!9nR3&dUfAz(TSj*Y3#4VK4ngWyB)qR=+ZKF0=PUnr6F9 zvz2riWwV>fB3#{F{f)zAv}EwN8MVQyR-YjUyAFqf@9pgYg!iQVh1IGLleWh1w!gWp zub6I_Z_3OnRfS*6WJ~a|>vr*#uC?gBVQHz5m94Q109!c#mZH*N*syfijAla% z05koRbXN&;*EqN>F&!{_Qsx`ja6yGsVYAEM0bukUaxp~9;)+XknKyZ)bs;mXQU(Bt ztbubA3bZMmkZnQA2~Rg%+E+$Ub$cAEB?M+NX&MgWIrqM{eQ(TDRC{DvU`j*MIle&Q zKxWuJgD-rU8xRorjebA&Y@;}4I`kkATh|d{33s*hnF0@JqE3kFI3X38k(HF0x5t6d zo+obk-J++Sh;{;sa8)MWqR0Xtu-z7^Su;U^Zdub8MZ}KsfI>pmAJiDcxq?R6^Y%aK z9}4}iy7egfh_0`yL{C0_Vo3oRS)&C;3NZG`{2ZW@Cj~wY)zzEo)IAbg+huDEDQDG_ zQvue)HNRM_b?Y6{579=nE7DtaWpphn2^=w4?syPo)mkuiEP|`$Na{sudtQMf`=+&H ziqq?aoNfexdc`yD`o;3U{PiPR!h=IH*#i(=H1U51g`bcLO z1CbxTc`+pl^wEb8AO5a;+o9nk3)*gPKYR92{ZapU`<5lVN11|GqxP~E2S3*%>Ks37 zJqKP%VDi^=bs@MbahqEykF|n zub)1dpQ^*^506i;uU)S-|Gbzg-eD6~RluS8WybMDf#1uQj}OnjKfJiOdO6Dg*zaXJ z+BhD?z~4Z<#jR0HI(qdCmF$tIAyzgwgY$ujLtq3(MUEU|af%i@tc@H3uT3}Bda5%% zCji#UArn_NnFLgND*$U#W{^Uk0EmY`U|ca+t7Mn1uTz>Y^R)%dE}9B%ftPT7AQ~1A zp&5ytwt`<)50BfpBP)+bEuKLugfE<&oNR9%$Gx)$mzVRn4T)zrZS{a{ zGX7)BqLLWOiYqcFfG!E>VtC6P@2bQ)e92*Y7rxJMcc6|WLCYnv+uZxsFlOVM-&o{P zX*N~Hvida^7X*M=9GnYe=ynYUy1_gw_A&6gmTTzR&}V4tWp@GRm}kPX>5|AgIQdjJ z#+GJr!-LXys@P*yEYkq%wXnrny4_hS+uNv zz!7;63`(c)?!YjJ_cIiIq^_$3ueG8u2hH+^h}6X27`gWN81X08Gse^(tF~m znO@k8rHMxMJk$3YBTMZjy>oPbJzE@WcgqH&vkvP5wM8tZ75vi2%Q^nDaIpMtCoFa= ze?1DX-KAAGeAWqTOSQ04EChdksw(`VDxX5vby~+aVOTv7*H2YM7bS_rbijlrgoY<; zTMr)p>F|fEA7-<|D*$k#hmk4mW8v^feOx>m4D5llaw3z_NZC94`sumAXV2Je82}dd ztc|s7`O8w_=~`@$N9u#ixi`xEee@5hAh6XZu6xfxzAiDOID|p|g+544!^y?@X63v+rRU#osN^$hyro&m^}o@25YsLrHl(4;JfmEEjK38D%L(;LzC z)gyt0s&{C`M&L`A3t#|gkC?Qp)0E(C$Hbsj?P>|HL-UT)j->xxB{>osiyUsV1w*UHZWFs!h0+9iq!mW{9iVAXXd8o?@=eR8xA3>>kN z0z%-92#bv3$K?FV@LJ*T0hq)zgDw+i6aY+d2@Jxw#B}5TO90};X$Zwxi`Fb|MNgnh z6^SDxAIml*#L?|<%%DLNlQnaN?~ci~m94GWqck-DOuBRcuvl+{r{0uA25w3$S`zQ> zx)xiQ66V1G!(q9b&7calKNX;2IJ2*SI^{-KkD%e?oC+V2X<31>$Q$MXxEGUUWFCPf zva}JjD9q{qbX`kt8|M|}`!RfzqK4v-Lx~cF$Q4}679iT9?G~_OBeBp>DbWxu5TTI) zcM%cV71E*$Aq!_Cpy(ecx-bx+OQY)|Kfu4C%WMO5-+Ruz-*BX)gTxXkffUJ^?|k>( z^PoAGUy`g)N=VlSG=Faki9y^Jbk<@{^tX&BJpgw%rCq^>W#TCWxA=wW&lv;=e= zkUy@u{qP?rhuh8P&qt-qRL)mp3v?Y-jTC)|0PPob@blO$Hz~6&sq(jf(aD-^W!L#|H-1BTt0Ql_FISzz|D4v3t1$^B@ z1&k7SeyE|0Gyc-jOj2Rk0Q)N|kZ&=yc(|&0*{hB!;bzQLv)QzvuvEe&QlalOm*q1| zwsv=S$K!f!=j;6LRQ58dM)hQRzVWBV<+L{a_{I5oML&v0zHoH(p}x7DM%zu+p9z-M zGFjygfmIZYEiVxG?&ymrr^kPI^TrXLA%}s%V>u-97$h71l67hQD|x894|}g)msv0O z`ZoYLs(UT$VabsO0FRQ3MRHAUpPwtuSudlc7qz{lOeggL1>tbLr-}&d99RN}RsgGa zEd)TIFJ>{@xprG-^@H+t`m4~(68S;WTEl|Bk92vm^kL5daL-?a{Za1)ou=Eam7Ki3 z8rtEUsXbR&OR0#zPzs+*xwBb`s0hSu}^$*7N=?0M;O1{e2C0OSs9b zmcTX!#&R>!B9a|wZdf1)TQ;DbawBgIeTytou2UkQKSvSkRJ~AKw){2qA@P$Qv~f*~ z7~`e#M!U-A8^*&TJasSw<_A1f`1K#PQv0770Dtt^hE55PX&CwFClp+YF#hse-%-a6 zC>b*EBbVDEn^@gF%x;xJce#g|U+Y@_TAnXxintQgk)y0v)?o7%1f$x86fvWhqt?f1 zT*f_b=m(L&+Ll0Gm4EI?0Au33>*Qlx`+hG(qw)~(c1H=jYh6;O{<%frF5p~HW?`G5=`j8vAInp z?yKA!y>Qw1BKIQc2Z=0}!!=ayxwCT5N-gpYGyI?dhxLS<+p6qeGa2>Y$ae00ee&)1t3OQ3RkXxUPG+;? zd!zm@M|&sl-haC}VDRqI(b4R}n|frl!|_@cOgTS@UBE7Ns*kOn><1Gp$}m> zCCEAd=IrTH;4kbq=X2D@2f$w?U!n-N9ULJl+{kCcF1PALlD| zd0)E+KTJRFTwXS=A5UMuJ*r$KYLgC3PI{N;o7;zbrMik4tOPF0ro~EC7i+)>hU141 zVJ@iv+$?EJlvyQaWQjXUC>V8WjF=K44!v!~ooQ_R{9)W+w3_9CniJ{$~I3 zoaw)w+3^gMT3E|tSQpn@V4$j~KI+?)wr||5~0= z8#5vn{(`$~17RApvjf#$iPygrT}cI>RRA7_PGO})GX%7-E+%a`9|150O*FD}2;df+ zo5ZU|%T{LR(n0){x}yNmfp!cX^O;8Gn>q7t{cXh+>F%wJBi3tGD6_ut*`?d-|DiYedkW+GcGSRX0p9VmRzV&pW72 z1V#hfXF&zK^x|+~96HZ)sWyc?>EXo$x)lMFHd?;vSNSN9v{P%kVw*DTYlGF5$4M9F z>pvm@d$#Qi(@UTD8#ORbXVus$7n%n)&t;lfJ1aG{zJQ8Nn+__vhV>KFIx1x*cS#B+ zFV`u6Tb%81Jd75!`f`%=P@uGnEd7>EY+FGLfAK`v6aax80JpTi6qv(wZ#?2+#XpH70iS2vM{nk z1ss;TEIEOHxsU}gJ0F6WNYOgdK1cD zh9)iQI@gh1TOmZJf|#$febsTWl01hAHcPYsw#Z-$Dd9)NOD!Kc!%1B|t}HtLIj?j} zcMd+CfAjZ$zLVqhSnAfjmw)+}RJ@+NV=M13KKwY%Xe=Qjf^*YMyGpNboF%RktsCyB z8LeG1j(-m==lMW@`5CI)`TXqc?BwF&M~;a=9;UhsGR0(c(+=a=w5O>eq5_P z{`KPt`ems`^XX^lt3~rV)v4C6&Mz;)1BI5P_gwzy(@$PaO_9{?lJFR=K$TuH$0NifhaC8hy6w@f|hGip2$^#tVdo2Jg_c=uR+1Q8J4bFi# zdn;5)2vnKSH)+=B!+?b!05~L&^;bY?G#l#P$fAq&ZxQ5F_xLT<+%9~V!z~L`!>(Q5 z45}!4aF0z8SJ4ygFK9v~0KC;38G1_HYaxfO5zy;N5y39D;CW=qwYCyJLU{?jey<-* zfO}z*Cehp^S^9s^(-`;MjdMYKq_T3XeDSCvKDgZ@bcJh%zQhQIo7I!68(@o=+x z>;A5>!;3KkjGy3dX~342kXAUtWO(U2hN+@}Fw^wtC(b3Cv}ZqCpv5>UWQ`&! zWR>**PZ~jue4tL}OYnV!=faZ=X^uD~2}{b{{UOD<*B^mMz8|#qv)V}${Ec508+tvY zqUkaKnEqYMHx4b27PG8^pq^1j_N&x&v9L}69!@jZQ()6jaqMmwB~&Y_ab}(aE-6+y z{w2!8dxl<#I+DRQV9KND9E6N_|q2>!zbp z_J*pH-2N_>J6*GkO??3FS@~_=ZBcQc)o!MF)^S);FqD9_>Q>~ z^Rtt)lb08NyZG|UmuFAsMtkPhJ^lYM>QV3Q&E=ObPWBve%UaNmk@b1heU5t02Qga@ zR|DU7IE|3s9o8G{QtXfqoxWqCS74oU&gEC>-^3C>1HzsIlyJBiajKl%Ne zx6h3;q^rHBq$raInSkHQ-g4Vj!2Q$F>(_E?tsg%|ckgW)A4{><;cpM555Zrwa|OvT zDh&}%#>NtK1p+*QFNHd>cSZZWQXeP#isNo0-h%`ZqQD%8$LsBNxt3_yXjiPCTranW zs#dfqF`#QW6i{2S0{wq%T}y8hSr#rkcDbrte!Kig`GtusUXw|{t$_q7XeQ7QKx&`^ zidb|;0tsf32sA6`S!FTmY_gd@Fe{|iux#}bjphgNm*#%oIk&0|ltmPr#Hl1z_q*qu z?=h2hyRGs$tBoe3p)FqpS4_Bv$9ZA~064$M7*Gl;NC;V`?8Q3- zVER9sb@{B7;WJ@Dm*7u3*OH+xQmLEO>sOj9!f5Pdl)af6I3x5OFE^ku-MfB$wX&-5 z4PPFY2*1^gkw?b>ur!h_>C;zn(Ki4%b-wL7WJz23g>;5fGb^hT7Dy$%Di#qv7O>cM zqZ?eLYzrFyD4irlnr74rz>YmZmKhiq+VjgKN5T#|Z#I8)@>TPDuDP;4YN}0!=APhh z0>kFdWlCsGXC*|5U6aFDt@sRS&vaz81+TDsx2}nt9ac2vZkUQm#kHx;`%O}=DF{&J z;Y8F$W+h-w3ihSSavaXEn~d1+s*db)0>GvS4%pXbETJZRw3s5%OG@BgJ+N+M(uD>I z8qpHw>W)^%bKKFxav0QeT*<-4M^Vi!j3b+f6o1`ZP{?saOdfacT8p>UuL~-&a*J~p zepr|fE`+A##*2(9&q6U`J{wvDYe@Fg(^gq5ZsW}CjbjZ03c9~GoL+z-98|!Z-eR{Z zF&XCC#_ACiq$TTe``GQ~aL-0Dn0H>UGOAY1&lnz`0e~5eaQp;;eHs5|*jY8PyYy`YNXb#-bL@*SgKs4| zyc!&5i|PkPAvD^h)z0om0Pz3*{tswL=d%ZGNGXGGH2m*Fb3GKo)eyTW4*+Zm$eAhU zXpPlWug)Zz#jFgQ;}x;-z;?qNb0J0V9vmJX@wh9;-rmuH9{2CRWdY1GScbr4WE~uy zo}M1<3if7_6_)GYs}_*|^yJABby|Hj2*w>&z+&}B&%Y|ovrM_$0ZCNTLz??zvqc(j zVl;f^%Ejw-HW|d6yK=7FX&7w%^x1p=`K06r-tTqS7m`Y;c>dLc7e7CJ@#oLtOi4dD zQ)in6e@Gl_HV31=vZBv#tUv$d$J^|fVlzhaUyur8EZ{~N{*}afN0%SB4FE^cKw^#* zl+LfOw_mmg<BfpO;b>KVq2=z;PS4*3yJ-6I%yE zgT(p^~xrq&C%0PG-l@2Wnuhl+^2ve&o|O=yIq+SEvPHgu=6pQ?UUdvi;sR6Rm5pDs zw2CF2ub{6jfTg!={X1AuU&*8;B^H#0>(%A5xVma(M=5t0==hb>1?ikA?O9R^eH{y1 zhaf-YWBEx?gTqwelBPK_ez76Fggo7}@f{Vt1%TP9_MIXyu){4~8p5VAQz;;WAV>+=iFM#CFy(6|nfq&PL+x z;gS^1JI$OkeEMw5-xRq_1G3JB8Ytb1ea~#du>|WhY8WAPr|$I}od6^H*w+bCODtn! z_Q#?CWw21aw}fbw=LfoZZb{No-2&XGA?LI50-L$S6{4m;cAt`->5(?cL8>b zoPv+aSw3`XaW@}Z>)B1|CvQq0di&sLXXof>4;Z|&a}Vzy?Gt_v?%xymr41JNSfE6s z3H|Q$BK zVuW=S>W}&JTeqIy+PrgXZl1q*@nWSet~%yMUfHcze{b}@KXD4B>lL$wJa$fwPa35j zbP(0*FWcL9pFVx|nIt-F*O1cL{^N~*e)#ZseYjGVsy4?|koKE5Z$@Z8j|jjr8_LAm zr^jRofW!40{g*G{A3aRw%ER{X^2T3Yz7)07QZKr#4qHes%ALioHha+xqt}(k9F}4? z*R~ETe7ziVAfQU(4t+QqXjl>#9D~2nWa~`&tLVFtp=^rLDQ-2%JL)Q#at)@Etfduy zSp&0#we|3bev}j)n<5whJhA|60FVsQX%N|9h=Ijkd9yD$_=3$~;0mX&XUX4Rtf4_5>{u451r{gH!pICoVK&SG5swIw|e=>)m2An#wCeWW4zOsC2;DU zVQmJo9k^uPnt37tb0#XA^_BM6VtmcIC+!@IzKOl;k{avMg`a?|b#=z5@mN_R* zMJxbAT}rBh*dbRWc(PJ2#?g6b5HH)@7V~b?K$}^>dR?7bmP)l)X_O0@nzV{~j=8wi zrQktZ&;h+duNm7Cw zOcjN^tOMaMt4B9~HwEw)>5GL4Z_Sgz5tD=+&mAH!CM-AzqLgS5UjhY7bJvA4c1Nnry!CvH!qEK+x2GY}}3TxY*HdfL=hzg6XKIZoylaK!Ez*j~hNIQGpp zj$P@R1Z#8MHSk+)&bRkR)v(%Zj>oTGKY0F%o)H@xbTefBoT=9f0k&`jB<>Zc^D5gn zoldGq(&eNh-jjIN0Px}d{@&g`6-nSW@9?Ekl)#&Bts|BQklt=? z9-MwW-Ffy}d@B=pJ$(1>-B0g+dhzb=-NXF@wy4#;gEh1PaAI(xL^Ak$Xii~!dk$h@ zhnnG)OIMSe=S$*XO2f@&^Uj^uuWvnj4hr|3vcc&JjN(hRo4xV)_RjnFpKA5$YIAHJ zdFRm?tg>o#xTgfwN7d%`-rlEApl@oq$;P!%`Pz^PV zmNVJ#3+NS^aF9lc0*W^_qL&ZDNE|E0l)K&k!^VvtnXoYUVi?T4BbrS2`vx*?Z#N_W zyHl$L@Ek>8EvVh%C><~3O{f)c&a5Tor6!SjOLFWrVKr{B@C;UzTL}J5J6UUeJsCUd zZQBx7%VAKoSOZJ(YatdV1H&zYqH8(v5)xaGL3RLa5PPZr93}&9o$Oi+Myn?TZcFhT ztYJ=U^(h44T)2e40>F`KgncX+<{lD@9o)W_3Kg+?K}YR4Wyyq{bCVfOz8znXULx zs=37%hs9qt?ej&;D+lJg1Yp#hEfoRF;MaZwA*-lh7wcavU1_`yN(9%1^L;l1z@ET( ztC1GzqWK^c`-umyPIHlF<5}e;v{j5^ZpHZv7rx3PBmk=emsvAGn02U*QLb~G$a08M zThr+^mG^#^qZLP_%HQwSmX0mC_*4vRkBL^pxTeh|U0wnBcF1`~@W4Rq=2m0|ykbh% z^||O9`jaH!A;=XmT$d~lo2cx`1RJYFkMFdS z9fr^rVmAUS*(^cbRttTo)*7i+4Tuk5UkMG9HlTBfEYECXYV3NOoq-2rV~H)nBTB{+ z;(_C2{631h3VJ|FrznQ_p;W*@9pQxk zyICh{(g~*F1i`9ZNDD6Xg++q8Ioq44l5rt}bj_ZpYKfe{+$v?Vun+>Q*L>>h+^bnt zVk1t2NrVq!zMzP-h&npuU}1Ne4}-5ZtG^q$UJ(Jwqvm{b{riXT7@^W=emZ+NnEjuw ztLbSY%c5nw${$sB*)Cl83)^6@r}NR7fu=;hYjGbI)=mHcuZvY z^#R1y@~+$3iz1blCptS_P2kyz3Wbw zY6Z7OP;9U4{Wy4br!Yu$`qQoX!Rf1f`Y5!HbLezrGIrtEw!OiV3++o^u=8P?*!tN| z!v_xr9^)-0jt)XR(kM@NOJWX}t8VT zcJ`DjW#I2>h0Uu84Xdw~W!e*$QC3^ZD5Nzr0l;2GQ(&q}rS(0-Alwp;UdMnK1$ZLr z*+s)+uZ=%SU#?F?9DfsP3ra67V`n&TaNFT3$cYe|ZnAE@KEZ*d7CMq4aMj|9J*OnR zmseq8e?{930L+-H6#q2l`?;EwA8()1) zf3I=^uqwAx5&-8i8i3JO&U`!oPEKYFSyA2}7x~IgQm3`a?I~-Sonr1FH_L_q zCpm2{>K?18R6Mra)Fze9T((5iB<(~dl>8755|)-}Gu9v%05<+)48XafHa(CYATyk# z@=ctJ0Qj@7qeWnT4xu%Yo`v})@+nn)#sIu5;^FRsMD(V=SnV>P&MNzK#eX9hM$2_U ztD;rYTC6%$Kw-X}YRv>awQ|%7SX&wJ6_S$X^!$xJIB*{%SP3!ncIc)#3yE19E4_J@ ztC$7%wQby0pn8VzuqJ8_An*-Mg0J=G1G_+v;>9j{X`(kk=QYCLWjc*OU_daNK_h`d zTF~?(r>8P#;AW?$nE$%DQ-#3E3>7eTiT$Hc%AkzFuc+CyB;Zo^k1$)vnNe`F$+|Qu zDj;&tWV>wi7hv#~q|tSB65y>`R=P1YdhQxG<*{E_F7oB%)s8JKrc#MUmT{ECoFpT!%IG2x zb1W(%-2`3obe^2+qfy6lxEE7o{Po}#Hq)x~X4;{FcB>pi4*;V1&Emt<8mZ!`&3gW<Itrxs~Ui_S*SnM)6!E)450vUt1jwI@Jdb*3cpa^8_UUVMZ;>CJe^8% zn<);!tFrx!jbgL)tcJKV741nCw)L|puZ<`@JT?ihv?uh>1D!i1&zoZWO=tp~Ruovd zNp{ih5z?Gr=pJ>W@T9IJ<#cEBSpL5Zz!oU5L?c;Zhb0m4N$Gb^&|oILVn@l&SE7y9 zUeU=MHZgtn#b6)TkNh+`T7lIQ4s47#%=lNEIj5BGmDf=1XIlmy!KJ(;**&shMhVEj z8ZlsK1gY#tIFSiEZDua#?Itz$DvB#O9Oc6p<}9HMMJv8HB>0I03w4K*CEn#&#ZoS7 z@t4srXXIu}2QMU9vB`4uBvUZ}79Y)=+M(j7G4f}l$OaAKC`vX=`7FkLzt%h3+=6C{ zgc=cW`ieQ_B+)gJs#V^xGrmsne^c8zT2e825Km5UPG{tmrRT;hi55B*OsCMe;uKwd zfCP)jLW)PgeLcK&r8cLRINUXf-WHjPX@4b-xOeGJ4b^kWB{C2Eg;Q<+hCbLDzSCs2RbhjMh^Ss&#_wq z;F(y2+Wrhr=~5&BE~)|(m0k({yFT!@#No?{CWp-CbcF^NNtj|OC003^^ZBxCWTJ&T zkyb&dr%YElc!XtEV$*LyV@02H2xegYo$1H*bIW^_Tzr^~H;|#SMnv4l`Yz z0xvDC$Vz2!Rj)C1R+c)ALT0Y<_`CCqCy(Fn7Ix3ikG9tT@gUf_prhzFtfNyZJ5xuy z*#6EGGWPMgvM1FSf7pYYr#Bc7f!=8_oYJWcZ9-$5OgI`Nx)d!=Sey&&{yzYYHK?Pd z8#d0V93F~($Sfu49(2gJ2W2~DvNQ;^LR_TT*pbU75_wT}&C~^dTMCC^W}D{%p9j_T z@c396)-6Qs-w>i|H_=^jnMdJQcRo0tSn2#uy1UsCZV?%GrsC|Ou&(eITG{9NoQz6Q`EoLePd<$so=r@ zE$YA|5-Pa{qp~fQ&P_GkWt_dtfc0Ljd5rq2NoQ*+*V{~#TNIOZ<+ufj^VJl4ErahG zITiLN4gNwWDgYdJ+TthY^UhO%rdE~f0W`nQzuUs%ES z`HeA{ZqF%?yWTTZ?n7|%13T-=%`VBgn~uKiFakSJR`6+WX3@B#VnpsxV(ZOYK$cSz z*%JY9F(XkN@+ErXR}@&M@@=HEuWoTJz!9Oby`PE$p{NCak;}*-ZukbX}vkNs9F~|{#+}Gp{^cq6)3QK2a8~)A?e7S9J`gbiS zgo+#8?`bSB`1D`9guaR0-LzAB_dd;StyD*D_;gb%g(1N*>W&hcr}TMLMyxjT+U%4y zy@Azc&r3yq9Ad_?vatvPd@wv%U*}2h590g0I9dY|Z*A?ZudlDs`$%_-VX`q2JB|^? z$7?E;A(A_9tN_r5+=c!N{yb$IzQ0dkjwc!o$LMCuiqp0rF@43!&u3>p-M|0h#ny(& zgFpa7NAd|*m}jg=WFo^o?-6gT*jKFSzdfO9i|%w+1AlS!&j+^$aQd)Iwnb%5DO(yG z7k$4#AMA|T{+Hv{S68lFzka1)ql4XE>!)VemEEU0jM#6t%8N2qhP_l&n>loKBB0`P zMv4_PIi$w7@TXHQA+o6UR&LQ@_JsJ0Rw&+OWAsgSba-0Utr)S6H)gB z+%TH_YN0YWpi>j`UjbloUgtFfF%7B86qr+Igz##gXTyN`EY{WdH?INMIab>%R<6p< zJrWHpHLq`fmy!g00w5cnTVd2Cpyq(3as}aEv)EBYH+4(A`7kmv2|@b zZDd*0#^qc2RP2^(2UH)^duTN1cG?5T1<?uC(YK=0GOvkpGB> zfA5~=dqVm+3`Ob^RH(L2yQ_5nSFhXlR0gPSrRI@te~!STbx92 zON+fBd7SvUCX4&T_bL^|x>kP!mc$0->s_LZXAm^kZJH%chC-B?C4|Ju6o!x$a%0Ieif>Czxuq5ljXwrELmBxl!^31u(i9M*Jz z*~AR6d_#*48j#QuoGkgn;P9|T0Pbvu6H)xsDtt@yafeL701F*kp}hEgfiOB?_nS9@7Y-YvN~v)188%4)#7Kgh4`(}&rwCxQfmzn~&&~{J z3!}uGK(*gq6>K|jB*`%yFl4<&+D~R^{PtG5ilZ?2?hf4RcdS6$r<6b# zSUjFut3-0P$pJ&?0h^?7Qovlfvo{IHgF?A*_WP^7tG$W&*cFd;c+aan{ z_nYsGHpW3orJ;eq2S3uQq*DuPXPM2LjHfEan`!ekz%D+Mj6z%vO(9H*W+dU~(Waqa zU)PQ{W^S~Zr)5B>P78=irMGZ{L!0aCUay#RFTplHYx5!i+;e|%kt^=xW+pR~TZ_pI zbEV%D#*M73;@>t*P50&I;qs#Sv(fJ@0Vqi*<5(~g~0V3K#L%z?p#JwxM zLQw>~0a*?EAtC@)2v!%oPrYKHIgm6-)rQO8{;roGnt76)kI!q`e%r zu9;PDvo+=8venS*d{H;GNIwCS?iDA+4(=%yGLW!(qOYlb?;gQg!93$>O{M>-2h4^huT6wI3A<2c%-zZnBoocw)-q#xu6>rw)alF-yk zTq6KO4-wxMC1esnq%OLA9sau7&`{2?t*wkOq}QylqXxWULI{^6^+=*3G&+*NW!kbR zWkDE_!Kjym6W~i1e|8&)SRuYv_BXT zf5&`|m*zkDWoNN!O|O44pjsD=%YB!+stV(r0+GPk&3y;Jb$0bNaVJPpNm)T59j(L9 zysu2ooEPvjH&NL-*VkrNfd7)U+%~HgD?kmtH4X*tfmlJ(jKQaEDAJ3VEZTqxU7R*V zV4>)FEfkg;Tr~TwmI2^y+V=#2p)QhzV5B|4vmOE1U^nrX<=ecJUu1`>6)_ctM@!OC z-g2qS!JO8xp&?tMjI7!&htnD?FcxWWu29|0`0{al=xZ=P(Gi8v1vp;;y{fQLov-FO z?Kp$K=a-{V>OFdmf(#nMJHIw4-VJ#ckdvl+6R%`K<3h0`HFLaL!xOP+z;G?j?G#xK z=b~UR?^MkQ2eyqDq3~>WKAX*FvlY{$`NzAv%L@d-=NGrw%j`eawxYc~qC*^d)}nPwFrL1-a~TJF{Jm`hC@QC=mSs(x4v0Zwdh1(+u?J zE2qKO7KW={NNnS+xtLfp)Tyt6;99ApVsC6p5D${n1fDsFfTN18bwS9k0;Cc<*`(nl zDf6!V*ZEQ~1a|#OGL=0@>j|djy7mBni@3&UT3Ub~)>J)6Ff#&RGQ`Y@Dql>{f0Zi z@ib$a-?5@F5t#o-yvFN&`h?Q_{(fYqBI=L{fbb@r z2cej!0BqJJ#CUTbv^soWZBi}yQLqQPH)fQR8|2bfjV47WRRBa^sIKNp{*4KbVHEz{ zEQ6mmh7S+yn$JjM6;wtz@Qc9$(Xx4gR<)W>x7&zYayJ#sP^~;CP?+pN_wUb*9jfwD5 z<&*)c2}qnNu{3~s6DO&H+BJwKM{FK|1+bKLr;&IDGrZ$5^S`icKstJNx;qB|m>nuF$`9`?~$MCgqna4Z0B3jl)xCAsY0M%ztK z&a=Vyi|a9wjJDQl;{sSK+g1!}Rl%3bo~xtnz85_^Vf{mbWHHd^Hz($qd5GUOTE-87t88ktpadN`3f$-R{k~h*bg`w zfo3PyBUl52n%6q|o>=&zJTonjPzroRgH}B4s>>RsfQY@?_o!Xb)|#BrgqRYMubj;y z?;MrN>yP@jgg#}SXianYA|gb2>D)>ImNx@fR*7E(9KG9@=YcAO#&oz$^kI3H`(omrX27DXS53R|tN#GBVqzn;N$v!;2+E zg|@y3H5((*f*&i2kDpoeHGm!p0H=D*Pui%y0>Er4>()_kRgo&rTIPsT;~fAm+8HGM z!hgmBa0w>7J~)#~&Rs8vZiE@JX(+3>9JKUxX$(*W0GoqV?;HGWY&|@5%{Nw}E+{tx zwr2A1O(bceSsVfL0LdHrOLlwbn90V84Z=NGSz5Wx=U6W-OZ>}pbD|Pa2x9=8#R{}q z<|ypkEFUbt4}{vFrN&GpE2M+S_Tb-#i_RdGR?n9td?Q5q);A!HKsO`sO6yTH6r0sy zFr&Cv`M>}9{Kx--k^pe2)SG?z!vw$?x4#FtFbC8?eDUmG)9D_yoyfK_e}z&8VQkxz zB&+ROVMn@y4FXS3udgrWHqSess=-UN(LxwM&W#sd2z&F3i`y$IO9D&*(zgUmD?l(Y zbBq`ah9@uH93TH80q_+f-=E-CD9Tw<1y=Oc=HRI&!RIOuV)xy(jl>_XuRmS`fCZY> z+W`-{GFxaM*{l&*CJtNPVlfyj!_q_Q^2^5O(&yjGi}32`=+$!Lm%sk)&CAz{z~~AN z4qGiQjMBCM2_0}u`b1loxbS1GG=#?J2JAAl0K7s{V$zzltq6K!I3gKn+d3?c3(j2J z0x(NkvJ@Xl(~xkg|J-H-Z0@0;Rc{?*1Ngh;@b^i(XhTQ5iF7y8>>FA$iK4m>$F(Re z<*AKF1Aza}*46a3aa~c4I5Qk__$>`NXirqBPLJfjIC<+u% z7uBLr?Nt#WE3MLvenx@pi!A*Ey3lXvGF$(GzH{zGH>5h044-C9T$#izN1hl%Fqk!h_AKKFA-o7LQ6%0b?VT%1?GykCK)hm zW_3E}DgY}jM3|}=3Sc5ca|y8ib<&nP0b0k&_{r2!b&$ia!)^~8j}0w9uSykYHNP5E zHBeI@&NYR00eD=Lq=3J^j6b#23gpv@y8tP|mgk#$xkOq7#yzFFinG$Ym3iK}4dvC6 zUiP4%3oiz>!JlKITP-?rh*c$Z=zPRFyba`6W-HlLafy|$ z+F)@;2QLnAgJ}TpqWoC#_v1afmYr-Fb`2GApa-Xm3;-AHU+#KG+N9vd7M88>$=ce= z!D|T9$%b~5<`#k%&-Drv1a>H}jw2<_9C`IGg9#%U^78X)wU5Pee}C3TQ^{-`&6b!> z$$=JJWOfxQV-(;qfgMc_Y!=JP`7L~U-|PS(7pd-69`q$~Ly+JSX->(|+>6aZ+vo** zTaZE^SFqLX}u$dwHh_yRuJAD_AyYaujfB*hn+WG8JJYeF3$6qc(h{T#rk~5HHM#s@6v zS2OEDd3s~sId*(&csJ8Yat+@Ma~O1dOU~-}Vif=^D6G>=QvE(cZ5ufe=Q8|c<<{R^ zpZ@*Y9OvJZy`>FbeoNwxYzNc>Dtnz?xO#E)CVhMecm8wq=F-2sxR~9%di~R*|Lh-s z`NNkNG&Mt_BvU0@W3xH*)C(q(c1_Xj&3DBXe_5^a96;s=^Bi~^^Z!$SehR=A0H?Xp zhBS{AfE}y{b~X9=gME_U3427phV$fzunYj682o)WLq7Me)mk5n)Tm1V*waxYb4Q;g z4({goYeBPMw1jVK#Kje6?m7I|d^mEuzhus%q*2tM6AQlLZlyk0L-$YsF513i#kNo# zA!K!txFrPX0i)eXGmebKGu31%7FRGS!A}n*`b0KXegVIn`z-^l?f%+HBnO#idDud^ z23?YFIY9eiK4G~LoC7fNw<`GisWRZ2>OgA(y|r3_z5#JI3w-Ms5Md-EZ z>O^8P-~c9V)bF!D0tnudxMs}Hi69X=z2%(yQJ}BW0=5WjFXbkzo4tiqJP7{so)XtO z@MK=Qh!n}?eoIN%^<~qo4-Ch4QD9jfT!jf?e6V8aSz+@T2*Yg30yGjz%znNVc62khhQ+^zyY5RT(C7dvt{kCqI;pa5@sY8X*Ge_ z3LPWObzi6aq95Msj&x5iF;-N>x&s82afK|*(7c7kh!hqsfv!M!g&|VM)1}}U(B1Z7 z7=nWIr8#4F2eSY zyn1<)XDw9+!kMkvv_f_o3 z24}QZ0l2!GPw(#JtC`tO6adUQNul$0hakDglxxX@O<|v1ZUHZ~tgNUC*1;2qo%B#P z)ZwBu{hI?ayig+OD9d}8Tm{V}f&zXurBIJ-$jEry)qvlYdSd{5V+*cULN&-a@Ds=! zJpD|m23`8{zQdfIV-Q6~1m5oTKJ@tz|Hr!e7Umc)f~l--gPJNjV^e5U1%My&!C==gvsSb7 z$Tkw43`#doOuJSj9gHyPuQ+xNOxT)^_aho}CSO9eIg2x6Kxb z@Ky-6Cde|dRN8J!y=8ik>#zp47|n#yymn0RT&<=uSiE4(rV9l2IWX14X0W2XkzgKXM0b3^qgDc$* zrEFV6-lxsmd(IT*O^#YElHyiGe@loAIwBX8A`2LBXkaq&uu7Y^XnGJ{wzy~q9-=SI z7j{$sU+Eo{_CXp39fQH|Zo|k1m_RV74KcCkYG6#&4?B0zVzZyaAFO@O<3 zO$<|Bwe40vW=_T721y5-O@DKIZSePeP*vi*LCkROAniJ89me<%oArj+EAQ7bpevG4 zk#FT4u|XC7&5%bCeb;tE=^L@nIzRpDTg)E8fa7}zx`Y8=;#2dmk4|9zLf9$$WO^XiModg%MF zzWl8Q6m~#@&53VLlI9LlbYZJxmh`~fug#?Sf2+?*=j=y{$DXHFvhzmbRGb}IrQ824 zCX}WVN3sM*pZ?B>yjkStB7ZEf>l z@@Wo(Jf%Ngc_`dQV2Rl&aZBrR!Kl0RF@|avSE7U1_r^{^*}Pf4-Dy zdutXs;+qvl-~y&|2j*OtE&_AVjs^hD2{>?W$6=UoxqeIlHpn>}umMVG7aVOP#?aP? z9;~HrWtxu{P3T1Uf-ZzFUjl%i9qFM#>$BZzOy@{va{mPLLGUmKSP_7|q1;E!B&;!6 zPY|(72{f7xL&c3ion0fZF^zKyOvPm^Vl1Aup$-sm-uO&gZ;(KnW0*mMH5zf4KeA3Y zdnYFg7Qv(_%}RHW&AA>lqx(8$6c!0uwB~mO$;eQLGmOvVg31F1&0igqwpJfIkZG`WD%8PJ8(rhl_ zP9^wf<^5esri|uSNXs&mD@3M{YILe^FAoF|h7ok`!MNQYy#Dc(BIg(1qxWt0LgD3` zR(CvpbAjMQl3&^aw52A!Ss!0tU!V5ZryEk^!?-oq)@(Pw_*A^}22XS*MaY$Ynf)x^NW%bz9y>b@0Mqhnr&vx5=24=wY>1T>qXXx27KM}l(RDRFZM0W(j6MDskL|JX$6!0g ze3%AsX&k6f!XoGupCVZ}3aX+?eJ$0I`fh3^i>kuS$}6&A-#>sMZ7yO2- zs%#^5-+Rx!&okpBodAK@OpNg}=Q;PDdk*MtTL`c>BLIHfWsI65z;RkYT(*nOSAu)f zek|sGz5*?&L_BrtW46OHqU-sJfd0r@RY%8Iq!-Yrp|xH0(Z<%IK{Q{Kp4-YrfGu=t_t8n?^8DbY8g}uTjT& zuZeBQtE4$OFWZWFxy2Gf4FDH|yqLA8c-t5OFbcNP23uH&Iol#(X6-N{dV))iGtT1Wc`P#AzEFC}jV9t43|ja3r>zQH7LgN*=az0+2fmwKbY zd+aI?6{fQpo$aHoQkf?dmi+XPod(f;cGuAW?$op!OX!&qKRD7WhD@KxR2JeyZhxzh5m<3a&g()*HPkE# z2H-3`QS_@SmcC4~c%t|gj{FUq+%6z)?d1u7xs~q8>@OdL92?6biDpo(oE(gjtgk92 zN2ecOdsDjRaCssq3{#bQQX^i(ZXO3fnCNhSA50g)EqX&SZ|yAQ*dz?zR17BaTwx?e z;~2;*lIabZ+hxP5e8o&UsjJn#_I!^nUb0;!q3}xp@Y&g!=%mliULtSljrduz>`EN5 z6k0D{UhKnt0~9!4I}f&ZdX*;JQwFpQc7D0N-D}sD2!H&AQ9b!O1)PGmDSi#`A^@(o2|lg&ql6pe8PE9JECBxsevnH`1j0SzuXQg? z_}fUJ@>7+JBYKazvf}KF5eb~r)9O?6}n zuVNan^>2Wq9)pv;@8K`4oF;rF>)$)XDoY+kWd2NFHv`pdrBZVY z*z(4*h02AP({-dTc5<=EhKy=%%cd9&;gm(n%*|Yv*K+G}Y;>IP>rYKQ|{5M(Q0EO%Xk0`*w`zXxuWJ9M$@WCSio zxGLzoi+Lr?A9a@u0?$J*V>R1XX)>^tcE~h-O}3Z3)0Oa(UQfxd83L9t1v+}kB(Dz! z;Kz@dQD-&q$)rrNKUl*p5iFeRJ5X1mj;vRWc zdPV)kB(k&I;780#UwYxIX1c{Cy2cI0os8i+YS7p$bvpUjfw>36iL0C)r~tgUxQcm7 zFWp*P#avgGrB)2UURI~#FwWSJ_EUhkB9UL$q@KpX(QKGycH3#k!=Msx28e2UHEjI- zKnr7hX%O`dGM12)Kwk&^xLsa)mBQ>s3Gj+>Xe+ZTtIY)C!K4zWWuciI1pNKTUdUqT zpNDzNN;_T_t)$O!Ik2ZlY4Q>+`o2g~C)MgF>p3PcAP!AAZ<5IN0v>cDC=` zTf5g@TN{r%FY=vy$5vfM0c`Na0Iv}(TSC~4bKZD4+Mkza@r5Ei+p8J`<^_;|rIk@c ztEJ@<6X%WsFs5<&3e%1pDckAEY?jbMT-zotb>QasU!^6JqrE%AfK;0k8gZZ;0UCi;Q_cy%_3 zBXCO_zv?UxUPaq|+f)(st9*;U_e^#|F}gL%3XCi&lPZv?+p2RiHeV#Io=Vc5qW86< zrFjs>a|35g74-Z~F6v+!5ddt2PAv<-3v&#(98K7YO|unDD;LlNrG>I)8aZ=b9%h)> zQsEeD7Gi;`St~+&7Q@J(F|v<9hvgBLTO5ZZmCGC)DO)Woz=|e-&Bh?s4>oz}xrTL- zL$LTQ^)7LN_Pd zaKw{_UJfoOFfDgOgQX8#p?CgwKMM~rv;exe3e?iA);b68xkaZd^?`x92hxRO+c^&-Zz^zBAl0cezOT}^j5w|h^8#KACX`gA?}Udy?b}LM({*1s?$M6wG8}a zTj>!SXD#!^ghkRv?3bY~(HB5nm=E$T7qY~cV%J=sl_KW?^aP#4oRZ#Em*H2E0o5#c_T#JLXTuN`G5Xb{{KN5|$Cp1GZuBO@o#)RVJs;DDM-Lv+het$?$K&zut}6t< zH48Daw!0R9V^&qL;L(a~*X*J7gFOj)|jhS2+z!jHm1&o|eo; z*~${#-X)aO+SV2NUX>>-Yz@u=aGRG|RV|)1#K530HWJ-v@(8|@<}*3i_Eo2y#ow#i ziLu|B&+t>WclW78j>KeMli%IGGhH+ z0btAqFG$vm@M}i{@f3kGqN67MM(E2v9xZ7qBSps{%F&>A=>QA;jcdO+(6}7MI%G6o z5QC%*9x`2x+fqf~x*L_6*A3yd_l#I_q8q6iI~IQ9C2P%Oh~u<1d?x11K!8T2*)^-w zq1*Mf>{4sT3eSUB$(S#D2ZLVKxC5ut>(aM{2?|O%;EVG7?$K@~SLv}4{}Vj`yyu|5 zfZ?apySr(~(p(m7<)R9-Fkl5>2eSjNyS}>D5a$oC#epLWdzl;?RkZ}M@nTuf6wdO3 zL*LQxJC^-+v>uH&P~*ug2L%=(u#esN(qxfq18!@vQN>h55Y84>_EtnEM+Ep6@amb} z$j}pyA<6VaC*jPn9d=CF){*9^l*1rMrzhW=%n-p~F&K`Wiol$`MFbW2TPaL3W&2vs z$rzi7!FJ&NMyL!qmejwR^&RiSl(`n`Y8ilOm*V$6eUfXk3}>-6j4e7t_o`I7y!y*O z{`=`ecKUky<;x_Hz^>Bp_V%y;`Rw~Hqc7ofn7o|)Tqq1beGG@iXGK#ct0SG5hoNys zlS9gE*?_J9EIwn$yP(h{F3AL!E-A%+y${m6S*#~Hbh=`%NTYwfr{nL3_5J_RbuF)L zrB_^UUFk})9@fK>Ey)_$VATz^Y%oniZGw~7R=jW$w-wD$Lv4r)W8o}@!7dakLa{c2 zS(Wa(nUp{mS%falth;bax|ms&S(Vvzk-wnlch32~du6vmQuKTE{OG+TE^UiZrPRH@Qln@= z?}h;Q;pok1XA=Y7t|eEON*#`C02wPo2;416wY*;HHcFP4)n)T&1R6#HxsY@5`10kG z=MOW8;=m6W+xzk8H(wCW9t?j#ApgbhM|21G>H6t|J5P^}US2*#ahMWHBq4=cR~@0R z{Ih;lZ8H*0w#xB1p@G#d#$s4mf~8#Wbaseig{q)#U~e|X>~*FluxTX~yYhJ{S_L$P z?)=HZEL0RT>?|!c@GNL1b=yz206eYl>`E8fXpz*-nzJBMbtPa3iPTF}U;v&e8u@LV zYvcNaJD2jB+rC=ZEJ%2F@_5`VA>knpIFaRCh?b>1vA#$q`*q`39Alk+|sV zBj9Fh=&2StOs&R*Xts#gjPYdtHvUdhq#E2A&ZsM-uh-nkn-GQ0gn<>~r^_AX47{B6 zuORN||6#neuJfMpRak4_OvJcgRwK6fl@>IwI|4NY*xMnCEa;hvn#fazP=H*>HjB9~ z9&4@I2w4ZB3;S)l`ccgE53zI5Ec`(}h-O43W;zQ}$)|j#6pzGwo_LMXvv^B=JM@O?H<7yG>vU%2u z!6?OP@}t3Vjn`CJ!X88>aRF??0!;-RV}me3+GM0C{sXZxc4Q~oV%`%H0;8N-!Jr6S z4ot;pM=Ry`2g)-9JddWWx3(6;T)aKl=6h0 z9bR2$SOit!TvKRTt0oLw>s>78QQ5LVwaIB=-g8F|3CxY|(7FF+G`d$>VY)3ssk_f! z|K-j5FHb++T>+e(oUC^nY(gmxk&9aghbUzUeZ_X;=s=lQi(5TDzyOzJ0z8VD2;ias~Wq1r_i;0C2+~eE`)9upkx{qAmqus3Yi&46kpGstVIe_- zBj$EW%e0_aB7nxd7ix)31 zFVC)yFP|S@o&EgDPmZ3_O&6G}cC+5n8M`^l{pk;%VIx#*KMwT?&di=Vo}31U(T*JtQlw<2aKj=l2M48W5f|19X64g2TfbgM0-X5cSa zMKG~(;sMqLh)Ju6lh7zC8&Y#1P__jz(9~mW@l|=qI6EHK)F0QBzMx>#AOVi$Z=EKX zR+b0ld$J?a_i)}{{`&R1TE&8hkaoj2+?>s|5~pQ`?1puoY}(lRDxj`Efx!>Jm|B5W z#+LP=TQVW8N2fSFJ>e7lD9Rc4Tn5mBmxYkK1;1-n)5LAO`H8sUK+bRdp|!Ayz!s$_cbhK|h& zX$$n0uv)7`=|BKyo^nM1KI+ioAIF_cQdLEgUYw0(F9<#xUw(i9IEw7cY=)h%vf;+Z z51)pU*_dWCP~{pq&bXuZqxa{XhqPEHRHX;$Db_MnIf(-;XST+)jc06Myp>g5zU7*6 zZ{E0caO-)w(>pw+^;oG#Md6!s`camt*nIWspBw$1lRRsX*pEZ4n(2J6-#>-j)h^KY zm%!lN!>umWt9St`e7BT`)$fn!>h(7Q!0-O}htt#T^TX4=^~CCJnF@Ht>VLOZ`u!EC ze2pV!m*u|eCWdLtPNaDX>~=cYYN@l-;R?9aEz!T<&1UzfaFnUcUB69V4DRpk4R9!^ zr1mm0nZWdl5AEgP4JzEQW)vFY*Y6oX zW8b8;e$c&*zuMC=#jHsJ%o}=?sd)1!e{UE#cfvj*a~{_7D0?&R&5y|VIWF$fQr>dB z@_Ob|#Nw}u9X9PFK}P~inJH@l9J*Nmvo~dc$EN^bZ%mu>(X-+1x{mvf)Ex>S0Yy%`7-$ zt>L)o3|W8DivVvH>$LyfS-H2O0^S|arl@R11q<}te6km0{9W^Aw*2+e|FRNwG|@Tk zROaRubp(vKIc_`CyKFu`yS^R_hY7KbnX24pKMLK*LmHXP8Jbe@#Y1m%?Bd#X%3%Cp z?i-SyreHI{YBupGlwhx8hkyMtyU`7z(V!@STt3$)0JxwPaIj1O93b#!sBMk`!1$Ly zD~6;vU~RKDM)EMkQR(Eg0C0QE7VWB7#_(4nin$|b@R!QamUz`6Z!$`_mt}Wnx)aY$ zK~GD|DlA&l^tto%ISn5%QDN+FhpN{}(DtOhE|C0l`%y&KPNET}D!ZPQnK?a>GQ98> z;MF}m%&>z8y*iq%zIp%e?|CMShd3Rgk`M21u9UvtXPaogq$7LP>T-Yd=g1C*fuDXiCECZGau!|Y%qeqXHA8oDo z&POK?Svb7B42!A$X&z5Y^1_K^1A>Beuz?P=8c!bm^k{o`6NNI{LW%*$`uekHK;T0{ z+0Q=v(>LG#we~$%; zQXaY4BYKEXUnaz;-)iHv0yGB&8^o4C8_y6@RZGuBu=>l1Nioc4;DtLJ(1C<*MS0qc zV}bfmHH+Mg2nyl(A&-A;wBdBKST`eNFx}-n2W;PYRc4AO{GjdZ(T!X zq+*u8H^aECM(ruS9ROKT85hG1P1XOb26l{QnLjsD2s zs9A}N_dv|p?&)%e)ruU{7E%N@B`{+`Hkp~gSFb>wcrZM{(K0SoZn`>|UlI=co6+K% z!2_NQI2bJ4%gZ{pT3zx4^zIU^cJth@j<{jphsw}6uSQr^9sNc$$R!fMaY8HC_{~H` zQvsXEg@j*E0WqCzcIU|XYGC@ZxmD_= zFmob?0B}MJUa?GI08W_HL{W**56=AKrqsZ|ThzcF1eaGOvBQ|Ouw^taUg7o3q$XOo zfiv)5wyqwutt^e|@4YAK>0j1Q^b*PTS|$==h`buiM1h##A2N<$ygMeCT?Rqo!o|j8 z7Yl0_Td0Z~!Is-?GX}vHTZE|=F@&wAa51R^sX|(V`@QFU_dY#2ku$L^k1WN0_nz-N z_k8E53U4JW-Wz&+ILzQ9^<8DO+!teU8W3R%{&JS+BNU^4Ia*5IGOek8V_0@v&xe)rg?`f9{ic?myi=zZ!wfLD5Ne zpjss?2>_EtUYZGjC7eKgSfP8pC3#1-6%a>Bj3ej3nARN1vCWgyezUGnyjJWw&cSsb zY#&!lWvcDUHo#*?0CEo0I(Zt6b3t) zoextq)H=Da)@pUyh1Oqx{rC&ds^RyMMp2#|q*+M^#a6@1H)oIc8!6IUYNfBW%kA2F zZBTXx26SCH873SntmTHXg+ZmQt(_h9afiaJR(p4MyW?A2tsfll2)KV>&VXNHun32` z&yS7};n48om9)ndNaj<8wLkv&4!5U|Ukwjly)rE@zQREyqA_QYd}l1d-*xe*UhVex zhX-BI)thX9H_!G1VrY0mGd8%P!-G|Qk9!!z$r5WppfzWf{+oEGcv- zdh~q}1N3o`z7be}rY_aPyQLJonD5?Q)X6N1cbWnGMF8T0KyN`|Zvhj$ckjU&i}x5^ zRh{S?@Zd7_|E(-1U$R9b%DPE4_GM(VQRu+zRq!}`)&Xm9mXcQvfGb{PNe}UHlHN%` z7$UYsBN0)low71(XC;ChE6%cMl1=cn!$}(l>N8=m+M}3)SD?31Nr9O9$r4S1c{6q_;o^&@3PgDWC zy@5HTjc4a93IhPFmbkiZQCQ_@k*q50tlMmUrJ84Szx*a$9005CcU<&|9HHkWVbhp! zNcSsaNcj*eEG#5dyK{Yoscni!?qgCIfAwI(VwCEtD6(^~jtDu%3613|>7%@zGHq}@ zb$qPdYK;nd;SPRkSjOT?G@11D1TZ2QtP*qIDzfcGdX8n+MLklAOtdmzPLE0{?axK6 zbXt;wW9mYuh)-$k(rKjbb=q*yh)s_{R@;=bxKN?_O<5;!@gY zq-(JmJw2nSU6*Fg1#K?PuYkoBpzf?489&Ok#<1TwB0`>?o~nY*V6eJL0}Ot6b611n z8X8jH*9z8@2M142heP#Pa?ccDF_cgN>%lJP(YwN3cX#_*QoT96e0zCzaru@quFK2I ziy_-)oLY;kb-CPFkGkzfp;MkQ(~WX8qk3RE`z&Qo4(m9`GERO3U>5VlU)aZd^YUds zh2t1b-~xaL`WS;PWRl1tSUcCA^mLut>&c)R_MUM>>en9q*ga3PchcWs_MG<9o_22H zpXEip75FZZ1mJ~|j2z(r_?`w}9{j2=6$E*Og;sBO4gBh9dqL8G3e;>Yskx2DxMMAl zil&w^r3ZW${Zkz6$GI{GzP3q^2qV|X_H!ML3~gB?&Rzs2`|777`^i$T^xzNs4_3F1 zCs!jTE2ts_Ze*Tzy_NPBl?_fBK`i4rtZ+C^0G6#_iDDwhOK3|9i!r~2LSfGSLSt+Y zgQI>PQSg7uNK}!}7vE}vbt7DuX&a$j4J>+I`bUa2wE6&f39yq` zkqgO-Occ6kUKW}ocoot5jCCxL77r{IL0%hN$KAz;6-(PetG!>mW6UgmjJ0DjuskyU zA}N{qcJe@Qaqjj(IzQX~{_y1F1chlT+GsQz&-O<0ssaFv=9JWis-{fp zh1K4{(4+|qXS`TRGb5(zUE@Aew?!vyHsS2iOI9X2~{`RNoRXkqntE+DRA~N;j)$Dml zHROrq?#KUqygnR#8ihg_@_odxCiRjQF0Q8V?mGUkM@@EG061MMmus;d*l5JkGAbqP zoZA2P_LwJ}4tBt`TIceg|M~6XyVIRoOd4p617|v|nqK<|gD^fE0AV*Ogc|v2QF6)I zF}4@C;CH|Z@Km2G!@x(IyM5_{c>@6B%yxZu_rLyg=2tu}mQ&z9 zn_#&e3}GIP2mJfJ+}^%_`}Y066nG!e0(y72d9>XsM`;k^#@g*%MwJOVRjIq$h(-r{ z>0Gu-BH9@r|1hnZT>*l2{>mv%X7F2T|K4aiRru?LR8=gM;mo0KkwdGa;v^DCs9Exj z*?Mw3f_Xf3-AD3cf6qgTb|sIK8KP~GpDz=DS zL14jOm)fhsf`MU~<|QNTioV*k(w~*~pE*>U=C@7`8WRQ>LpGCDVuU3yd#eF9=fEqK z@x-gFi17xGs0;+t@y{69sM~k z=9yIaQ$!*eRwZ|(o{;{YL-hr(a!Fd4W1MLd<1^0DKq66~BQ{CB0fzdEJai^FT_EJK zT0AY?0SiOTPmJ4@c}_8XE@%U+nBJb}0N9$#JP1T3XgXL1hqSiV_n!<5{d`7RJI)tW z&}3$OXDn{$JrhQFE1;0yG~ve_>Sm4pSV99P^2Vatmq9DIDT*Pb87)qj9oDeXU@a_5 zE0)8YHF_xctI(70by|nk(Zb4HC**2($BF`A8jpGc*bnvDF!Dwo{+`4(Wmyab*0wRG z5UopLx@c$}QBs#m^E1WsH7eMz!C-KL+dvM7p~g(P(Q;uh_Pp8LE*CgR8(m+;s!6b( zYT>SSbqoD`1FjoKhtmIghWc@s?x>mIvD6y)6{BvAEaipw&{-8lSTo1Hd_t@&mWaRt zz&fn}4R9O{a?W=A%1r7YeVr^POBpk%C`t`5bSt``XX;W?YeP%ksOUjIkf2qpMP6-% zm`sKx4p$Cr7;;w3XQDU`2?gmKNfe9r)g^i~Q?DG?dDl+9XN2;+)ZnS93TgLv#JUsd zD-}=V<>Dotqq9Y=H1n|WWtyt08n~Hg+0B6Fu8b0+PoJ{YSYdK=)g0bjkK+pZy^KQP zY^(M2)y>b&#Pd?CRZ5xRUgjn2u5+!P1(Ixt!{RyA4t&bXH?MXwZaGRP%N$OrFIH{I zfsW;Dq&uWzeo^gSoZ02;>+28ds!2=yyg+nJj~(XZpMf(el%1rb%%$^Uk~Xo)1o( zIC2|;3=>($Sa-nK3z=Nv7%o){k$YL3U(j0Mwm6^?2-m#Ww$Mz~3yq{xhK~8qjruS}B3+byNIyjSARU(5FM1dY?pK@UOd@GCvme@C`$3?1(oU*kop! z#T`_qw7fYRXK&uTc{wdp!Y`2>c6K;f(59tSTF~lmezADac>Hm-`q<~ggI@!W@&te} z;EmAGJcDF=r z%E9W|g3@C3pB5(90>WPoThJq52H?9wToz+xPC8Mia9AwT5LhZ;24E1m2!JE1a~nwu z7|EQ5jK$I2nyrv93yJZJo|d31UaQI(&_H1^_7@7iL&(;8}ZZu}h z?IH<@lt;wfQY+MaHcy6AmbfuT8ho_~I4~v@20BTUqhJ^JEZ*hbek}Og*CcmTp)?Ls z@E1vZ2hBg}^ioBK8)a1a*k$KC+o_-VpafsF#pPqvD9@G@r zk}ZdNoZv4`C5sJrihjkR3}DPlRkf-C7#(Og(D{|xSOz-~Ah)`R>^YWcIGT{?U!8(# z6H-g+%(BKQiXAq#3*5BK7nu`{{-^%4(d(l>V80)H2 zvk}_VCVI~6E%30gSFCmHlFJE)`R%jg%hl^gVgAuGl+36y_O`FC$lMQ3*CgU5tOdjt zORcNR%A-eUK=U7>af#|5tga3Rl!v47FgM;GmN;5?078k$O%-03S|3XFfx_Mv8Bz{) zoB8S2s$_jSeevS#<=Nt2|M=>&Z}zzEH6QS?wg0e1g)_%G37gTPr;9@UxU1^rsSI^x$+)i4@@9e-BqoIH{#NWXh>YDW2% zS4fB^AbL*D8!lfGwx5SepAvw2B=vJ_<|#zjpf_}YHA-4WT^9`_k_%|#168O+VisX? z0|<^OFMzm69D&G^dM%bn!UEaxs>^;D;!3%DO9;zbQtc))-^9$ycs-|d7iRtFeF}o9 z<|a*(6u_zRcdwbsi6}3+_R)#0zW8=JogPmg?5fqx-aVfF`R(eLUslWQTN~=%Ztb!M zCC0#b|AF+L`)>I$(D(c{PlOxPp9i54ZF!!30e{ujIMUz{(82TCr;!(_1C0GnKS}As zZ;vGXzVG0SEtw<*h=3?(Hx%lVQ4g)pi0f<49l4|xeM6F@IgLE&p#r!{&gl%ld2yar zHEtTh333%Q>pS@{oleYtIaRQr+l540u~yJRnUok}NfLvlV}@=%ULIMHI%8c4Y{<_2 z)W|oWxe0GC10qFB>VxTcYvHdt>P(_2F!8HF+ogc16_N3O=CQTRHmS)N^r=PKZcEgW zw!*rrDO7BsM!1;ImuYIKE<&4(nndPG7^kW8gtAAtCNL@~fUmJ}iRBctJ%{AEa6 z2VAyy;tUN8wZ5U4O20I4+v}MR`fiWO5j${ww%Tmv7HO4XXET_}nEi}8^&?DZgS1{zH!09w697g>0__KQYtZkTT?g6m`17oS9#XVDi5#L|nj6#ph9&u)7~n*)Hsqo2+dC{S!aMBPC4H7gqqfqCfPzo3SPfRFUcOXNPT3lN%Cp95?r#dEZ0lL`J7}&Ajqio z7NwHsR7_o1We8Sx%Q?JCxhro3KVq@zU`VW9_krKRtfWxQf4s1~d3?(`pLeXz@#5jE zmaCsEy}i#aPl!%$Ti&+QE^m3@lFXK%b`=W#ba6JMmUliJj1NAn$g1p!JTvXsE><{5oT~e!?gC)rQ)vqg+@ZP=fo-A_e zjjN@v?#^k|3JNyH8Q_+vy_FRONouO)D427w#9%7p`$v_sNREo=_K1^46x(X$h+sR{ zh-`J~HB3n+gJ1?0YS&SOrvct;4ijwGLETzAlQCTD%_QPwL)cdvWE4#-WwOXhe5?Sy zTWj#k?B^8zYT|QhNh#lqD`p$HjZLwT-fX7w*>to7i8~g1?Pr(lC)xe|-+ub(?T6Ln zh2s>DUaziReZ6@3{{8!ZKmYCz)9;rv9tBhE0AxU$zf44jhzXs`b5Kf{L^Z+XThIX9 zCIHSF2?bk5XsxNLdx(IN?I%rAtmYt`^1hgQy!Bk-Y^BOjJ!xGdVI|mm6Ms`6oLk4> zdKjilU{?MmWGr#01IH@e#jaDSJE*UXk;BwBS3Qr#(wYJfbVVVQs$SiG5|Lo&D2XxU zC!5WIdu`4;Nqw56>)$n6gRK0_WtN=bv|}Z2T1ApcM0AQ|a4jK`2>?^RQcWv2Exkzq z0(-`Y<4a~i>k1ggHtaSB{3;7?wwZ~=8@WNMK3Gv(o<_amPsj zC$t4TwU&3iWw&e}sh`Yw*6Fz0^@4YN_Rq_!r2^n^pkN1k`4SmcE3nN>%YHGuqV>l`HBrHIE zGEVn>YX9_gnz#&q`ip7FsXLfNxeSWgq zd9XNJ96x{l*Z=(d^M|)@FIQLUl-&4Yircq)PL=`qHczVvfdewGih1jeEpeM&mICU! zX=q@xZx2o1$KPmhxPyaW*|5X!08UO;HN~Hz@tNF z43_+m>D2Y~e@gJTdQWY4&2#XxRjbH97LPqTBVE&gUe^y5q`}J)A({=kH(1lA6?x-( zhN6ERs&4>rV5}{#71jJhusEqk{8mp_!)$^iF*Pz0MozjVHN8$OW;+(K%McL~YG8G# z#BG}|4JOe_ONinFBdwLmMs4aW8rpz{;K_uTNRtQ##M*yV_ivcLu+!UA8(DSrpaL!; zT6^sVBRaZTHdF0pvT zertPsb*V0w>Gp{Y9(1*xum6v;>v?S>J;Smz8jZ%*=$AE;N0wyCin3C~VsEuXv7ju$ zQJ_trcAH(yQm|=KvQTQW(9+1+lj$M47|I@&z2y`z4LOCJj1J45dT6iJTQimd4t#=6k;9ec$JK((z=ebTFMxO7wS1Terq9e!k$B6dUo$mNop! z+KL;>C6c9FEtrqlCuI@ND8iS)eDuD!(wT>UBb{s1{kdh|5qak7HvJq!qM$_U!N z8h@o3jM`kAfiRX^aIh*6#t{|1E#A-_!r^wiFJ`wgjdia}2t4}Q&nI+!2;O-E0RH#M z^B?|1Q2dXz8z?t#!Y~q8*+v{O*mVvTfNsrgxtIoYM?qZC#_ z{wf5{GXVQ!bw!0!%df=FmPqgtTq=RT74;?G#TbMuS_-ccOjc0OmJW`uOkY8{lcR_5 zPOMN!mt`rN8rijS3V{GH;qQZIJbN`GTY|zWDJE$7fCCFTl$wuflhLV+K$dEnWw}b| zhY4u|=atZ}E}4=I5hHL$U)qw-RYc3k`R^?dU#}P0Ow3eETDibwG&()}=K%x0dGm9q zxtdJ$=qYo2N{SeG&a!v8wIt$+rU0;NRw!=B$+~#Qk_8wqN&q3Nko-?rU3Ek(ol4aJ zvq|I=*q6lZ0Dr>(jIvh>qp?S4r#i}o7ZQ}Wc|VxmKRvym^`kX@{x)f~#-o?}ruDK^ zvW$CMBO}sSnJ>ldC;$BU0xyfRQT?E0zD4618=ljPgJk6N2xr`IxUcCM>+ileW6x@1 z_x|*~NyjRIaL0KB1s5`^u2Q5<*%?KA!~ECq`ilAj)H_-!t>LhHzjVX{h0!EkKkuX3I+vrm#9(xF`|^%&X^BBz*bVej#iLP+w}k-89%X8r+>-? zGo;p)D9=TqtOCQh=h-P9tEeu8bd1UjS~=Vjz%E@9JNn{ai7w}%t;_K1m+|cLiBJi9 z27m#!lk=^(6vUuOYAVaT(+jz&{*<;AD1+^66j`Ndawb`%sGSa_xaM=RY<31r>H%oL z^q3X$8i4zbZwVP1wQ^D!!yB(A~IY&NS)&QZ3#P(|XX)(zLM!`*9dJ$;6KKdspx_M!=m zq%%L!ArZ;IMnRL{h^T0?i2#8m&rmkI37v0D08CV+sTIH*zYzG9@^PN~JZxFS`ZM2Z zTwEzPdU<8~ZLwj+Mi|Bd25hS74bC4~2{wyFxtEp@dxCVa&*utSTHvbxZun~Z%3^^N zJY|TBhcwh3?VNQ#a}G|b(qbx?gH}^RMj$kr&}Q4rwb;z^i{bF_NMuXBz`e4^7X-{D z%AqE(=+AgY9ixUkexAT?2G^BLXJxZ!x3b``(GwIC`L`wXQ?cGMtFwLlRklD1fI(Ho z6349Kw$-LJe|h}w2h^OuI-72p5pRD#;|`vf=NEG~%md4O_~7^FmdZq=cQ`pOPY&TL zlf=HoW_p&wXc0k*mrB_O({mGWYJ2aW*_l#lw*^4vheQEvXvAd}Z1BjHY#jRizSnm8 zeS^MfciVk$-mR_g?v6&IM~=bMn1EUk23in^Arl8C0DkxGUuPZzFyXa(5BEDeHG;qn zAhG7UuMyjDaC~U1WKOaL1L{9p;E-am0 z0bCcoV>aSo%PSt-a^3Y-t~01f+zeotK($2|$*t`>Yip|&1QV~{cEzYSgRwb-UP~(= z-Ql6F;qd;;q1#QV&3rwZI6mG#J=S58S|5?lEPuLw_b*?*_}%FtCwxGHjnQQ_R)RJc z?8D)tSg;%Wm;*N9fR*2n>n`a>5U@^(85I3zk1O~?~Q9z2fQgp_;iLqO;vwFQ=4~-aET9g3v^)$>W=ZucB zn9R+42q6J-rksz!V88yXba}#n`?~2Hiy5>mJKrpcYwVLgWCkV zjLyW4L4oxG8IjgVB%$1>X4tCCRiVV|XQMKVhRJF$;Cu;zXASYHa-a{sor=>nCOb1(NI9<30gaI&6P#p+@|8{yFhOrt1?U0 z8)fBwSIlqFXPqly%p29)2*x~MJKTf}Agms+fxg6l-2-UZXRNbWJ;Z2}^#6~tJ^(8% zV_E6r>Er>yR7!(fCP@IW8Oi#NrOC9a{z~f?&RE>~6_=N2UK`_zH+UUEp(ed?h%)m< z0n7c+JUv$u=MCpY2;>rd54SjJljXf*7W3 zRqaIbuvE%8Jh;Tnn=m!5sW{zbG6VNqII$wReU&nr3f~NIsO$rR0kjOZo|oGhjmP6x zuSVZId`JreJ!Ck8(e9wKz-dZ&ir3!VoBn6$VX%pvK!mpvSZ?l)T(+?M?W;F$o`1jh z;qABI-oE|K)2B}sE32QbR&Kax?sj8?UlRlE@XOjcm))lwr|Zxg$jMYSYRWt)%`MbCXacx)b-8lq#V;oZJU0RaE~UkBmR1#f z8sfz{9v5uVb=PRxUZE(iH!9P%7<7FFf3GrM_NGu(SM6#c1umY?^#Ac5vntWRg&6>r zM(v{iC9HT!BuBhKUzvqbRY8;ZR3g7iv!&^)k|Yrg+e!mc@Y8^`<76}BhNZuSwpD)hSUTIL$)ROn^1LytbPfz<{s08sA?qpP(*(uf1;Q^q4NrT zI|9MlL4ym?T#5E#v5&#uoJfEJ5wNF*D}+{ir7ce#*YWW;7Jdyx!W@di*xScuq3>XO zs}F_}bVMZ45p73#WiSercxk@^Z8iR?#Y+Vg&OZMNAD$WPV(N?@8}1T*GwxE^d!`NC zQwQJ@bVM2YT4DuA*GZavs#|a zgtnEP(I-8EcOCzfO>vJ}O6v4j{#wu6OT3IW@i;t`F;s1ULkl>{<|I!e6gLLMkI z^&(!>FiaQCri7uW1TtM2ufi~7Rc64O31pSxRq>_^?@Bkl=lkw`@5=GCeS^oAY|F}% z-aYqx-}%nr9cxX`ClnZ*m70u60KR>Dj?k>+*a3dy!|hT+=uH`vbaVPLnY><^nyo5( z*RqGf5|DFLmM)i(!X4)sd(P>u=27v66ojmKY9)Er(lqiQXACXh79Cd)-MH?$u<=+s zU^5vlpM`A%@N#4)4sHC5BS?5KI0AidFzxL|F|5a_p6bk}Bhn8?sz z8#%i$y&^^$%Sa226eg;e;ffn#QTgT@vE5M%#%m*Ey(O zZ2_G*!LDJZxhB4FTPFTObNE8;>SFvw4~%z`l+21+~22_4NUGLGfPtp!zI$qGfwwE&Ttgj4!RK zzEhk5SYyD`JfOsWks2P$kzWifE9=SXxflcG0sTM8FIvG8f0Y%bhqKD^IpCMjC%z#^ zk8GX==CC7*Y}W|wVo+5HO8FX73mI5q`yPIivL%-}bnR(w7`oHysm6A%KFMkf9%_He_vXDx8S-%PSBURbzsSt9Vwz?HIxxvB{aAjW4|kS>=^p2z2z z1oO(&a@MD2ftpcLg$2ZO@qCoyT?p*dO7HI&7BLi{*|#G-Svr>{K4~3)$*TcKfXR-4#{OD)64R%R6g56XHpPDbb{Qzd%7F8r+T}) z+!%K3YlH9p{g_fvcTaaMTRbyo*Dkn+C`mK9=+dErZo7)dJ zI^9saEeLSC{@~HQ&CcU)Nd0!jB>PImp1E1vY-~J#zOmj}qd*6~ry<^9tNR4LbiDfE zvm7XJlcZOKvpGUT*+V9=)V$kYVhuFs3|8FA2P+?rUaRBnovoc#j)M~^wTbH5WZSXv z{N>xXZwZDEw_E_QDV|KKkZRIc6GC8f>s#jf-F2!#inGQeacRSP@xqS@=T!o4RlG*g z`(NGv^~aaX@BaDj%@=}XzaHlTf@CH5B}8G6!eAhovjSoPak%)(jy;n3&02ozm-q@T*E?QB^L};Fl5jNAR~QrJme} zo}P~D036kbt_HLLFB6HsX{!JRX-LVZg6tCD_@Cxf09sVYe3GjLyysOvoR@a-;+Ru< zEoopm$IMp=J!v8*UGUxCpvOqc%!T*E6dDu0Sh^du`G0^gm6Gd8?+|~EuR)2wmqPLZ zlj6cFdb7op0P0zD)Y)Q=NN<}yCEM)@2sS)GGi2N2!axT9jT;Vol!qi);fqyMKMKGy zbP2^EX#azn8a1egEnyC9(vmuS5b@SRinQSZGy$-`Dc};c6#qyGq@4GR5CB`XWv}}y z$7mMi;5RpO@+Bp9B#G7nBk;24e8uQBCs3CU_)*M>9iHRVBmtH1>!%b#_N4%LdX`{S zgJ66%Wg{4ZEE6~k+%*Y(*_9p746F_ghyoS7%D!^p;G}sf3oD~m45!ASj~@#DThd+6 zHT(?*C-IlE908!TF~wt3SOI$9Z0M}_V+?le49eMHmOtg$0Vv|xxLhUI=tVZxMrdJL zi^`JuCg_5J&(gD~(Lh#|@t1#~N`Y$G16bA}-Mln4&4eIesZCbcv3W!%3x{haz$8U8 zWVME?;gPVGs+s0(OVpxdV{w9c6kMeWJCSfi)`pBiDp6#+8(eitZ+ShINp^7MjYjKF z*GwS7$&py|pA3h28i5WKEc@~4F0D2YlG|9H9t*ax^68(>&Ze&Y@r$FOU9Rj7$)nf` zx6CKU4lti;8E+7elF*_FmpzhFhU*#EoTgW`{hRu zced6cu)<~sYg()cxk??pd46g058~Jc3ctMjGc<|OW^RiQ_(LPe$?(~kDx)<;@OH)mh0?*XtH zAOgxJXOtRRmpsQk_*DtL(enftmFcM88=hztD{+a(c|DtYsz2MZ?kp{t1G6%d!RFAT zfPIbv&-wsN_8NwRRwK{JkUzh{)kU~ZIwZEK$+j^eaMs`4^P;RAq*XyxZTr(kArbN^ zX((wbn~e$lZI}(+64IQ+VeKnTC>_&o%RwSoKi6eJImEs;6m?`K3+nf1>R3x@zz?@& za05p0>dAJIxv!LA6(@Ai9-U+g99Dr^=M#~_TJ2do)Htx-I-h9!rajXG1?5Q2WWqv1 zuJbs}sj@7~PWwG*upV}Nj$D%bR{=2DKKssCYzoXizrFyA%_Izz_?EQ-G;Ol5$dk8& zl2g!!?{T%jU0@BSxbmz3m~~tRY3o(n7)N#1^W74UFbxD209>wC%MyWg`4zy|Zw8kc zf*F2I@!w@^3oKi0x(#j9!n{0R%c~}gmK6p#v4>D#N${1agR&qTTs&8SmR@8ycb@he z_flW;swaEr8Z`D%dB@1oJz>V*f`JQ-#(n$_kU(DsV6qO1UdlI z?*P{VmUzZcv0>83%RzHWB=(|g>Pv}OOj#x;X`@>#+KH|eb!P%YL5vD^!9F_a&Wu{I zwPZKu@OBP!YZ zpr~yk)o&gNbhR0QXHtx|(t;o)tu{0q_J;iFqsw|s0l>|M;IR#`$Xt;NW%YWd(rUFT zNvSg_#xm|o>q>~MZI6z6f`jvehE$bX5N6VC3EV|Vx(Nhs%&+c`$IqVql2VWE{`KxU zDW=?(+v@jQu6teFsI0E6!mD}Jg=KSVFdD3`j0X@1BAY=l^}*iry^W3ShYx=c! zkYYSvQio?X??h0?Zi=O|IX}Po=+Vy3<_-vO)0uO@!%Fd|&-n0G8v;D}} zkJ!e5ZJa!ZL6}&=kRLG>#H~_Pnbu09R0B~#9#KaiKe(#=pzVCeJeE4v7_CfsdbzM;5 zZ#L@LLZJw`TjK?gaZHy%s8BM}7Krh%-aAx-u9$iy znqCjMpu`G-rmoR^9EHm+EMNv!>ZK(%LNLvhz&`z)9#_`dl!^=Rm-Sak8bU&|t6KQN z6Cb9xxbT0RXc=#koWp73Ila*=7ytfrR`o=OtIp&_uA4mp3U_*x`VZ z%j(a(MHOphNTw=5uQN&plT3kQn7|I!2N2T=9H*gb*9^b`^}mr#;5cgDl>!T$T-l)u z-O{yeth^e{5s2+B$y{KnKLh{u@s~VdUC5y4YtF1(I0T3nQQtUT7_YF~O&FTK)3W=U zMIKBeNnym}@vQho5F9RadxBy!00#|O4h~6O6#y^~`x~Z}vGhTK5_?agfhyVQg?P&; zz_zbv9$#Uo5_fdt5`aUf?2S%o^28}+V-}^T21g(e9C?0s0@5Rmo+4O(qr;6ugHBVl z*P^??s~xC@_yp6(-tBX4wE6zJt0l3?|-|6s$Ixc*zV*2eO-^r9$EK@2lc1eRFooT0%jVM^@Xt zZpyB;K36sxY4Evi5#uiiswp;XC=;xNNkoht|qS>5&o)&b>rsD%KZFGQwd|NhbMAKiO)53&if zkclucUA<9XU!Pm-%*}NcXX_nEw|=;}x3{_Z@D_BT4-X$gHZVjH-beSW1mmr+77jaC!3qQukLQVdbP3f+n+Ais`YYtx>!9p{M$d@z5COvLUFZF zD9@HZo*w`BM)}6Ci*Q~AGszLU#*7m4MGb7vAEvB@RZ5kict53>LI4I_&d@|WHHZDk zv=NO3OPhiUmVgP@Rf19Q0u8nha5L;MDdBfgLG`2$$3aWOUsHdk#Cj?B7g%tGzgRJb z09Y|$-vb-47XTN>O#Bh)fUDe~VKtI6D@{x!OVJ8|K@6IvbAV}SLeExUKgz7ELCe{s z%iJh^1lAaELPKD2Ie1Br8L)?rS9V19e{)(YAptNYGss#|j&qU-j|J+s0B>my82iJr zw(Uu$Kz2*OHMP&U*pRDMG#ZuTlQQ^ss1fXF)JT_LIp;7|+!#bbu&g2YaLX8y0m%Ac z3}ICsuv6s-h=43Yr&42hRU!ZrPBZGWvsY9LP{gQ!Kmcp1lz~LPix@P~pjdfoQV>QV z{$3$GOL^O@fl^l-c*bZ~RzdVHg{`pbj)9rIGROogJ#t5pmvN+5mN)~1*}#4acl|cS=y8t%z#{ulCZ;0=Q`E9AtegEB?G?N0Q@;h*RCN6Mq8^q zwV`?g{EnE|@sP}_o;3u&bsJ{zR+Xc47rkT;S`$;@rRALRI+)gjEnH zD871h^wsvmos}m$+ndjxJ=oD=1Q*DXV}d;>!&zGQ5{c=gSm1InACyjvQG`VVR$z%EwPG|Y^fBo-2Km73DzuaA1>~z*=XBQV2*B6&R z{dCQQi3IQ%=Y&4}(k~eo@mDW~5f82?+>}TxX)y*fu$3P7Z{;A78Yvpdzz;O#nxk;i z3SI`lLp5oF-^>t0KG!}D`oz}9Uo^~T{Pq8dnQ}!Z!a*Fq5?C@P!Afn%F zU`3W&gu4oV5rCT>-}bojl%$x31Qp7u15E1YmX}Lv5AAvEDMeBfj+Q3%}jK5*VUS9>R*QBSZ5G@e65bTmy2#u_QM?C&t z{X#k0&6Y~0l3|&YFhQnx`6WVWWkiX-^20}-=6=bTG!8ETF<^oHQ5xfwR|LP~QVx$E zerd9R_NyDzyP!82fitg7_`ohg?IA+_tAhRt1kMA*#&B#RI2aIZ79T_t`hx+wsfou0 z(Fh>0iA`wukxYQ0JD!iDZ6o_rNhcotTBg$}7EEKU*^QZOIEmd~gG1DvfDuV@(|05? z*6p&a%22~^vU?*IhH(41ZG%6bSbE&k``vE06q_5tjtcp7;np(kJ)WobZKQg**FO0c16Xo)I+9JYAqXBXeeAV) z`j;XX(l$%BB6eag?4v0IaI;C6-1HuQ0$pA5n9qSL<<7mApDBd4*-;uvM{*PdS5REW z1M0`sYzx<*X0wSdA7s6;@Z|pX-oaN#Uw%og;iGR*A^pYn_V(-7+uPs&Y-eZXmn)l_ zFnv@74`~sf&1lR^A>l6lpi`6Qf3XG*KsK$?Axo?In!$==4 zM=%9Xp3g2n0EkD2%VaVYO_A?CE->laV3^1L0;#cfqI~bsgXKRydhm-~u@BkZ*x0(e zd$4u%{{46Vc=x-lx9{J-{bCD_qpi-t7F?U5{<0n-}t zti{Kega)rgvkcZ{!$S~i&%!6wcH$9T%NnXi4=b`H1HPcLY#=2QgZVcrHuCr7?*Qz!;TW!Vk1K?23yP$;LU{&Ybf%1RK$4>-4+JrT6a%Be695%F zG2jCVCYaUjx=NWFYABJDa_f-VB^`iKVUIR97WH>f{%n!>`KADSG~R*_8buOEMqFhd zX`Ntl*oS@d~oFvWzgW zNWcXrQG?A0i~)Fj;4)JguyDFDl_yt{!63u{947*N^(uCiP=OVsqBFWu2S6PIjVLh1 zxGtUWNMCuK0T@JE_;gAx7ZxyT&?>podellLi5}DScG_?Ceb7u~poEQ`|p=cdqc8H^=cnw3jbe%|W-{HM(7}!g4M1%|7IOx&No@ zYF^vO&#*?)j7B3%nsF?RJd!O-mL1D+jN_G9InJhFyh&gavJQ2!p<9}R59uD(c%e%m zM;}Uj@nsK7_75-wN}=H9w1lwjp@b!u9?L@Mq2$m@pr>B;{rt_0>`r2R_(PU8nt6WD z`#$gUI1ScBy5(qPrBcF@mp|D)c>n%DL6(}jGLNXPc=UOON`T&m;jM(lWxukS`{xea zc*v{~$zz|&w1lf8+EmLm8hup0qZB!>_{)hdG?HuZcNGA5kwSRec{(MIxHT*(f$Qtr z4{zOiP5=z}ivq3F=fAlH5d0!Mi!*sxe2_@N`d2 zFi>@3D;xC^Wo^s){{)!ux8{-0-uaDVi)Sbd0DIQ>Cd15WAy&^2V3a(BT5BFN2aEHe zIG;{S(1U@QK~3T>7NG}vr+^(`uN({iOS#EZ^S3S%XqHHpwA36ADorNp(dPm%LHVS# zYl!NaNnq3JT`8FuLN>f&$+P-$MUqoUmU0n~AoazAQaE+IvHZ$)i;`9|W*jLfDvjPk zwv%Y|c8pOaTSdpdC#G(#L+=z#r;E*G0Xk6VB{**Ka1k6qHmnOU5&d`!feR|y4lzCz zNsCi8030jBaBx5!GXo>y=93%HNCsewr;Bt^hQB*RCagkX&Hg0O)u-$>sTb)MFrbvH zE;l`$v}f%zx^B@8{AImqsXVtX;=LLnaAFdPy1#Y3Y0w!rbc&`bl|>C3%N7IIrR_A1l*6}t`SPZ}y(72LLC|w>3#9z>z z#=+s~>A8Kf-DwuM=Il6GfY^ZB!B$B2lUaq{Pi4RXdrdsIOg*e_$dx+^8O;0LB70+p zUa2&ThtY%s)K|wVNIhcf$b}+un4y72gl07UKn%9L=G#}Vp3>=PziYojPiv>N^A1xN z3boqtyPaH1&>Z#~AaMiUf(yCBLtI<>aI8lNI`yM^!{2%7i`qG=NTeA8a4Aamff;Un z!+VpT$-jKL^F$1P; zvAs~D*tJrL%EyS*t84AuBN`3<6CyBD;P0P*a|?UElJ|>_mhCIsZA~y_Q)ql%u(i>~ zvW{J2dPJP<0O)Kq(BuVOs%*P>NH3nldoE(ju>NQS)VO+$+QsMwpIbzGtQ$9$e|w|e zu77+7UYI)o(iwKa$`li)7F;b>b!&LPJUBRb3ft7B+qZx9?Dd;Be|+%uoB#di^|NQU zx31s)?z@ex&$nQE@Y(8v&*$k#ouctWOQcqDHfc}ile)4PwrveXjaejvn&_lcywej$ zEAHeAa`DB&cI%CBVuN@pGt;On! zr%^a=OOmKRvw@H+0BlU3W8$05nm8qt$_8$Ors4Bq@|Mq=_`o`UuvMwfC{)Hwtqcv0 z@p#+>ntpn+A~Y7UG6vvC0GQdX8H6HzAeN=0JnNtPqQ_#JE)+hG_*UMOpS1ujC1_b! z78Aw7qy#z$jM6IM{@m##$CQF1gK0;Is8)arg&;P%Bp7Z6L3SL2gDeFbaV4(W06LH% zN{}c)GgVT9Nd#ax9^pu%K3pL+!c>%u2FYv+jIs;i*VVZ^o<_PFvMi6P&v+`$gs}t* zWx~vWMeR%+IIV%kOk8;OF#snPz+L6Q>OPGKj2+$9)EwTOo=LG_IB^m5=JZmTFk7>; zJ2eG803fo7YBmtQj(A}I z@1;*6sCe`XyVN!Z#7BFpB29R)s~_-9#9v3HcobQQnu3g5)%}1<$c(KMxIEDoRBC%yj;Q`)hUHXHXrohta)o^aOHof0uA!Ww#s1X<9?g#)P@lKQGA(j#V zY$gl2W=-dcP~1CfXujbzfatHL-b^K7dPMj7Y!iFin6)Wlh-$+ zsGeg;%~uThEl2I;a;oj?`w7sMqO)u`o>i{rG1m~$d6~0z`*0c?VM-G5#s&g#J_00` zAE%E;k197Ac~{{dU&jy(AiRnYoWrveoV`|XCr&y6ftdpa50cRI3FKpd^ zvbT5rI@Y7_ZCu~F{n;vPms(RZmoHy#)$q;B6Nqv`u#K^g@IZuFtwalH#2dJFCImLc zUZ%sW&m!Ec#e>Icxn-Y4;F!uLx$xYa4jCmnz7wt4*4jeNOUkiQgTLnjuywXJozz3e zPwwpIrV|=n3PeKu9mL~}1D&;C{FTaTP&5E69|; z1%PlGC91?&sU_%sX=SApcYhUtS)VU}JEF)D)<28+B!Mq2oJW1GY|CX|0l4b26=fj^ z&Lk&bxsN$zV%$hNX(^VRlv@P_5>5xjg4VB#YRbS&*#NK^Pa+i*+w~F&rXFu5@r~$* zg^N^{i!o6~rcBF+IN+55SVUzej8M%v@HB^Ipis>yuYMp63fASZJpLR2Ce`yGo~f*CaAVm6baZ7<@epN`0H+ARF9u6X z@NzFL@v1)iLMH<|d|I5IK0ZFgp$B%igTLzq?2haOcol$>19gYztQF`)8<-8iT!{{s zmN^9x)2jyvoG12M$%ltXw6JS|zeNcza_+9sV8@$3nGfK}JFe|@o2+^UYEzq8cnr8-@Gn>24sJ38V*?k5ZhR>`>qd=v0M-Txb! z0}?Xa$s|JX;?WN$Cyc;Ug?|2rU;q89Z4_H! z{sN^SA;#{0xE^oR3Z|#VMv~+rJ-_+rX!p{_{Nx1g;f8Hv5!po+?Ap^cYoe4xy{dR_ z^+)&;plKO!++x*_R+iUuB@}p90M^MDupdoUGL7;z(wKCzh5$1sW^*jJn)mk)$v|AO z4Q);Fz^YA@@R*&y`vkV%AMM>m6uy3M?;h~sOB)-jm)6z*i)+%*wP?Y6jyp8bVCmnA zjG3qSHGhN_c#Nh3zrs#?3~n+03IdBKMhw8#IT&oLDtoQ@Df)8j=;UP6-ha6hM-W=) z&}nNt3~3yIdvRk}DDYWBPX45u24D(SZDuiQLqlk-Uu$1M4p8%NIteV%qIEF<5;V9P!Oh1X6YZ`*M0TV;#Wc5d%yGDI~qBpW3U}r zQe=7No_oIUeCPPpvc=&WD2MBevj$|2!BW59r@3+L+JK_uKaLP8moAM@#ByT|E2B#- zVRWiP>o|op2%nMg1{1xrL$Ouq1ZP~n1FMkSUCzbn{UCQv@if8ZgfE&k%vrc}zoTxj zrfc(;XWnp{D6kY(1x`n&wg}m-Im@OkJhHq=`V5`0G{_QP(<~RJ$K55_F!hGvMv)fi zTI0~7dOaktmH?XmTH*@{jeD2k9z=#i&~l|ChYu73rsETg@q+d?)UC_Q$r$(0Bnl$u zsJZzMYxu@`Gko*r&B@8h>({SeKKcZaM~uC7>h`h`WqY3(F(EP0VF|$X^@70PYIWU$ z?c{p3K!rgsy1~A*jsXa7w&D^0Zdn4qt)7It?f1L&F{nslH77KxFp>vZz(~N6O`CTODku7k(;l4l*?o?*|@>5 z>INaUxvzmTHLDDK4&$woPt{};dscBWTwiu$#!dpT0N-Mx+pgx_&z=#cYn^u&ql-iP zr;`BeXbb;e0G9C#@*g$>)+h0ILWf1`0$obT?gj^D3?>bzsa*FU+CX_ainPcOvQ`aw zF$A22;}0FqTtU`LkU8`OFJ{Qb5rf8BjUVyBlz7qRzcm|DIi`gN16X3kcaTNvnw=NH zel`+x1^NaUg99~N%nA2Fc79%&i1wYe4X~Udaf!dtD>^AVQqV68nSgfotHgRuZ|$t3 zU#pCwsg!DRBTaX?R6ydiGd9THX`|(5CulHxHQGEa5t!gcd1^2PzC(o} zxgW#H3#q(<+Nm+)U9nUAfWSB4L3x9PSmMnvSzGP!zPW?5?T$%^JqrpfAUGkr!12s2 z90|7PU{!Qd)}wPkVh=uWWH~NO0cx?RksT$@SK1>`W{Vp0FOPk1Y=c=h_RmtEO;@Gk zRnqT1tJKk`OHbMEqNLNJ^iCb&+1Q|vp_AWKn=7$*n@%%`%0Mxd+U%M(*#HOO8REs_ zS#`}&la0aPIOfHkD(JI$rU{fJU^mf zr-siDk!V!TAzxFH?Q47@Q=)FfaH|@dH$onzfLUBa!PL}jAF=>yOq4i092}T~9rPKO zhZu9JZ&{b4AI0+|s;$Oo)DbU)7KWrihP**iP`}>SvrA{A(}OQg&-*TaK899H*J{5z zcN@p&9O5qaH=()ZZn$&4K8W?wHj;)y+uPFNN_lUD)MT%nesoBwFQK#=H-cdnxmHIa ztG}v+0Kn;)y9`W($~CDozPp{~tEgHHr=i}Ws-C?j1wu4=>q!=>TCJW87k1aHf&kT$>+4Cf2BAfb$F64Bh;}AT zZwFD7IWPHTkvoUi8%xfK4F>_RUjpwmI5Vv}G{6Xk9ew+5H2V2pKRoNWbSG323e#7E z5(+c%_~Fjp-sfL_|NURTeD&&JFnIOP;m}%J+Ss_aG#@WY_?3;&RB9aFkSfFKyc`eW zxwTT3rkoZU^OXk5*$Z*7figK<`s}$vmKWPNroc@qrtDfYE4d6FNphF7yY2RRwHjyY z8{Zuac8lki7pI46^jA$LO-2wpA^1JaH71l<+GIw9Mn0UfJ3UTibO5j}2b2hbeOh{k zT(e|pRnF==M}cL{iYAb}0ALk)O^?dbl^tRp@ZiUB15k#bW0uK3?N<@Ns<14-7XXZ0RhN1QM)o-J@EFf5FBV-v z@C?FjTz-cYbyTkTs8sWqrVK8YEno&<2mYdUdaDF|aET+g=&BJkS&q)$QHcvHSACRk zjA=0Cc90iFY3w^Eeb|X_)5FP73jlmOuMqgUyy5okgxK^}q~%6Z{KNwrjtMDN7KjBl z3tSbOVDW1UV2L7MO8nOvyHFRMPOoEw9n`UkENGP0Hflsdu)dVf&KgHV22KU+J`lGD zff_ZPA)YXmw4C{}E-@4UY$693Z@H9fxyS)Z18nhiWdYkKB-k3k#8nDxXe%pt;rUFl zL+K0Pyk+qc#QP`V*ywO0m#Pk?RD)`7u}c8$q$V-#A6HCns`)Xafqj5HV`b1HPB;*I zuK{O0p6o(tOxHDBO=RBbQW7gVd_4Z5v-XY7uKUCNPT!nO`BE37p0772)}7Of3m*Y+ zI8dm10>MP**IrIsD`{t!70Wsu^=RqooC&xcSl!(TA1rsCEP;TuNKxF8Sb6HrBtnzm5WPRJtnVIv{OHk8Z5NQ{W{?5>vB(@YD%D1MyNIH!>fHAA)3(Zfc@{Qg(Kf65Z zFq7k~c~H+zN0H8QFenIXKD+b$KhM8?zOk|O%KH1)fBwtH?#5PY?`aY3U*K-B$TJA> zO0k@}RnC3nCIBTh2*4@VS|}gxJbU_V=SglS^W^Eyrd(}x+c$f0l|qesbZs?ZXu?LUX4;%ak@Z9ZR;ZSrYH$jbb3#4_)8HsZt>a-m_Eiwsx+RUFR93+ zl${y8ay7<)Qy2&lNY^8NoI*i}&>Pr$i-Hd&{tEoI5m>r##7T%%1^{2bem$F$o|B%O zV2E+Y98!+wgY&8jOlqpz#j=*NZL87|jP`(1szE^+>B;zu>@%)m$xUyWcgZM5mq-nQ zUszldQ9@u75@@i05a1Nam}jHN>p6Dp%-B_k0gV3?P{>4`mK}6cT1%x&S z!^?N+-gYD;#m(#1VA&XJo0a*q8WG|)FMUpj$gGyEqNuA&kU}v(SU+M{fVDuBHYu+D z839m~Y)-`W!F$ax``%LjydZE_A}}FuLjtfk;59`6ED%#7Y_iaN-0pVwk3ReC#S8L+ zhV;3alviIp%fBW~>*3cRbT8)f5k(nP12I3FfDq;+<(O5cI zYwa#A<>0|BQ+S=0IVW%`^kOXHm)$e=(4uP?+923O$ zplf~iKf12(wXO3EAIUm8N0Rl^l8&q+TZ;T6mMny9E69=U(giPrjF8xila`D%P^T*; z!xd!3RNGBN8S_O0gTT7|0ftakTJU@+Lg>W^Lxo*$LF~fQt-u$dH~Zcn-*=8|=O9SHx}niZ4cU=&bx? z$j5Zt)3Fp?im;oOpuQC*)j)v-pRQDxZxRZh17L>%vly9Bla#22ll7-eqFvERh9Nnt z1Atnv>uLZSe#9&S#l%c^^vj_-$8>`4rr&V}dzfDDG?n(kcH!YLKZ7GLrc6J5c!HO-Y zLIdEgs3J59u~ueR0D_Y$`Un(PsY&VuOM7S-5*}v`Og7UVe-TqOHLd82j7QM3eI#6L z+$lpV83#)al9rnBk4y2sSU1I;=WT z9FFz+$Mn~>G;{3m@T-28SVs^xOE+(Fri0&~(LMgfYVE-{C$AoCy=a+!5`OkhCzuKd z-VJ2knyI$C{eBn8D?;$<0~qA_^YsX!tg^E zydk7Qetparh_Ta1dbA{`uvb-|7Z>MUV(9A9c{x^oEK#YX$wnhV4EDM>7?3wnc}4h( z5KM5oOr>Wqlt#S8r%=vZDmNS|OfRlrWqK1oMLfH=?F-~o zx?jy41%ue{IZ7=90^w`%f=vvN8IS9vm&%jH7T)4e8X}me6uc%B8=ezOb%_O<+1gGcy?tr9p-kFiHHWA{nGC+JHF|Y%cJa zoRh}@_an_*fw_tS&(Wi?kV-W2h2B=I9^($N0$@dT!xDfYeA?;#5L=D_=tig`O%N^n zz97I_Mf9baCMaPiASNsnB1>2RV@>vHVSPL&f{t?zgLHa~Q`c8@dL2^@iaVeeD8aNt zfjOX#zUT|`e<2=8lL9P_%h0MEjh5+n6+wj)3(zJqVJbkYMlyO|8nQ9$L_G2T2Y@$v ze>X2UFmP~1S*dgW5va6~!~*^{O-`=``dg>DQW#F6I3(i8HW*!6pzT6P6YnJj*KL?2 zMh+~s&w#+x1_puhWl(0}vy+_8DQnO&sW1o4Q((Y|m<9Bg_2UJfOJX$lbc!0q;?0u~ zE(Q-}1)7~^ar%$^?g|%eT~Rhc)n*vE;F~*2p9?NEtIyZj){#v7) zZosJ0^4j}?QsZ0ln@ek(`DOT+RS1k&T@9~C1H9itiE|*6#qrU|mJzG``qK}8^TijX zFqi9DtVw4F$BE0XzaW=7H-Y`dz3!l^yZD^N`X}h*NCUb;3e2n?ef#f!zWH%De9@jt z&wumge{bIW_r+=hl<&zyJG3pWNEt z-QT};?b`0GJ6%a{#p!=}7qgND%>^56L8@iWzZe1n7eOn zl0USK1_8DJU=#GV5CUT|o1*o@5gdtsL0t~1$Jh;89;t^1VyIb0$k4m|M@_~K9k;xdi`kKix1d`ZrQ^j9gkr1b|PaH*uxmw?6< zM%<;ps;injt*dcIhvg(28LkLG!yR>v@1QwRY3)FgSuH-&V|FUpFz`Y-*z^+!kT@Im zNHzu`p=~vml4J*%0tY#PK?XTQIkLf)x+@joU`Da1=t5xC2Np1hI%SE#8~_Y=7QfI& zerv))Ek#&(cxe<#Aus?is;gn_PY__QGc;Up0t;T@S){2Xwt=r81s2bdQS@X%TE04Y zNl1a`z=Rzr?JSNH(aRt?C6`PjIWClPQznxDPK3rBssboXbQnd{G7lVZm^ZzA_0W|A zxBw2=VDW{b6KbBL^9N|z4R2iIJ&u8zV-Bh^u;P130^1stxTs=v5iC+Zfi2YU-rcfQ~);1FqG6@>zhHbPpLp`Zjcwr1$cHdy@7sv$TUbBaa9Zd`Rj6nzX6#}ZZzXdh@JfmnPUiG4Z)Le-68>U!7M8u z5epaiihw;I`)`RgZ39r(w;J|UO6%(z;q{HNMkQP-lWbJH8eF?7%awAvk}WOGm&(hP z&9$X+30Q9>y}7hhZZt~Sd|9A(c%!tjv5uUUZBqrr2GhQ5A|(Db1dIB~vuDpfEpKg! z?<|16wFV7gvd0V%29&w$8EpLGIpB{;a_4uKS4sB7+GDz~(3G+XfH*kqbOh*hI=yzQ z-RbqjiQ<`T^}6l$%~tocw^uA&{#94}>M7K=@9qOL{@woFeYkz~r)&GWM1id989TCLWu&CS%V)@oC^LQoAmD*}Ah$KxW)%Aovo#A*N8SR`FPQ+&3h_9_4|YADXN zZ7su1;5Zl1o)ZMu$q9?~KjcA~k=+=FrE-sD>>RA-^NI|^pgL)l-zwFLxFwDwStlHI z63&LQKHrE19Xvwthd-c+MI{8`Z`cJyEpscE~puRNM~qaQ3v)3ePL0l)ywgx?chYW-5i zo);&PfC+OpFMOs9<%SCMf}9xUGW5z7>iDW6G!>#JAt)(#`N|c9Rso{pIhR4DoCc<0 z*+Pm^Q3U)>=W-ZdHVrg*(m5^z1S`GqxFd@$NJuWYcCg9`50@7cRf?EGVUgX0g?=>_ zUN#J-H0G;8zJkshtN>!5SoGpbxu}7!Sq6kinygmP+g@F|TenAE? z@l{f_{17IkV1{G#xtc=L3nAy(nNZa*v=w^EEVecK`oBMZe0?!BuwIfnLbdLjk7(!V zpQb0~#jAbzfQe-YcfI!gd#}=xAIl3(nwNQP%@ds^VIZEMjE5oUHvjbT!+Gt~#|v^J zyx|BrtO>~0%!hdWtTjfB%5c!Sm^N$&H=oaDAWS?qKU%{*ESS8&pt&$fJ2~hj-tH1? zr34L#WzxK<0PIp?jRIt&TN~JK8p9)I@KP}pb!N(0R+=M&jUyx#k%8OhQDkry8eBZ& zCrzqJnyr?ilG}{~C|5_(QpJFB)ai)S#<$|{c5q;}#Dmd-$+}UQgzc}vV*}mWdji0e zi03Y3c7?UI@0L0{w|@Nb&*nM<@kdAO`(pnPlQvtylWhaKW`0&jl|M(vTeI>i2Xb=& zoFUkxL}4u9Sfmq?ou8y#nbki`OG3Pp(vJCN(p#pd(faQ0!{^V;@$jeT&wu#o`NKcF z`P++QgTV31&;R|;tCycXfBt-N?z+C`2DMM*vFoc>j{nj(4~U>o>{Mqh!b&*7@41w!5G%tM(ev2$E=ioq@YECvQ20H<0 zi2geIj=>(zEC%I7GUFmbWR817H)CggIw^qx%gRd)V1?aW2CRybg1>8DEOUVt9vJ^950Pg}Q5{-^|e1U1kl%y+o+?oO@^Zo)GX#kk> zaLWqQI$7&{-BfkCtWzjTjmmChC+&(4;zpg!CdsBtOVxEfQl>?k*yC7>hrTbCC8|a$ zvJ~XCt^%*1fK_vY$ST2(v?h#;rDsLp)LyuKc}0&bm+_I8G;bmV254_tx*Q2n}4mit;iL5-Ds?b6@>TA2M*27Jb=s8{r$@7+lPrq=@^I3qzY_!=GBqWhQ z)HbkHwj`j8Nn#&0d|iSWa|xSsI7^~vb~5<+{fAiynbQ&v)7h-XNkAc4i#BAdretG**~-$l@&!~exxkuM zR@XuVjR@Qm1a6LwT0{N<)_&y(vR#;`iVT{Mjyj`Z3-@EdJsJtN>dif;HEEWAYkOy> zv-9A=gYUmTIB9VVsilI@?OLIz%y9q!|D zMN1XV$vdux^X>e>Z__kOhHn?sV`;iV2rf>Phef{bep#>>$f8{7&4Sn=|rHx&4k0a4p?T?@=A%EDrK=qZdy9R*!K}UGI`boAq#OwCD56!h$0@Z=%e+$*h;a zizJ(=b`FAZES=5g;%X7hhSQAgwa}@YSMjsRxjkT*9cz~bQ6h_nby;x?sbQq7Rgw?;&lnZuA;79z%Czobf*>x{?` z6Xye@jStKyvC*5>m+RBgI#Oo8v~s=o`sDmXuHz)s<&hr50+aOQ^~p(r5C-D3iw<-& zIFo!X2`T&SKk;#T`r`EM+rOLtFCO3B?ez-?TyzNjzge($jhzjlLtp63`BsZV9TVXm}S{8UUzRDU~O3nVl;FB%n@67Qg(_{NQEl24795|Z(}dd?azYPZL2-$ z`X&Yas!C<_#r)X(2oJne(IzytE2#%f6)mQ^5+JN$&58imP7Z#h2P~ttp(SAz3((4; z3Y=bKCRPcxXH|F3WHsE&ro`v0cid*d`cjt7+8}kF1$|o-#`F@_mHG0^D5v-|;Cf4f z_O$ezV_@_4wQOukO(OUSJ>cO`qB|{)#u@)d|Vb4(IROnE-*sl&r@|BxpnrR;+}D zz-n)Gbu1~g+(ltNY;fV zVVNa52yDnnv%y-4_6UYil}#O-2Q9kuL{+oG1b>6TUyQq5=XPP|spS)En9#7TQU0B=4qxDfbp!=R0F1??O5>FypMi+!=QTC z0Hw#l*8pRqjOa5MEZRhIGTG0ug-;NF%)+m+nlklMZs#_IR7 zaM>r-so$a)CZ8(hYa5-xAcw1)TbI&Zf!=#hdFcu^Eul|OADx^S_?_#Vi1Y^9Gk;3= z^NN^8(z8-jPuiU2L@yR`G?QXvy-~zOx#n5DcxIml3)Ma}ATZQSf$tgsYT3BVFGBMtV|7T3JnI`kIX@i+35pb%|6g!;?VlbKHZ zhL@Bq3dE*3XEl@-GIRmIkm@<9Z*?+m3Jd$)n|JTty?OKI)O?(t{_g&>XV0Fz!b-;E46fP7=(hAQ|r4ke0Z7TvjTFOv(q^0g$B79&oa0zA`BVA(+C|%(<58y~h za^bcRpEVMe^79^3V?Loh_13NNTrC&87}}J*2r}5rtcUj<9uIsJx-o`g>eDlqXl^Zv1upO)jJRTP+($XYWBA58slWV1W zg6j25Si{1$qpGd20ybNxpj4N*5G2%Mgo-P}ryAf`-lJi}JdZY8L-`g?!7@q=393pW zFwQCF@_tTLY(g=t*)=UM>>o;S&`rVEPO;nX%i|jWrW;{$c9xQGqLn@KCzQZ_E|(<( z7X6R^^>sD9XN8te0f3Q8Iiz(fI^bnGE__}!hn4jT za%a>5UHiQpUS6i@vJgduj7jJW=S!jT{)n129~e zS8Q4B$2grHo=x?+;z_D9W5`T%8oM5r?%~@79efmdy%TeQtaJu^{5;2WRrNKn)@&EN z4<4yAJC`#ak|HB5ER?4Y*hR4M@Khk4Kz;V`FgArwW7euHmxQu(u6OF4PQ6m`?Oy@l zAg@nMAd#0sXXtR)JAik4kMI9_K7nzCu-TR>fpGq+n{tS_j+4e?vGMj7Y#~D@a?C+# z5qE2PgXh1$diC2Mbi7}@Un~|MKHS~CnZJ9tZ}}XSz`gzA*AF%VfQ1*3?k@+3<@~W~ zrdGveM5-&h)lB>VjiM|{E`nxuL~&8F3cy=&Uu6f6WvK0syrIS({=$otrS`KD!S9o; zN9pA-rrL`N^uNO~)7$M~kV%TaoZfJG%HRsd+wSb(&ni)eGYv_CJgWgiI(v>9@!{C5 zPqoeK0od)z?QS-!71bPTT=YHIb{bQ*VbwctxONsdhh2L)QTWA5oGAbo;(%RFBKuwiRv-}B`uVBBFu4(%QS5F4VV$+3c5TlETI zIhPn~Wm^?6+Q3&?Hw54-R!s>s4k*tXOX~5(&;%poV5vQB5qTb`U)4hHoKthGo(Td^2X zsVD0%EBk03iSY)X$Wm|DBp%h6RhDQZTbMeQ4@-=`d?J*t7bVD``=!@!M~mynBbV#a z=)Zpc*R7!Mk>;J2=h4#cgnD&$FR;siJr!HFhMi8U*)M{4~`1qzH1C!1C5u^dC3E~EEZ%#4_M}Ad;G2k7vEjz7reHVZyTdi^biLezQjZrb<8=3BqiuRTc!M?cf8=3=)lMvIoFB zHqTB2?NS0g|4f%hnnnV^NwqE4g?`IGR{y7`E;0WlD zh4ykRcOz9d!#QLdb?9MC?!{Gtyn*NnFnlHCG@e9O9hgvx^t2MfhX7c*npt3&Mb8%x zt*JydynNXs{8bD-^Fu}y&2aIf*1s4`atPdH61q=0!RP%!PmqV2y3MA2!`_Lleu2IO zz~9+xf5-(eJ@Hrvmq?E}G4K)5dEP4%VfSD^x5Z>WUCfFo+LC3|GSw_8{+0xQr3SVOx4~zuY-@*3b64W$I`pO4OW@wYFW_07#cZ{8KwUjx_a)ZNQbkKrS` z&qEPRGo68fJSeiU?#DUW)Hjv11+H7|YKlfJ(AlB30x}?bIPQuU8sa8@E}~ { + if (sortValue === "A-z") { + return a.name < b.name ? -1 : a.name > b.name ? 1 : 0; + } else if (sortValue === "Z-a") { + return a.name > b.name ? -1 : a.name < b.name ? 1 : 0; + } + }); +} +/* Ordenamos por nombre: " sortOrder" es = "A-z" +se utiliza el OPERADOR TERNARIO ? para comparar +---Si a.name es menos de b.name, devolvemos -1, +si a.name es mayor que b.name devolvemos 1, +de lo contrario devolvemos 0 + + +De forma similar "sortOrder" es igual "Z-a", estamos comprando pokemones de manera +inversa.*/ +/* a=1 A-z b=-1 z-A 0=0 (es lo mismo) +*/ diff --git a/src/data/pokemon/README.md b/src/data/pokemon/README.md index 028f0a7c..25c243e8 100644 --- a/src/data/pokemon/README.md +++ b/src/data/pokemon/README.md @@ -1,37 +1,36 @@ -# 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. + + +DEFINICION DEL PRODUCTO + +El presente producto tiene una interfaz diseñada e intuitiva donde le permitimos al usuario una búsqueda de fácil acceso mediante un buscador que filtra por nombre y un botón que ejecuta la búsqueda requerida. +La interfaz posee además, una lista despegable alfabética que nos permite ordenar de manera ascendente y descendente. +La pantalla muestra cards donde el usuario podrá visualizar: el número de orden de cada pokemón, nombre, tipo, peso y altura de cada pokemón. +La interfaz está diseñada para ser visualizada y manipulada en varios dispositivos, desde desktop hasta diferentes medidas de pantallas mobiles. + + +ORGANIZACION + +https://trello.com/invite/b/HxtOxIpA/ATTIa03ae414962624bca2eabd37f69e25d17F5E9409/data-lovers-planning + + + +HISTORIA DE USUARIOS +1.-Como usuario, quiero ver un encabezado con el logo de la Pokédex para identificar rápidamente el sitio web y su propósito. + +2.- Como usuario, quiero ver una lista de todos los pokemones disponibles en la Pokédex para poder explorarlos y elegir uno para obtener más información. + +3.-Como usuario, quiero poder hacer clic en un pokemon de la lista para ver información detallada sobre él, como su tipo, habilidades, debilidades, movimientos y estadísticas. + +4.-Como usuario, quiero buscar pokemones por su nombre para encontrar información sobre ellos. + + +PROTOTIPOS + + +https://www.figma.com/file/c1q6DbPGrSl4gX2XrgG0vS/ALTA-FIDELIDAD%2F-MOBILE-POKEMON?type=design&node-id=0%3A1&t=ZiasQqo9RTavRC9P-1 + + +TEST UNITARIOS + + + diff --git a/src/index.html b/src/index.html index 2160612b..27c7cc22 100644 --- a/src/index.html +++ b/src/index.html @@ -2,56 +2,50 @@ + Data Lovers - +

- Título_ Pokémon + Título-Pokémon
+
+ +

Ordernar por:

- - -
+
-

Pokemón Project

-

Laboratoria-Data Lover©️2023

+

Laboratoria-Data Lover©2023

diff --git a/src/main.js b/src/main.js index 948b5f0c..c7522174 100644 --- a/src/main.js +++ b/src/main.js @@ -1,13 +1,10 @@ +import data from "./data/pokemon/pokemon.js"; //ruta +import { pokemonFilter, pokemonSort } from "./data.js"; +let filterText = ""; -import data from "./data/pokemon/pokemon.js"; -import {pokemonFilter, pokemonSort} from "./data.js" - - - -let filterText = ""; //utilizamos para traer form - -const printCard = (urlPokemon, namePokemon, numberPokemon, typePokemon) => { +// Retorna una card con los datos de un pokemon +const printCard = (urlPokemon, namePokemon, numberPokemon, typePokemon, height, weight) => { //parametros return `
{

${namePokemon}

${typePokemon}

+

+

+
+

H: ${height}

+

W: ${weight}

+
`; }; +// FILTER const renderPokemon = () => { const result = pokemonFilter(data.pokemon, filterText).map((pokemon) => { - return printCard (pokemon.img, pokemon.name,pokemon.num, pokemon.type); + return printCard(pokemon.img, pokemon.name, pokemon.num, pokemon.type, pokemon.size.height, pokemon.size.weight); //argumentos }); - document.getElementById ("cards").innerHTML= result.join (""); //join convierte de arreglo a string -}; + document.getElementById("cards").innerHTML = result.join(""); +}; const filterForm = document.getElementById("formSearch"); -filterForm.addEventListener ("submit", (event) => { +filterForm.addEventListener("submit", (event) => { event.preventDefault(); - filterText = document.getElementById ("searchInput").value; - renderPokemon(); + filterText = document.getElementById("searchInput").value; + + renderPokemon(); }); -renderPokemon () +renderPokemon(); + +//SORT BY A-z /z-A +const sortForm = document.querySelector(".formSort"); +sortForm.addEventListener("change", (event) => { + const sortValue = event.target.value; + pokemonSort(data.pokemon, sortValue); // llamamos a la función pokemonSort y actualizamos el orden de los pokemon + renderPokemon(); // actualizamos la lista de pokemon +}); diff --git a/src/style.css b/src/style.css index 1c37f631..4159d9ae 100644 --- a/src/style.css +++ b/src/style.css @@ -4,28 +4,35 @@ box-sizing: border-box; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; - border: none; + font-weight: bold; } header { width: 100%; background: #12233b; - border-bottom-right-radius: 20px 20px; - border-bottom-left-radius: 20px 20px; + display: flex; + justify-content: center; + align-items: center; } .img-title { width: 540px; height: 198px; - display: block; - margin: auto; } -/* FORM - INPUT*/ +main { + display: flex; + flex-direction: column; + align-items: center; + background-image: url("https://wallpaperaccess.com/full/3551100.png"); + opacity: 0.9; + background-repeat: repeat; +} + +/* FORM-INPUT-SEARCH */ .inputs { display: flex; - justify-content: center; flex-direction: row; } @@ -35,97 +42,96 @@ header { } h1 { - margin: 2px 15px 3px; - color: #12233b; + margin: 8px 32px 3px; + color: #faecec; font-size: 18px; } -.formSearch { +#formSearch { display: flex; + justify-content: center; + background-image: url("https://lh3.googleusercontent.com/SpuJ-1diI0IrTCEHWdXH1Bc6TaWzehts63TtUszKDaBU3F6qoQ91qGlZZlwssJEAKTSBVmiiXbgb-VYNMIof3LHb2VvMJNgSvQBmMF4V") ; } .searchInput { - background: #d9d9d9; - width: 340px; - padding: 0 20px; - border-radius: 20px 0 0 20px; + background: #ffcb05; + color: #12233b; + width: 300px; + padding: 5px 20px; + border-radius: 12px 0 0 12px; + font-size: 16px; + border: none; } -.img-lupa { - /*FORMA DE COLOCAR ATRIBUTOS QUE NO PUEDEN SER TOMADOS EN LA MISMA CLASS O ID*/ - border-radius: 0 20px 20px 0; - width: 54px; /*botones de busqueda*/ - height: 47px; /*botones de busqueda*/ - cursor: pointer; - background: #a5a5a5; -} -img-lupa:hover { - color: #ffcb05; -} -/* INPUT - SORT */ + + .img-pokeball { + /* border-radius: 0 0 25px 25px; */ + width: 50px; + height: 45px; + cursor: pointer; +} + +/* FORM-INPUT-SORT */ #sort { width: 400px; } h2 { - margin: 2px 15px 3px; - padding: 0; - color: #12233b; + margin: 8px 5px 3px; + color: #faecec; font-size: 18px; + padding-inline: 40px; } .formSort { display: flex; + justify-content: center; } -.sortInput { - background: #d9d9d9; - width: 340px; - padding: 0 20px; - border-radius: 20px 0 0 20px; -} - -.img-pokeball { - /*FORMA DE COLOCAR ATRIBUTOS QUE NO PUEDEN SER TOMADOS EN LA MISMA CLASS O ID*/ - border-radius: 0 20px 20px 0; - width: 60px; /*botones de busqueda*/ - height: 47px; /*botones de busqueda*/ +select { + background: #ffcb05; + color: #12233b; + width: 320px; + padding: 12px 16px; + border-radius: 12px; + font-size: 18px; cursor: pointer; - background: #a5a5a5; -} - -input[type="img"]:hover { - background: #c40d0f; } -/* DATA-CARDS-POKEMONES*/ - -main { - padding: 4rem; - display: flex; - justify-content: center; -} +/* DATA-CARDS-POKEMON */ #cards { display: grid; - grid-template-columns: repeat(4, 1fr); + grid-template-rows: repeat(4, 1fr); gap: 20px; -} + grid-template-columns: repeat(4, 1fr); + padding: 40px; + /* opacity: 0.5; */ + background: rgba(76, 175, 80, 0.3) /* Green background with 30% opacity*/ + + } + +/* #cards:hover { + opacity: 1.0; + } */ + .card { - text-decoration: none; + background-color: #e4e4dc; + border-radius: 10px; + box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 1.23) 0px 3px 6px; + text-transform: uppercase; + display: flex; + flex-direction: column; } .pokemon-img { - background-color: #f2f2f2; - display: flex; - align-items: center; - justify-content: center; - border-radius: 5px; height: 160px; + padding-inline: 10px; + align-self: center; cursor: pointer; } @@ -143,20 +149,70 @@ main { } .pokemon-type { - display: flex; gap: 10px; margin-top: 10px; + } .fire { + display: flex; font-size: 13px; + font-weight: bold; + width: 115px; + height: 25px; + border-radius: 25px; + padding-top: 2%; + background-color: #45CC5B; + box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; + opacity: 0.8; + color: #faecec; + justify-content: center; + + +} + + +.pokemon-size{ + display: flex; + grid-template-rows: repeat(2, 1fr); + margin-top: 5%; + justify-content: space-evenly; + gap: 5px; + + + +} +.height { + font-size: 12px; padding: 5px 20px; - border-radius: 5px; - background-color: #ffcb05; - color: #fff; + border-radius: 25px; + background-color: #12203A; /*cambio personal*/ + box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; + opacity: 0.7 ; /*cambio personal*/ + color: #faecec; + font-weight: bold; + width: 100px; + height: 25px; + display: flex; + } +.weight { + font-size: 12px; + padding: 5px 20px; + border-radius: 25px; + background-color: #6C6C6C; + box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; + opacity: 0.7 ; + color: #faecec; + font-weight: bold; + width: 112px; + height: 25px; + display: flex; + +} /*FOOTER*/ + footer { width: 100%; position: absolute; @@ -167,12 +223,32 @@ footer { position: fixed; } +/* MOBILE */ -/*sort*/ -select { - background-color:#D9D9D9; - border-radius: 20px 0 0 20px; - width: 300px; - color:#333; - padding-left: 5%; +@media only screen and (max-width: 600px) { + header { + width: 100%; + } + + .img-title { + width: 80%; + height: 70%; + } + + .inputs { + display: flex; + flex-direction: column; + } + + #search { + margin-right: 0; + } + + #cards { + grid-template-columns: 1fr; + } + + main { + flex-direction: column; + } } \ No newline at end of file diff --git a/test/data.spec.js b/test/data.spec.js index 09b1f23f..506628bb 100644 --- a/test/data.spec.js +++ b/test/data.spec.js @@ -1,23 +1,60 @@ -import { example, anotherExample } from '../src/data.js'; +import { pokemonFilter, pokemonSort } from '../src/data.js'; +const mockData = [ + { "name": "bulbasaur" }, + { "name": "ivysaur" }, + { "name": "venusaur" }, +]; -describe('example', () => { - it('is a function', () => { - expect(typeof example).toBe('function'); +describe('pokemonFilter', () => { + it('es una función', () => { + expect(typeof pokemonFilter).toBe('function'); }); - it('returns `example`', () => { - expect(example()).toBe('example'); + it('filtra un array por la propiedad name', () => { + const filterName = pokemonFilter(mockData, "bulbasaur"); + const expectedResult = [{ "name": "bulbasaur" }]; + expect(filterName).toEqual(expectedResult); }); -}); + it('filtra correctamente por otros nombres de Pokémon', () => { + const filterName = pokemonFilter(mockData, "ivysaur"); + const expectedResult = [{ "name": "ivysaur" }]; + expect(filterName).toEqual(expectedResult); + }); -describe('anotherExample', () => { - it('is a function', () => { - expect(typeof anotherExample).toBe('function'); + it('devuelve un array vacío cuando el nombre de Pokémon no existe', () => { + const filterName = pokemonFilter(mockData, "pikachu"); + const expectedResult = []; + expect(filterName).toEqual(expectedResult); }); +}); - it('returns `anotherExample`', () => { - expect(anotherExample()).toBe('OMG'); + +//SORT + +describe('pokemonSort', () => { + const pokemonList = [ + {"name": "Charmander"}, + {"name": "Bulbasaur"}, + {"name": "Squirtle"} + ]; + + it('ordena la lista de pokémon de A a Z', () => { + const expected = [ + {"name": "Bulbasaur"}, + {"name": "Charmander"}, + {"name": "Squirtle"} + ]; + expect(pokemonSort(pokemonList, 'A-z')).toEqual(expected); + }); + + it('ordena la lista de pokémon de Z a A', () => { + const expected = [ + {"name": "Squirtle"}, + {"name": "Charmander"}, + {"name": "Bulbasaur"} + ]; + expect(pokemonSort(pokemonList, 'Z-a')).toEqual(expected); }); }); From 4c46fb78f79b456a7d65acfed6800aa1df1ed9ad Mon Sep 17 00:00:00 2001 From: Gabby948 Date: Tue, 16 May 2023 18:06:53 -0500 Subject: [PATCH 4/6] add images --- src/data/pokemon/README.md | 2 ++ src/index.html | 6 +++--- src/style.css | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/data/pokemon/README.md b/src/data/pokemon/README.md index 25c243e8..da6d3202 100644 --- a/src/data/pokemon/README.md +++ b/src/data/pokemon/README.md @@ -33,4 +33,6 @@ https://www.figma.com/file/c1q6DbPGrSl4gX2XrgG0vS/ALTA-FIDELIDAD%2F-MOBILE-POKEM TEST UNITARIOS +C:\Users\InforSys\Documents\DEV006-data-lovers\imagenes\TESTEO.png + diff --git a/src/index.html b/src/index.html index 27c7cc22..835e4c64 100644 --- a/src/index.html +++ b/src/index.html @@ -5,12 +5,12 @@ Data Lovers - +
- Título-Pokémon +
@@ -21,7 +21,7 @@

Busqueda de Pokémon:

diff --git a/src/style.css b/src/style.css index 4159d9ae..fb234cc2 100644 --- a/src/style.css +++ b/src/style.css @@ -24,7 +24,7 @@ main { display: flex; flex-direction: column; align-items: center; - background-image: url("https://wallpaperaccess.com/full/3551100.png"); + background-image: url("/imagenes/frontpage.png"); opacity: 0.9; background-repeat: repeat; } From f76aa66e9d7c07e6e2ffbce928aa1e29987131a1 Mon Sep 17 00:00:00 2001 From: Gabby948 Date: Tue, 16 May 2023 18:49:29 -0500 Subject: [PATCH 5/6] =?UTF-8?q?Realizaci=C3=B3n=20de=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imagenes/Prototipo de alta fidelidad.jpg | Bin 0 -> 50736 bytes imagenes/Prototipo de baja.jpg | Bin 0 -> 57164 bytes imagenes/prototipo mobile.jpg | Bin 0 -> 35273 bytes src/data/pokemon/README.md | 36 +++++++++++++++++------ 4 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 imagenes/Prototipo de alta fidelidad.jpg create mode 100644 imagenes/Prototipo de baja.jpg create mode 100644 imagenes/prototipo mobile.jpg diff --git a/imagenes/Prototipo de alta fidelidad.jpg b/imagenes/Prototipo de alta fidelidad.jpg new file mode 100644 index 0000000000000000000000000000000000000000..02e5ea3e77da3341c3d79bd739791dae258785a0 GIT binary patch literal 50736 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�Ci|{B=*-IHe~YT17Oc1rgQinl*^CV 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 Nqx=8G>(1ZV{{!VGkaYk6 literal 0 HcmV?d00001 diff --git a/imagenes/Prototipo de baja.jpg b/imagenes/Prototipo de baja.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1c96d758b9763214abd825826aaccfcc3f83fde3 GIT binary patch literal 57164 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%0D#04KXyX6l1 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 G_WuVo2mCAm literal 0 HcmV?d00001 diff --git a/imagenes/prototipo mobile.jpg b/imagenes/prototipo mobile.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3540ef8d71c7dcbda6269a38ee864b2c01c320c4 GIT binary patch literal 35273 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 + + + + +Link adjunto de Figma: https://www.figma.com/file/c1q6DbPGrSl4gX2XrgG0vS/ALTA-FIDELIDAD%2F-MOBILE-POKEMON?type=design&node-id=0%3A1&t=ZiasQqo9RTavRC9P-1 -TEST UNITARIOS +## TEST UNITARIOS🧾 + +Los test unitarios son un parte fundamental en nuestro proyecto para garantizar la calidad y estabilidad del código, permitiendome detectar y corregir errores de manera eficiente. + + + -C:\Users\InforSys\Documents\DEV006-data-lovers\imagenes\TESTEO.png From 85637519bd1c4f422be1c94d152ab93151a5e2cf Mon Sep 17 00:00:00 2001 From: Gabby948 Date: Wed, 17 May 2023 09:12:10 -0500 Subject: [PATCH 6/6] the last commit include readme and language change --- src/data/pokemon/README.md | 37 ++++++++++++++++++------------------- src/index.html | 4 ++-- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/src/data/pokemon/README.md b/src/data/pokemon/README.md index e84612e3..d9e2a52d 100644 --- a/src/data/pokemon/README.md +++ b/src/data/pokemon/README.md @@ -1,37 +1,37 @@ -## DEFINICION DEL PRODUCTO✨ +## PRODUCT DEFINITION✨ -El presente producto tiene una interfaz diseñada e intuitiva donde le permitimos al usuario una búsqueda de fácil acceso mediante un buscador que filtra por nombre y un botón que ejecuta la búsqueda requerida. -La interfaz posee además, una lista despegable alfabética que nos permite ordenar de manera ascendente y descendente. -La pantalla muestra cards donde el usuario podrá visualizar: el número de orden de cada pokemón, nombre, tipo, peso y altura de cada pokemón. -La interfaz está diseñada para ser visualizada y manipulada en varios dispositivos, desde desktop hasta diferentes medidas de pantallas mobiles. +This product has a designed and intuitive interface where it allows the user an easily accessible search through a search engine that filters by name and a button that executes the required search. +The interface also has a drop-down alphabetical list that allows us to order in ascending and descending order. +The screen shows cards where the user can view: the order number of each pokemon, name, type, weight and height of each pokemon. +The interface is designed to be viewed and manipulated on various devices, from desktop to different sizes of mobile screens. -## ORGANIZACION👩‍💻 +## ORGANIZATION👩‍💻 -Nos organizamos mediante la herramienta Trello. +We organize ourselves using the Trello tool. -Link adjunto: +Attached link: https://trello.com/invite/b/HxtOxIpA/ATTIa03ae414962624bca2eabd37f69e25d17F5E9409/data-lovers-planning -## HISTORIA DE USUARIOS🕵️‍♀️ +## USER STORY🕵️‍♀️ -1.-Como usuario, quiero ver un encabezado con el logo de la Pokédex para identificar rápidamente el sitio web y su propósito. +1.-As a user, I want to see a header with the Pokédex logo to quickly identify the website and its purpose. -2.- Como usuario, quiero ver una lista de todos los pokemón disponibles en la Pokédex para poder explorarlos y elegir uno para obtener más información. +2.- As a user, I want to see a list of all the pokemon available in the Pokédex so I can explore them and choose one to get more information. -3.-Como usuario, quiero ver una card con información sobre él, como su número, nombre, tipo, altura y peso. +3.-As a user, I want to see a card with information about them, such as their number, name, type, height and weight. -4.-Como usuario, quiero tener fácil acceso a la búsqueda y al ordenamiento de pokemón. +4.-As a user, I want to have easy access to the search and ordering of pokemon. -## PROTOTIPOS✍️ +## PROTOTYPES✍️ -Prototipos de Baja y Alta Fidelidad creados en Figma. +Low and High Fidelity prototypes created in Figma. @@ -39,15 +39,14 @@ Prototipos de Baja y Alta Fidelidad creados en Figma. -Link adjunto de Figma: +Attached link of Figma: https://www.figma.com/file/c1q6DbPGrSl4gX2XrgG0vS/ALTA-FIDELIDAD%2F-MOBILE-POKEMON?type=design&node-id=0%3A1&t=ZiasQqo9RTavRC9P-1 -## TEST UNITARIOS🧾 - -Los test unitarios son un parte fundamental en nuestro proyecto para garantizar la calidad y estabilidad del código, permitiendome detectar y corregir errores de manera eficiente. +## UNIT TESTS🧾 +Unit tests are a fundamental part of our project to guarantee the quality and stability of the code, allowing me to detect and correct errors efficiently. diff --git a/src/index.html b/src/index.html index 835e4c64..62c21d9d 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@

4RLP>>|%WZ=iA4|~5bTTW;Y7Q2@)iKNMJ!wkN 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%0Ad0GWAuVU&p!)&N&jLbGW~$4EWrsQ8U?=Z1i*j4 zI8+q=*Wn>gq`lxs_7*yQ=$T3kO(e!xXgMVo?Fm2vZ)6wWeV_e)F&kY>{`j%*Hk;36 z#@WH?^=lAsh(vOHIbVra#;fskK3Yka(o3cEfxc8KrAn#ubg49+k7km3wURoyx;i;p zdGp4o>M=Lpxp)8Z<37|v)AdT#D&0oBT4J&1>3nTt*Uab=`pnrGp)TgIup*S6lMw73_*D_5@h<*0gVgMroJ)Oe@UzZpj+wE#(fZg+A z`HUV!$47aAIR)x157l+3v>s0C7N$ zzXG0pta#v!wzWlCR~eudP%|h;5Dv$9>L5m1_vK3l@RKJ5;BTKk{qxh|=Z{C3x?Ka| zfe0y72~PCyZoCM4Opge_k9vDU#7eqjCn?~K)1#AaQ+Q%xc-9o)EP@GEd+wko6p9db zT>&nEb~-!VNFW9rP{3{yz{K-j063%o%mO%qCg6o20XXP2WG<%vdV_B3wHwDZfW_30 z032k$jn>*6B#0`Z7*h@W6_v@DwW94*tL1>{i@DLb4Ch`o54g>%DQ6BI+F(X0S0hgb zG~9ss_D0%Q4NkZ@U9ir2v;L~dp?&!9!7WpQ@oC>ij@!yrSX#{zQ}8Asa<5JLg1D}& zjT@2WUW};tyHmz1}CMjNF0Lk7CI972-^NpauO#oXA07D9! zQ6=(BGXQLEwU~@bXgkkG>GAtD4lkoM7lC3#mo-+zgkTiJ(f$Z#)vF|?9cB$a+*%81 zJ39fjr;lw0`iyV9`7L$O>>WUR^KB%CxpIQ}>kHh%5MozzbHD&_NUVK)_J&rgxUbxt z+T3QtPSW1l=-F#&Xs*8pX!iK)ZwKrhGVrTiELHySjfphB-2;nhJVN^Bu%lKQf?ffb zZ7A>EY5tB!FVcVET6|EyVh)4Ay+#&TWfZ(vkh13J3VeQ8(KqC$ zcaX#K>j_ggXn3x32Q>b5xST*R3t%4{dt8>46?(B2o;A4ewD=Ls>Y4E~fd_%$S?NR? zofR334DjrvlwlpH&loo(#UunhKObiZFGB~JyMm1I}#iduZ*5A3CeMo}exlvKT zQU`75-{E1}xk+Uaf@zA(;3)ujE(U=WBN4o|S}t#{(0LCTTuk+)GcNM21pzQ~^;iPX zU@ieTE-7FPP+HHSXK1HbfMAw+!T2kx)(RSyo07`q%ga~g%QZI7;7dq57ZrfH$U6V= z-vBTKGtQ!K_df6G5_A3?fQvF)sYtx9u*nuOz=cAkS}YfL_-vf76mtaN>=~{_`(LT* zJ8OEjkkw1&@~idSIwF->0&w>HzvW1d==*WC7*7`77T8B(>kN6(vv;2)K}yj51nJAa z$t7o>ZfyAFr=Ko*Bj)HoLe*VmBF0Mx%hQo{o<%FE1zK%TYa0~N7ot~ds8a{ZQDu+*pHm9fO z7T4+8y1vwZa@F1a2CfZW4DoSmmb=K?(A(y(;pZi=m)$4Wgpm%E;qiDpAJ3=td|byO zL_gj1`-YeE|EZvcy(WRd-<_RIKAB8Q(ii+aX8um+a=G#4DC{0-y#UjxWF}wHOX=0z zlxm5`B#^(MB1tB_5Qw>*(lkL5_{iSr=?{m;7{D`tR0IH?9E1Q~o7tT8$j~I=@1p^t zAidnXyNTTD8XcRm{<%=AAS@Il>Wt&{3_5rZk?CBiJT;1FvugV#0zdxt>2w&Sh{VF( z-Hjhf-ma}C62wSPi0^e8cgq1R(Xpd*p7P$z7#0ARO3_F)hJhI@e*WxdxDxV;8o z4ncDT)-6k`Y67P7lc8|kYz@_Blo!e5BTY$NLuk4iwQElf_MdEI@ZwJ8wq8jYOU04| zgKes}rSayNgq!mc>gtTrE0({O58FgsSHQ>!2VC3R8vBe`HDj|~|5VfKHUq#+k%zTe z3}S}G9lUkY(TWEIbc!LRlF}+Xt;Q}g)Z18~b186#rh@Rbv5Z1sO>@@(+@Sz$0e~&Y z0lV=&;)z+xjKj`OkbVI$TVo(n%n4xB7z4n!S~x2pMja$&t^7JkVu%53HCr59ZG3a< zk}r|2F24zbd@<^eazZ8Vm2JhUMIOX^mY%Wd*qcOg0L_71mkh<&#N6@B!v(CYfbrAH3P+zU&m7F(o>AF=;Lr^#Ec!SyT9RrxV3Dkw9EScMRpT`A6VASL{I~nfiNV@&Eg~w+<0guS5dS#Qlhp{PCTh48W{29 zX1j1g2-GcXCulE*BPT3OBkRRZXm1K$^lo;9VK3%?*ysDa?}>WUBsDe0{CGd__xbUC zfZJoWO<*B`Nfx6J8X9s#`kRdw4l(h^pfY0bsKV0)HwHuA+qBD25Uefj<#; zNk4K5n9#OiKxr0>d3Kw;pi>}ICjdXtU)Bh^=vKmTBptb8^Wvf`Ld(_K;i+)kDj&Uo z0RB*E*Z^jRBOTm;smBEXOw45fV>lwR&}Ks+RSW>rMT@or`vT34v$K|2%Ndm#09-6S zd6FaL4FUZ9Uh9{Wa4ugo-=fkN@|P%m_&uY?rtOhY-NU7$GjSkbd-m>cr|*GX8vsn- zf3N`l;m05UOZffQ&&*$;(Tu95=g>@)i)8MFg7CK*n;P-c+MUg2UvC_3Z@+&2`e^US zc(J#+x4p5wx$ztU-}FlKX8H4H>WY7F3ahp5jhCKN<{<_W;x!jd&Juh3JG%*;5k+{1IUCPTbb5wAHQJu|}q<|-@@*vo?#MrHqzFf!oC^DOM3`O+Pi zqX#yWpWVLE@07j3V)&p9Gzk?ptPl;e@S${Fx?s6D`77IvIA@A%?+~+BBw1Z#;-JN#|!H zN<`ifsF-cfd+rkj(^bdJkOA^`7+u9zrRq zx;X&d#Q^@21aQ|~;_v4eI?*-pN0?EELR>&0Pul<%ec7{gSA3(`fCp%48v4pN>x2EK zQ}lKPutJ1^V2{7I9d?#m6*~xx;~CZuWXfT@0s7(dfB$3Br$81NCaD8sCsPIVO>sSK-zcFP6RK??;Sr}l?3K9>!DP{YFiOs6~K!^ z0OJJ227q~oAk;4b80V#VB|!j=&eL+&vWgk&Wu84WP)=22-3tJ-@kO;NDwhFZOE2VC zv}hD827rmA`9gW6QhR$U6>u5GlMH6M{(=jx8cf_w{$;J)kn&dmnDAV^u+zI`VW5Q@ z*?d6&#y>?zaYX|7qJet>+e*}U(YJA105DWK01U1Ycr8qIFj**9&?Q_hp3(+EYz*k` z7K}qCb?cYq$#^b9s^2gxVuX*uQ|MXk3IcIY(#PL_|E&%%RS~8CZSRHg>(Svm7P&%* z5qr623kvxB{O9w_gVdQ}B3yvrX)Zp(vCa`vL6NEWZZ@?^Y8QSMW^!fg(Z*l4wH4G< z8D}tRHtSpU`dQQ1(pKuvEzPp*^vA{EdCs0+=Omk|c0dAehdoYLm3xSOm|j4$AT7#uPIsO}a1o62ZT` zS#F%QTIzI6*JGGQWg2kC`iP@$S*w{)jwEF|sl`w<;qeAgcNGW>%9h#y_jB}iq_X<| zNa99PDWzCU6f+rG6f(hNqO=-LKmh9}O_*lI=O(?liMhEP*oahzsDBq-XC`tE^yvQ+ z`$Vojz#Y~LHLg(S37R?tHoyE)2N8M_OytCoFYKaKjg8JZ0ArX&1#X}f)E`u>F#hi} zOJD$41Asl#k!UixT0#^IIo_E$sCI8=*((Kb$a}Ef%f;@rYY5HFjKj*q%K#3GRSIgD zBs17NgEHs=v0Tkf4jc@PI-!7t*tONK%npOgcYFwkBJu0&7juw!O&_|FQI+M-E+30T zx5L@d16|y%!;(ElckZ;)sQ@n^<#w?W_DQD>F{Xi?MqE5Z*nO>I_j&-j)9=4*K61Qy zbAaxwUK_wSyLWbWq^!A;`W0vJlN@l_)z@wrL}m2PesSH865|0nxsln2A%e20$|r7( z{+a{68M_ke&cFcuNdqt&ardDQxR2!_urhqL3~NYCLmGwxW&ooAy8p(l&xd!~+lB6a z9@D|W8>bYV0Prvep}D-Oug}rfFGubYfSuhieFlV)2u8x!-fbYGers&ZR=i`ZgyUmz zTM);`Cj4&NW06FjKt6VC0)6VYynd3uuxsUAzzz7F+`Y>+SfZ8PKkV>v|F6v5+kR&b z^hpihiwNBt5eWV|@-;;8)Yv-TB^12TLyQ{#&bIZK@XkWtFqV*skr5bia0L1;CLQ1A z$xnX}RnSNPi#jYqsa=NEDT@R;JAFe=XMo-Zqz*<02Asam?vC+pj_MBrzxWFKJ8be^ z9;3qlMWlf{xG8uY^nHfP=N(56Jy}ED2ua}G&25Dl^fG!_|H3Zo@najlsE0-$(t^!U z>Gcf$K13+GZ3e9#!{Aw!wpiSeBxW=m%kpRSy5qCWUonLcCX}ecS`_JD_TqRrk843+ zjtkC{1SSB}`Pw|hfv(RJ984=w%oXz7LS&jOfMsA93*7}&D>ot0vTRj(5HP2Jb&&wS61r`V3=N6dij$a-e3aVFL{lmAFIkW9uVf=#FbbKU=uOV%I4vR4 zHP02KeL-oWg_i%s0ETjb2-X__u+C{{#Gv8wQF~SS$iIl=rF8cRz(&1AN}vADf>k+u zO8_d-2@O8;t>4_W`7+hI_W zyFdJRe)XVh{(b(R)6+esMifR`39cc4@lgbW)qv;#w%91huIpC81=NmG2&AM%2O5!ZT%3ix<`DX(ba1&+x7t zZ}mPl(m|-|&wnBnyoT{VYe;vN{HPzn7eHN%S3Q+clYGP8&3hi z2?5}o63oX-B?53tf10#P(2=>xp(QB4DeadBh?50-PuSf)I%9EfNKp74r`rWiJNrJ?4 zGFGC8X%J?Use3RuP5`F;0~9bv>d-TZIY{BjNxBL} z&@*2N{?2&40~~;srB~PJJH&Guco2}I`!n|5VAqFX6tX({9GAVm4q8On2HIA=Ts-9y z-i__Rvk3IcNrgW4oMe+_Io7z-CC#!#)R*TEU2#{sGEq(hk)X_E8N^UAjcmGS=R$+in^0`p zu!|DOqAeukcr#f@aRTkl41t!tFr41B4!aj2&|VD8MeY^~%U^B+S8_T!45I0h7*?s;1T7O>6UXQb*82pNkuK6sd!hj_EnOX z!_RW!%FK&>t?6?p^mgNy;R43?@^n3p4-d>ZR0!H0Gy&{X3U~lun?r@4Q9w9MIuzp& z=yjJiUny^v$y73$nQ!2G1;r~lX7iEo&5hd7>jUr-clijZ2sDsP$Mkd*y>XaFjt?=c z(1R2(!qGvOYiP(j#4{f*vJ)k|sYw~LuZlIAOAJ>=5X*)tHzUut>GHjuzMZ<4VgN^B zCjvW6_m#mQU=I0n2NRw96viNt_&o;+3?r<|6B8H5hAv!^*~fTprG5cl{7JwMORBKc z*l6s==t^f>_1Rmqv)4!LJY)*h<;-8-O`q3we%SGU0G9T1hZw+d(uK6IZEbRLYio3L z%eFP?-}Pgo=lSaLWg=WS7mnqKzeVlA8z%4_GZ1YVaXjVTU75GQ@vJOcW*ixw{!0Xg^woG=A_8z&DB;Ob(r9JM>6r`w zO!BUIKpcjh6`_`xx8Gr1DdD-UvZ_D{Q?Jog_0ZsN3-4?S$y0$j1$@Xt6WL+@`kqKu zdIkb;R{#tGcN;nvYeCquYnJlJq6b-DCjh^Ai)E3Yo>tc$EwChjQJB;?rT>O%FL-v~ z-VQeeb6668dR;?rZ~olVYc1rW5jn@&+993aYSi{1qEc zm-{lfFdYs>GpS4|uT5*k=~CP%!P`Td&IMwn#Ghx@-p|$(|IWpumG|h06A56O`t20@ zAI@L9cJ0>}8Nj%?td5Cq>EGYZ-~RgkrsSH1!9?IAIqe*lb88iv7e&9?FlqyJA* zr?G5{E}Uk!`^Y#vG)l;+R;8>dTi#e-f7W@pxmhZD6n_T*Rs^0YxAlH8Unne+0H#Y( ztEFm2tdOm0BvA{EW}}WMa3q_pa9>aaCS3@Fba*_px>AV3uU<$dn2QJG;-a%cD&hsw z*Nqws&h{9*ioa>XZ)1;s9tWLg9W!bCnzcS%7TiWG1n%fsHYqV^0`O|zK zDJ{g86NN%jThXRtDgq53ET@YB4EK$>8#6xN83{onO@>z|n@x}!fcgc3Z!vLi`4W-w zEeuoT2=v+OpQ>N%sT3`KrH)}$RqOcdGpo!>ydFnKM$Ig*@}QJU;^TP?T=2|>9DaeW zDuH4{4$l2r(|&niFpI0RS3c3dpAYiDLj(5>;_r|6KP18!H98%~kSjPwsKHEOuj9(+=KR95YHolVeOauRC(Zb?+dXi$mT!gg;q2+9 z0E`;pQ5Z-%%uqeFv{Jwvf?iV!*h>KR+RZ9xn`26*FbjiyoCHP{H10rC7$VSIbEOn8 z?~qh1Remm}{O9k^<^)zjU9cB#q3D3X(g8%bOk>>0ykG*b%S$hdi)*7@c)bH*$pI&j z0v5$9^7pLU@**_>ocd+=NY zT5;N@h9wAX)?hi*M|PPpGqr}kqpiucNm}RV+MV2me~sTU>fvW=m<8wV zzL1pkxkXy@p0HUK#shL@7?EidRO^br>;cUkN(Op|Sy(ZEJIqou&J7XM*+5Iq-)L=R z-3vq`{R=hR{VVae@u91KkmBio{LCKI-G4FqRrxC-+^5SueGfHbty2Pt(e147bWctQ z$p&)Je?h_X{>e$DGBa#HLo~^3aLehVe!qw~MlM%E+#tPiclGdPoi5lU^Ox3G(4t7v z4~nnRdCh}=l%>Vras2Yj_Y#sm{^9uer=4xMd2E0G(+<6kU7ZIW=3_n?zDpOahP)2_ zKBGWAT3TMz)AX>Ia9GNHRiwKX78U~GR6Mmb9nU6Xp{OSwD#Sy{aMXjTNZ20F_`K-G z3x%~G-z!%`Kaw{pc7!;QPeq>XWZTVt zKULUUZ0W3kYpJ}ZrAfzUvjoj%TCZ2Q5h#JbZp3QOpG%E_gih$a$sv#z@7}$|8&?nT zUV-4CMC18vG#X3zcDL+Km;!hZXr7xp69IsMT`o~c zBsd$)0G4TmwP==0zs_ZVk-(S@{z z__I91E@b=eF6VVP25>Ow0)N?w1I@s8+Rdu;x(Y%t|piMRQ}`d(ixa*+=jz5 zX_=?PUBpq#=8simY0(q=BE8uf{AO+0;o@V{a3ivU5aomi^L;LO(5ZhwDq6w)gj%@~@EgH|`UFbWn2+Uz<6hCV$g>x!YDD*AmYP6cwAx{sm($WegC|s3v z?mmzEV+6u`1AV`S7-Fd=q?Q2qfSZsIWd>Q1Xzes1R(jnQ#wqkpPg|^)Acx`MOv_(a z)_FX3$8!3>M5W%tgY|W;qJgJINATbKAo6$ zCq$x`9m(nSgO1_3g^?Jk=mudYmTxpyS9vzy&Nc?vBYnJ$Rwnj%L`fI>VxhWAoWu}> z&e!4r5E#b)$m*yAB#ye5mgqnJ>kZED{7QE>oZ zO8_4dV`*DL8xZgpUAc7pey`nr-J>g=cCj85`Q=nAULs#WDbo`eX!yJYTLoYSuNN)Q z_*L|^+x5djxxAQ>9B?h4)wI1r$)M+e->I%WcrZhhPgd|(a*qV?K7OtSY${pUHoC7- zg7xmL>R7e{)Hvr<ZD<%*l9>VDG7w^H(Jp(Jx@H-_QEzw{QETgdO2F z_MuOec|(@=*&H}x+~dpGTF7Pq6>kUNm!Vf3f&9xu(Fjk)PtgNlr!vxtIF*Bz1;DXO0L*!SW2ke=5pp4K!>mHf>L4mBRGqKLgM%rvD$4__ zD)*pBo?$jUWU9`Xs5>VCs|>kQQ;Gw#9LsWmv~U7>qf3<8}3yp7)*4RbPyMbR&ify5z6T#;Uv31Jhm z`R-C-w(8ExokLxO>Ce(5fUn>%XQgNFGTN5cmddIey{!<~$gX8o6ag(%e-dXnu7MCR zt!zr6PqGe(3NcaY8hV?3pfe@_8xUl11^Nh!7}44@@RQ@_IX8UuPvFU2ojbk^^v57b zZ=lQ4jjq^6pEp&Z8|~W89^tP5@NehmpF4DA*B}VTE&y_-Oa(5|%?_JQ)0$kZ7U_8^ zO`Ze&6-DEY(Iv#!3t9ozAGBV#YxRR>rA^mpT}{&u2!LNdt+GO=upf2@QuPx6@Ooog zG>+=jj?TmHJePxZ9QxHl5-Y18u}Kx9j5QT(ZDsHEYorj!L9YOKOt0h>P-ySzD;)H8 zp~Iq&iymNM4w2sAN#jvkmZQ-mzK%EN=-a_fAo}8^(>L!Xc_N-JLD$YP&g%=$7M?9; zsteWZdNz&0CLXw@6Jl+3_rnLq-&;&H8Gzw?!vHM2cS35>_yGVW0AJ@(qAVUp$4*6C zd*4V3088c->#&F$>U8$#IAfqN#87S`k;>H%P^V2L*sLP470&0w;d~+x&J_wk;OfQ2 zT2gg@193YeaUhxFs|b-x^L4&q*BSGZ->Xn#KG@&j{`?oK1?@Zv4JJ9 zgNZMv!DIDQ66hhvpri=GeQ?m_$ z*aE=A0>E|x-vMU8wqE)YONP`GyX?=^n31%B;W3HN_{x9>rEJ1-u(=TW>k(V;U;rMv z0e|-=->2t<2%8u@H+KnrnFFi&;F;Lij$_PCyMp1EEKT@*ctil0SE^We=S!H4Iftyo z35x-b1SkGR0Q{c~Iu-%IStW+XYV!~$6Y>kqC@Pt`Rz4_wUK{cx#0QIY(6Hi|3iiXz za-`?OkyLqvDb`>mWDq!_Cb|3238oV|Lckjk3QW5g4{cKkfCJ+mHyZ>v+-_3R@=a-xchp-$PdpJPb1T1g_z)Q=-fp_x)!34k$puiFaY^E`Y zCA9c*G`1UN-mjQmfeNoG1@t;2FefBQ=mIOP9sz-0tUlVl)B@gK+Fs%+^rNM1Ry>=2 z3)%0!TW2}e8Xy)-;Y-`C4uA0(>qKSdR3qwnaQu zfqhh_0_-((g4~MCg%ECIfy6JF_T}0&iqu^l&DRP<(K?ZgHvlON34wWQhS|{*qKlem zlK}XYm_jlx8whylc0Ygq+{P#>0lo|wcR2kJ@fFfjZg+luvqzX`!1RLW-X)<-g^-y5_|?;=V5GRUkdG(p^^S}T`_(q?|X zT&DNVIlqNWrFcL9%pO*jDbpKM&I3U=?IxrOsvNO$a3Y-NxwhOwX)|52j?GdjljaN( zm{?@xNE1N*0~dKSl@Wtw^T8$^ZW6M?Fp>c{ThO&qMJq3(N)EFUg}-ntJ3Gti`#Me=xQatylnB#TO{*h2 zs&mHp%LOJeKSpkpRyn#jtfa46nc81^(18_V=yRgHZ>B&e)EOdPq0CV}7 zEw>1yd{}E-O8iV~KQmx6d(b3=jIklr0F5|9_K>Rix}3_4QYyAyj<+`_gc&gHu~ENx zR}DC9!ZqKTeZ{wzG|v_i^V-_ii$OYM{Pl`uRWEWV#AE3!`cn05;>J#!8Er(b#V7N> z;LffXv)`CdVELT@n3x^s7Fzz8mMtall&6@L3P}LiYtF+meqLj94A+p?if$IQbdLeM ziCYdZ01pc7_Bd=xP$2;vb~T4&9~@TzY-8&U2^Eqi0F0l9{r#ge(O3Yc>^zLzo3|2& z&*3LezWw&`8yobL|3<_)F<>-;@k|dM!a{_HzAU{tNUQqr zoIGlEeR#Nk6yZl4NjMSg9~~JP9vBG*;Tx@5D-6JxnI{Am0A>d;Bdtq3S(U+5xy!F5*Id|bc2n~Bh;fO)gYbn{bm#J!a!{3_FX1nw&O(9lgR_zDN=FzFj6+6{2zuF=W6A6TS87%E&~5)g>rk!MIg)y0 zyMozJnMCQBYS^~XZFdQPtF%Ci{z_+FoFM={vH)090L+@yeZFoVbHQ{|?fB&QS1uHT zw9>-3S>rBor_)r=f~gm&K>zpS$6r_jO|PX30PbR1rkKf8)rgF7hCfbGYA0H&S2W|` z7(^BTOiZ`i-QV8_4!3GGx>h&p&6?3I(Bgdp0A7I#3;?XH?;@A?-ClKjTb>2WOF37;>y8OLf==vpnqu9JK;q9bF;nI2JMn2BoJ7G5Nja~ zbq`V?2z86a3gOTS{X_t9k=`F)l4C_K7mJIFK;B|zF|&w>Az<(-2X3fAv!&$^&v!zT z_V}$^v|EP+`Z^GJ_N&ogaF&?xEIK!{*3mz4V`>UUEb^#=!zJ|f2}jnjPfY#Z)W)`3C+bjju!XRgw!?}>Dw+gp zGZs`t7DQreplddvU{>hTR|cA0lpxrnGSD&yN_x_1VUBvZXZ{EKU+jHd_wyunn75sn zU`ErtZ=T029LCZ(o?XuyC;Jj{NBm0X(*`;a0yZm3Zu=RQ~EDq;}2@axwBL>(ZZCV~cw_ z;h>qxT34gjV*ulCXMENj@EA^2eUuG?u#6c&$Y^zA1DE#hZszy~+FF%$qgDIKdNV4a z{`|xu4OP^W-Uyb9o!^8iMz zF+$MR)P&YerV+T&ry*#hc5UG^T|S!KNVfu04GrBrz6*_>YS**1&%|bCVQE?L`y}z? ziG19nLnJRTtOF2)y%RP9Z3?3qW5$>S;qCxij|9cCzpesUUT!~=t?cR5NIe51a*cfR z=kM=**ZbWF2rLL**FNBhyORufUw;S%T;*>y5Pemfn5?NX5l%VBYg)@ z%P(G)f5;gU#hKY?LI9lo`)WQq!cW5B0GA@&-d!0+7&J@b<`#s(l7=h?+SlI;|9QEW8*NgDDH3V@Be(d88(A|_$8v= zbU+f+{^kb01FNW5ATlWb{*FyqlRHL=$Jw$-V7Vai;T8TyCyJ3uG#<~D3VWxUV`HKf zLz!ayWH+9X%SI@fh7s&=q_kW*acltrLdDvvhRE|5l#9uklQnGeB+sT`@V7wvnyRb) z@;?vdFd9f} z|2DZBsIgc{+C2aUUwCUOpRM0>)!^{z@9+ANwcS7fS{H8qE>1@53YsZcp+2{(HfpJ> z#!o8jCfh*66fgiRPzkt2Qsd~N^Ybe#><$Nbfi5lm!q zAfczZI!vj{mSI@{Ul8T50Cp>YeH#j3tv<&Tj7D2SXaFqo($#v&0=P+wt$nnN5*tVM6rj+`_^FOQZ%3gCiXvFT&O4^iTn} zvmi!5n%D?j z>$*1WLw>)@0Qf>{D+1B5&b;2)2L4{W+|t=QFaQ8||B(RJi`edhl*DMX3-<-!Oo`-- zozDudonVjecYVMv!(X1Bpc%62@oacZ6`$Q?aWf}7G*4@wMK9s$Dx`tmcS-f!0D%#MHlb%|UwC23cP)Q4j|>G|>j_?4v#r1+uL@vuhEnhC6{T2om8Hd?0SSBOZ%RH}L>zs0-02t?TwBcZ-vj7+s zJObbkCtoUvNCUtQTSv7TS|GSxN#joL2s8YYzXvBLPvyZ+m{$PV$Y`>LJmGBh{^e^G zzz3>}9rb4_m$f%Ko;ic=&Nu?#WOC>)LjW+6m^ldGth`FOFARqKg&2kacCb&_l8u1{ za6*27JOfc^0ravkZZVIL?83s_T#6caaHxB@gYN6`%t%D|^YQt^Kw9fJgA@LZDapOYr8EwTVO_LBSif#Eojmd2yZeC4du< zzsVh~ty@c`7MB6eMP?W_q1Jhste5+0AE9Aw0Xy`*J)&mhbLzB^|DPnzb z5w-TRM;sqcN6@bt+1_QDdnFZ%$=kV`{)EzFUObt-AhRUv?5aRPWRlZmHkt66vZPB<(gJ9YZ;dB69H6~G;uC`15y zFrwRgQTt&QVa3#|FEZYzDd2wNf_0}oBmy|{>VHg{n<_`hBPn=KXmf98UH;O zov4c7jvlDrYuXts5}4=bN=uvdp_B{F7ksO3*;lKz>tq)J-1~iJTj${5g5dXw5_n;0 zX@M!`YY$OKZ|o>uUCcanW8t7qls2O%UH#sk z4pu^UW6C!OJhM4dZA8LMLIp9^ZY>DS6fgqNkC^z~*-@{n9b-pnDxf){!SL3gHfdte z)2!;6h8wg2?{xLx)2E4GjWvS60^s?TbUKbZ(*&@C`8MU>PGFoXn%2=CUMG*mU*pW| z`zT{R(%}cxVp#z1A_dGc+M}cLe=B?p0IN7YWs<;|NzlDAwySrr!7BYEO$>R*yMFDyU9Rv;<>zWdk7$#`ZL)!XPQ5&=9olsd}@ zYUQtxc0YSm0D!??lwt{Ci^XiA3=_jb)+z5+3IuSOsbcwVE`t)R#O&G%CM7S-36LgJ z7!@0duv{57tbv)8%}wva#zvnJza2*ZVm=s#q@+_x=b7{MkxXe(TyknE|L^>>ol1IJ z4seKeOr=sL3W=-8jY0q?W^KrsBnE&Ng}CyH)@RqFDvXoUsYkR}Nj^%YS3n(<~4EQpNbp86=-Rr&BNnaZrS(utav_+7foSvWOW|prq7LzY& zQGo*E3?mHk@)<=PzY$q36%kn9LY6!K>3{#{>grzF%+sjxBPKE9M>UO(8a1i9yArij z9kh^2hPc8j4juNDg>j(85wfsQ%66_Sxw0*IwM=jJ zu6Mnh|6-qWp5L3;d26dt8Jzw!W?rDLY))p1ySZ$!NPlrYzhtqv$Nd;D zs5d$`1Y&z)Q{tA0CMT2WttCus$4GyVF!TF-^Ym!*hze-tX#DikyI(FYF3t*tja=^e z-wTC3Q@7!ayHH?O+nF7h1OUH$Yah$~&LiOW+SF7qA$;Za`T10sfJ-N=UKsrNdP#s` z7~R_&a0Lj!BaT^av<($mm{8s@T9qkO)d%AC+NrKq1mG%T4sHCQnPuP%{+Rl8eKVuwSmW$g4DRj@u%)ZxM`e5A-*90k z82Bsa^F(6(ju%FCk|vacIsTvrzL1C>!^9VFEijkg#pVWB?V^AbHJxf;Hsvw z@kSkeF3GeF01GtLg#0jfYOezTD;OdTxV~#mw)$FtzWY!Juude&-(mT}>gp3g$yg_ZHUUwiUU>`v3K2?N;E^rmJ2JOx5b@H^aPN+z`2MyrHD>V%bR2`!# z?hs(znG=BZD#qi$1_|Dn&bBh>b_)ReLxDi3?NUN|SDV}8_tm*C;V;p*s^ZSk?$L`L z8<{%JVf0RoRhy{JV9+ghi0c;TCNh)h{%Zcu0>HBnW34|jv4l`!%^%)hK6LuQhnM77 zm@Wdhp$d_bIWI2eZ6GG>ch61)fMW{4=$y$4nZ@|L+ zOYxgGp%}98Q&0k*#=b0K0U&_32Rl2bJEs^`QFaRw{6RjMLMhVD9vcAO+}u>ZOabbA z_Vi$9GZ#Bt?;RPQoCGC|FQs8GgDFHL2O>OBEfjrzUN(V_WO77t7y!)Jus}dIT^(&u z31NGXl~X-Eg9}1HFG3s03`;I@p^z`ZI9&e67!0L&h+Ymn(bNh-|}Sr|AUofHc8 zqadvq6EI#MdHlE|IXW8OE1o_p#4_t6QF-Y?&z79Xq~TF@n)>(=ae#yLjl}P=SS;XD zkgGG9I5sykF9DBem|m&QYP>_vbr=>Ztz`h#e57#D2}{zFbju|KHV%j7 z;aX^(bu3oNU5h$K)jL(^PH$($>w>B9CSrl#RNvz3HsI^jII*&hPnBiItq$Os0N}D9 z+Tp~PAXrt<*boH0ongm_g`?o6L#^|_vJYS;eT4z*PYA+fKjim?QGp(7rCTIZqN>X+ zN<+dKGvA^PP!;&ERyU4voI{JZPD{{GTRS!APXU--UJAf);%I2RRD$M)g#hfvi`?f5 zIVxz({I+u>n*a=^{W+9MJbV5CkQu#tk5jRL5mxuTdniDo{(SfD!<9HJIU$+2cHs@p zL|}pV)rTwW2d^&83=K8h0Rn>qv!&WsPM-4O*~x$Bw#=|!3`q^J0BsamWdKI?+4O)1 zwF9h`95g{t<1l?-)G~tMx%9Ru*d5OdOdYjrV#D% zR5Z~P&U=WzgX81Zj9Rf1;Zlet1OU%OB8+92pT(hGSj1p-g5?mreS1lU^~z)v0%BQK zW))iXRwzYtHmOo*URK8|%pySwt@FQ*50*2A^k8}B0ijp`_)lmFFB`QD)UHg6$V4;A znRGH~$KzPxWW6~%69ju{VcjAI+m-{sam$v4KX-zBLL|_?yC}qj^D4`=tQaVYwRd#p z0Pwbz-NtHN`at!wRr;&oZ`NY%PXYMie`lpU2{3NH2ib+C6#Z>M=-pj=ACw~kSR&gD^@wt>AL@OXp)W5bXFGq$-G*xbz77(j*E zC~IwkIOna*Y@lsuR8G|r?7U~OYjb%i2V2rRZ(YNs3zrVY8bKv^D zh5mub+ls%t_YddS+c?fQk^x~G$xL)`=4fybg&dZ1&d<*u&k=t&fWQL5xwBu-(dKoH zkGn>)$pnXRn7VgB17}F*O6L>ChC<$j!-V(jLGf9^UVk(`GBSu4uK;l-nuVU=?BlP9 zDUz0Kv^8Ym7GPoeTyeAmxB6L+a}}m|IKCCA}&) zf@OspztPGFqR#qiGn*pNClBYvC(Yo#PwLXuYBlW*dc8q`I#+MyaG7GbV+YN}+2q$= z=GXEAJ^TOQP}7(ifmL~eRhoeA`5 z^{5TI>va+s+VQ5QI)6i#ww}Sh&4|=+L&N8vH8;{?o~3rSfVKSGfw%D+K}Sj0VnU#4 zPfbePM+Amd9DFrHe&m#fe4#FXUD($q1Q_W@RYAA6-lJ86N@zz_uu_`#x*Px=Z)I;; zc384FH#T(j4}t#5G?o zF5NFXZ!DP!UzK6aRK}6m^qqFf&ogB`7IKd;FuI}uOd~8S4eUj6+E&9z&J^KmR;C2x zECCj53lumdBw>RA!EdnIU7$N`2(VBV8$+b|voqyL0K5#}XDtO_;BVG8`1|w+#1*lA zsQCK>i_Pyqc1!k2sbt$Pwd@UG2c**SBTK!Mg`nA+lK^0Yzm^3x!S&3xks&A11@7i7pMjP z8i;KZNZL*ySP89COaZ`Q0szd>&**42dmKwIr~8d^0?aegUsKbCdiE6^DCp|$*B4aW zj2C?wd&oaT-MH$URpz|3^cT4qUx8LRC2SXxuPwporFg2ih=8Jvjm3?vt(UvpW#R9V z2|fBhUDp!RW_m?!z{U?=CU%VR1IOmkX#x%+AO$LduwY0;Jgo)68o*&Bf+#{l2r|$l zSU4G(5OstzU7#o<1}T+BL8#3pLC$7MQZK3z>LO|vSwuozR4gV7q%KC8Men)y`)wzk z{zN7L?EL<*zw@1Y&poHEzrPr>13beA+!Zq{g5sxd-@g6FAF{hMUtQhbn}2$5?82?D zrWsss)`QOa{cUaSO?JB<$+&dWM69o!wKQ|iKqQKJ9aegy2L1Kcu25jQTQo{rvzP*4 zy3WA6#i_0I(a|;HziccOYMu*8k9ch@k;%-@bMhbF#3B0#z~Z)|M~cDFAfeQGvft(U@{>tW`{Fqu%wtiCy<=ErBrdS ze@oey&4M|2<6=*PCrzwZOd116R zw`)>yv)Yn`40=^n)=70&(AO-`E8Z6}9&6hmyyE&Veo_=uZgZ8_8!S8sfbH#kw7D73 zigGdUJ3lAJD*OkJ-)f>SXZ`;JVA(m?a*OqQ01PWFdD`xrl_OE$bBqvh!IaB%iqn5= zwhtcxrkX`;DFM1|suBR+U~#Tn_rCyKg7K>w#$RH<1i%#~b53VLrP{<47&etgqd@_1 zt_Up@m>{^ayrP=lW_8vw1J_ZxipwKomEv;U)zv*Pz$IvCuxJxatAuA`$LyK70RWzz zy*0at?~ad+M3`GxFC!BvDB{pufA6&aNoyB}8<$!1dZWW(ueN%PKA#a0+7=64X*qp! z;RH2a@=myRWA_9A_WKn83$xZi1?>%bWyuY)?PJ4WUtfP87os7=0{7*c_nW{>fg!vC z=gpUz8JUF!f3Csnie^Ts{59B-qX)#8<c}{2)zpog|AbIBs#tfiVVQ< zG|vR{3=)Cd_7jZu0)K!1CCYtI{zzcV^p}orve}1=IENVS5fOVW_W4NnCKl4KUng1Q zoJw6(3^)Q)3r1anRIH@U#ZlJNQuhaqbYFD((oKw7mK zUFaQ&jf$CTW3W#8u86_5`iL;K1Q~#Xtf`>2PIdITr4ZA$Qp!RlZ|bcbpNy~44w+bR zH;U5ZQ&Xr*!;gza)RHi`x;k_5BC6OITPKH4*41egxQ_FITj^vbZoK;Gr+4oT333mQ z=JjQV$NMY$|2``2YV`~cPfWDvqfft`nEdwT%X{;_H*a1J-+TGy<%C}EAmZHRI3JB( zN#0+)ejkP^#DEv?Z>`S(e*^HAq|4vk%P_RCw#J^6w?98R`j1}lHxi47B%J`?Pkz65 z^CrEK_`U1u02oEOm$&y1zY_+GiEDbu?PO*bTCgy^a)|(MeZPxH;Kz>-4*vDy583Q< z9_W1z%S@uDY@C99WJ<$d>`_D*w=Hwp&tV{X_ckE-*)F8|P+&n)EPLb%3#SIEVl% zZ0+o90s(F#uE&Mua~cAlI3fNUZduJr1z#Y=}9R$j!nfv#>hJ17?q`;*-Hf`Uuux{c1#2w5k15`Tzv8gEQT4r|47x(rOB5O>E3O zhe;^gd2F~v@9gv!x`8VVm@b#ftN6H0G0|gR&tN^0|0hA8Gv~#$`G)N3fja~=yEOTfgaja z&ZZUgeygpjU(*idbyJw|bLG2O~k zGUxfK`ZK-W+d5AasXQj+Ft|An1C0eVmD=l_HggTp9G|tC0N8Ia1ZZ31@fdw}N1)7J zMlh`DtaPQif}G7#o#~EFyuZ!1fJT7Z&z<68H_GodRTc-dVzi{9-4~1z0K*pRV^xP9 z>IWem%E9l@`g(yihh`BipMbz4BRQih=D(v-YeuhE+@8lSK%O&_k3t&Fdrz|aq!gv4 z5)G$b;zwh!%pYQwn*t)IWu6jv1(!dFm7(N`FI~gW^r99DpQ2Rv)x|~dm~@H*2>z1I zD*l^VigOKHLjE!gxJ&9=dusj{gTV`#3~`Sy2!Q!Ou)^2)2cs{2zWe1D4<0twwn*f(-DUTBeq(X4LyO-+;EU3e!(|VJ(ZPgj zFAR`XJV{Ox55QLc=jjS(Vxub~y~@zFrM0!O6-Nuo&>p)-?KM3jr4Ug?BeCQ<$*k=k zWSHcP=^jvDHS#-FfWZJ@`hBd<2=>x(n^2C9DF)!Fsn2F-$7ilAFJHNGY5CFeU`tD5 zomPY9y+BV-W8H5@`}!&>YD;QMF4xk!LVHqI-({c2zPC@Czr({n--sO_?;jn%dv`qV zI;7kEgTMZG{PfM6tH(dAqV%t9?K z(JOP42=Mb~TbqfkhuJ?J9AqD|P98SkYy{Kn3Pl)zX%`oPqex-8Ry(b6 zg24eD=5Qfv%2%3qPDwY|rbBiROf!6C4vSG|)7-Pve`z-7i_jK7&eWZ^rG$Q)LyR;F zOaSn?LOcZk0~U=2gVE$J;x_QFb4skj*0DyUH6O21+?kVjVJ1;xtTAyT`@IUZ#()uS zP@w==&!IylhPgtZh8QIUv$#C;Ej8PzPElidwq5mHRv&{Ahd*hj4_N5Q&9%s z82$vs2;Q4(0{fgB+;uN4m8;Jt91Q*yXHG(cRYE+x##>$800f>H>*~7LzdqOy)XcXy z`hfu0r{CfFf~{0%@iOSQoE;vHPMkdp;nu)d@7cza7jcGek4#L|ZaKff5FCnC@uC~GfI>7RB16Vjc5A@g#9GWb~=IWIWslMiVhUs;e z0I+`J7kS}<&S|h%i#_rJ?opNBc)Slo&x8_kqUAKS8{F}Fr_5Y%SnVI zivHrD2ZGDw*o6x-GhBp*=xUUxQ*5MwD8U`62PO@p3V?a!vo|&xXM|-2oa)sA1;t`F z&51YHI*9#t{FkfqiAgh0dh3Q3h&6EwDI zVvJ(xxKOADby|f+1-?n?-tU%o1pj*nN8yDwkvzGS1uP2l(EU3$HekKs%3l2N*!4bgRd zV73Plc9DFGPMs%V*0H5>_Vpzoc}2!IKty>|KWzv;QvPoF+TW_VP2Qx3Q( zZ_aON+is(SeMP26M&jGc9bq2;42SKs_P-swJ1{d8q_b&{pokFc3C|>A+NIk~<{JnmbO85Zus^)FcM2QtSQz}p4)7bv?KnSH)4%MV_U?#{VElLJt|0zKa(i^j zHA43g1Nc14&1C}cJJ?XN_f`7rER6&P4hdl=n&TV~E#+hqII}^w=NACe11*^=U5GPQ z_)efWQ!F1`EMtViANKhmI`i{@k}80EdZqJ93r?>=#xx|8kf){HJq7{rpPg=e;0{mQ zSZ`BlEqhu{L=!3lEYUw%mA3(>yHx{qVaZV^+rZGLz!6$y(>ta8EOSOqr@Pl~FTgI! z{Fw%+P-s-Sgw0?t+w8l((rsw;F0>HX`kCB$P<5h>4K1G?Hj7;lpc4-LTcb&3K^t}S z)|vIW95$^|5fF_^u2Y$YruSq6mecF%8f#JmloG4a`bGP?zEL;)Vsk1gKaGf$Z=kgv zW+wHOd?-DRkPc%jo(T%TCI+z0Xs`U88o32+HsTz^Vp=mABoEkpl{4!Jz^HH0bG_Ed z9cXw(T`_TD^R?@GM$%P89(-f<41`8UF?Nu?(01sGw^H>t`Vv1$`HLnrn$rvH$}zd# zjc#ohm%zFZ%ZEK+-X^HDps@?V7L5wPX52JRJ&3|@K#U9|hF99qP1AAW| z#_#C#(@yuO*#ZJ1hi%>&zxQ$4=V#d)eP| z*n@Jvu7itcx2sEynYIbmo)Z)vVR)Hi{Nz*GRQ)&Mxh{7p;BZ5eee)xhvN z0)OcxHWY$Ma4a^0#r6eOe4^F~hw%MgRyLG8;)|9sPXgx|z5?Jl*P_KdM9ohL)_ebw z$op5X_MxcB&Zm;QQunST8NYP=oIIBAMzt;%)`uI@snj$P?kNHIX*d!brV>~HOw}jk z%!`W?qvH{x?gwEmc4pDUrVEinZeOFpjF6n8Oumer<$RpyItjqCk&Mq}_QqnwU!?Yi zVU|&>J#x8XF@AwTSU;z^EBqqRm>r&xRtN)&N#Y7T<+%7A>mTlysUIS+*UQB91HgDH zsk{@P@RujZZ^GwXESvA$o5Tq!oo|fuz!3}TR^@+eo&fxu0Sx*QexL2`KCeOW(#p!~ zvn`B{OFw%{3@k@diRhTudjt3#dvxzEUPK-g?_RnxRJV^5F)JUzX>zTV>T1O>p;ns#Zo8(_4F zU)>M?I=U@-+n*THE;*>o?=V0v+(9q?L_+(>8_GRY7dv>v{_K4jAyt7uf-Yf*T=}z= zO7H$r`mMBieg@CBGXgLb%xFBHo}M1D)mjD?s>l{u!CT~Ry+H>$d%ks;J`BNBEq5Zm zWe`$}W2HWe6fdI!4hn!zHqU;QaE9=mjp9t^;@|*-6fTxP!&_910Q;2LCh&Wk0POAw z)Re&RkfuW4!85?^b~mye{I?2Qp^$dMgwTe8@@cWR1maS3sR~!nu)v0W52DbM@a6kgd1dMd9|(wroz*p5!J-X&KrGK6fcWH2drqrv)Wa~pPG^wkIiG}4+} zUt<@cG+3X@x7zs>g?j-^Q%mQSD>z4>mEK-J6JOVbR{+e+rRPG+npp=hU9hcH0nAp~ zW_K?#BA~4@Q6-E#U^@Fz07jqz-LPx{b7ZbXOe%SUm?M%1!04a1cm`2^Ky0CSNi#7q+?Bv{M%zw#g zCe#ddMz_)CppUlqs-bX6sH~SsZMVtfHdtEPx_Fp9j?F9A-Px|L_)UgiOzKhbj9jgn zLRT-bmYGXop0~Bqp|4t_~-%%yubv83M&R|i=Icxc%u6LFnvXQQe_`; zCNKyblX|V3Pp8W~baaqMwp_jz!12%!08DQuRB4r^8Y6Rp;g5g+M>?;$a+!yW^3bj_ zfR_Pa?oh{>g2eWGCjXwUKG}VR#De|(@*fxRc$jT7I14_T1b>q#fp?Eo-5Wb3e&+Lp z*uR}7Q%p(XdL$wMmZtAv3Sz3oiMa(TQ$K7d0HX&U;T>W2$07j3nuDsEBd*!G&pwlw zpG~84D4)*&mI^q+sj>6{y%@^D$?y=jwtNBC;{X@LaJrOMCGmU}!#lcVrDz6Y*s>wi z`n=rq^?55Jd;oCF(?2{nHyjkdb&39jSPT6Vu2ILv=p7#$h(`GpcQp8*yD^bUNxykM z`Q*uSqVMkC>0kiUwM)d`7wLaKe58(hMDs_{g@wnDQ>m5g!uS}Aq3J9g6>uBTx4++W zcX@eM{5K&flLRA94}%2FCgv_Aj%g9-8{yqcc2}X27Lz@gRec% zKZ`I;cPhZI?dUZ?4(=!vXr&^|I$%<{Q)qAR?oLAL|{TM|I;xXpoO0a z+(#vFqt#@s7Qk=CCtB*?sVT)^zF_0JnhD%4^T-lSE3t}IH%yM_YpOJiYkJ95qmRMC zZ`$eP0njtSrhx@L6$TG}=@25{Lk$;Uhn!g1+<=6H29tXSZkFv%b6xEwFrtpkW(&4} zTU6$bq1n~e%>b^ed=}ld-EF{d6rKS1StN`>=n9h$W}gZ66kPvWz}|*VI=yY}yrL2d z8Nk-o8^Z+P(aFn8Yc=7qzTTx*z?(};Po5C)CZbfB-hBW7ci2o82P0TUko+=;RE=#T z0NXJS)mX1au+$JQTqJMZYHhgoy%K_9QW=htbDYLNgyr*1}iK8*z3U*l8#?T#Rs~*Ufef$3<-bi|C4ofKTYOo zlp=3S3nB$-DIXPU1!u4YRwO|--3iSyhA2n_w5v?jq&2QFA%@nnQ9imDkVzbB_QIWL z3<;YxF=m}?A_i_;V!WDcy!T@NgSpw;x!LEO=l2$LU->HKqm|$Lp5J+%^PJOV128pS zZdnIbEuC8BS`+5A#Q_j@GzkN6SkxnOquHtoc}3Jq z%jp3C@Z2Csb1Gd(EtJq&5#{0I)EQJ;Q(rf?13t73LO8eLth2z>fXb7)9@kaoM;r3iCakK>Z8y6lO?@48b(*)o_RGx(ikB!AxMn>Z>2FvEu z9E;5Au*IaHu}IeE69`rpja4m!mrCga=t}@bsZqA6gLImqq~+K_eJKQmLl8Q_jb=Z8 zOizetU!Qz9HN<0Z^t0RrJ9`1cNYi$$`S#L-KPmqH@E1dXWdr@^-0Rnj98?4zIXWU3 z{6{R0S*T(RQlh-&zH$67cuvY;5A||qVLSn+)ONXV)q(le&hZ5e11l@ zhtz6xc6XmV86^PUc_(lz6t`DyO(#Fzs}1=BiNx0X_ixr>sqT2BJ<@*S&HERffx*n3 zx3-0J_-qdnDw=wtgZC7GF@ii0!5{gC?DHUS;~yMLgdKOvoQnvL&Mhyb(vw*<>gDf- zPd$6YctT_kK4akTtA&Nq_~XZq9-)G>`}C>o`%1E)VUUHyk6i^|StTUD>{X-*`+(ep z{AQ#(DF7!DPhxN1zQs^lkWJq)c}}%HpN;^>dwh_?Yc@qF?C4VbZR(&A7H5)rx@g}c z7z<@VWM$=Cm$Kvz|4QpQTu!WTh#?FHfdzAU6|#qPOwPM{KDOFL)qTUIviBj!ep!@s zR0|xM`6S|QD?FAr3>CHjxD7V+HYf^nJp{A{-RkwOxLzLr0`fcu3eXqLTg%2@mmSK$ z-GJNAKn__}R`r1g=rvrnua<*53?*CjEf+?vOn&_M@<702 zrPo(3L0`WP!uj2d0C3yHgjHWZ;q;i&s^V|k0n<<;!V+R=9kHri#shvM# zNelot4Pbb2087PCV8|6{h6>XcuN&Ztyp~ozSsmR)7%=iZajJ7qgJE8euhvnA4ntw`CV|#W;c=vSgE_XINVkg4S`!^%?m04Jj}id0K)_ zubX1@eo6Yme&QfG@51zzecP*K5;H}D+5*5pVE7l!%#>wV7m`MT1^B(iVN!Bt7NBo3 zh)@O4SrT9{V7vngBc?D7o1t`JpisCh1UL&9J^^4FcdVw#Xh}I%)5T4U1OE$yy8z%~ zac^6`>(eS)z}q_NU6{F)L9(0DLx7?+h>V8*x~ zkH3&cFD}grMWkE6u6KB_H$Ik##iC5ANJUfp;3oR^Cg4`M3BM~6pca}qi+Efd%*lny zRTEzi0C6UA;{Og5l?lB#&R;t}HQYO-=IA^l21$8mY|tHz32UAC0)i=oo*sv=7X|2i zerZX#FA4C&hr)n!atbf~002IA6sFGxf=A#&2^cmK`ddaQki0ON&8~lYv4!^0RdA86 z!uhH*jLn2yerQ!Yoh?D+a ztZlvd`@cWDN_Ddb+}^wQ%db~5?eEkWS+MFXsG$IGygU36Zp&c65Mixt&F6@?Pqw&F zawP)rA`w^?Lh0#4S$TWeY*!!vO%n!;1*e}0_l57q?(TiY)aIjFInA;nVx7P*&?YOf$4xOH+ zLxBZ%*Z>^r(&#qa>InHYq`V37P_wfJe|sFl({P97G(BM3h7$DA_P?c&7ZqHuaaJ@_ zz%F}qL*A14R(dJHswz7$d%d>i*hb(+TVzy2%x!BsbVza71RM!2aiYp{aWLq(P1-n& z^s=(b0C1JBma4^x3FpenhHbB2OtDm9t(Dxfw<3N|)t4ERSV&W#eVPaevgUgXh}!S55sH72oUA$z-(s-fVNT zFIZ!!E+Mx8IfOR<4>5C2y4v#1EKYH8>koXVWfOxZi| zZlW(Z!?jE%ljs#7Zfc`WbcpynfBWivSae+-mGc_av#-Ar{5{%vtdn9r4iN5}VV&&? zhtIJ004+QhfXmGYu&!_;HXZ#MckK_M*UmPuR@r3L%l~g}&|__A7sAE-YO|2EI^wr1 zTr4af>eVkGYzBqtjHTdGPC|m& zMoK%uX)~9UUL6x~hWFq=nyD6W0ZLJXRY>bt(T-M{H!<D1cRk9z#=#|Qam&r1rNCFBMg0Dg`M zr^0~zI7HVPURqdXk1?N{7FfraFTSRL+y`8nxdn(r?=8=5ZgpoJqSk?QgcZT2KwCrr zn5mcgE}Fln zKR=XzOG~#=i2m!VSFevArTOzQQ-sE?)0%`dGIBw!)bR5Jlz*?oi=D=$<4^;3@Fw=X z8R6JY=R|G8F(W7I>jP0AG61}M_wEdn&7yt7eZx__M)6RE%EM(ut}4I$D#w36h9Zef zW_td{LJ|PnPE(4uKu;q2?w$Z}dtXn})QcCH6HQZ@XuSL0ogf%-2Ti!f#@6O@#nRj& zVD&*>b{)&hvEeygkX*W%wHTb61IDU)0KMmYUNH41w0ECBHAQ8}tsbLbO%*h;7R}$? zU24y@StJ3v3IRzEIBW(G;c(v7Nd_1al;cEBAw zth_=gF4KUYifFhlRqLG|lYgWlC&jvhalI5mJBhlU*;)Ura{^`z@(aG!f zmjemQ4A@ct_9z1m)-*IB31Zf718}vczPc3}th%6wT^Ir|mFNFs>wIFG&eJeXp}*3W zzl9crLPacMM%&U6YdW12Lw9Gf8DVW&i!)fAgl>$PIGF$`5oPUQs+hRqTxKUrh{+^Q zV$AN&VKsO$X0s;_?AgO^CUbB-%w?|bVc+L@zrW({&aZ%^RG@$OeZJ58ec$J?hm3+; zNi=jiVUz52bqElh{HuZ-_A)aV<2b$sL>q7=VYII?3-MUVs~2qfi_7`zMgNMd2==vM zXEbo;jFavccvjlq_A479fcV#h(04vNm7SeE81ehPYu3O>+!nxG6mntlNQ(+MjPGXS>zD4~Pd z!p{l~1Ez<_-|-LeCJ~RPI`Smg`wnv9O zmSm%v(ztk1AiItsV)Sy6m>IF%JR*zf)6F*}3%c zSy8kUwx>>=n#A@H`<~|}vJ*Cb`8>i{8ZQl55y?}FxXR-78`zfzgoVNn*@kr+5dPxv zK+qmxDrCzB~`Udy8pY8{9qA&##XqecOTu|Um@?LH3=2V@EKsc7YYe)rqI|7C7x z`_Y&GxU+Ix0Nh72<{XVwzWL_QU*E;d)7iNV45-g?_!dD*vTR>3?eRCk{b~Ac+}HG9 zY~{~v-9U`x?c2BSKVt+irjL}nqJW%jfDaaF=!HjPEdVEx?XjV2)bRCh94N#H8MG9Z(f*DhVItT znS1xpsO6InA{7GyrIrx3PlKq&-rF1Z89z`r}R4eJTL^nUeU8n0I&$)ah9On|5t)`(T5`xAb>55sEVd{*A=kG<@LIo1;8Nz z@XDS7Hl4X0$UD+fx(8_tElzLez7DIi9}~e{{Z4jcIh~zw;t0A#8`FTyXT$e^Pc?h! z>eWxLfpnh`z;hqxp?@u;JJlN|E1ZcF6vI6ukYtXG;uZ7n+ z@N1GBe6~}XyvPoZHwFRV;a-%V!QUar@#AcHjAdeBL2{pFp!g4tm}vJH$^<2CMczA| z(!na9FPmdMUk?kuq+7*$BXzH|ZK2PwOV>vn_?+i&4%xF3>a;sa{}O-Du6cyww#S3XlWWL zw_e`ZC>aIJOuH1=Ai`XgzBrEtTKkxq72_x{1ukB)QG#oaN9cBrnwIB7b^3A#82Ab?K1!U;|cjo>3OH8r{~=h`|WP5cY912@X>eTg5PuJ2-&zZy3tdE?pu9+$V1ar+?|!N}o}Xf!Q%UR})vf!+iINRk$S6bu z7VrxSZ#~&Ey?1P{698kimdWM5TAiuZUaZp>Yay9jC?k0a9h`o%1w0^Uk|WXS>F9Js z`6~eK^9SS%F=|TC0^nhj$`BhmcI=o2IAUkxy@V|ux*t8#>YQacM*Bty;Ce2hAXrOt zL7!2;M*n*3A{`5=4r4~i9avv4*kQSl7|-~>W?E)7ccb_W0}r9gaPXeV4+MUF&6=eI z;n8bhJS1Q>kVPC=twY$i=ZE#^aM0`R42~;GG3!Jp2$$1|=z_JiH5R&u30H5Oz%FgP zvU{iGl*=2)NwqgiYb|K!Hi$GPe?zR1gTT$EncC-S*TQ*A$P2mWw%S^# z8&9`2aFW{7VebLk6>!x!uCW3v`P71jqUHrz*n|yWS;<-s_(*A-rSbo;Tx|%c?-2l>c?-brw>72auiimt zm3rl72- zc=Qd91RQSd3X~T#k}#MNdDys^bq8f#(;Di6BNp6E7&s-*w~H;#zMpeh(Y=XAkHr~* zVSPoR(1f|**mPtFWu+l(EB9KV$N=rObe)2@Rsi^9UD3>*#8@!ES`SPrYhd9eG*xl1 z2qb2JgM5vS(s?EuX~M6ZgDziA%V~O!)oJ*A$QMKfqX<1`3Yo>Cx={*yQNJ!lYy}KG zD?hxHDVfn4vD-)ftgSOG_L{T3lLWim=^K zbxWJDU|WUqaz@4POC1%)uu?J!1RDS^Bj6pT!j)R2lwl}s%+J~|I!qJPOY+rNUkHg> zO6O-v{S_iB>^W zx-frhCM^WUI}UWwp$1*hDzsrUZh(B=y`*58cq4)V@MRg~FABfViL^t`xH83fYT$N8x9V ziHQmGncklySUi@RlpivQ*=JL*#v>FT8%x=iJ1EhQxV&^>9|3?ZYk2MX?(XjE*RRX7 zlQX&9mGH{CIilfJS7rvRQ=UoXLu zySi1~vb{A{tIH3THaG90>lwb#o11Kae#S6EYy@-si2U6`f1LG!%-{$dBXfjvRSeNnreO}CYC+-OzW^|bgLw0W-yv>1R z4;;Cg%xN$Ce4poif3VrNe}HNW{rh>Jf8XzOpQmUt)c|1VIO;mI?pTIBFH@4elT=GH z{U$h+5P*xYnZODNfSJK)c&(EL=%c3RmO5z$sOxQ$DPIDxU75ENWqEg?41Z3aXk_~K zG_rAU?H#i6bO)@>t+-GYyymSP+z55DvGe*V-am+)Bill8TffEXG1<%lU`MfNu|O0H zHY{$dk%G3+U+k-y0AL4taN&4WX8_o$^gwN5VejntJpkOq1NL0XVE{LFI$`ZYjIo%Y zNqy9PB{gtggY7IdG8n*gd~mpn9&U=4owDra<{tDfe?in6(AL0`vO~Sh>}2q*N+}5503!r49*25<9&g+ zT<>-?(xZhVEXqgG$mC4JTpV= zU5qUziNHqy9!)EiXelVpNa6T+@;NL4Fqk-Pa5o~~MADIak@74)bl}&Jy?8MaN}$V# zh`csipf6<#Cq91MDOF3^Dx~`eiL0C22Rl-DWhJehJ!oQ-C2L(qT#c_gYpXi=UE&B> zIS@1=| z{YmL12Eoas+H4>ZOAjJFHqZXDbpKn5df&c!_2ZBK`sMFGyn2N|n8h*lQrQ8zg*>mR ze1&I-aw%42&*jIL$5EFi>e7)8h>Gvty*oEPPXCglci%XFha=Y99G`%0ir5*xQ?j9m z$D_uYh@Lkd6eJ9WiOpkb@~W?|tKRNLY9SE#6U1;V_40Odvn%Q+XiWLNk#L#Yidl%N zvdOOmdigxKh2H$ME;=CsPVUH@5`KnmBn7}vr+KrL=B_GCZpW(Cb?|rT$)DBK(a##c z1Yn{sr>kYOOcZJ)10Bw9O~vR1TAkhrqHlhrR7z(H;`Qqf$q-VQ-tY3KstPdMM)$Y_ z0l(X=UV@6hgkv;*euuL{DrQ4eRT;h9ilM&f@fFClH%(Dqyw{q~xzf%#{# z5QtA`p=RkmK3&h0ysin1J}4XbYc|_!wdcxFx0g%5^l^!Y4V7S4w>0!8TTb`{z;yJT zQ{~ZfE%ad27p=u&O$y9PtK+mqg})pDJ6Z_9tVPmjw2r}Bp;$!EQS0vj;HIL9HL%&F zkCwBUr%o{@RmtH)Xo zKLa)&5CN(VX^v(SCi=l_?sOvdwMhP3W~oHe+8DxWXuWYm0XUV(d^r3>&zhy9qsc7% zC8ERW5O!vL$0}Z23+{5+P0kJqGI{hzH({M}@>p_vdp~l}R$GTj19)zEW#!I%F0%mG z4&Rs~Ag{0yQ|?we%LQQyAAL63MW73yvAY|IS7|BwroA6Ki^f6d6^Isx42&BMsLWql zBeZQz7cK@oA{-eEh~FkRIJ1I^jhq z>^(Lugl6=D@>Za$aQ>OY-}Kl_nzsHd7>p2jF@|tT0K8z>F7U`Ga?dvr|4Qmv8n9#p zDO`>Sfho>aLrD=qaUq>0cm=aTPCu713|vm6(;;N{%H>(QU~Ox4?_iJ4H+QyISKn{1 zmUbv6{&qNjO3HAZe;4GfBuyF>iXAahoeyF;x2y9Rq&1yBCEQa+30NUPJ}17wziJ!NCu)3PU@tr zN-?9BYUF6A@`7UqFiHZ9T2y%Xz}V$leVplw1Mr)q10PvuQXqO;M6X160}(G|QRwTE zWSpNprsHGQ_59%RMuYycpi1^IfgHV!xIw|(Rh>@9FIp}w1KA`${DCWbf4+!;nW$Xn|cFvetOH~;g`C*>*sB4kY0dbaOuq(2Jq4&0&wyH z?LK2;`ng4lIG=pFpcDbZktqbgsfDKnOeUfzB^FVWu^2_bo9Mr~eS1^ooOu9A6IcQG zg&}TMD9~RJ9A4*vv{<$9lmI+DQW}|@%rapeZok-0Bp?&c?N|wbSKDIs_~||=0EbtLqY^F_V&{{$3B}fTu`b{4N6-=>0F4Kt`t_G z$sm4inz#+V=O@}ctTp7Z5q;Uekitu!p$Dlam0Ixo3AR3-1>u|X5U)8G4Fh=oP$ZJr z9i13JdiTyqC^ystz+cxhf9aDK33T9>GXp_CAlyr!H!|4>>pgZ!LDR>o*wUW+11+4< z4|)Jf0obkLT&8Fd9x7S8zx_rJoJj_q5dQK=F^lvZ0a(d#a0VJuohB}G z^DY1#(CkhOS&)+q;8UE2Hkmq{{d3^$o%zhoGzN|G%Nx+3#wDrLB6nZ`>NTq!9ptU- z=7J30C{ljy{ey_?8~a)CODq{6s-pp1<|Ca(u#t|jn;JWsVyhjvq^*K^D@9KaJ>iZX zH;<-?W24pNJJBXt4#^KFpW@TvaHy`0Dor2=XYQak#9Lu;oMz^tvegsx5+LX&_(?z- z+At+zL5@*O2WhdaE7`6rj#;D9E8SKwa_0^zzI<8)oo~G!dkFrH5`vLxmXV`dO704b zzd6eEP0vWxkZ$&JRz{H0Sv7u>Wj3NfTh@Uwn2ZEkAyP&en6uE4S%7#ggy|$gBH=Gc zSJ*pQ&wM)ge9wRJ@ZjL^@bL40KJQ&|&?c!z=Cxb#r0K50ZnWqo*t|wB zx}D*zt&t&3;DPAzQt6zeYLD8i{%;{P z^Obo4@tvjI(megvyXej)>Tbwd!Ta>hie42y5qxo20Bt~$zrh(F^EmQhd3;XF#%f(| zZ5@Q#*5Ke^f4^>`J}br$ENFL9IYh`l9?6F8?mRu!sof7Sy@>EkQ6jOHNNlZFs8DGOgub0jCb>NPvkrWD z5NVrE@3+OrLngor7>W0r6>n)|yR^GHmtl*C6 z#vu{Xjt&xpk?_(5teCVDLX5<9#uA5dWjevZ=$7$=X0j8Qgx&doMx$$B@QXVMUkurG zlleR!{7?3G&hNPe_YvCCUg_ob-se2$_i|1WCC~{0;GiaYEfaxuU+~8|Is}0`BS8ub zsMojvuwad4aMuQ4lt8zB^l?A|xL7?J-%!HaYUy*a_#AqY_FDpI0<^3QQhj#rx2b6R z3w(7Idx5phrve33)XHL*6ueE#o>i-o)ksw)yj)RG+XuC7AOPoE<)yrk!Mto;puScK zQpJU`4eZD%C8`1BX=;gsWomija{Gb51$zYnQ;7CvGfzgTQ&L(QC_45s-t1)pm=ri* zOKkvviw=bQ{14rBpg9t8R>*M^qU5b`nck_h@I0xW%g+I7-PI0Xb*-~;t|0hpjt%kG z25b3eq2}9Xp%1CjDV)qFe~%L#Nj$8mCCfMEtK2BarXfRVd3$>a+K0M`JZZ z06t7HceV`?fDh5vMF5zMf)#pz=uAxDcd{+H!BJaZk4_}!fg9_qrztyqWp=z@F802$ zvCFi9xI&M_6pR7|w>%}4^|jSLpU-i~2*~pSmaA9rx0V3xkOhy!N6|F9_i}H_?8*!c z^$n%cal1(=u0{bS-(IwxJh~r%8ItzO|88yeu;ECi z?W7e{qYnY#i1z-X5s+7)=74RmB?ME=Xp+wyPKV)Hh<>F|T8pF%0?(YI;#DsK)eJ!w z)g;HieyT=;1Cx_e#g>(+aoP=zr-;D9vsL?JU|_~@T(%sUjw4~VN!B#y2*86-L54da zToAI^+(bMZod9zH+Fg$)wFZm*JrfB2W+xus{prWozkR>BxxL8p(al{OfZ@L@TTSFp zC^fOv1pt;uX@SrTMGMW%&{z?HL2DLQwz7i&;HcTNv=P%%S&ek=hRQAtsRD+)2=onF z!LTukP7C__VINpM?Wn17*2o8f@?|U3l^G6hy??*8^=2#k636 z1fhMth!K6$Gpf^MHjI-Ebx+Y-6x@m|f@~oDy>F{bT6!(NOXi+KXk@E#C^{{`Jwzm;c51C&!aVFV2?*xFyF3nDz?CnMU)#Q2VmZG;@PM_z`pTqg`&g>;E_~5v5IsQSNXlD==oK)K=cXh^M#qv?%yG;2iQx0_oH8hN*u-&a|o98kI zteRGev#NnrStq6!Nfv z%jZiJvVqwJh7t+D3ZZU+ri&XJ#oB0ZjZ*-)d;kH{StwT z7!0CUjjqv)b94i?u%G}PZgL5*LSj@tiV`Q=fT3zB`0GNq7x7nnZEHY*OAuD5bJe?C z0=Ft1S6O8`l`3fqT!Ee7huG3m?3$|3_GNEN+o%ArT&JJDd&k6r9O9}*@ZTC|Eeo1e zr}oGRRj@U}95R7Ls_+gaRSLi@(9f0~Q`Jyrm4dkMKK28$=Xf z%j4OZnUDvrLh=XKA0z|jRoc;pNM1LV&$6UGcpUYeFl{^-;e@$g00I10Sa4>#e@Fnh zSeS)2!P1WoAjx7Yl+t4vUm)~bXWoS+yJD2dk1>Qx#>t+;TMJr zlOVvU0rfZ%07ik%lsX`pevonU?UeZ<57rfc!fz}c?@Y2sXGxz)4N_bxH3G;>XVVku zXmkSAQxJOEdc#H@P3p!cP*@y~FWp#uz4_bf;_BwoPi*7Z-7W&K{Ch(JEcYn@@E|*g zg|=oi6*)Auvb~&MnO^{sfB=8_#p>eHmaGGk5Yb5Haw@rzHX_aVP3h#I31BbYzL5Y4 zjzcaz=#Rit=tx^cxGz&qHMOJDH_!c1fbLH*s}pt2(XIDyg8r}Cn}aM*$7dD`qf#Sc zMfBW}iQf@YAzXx19ATFDL#!#R5RCK7DC5RDPMlPZCpYJX&-R?hZ8xaxC<~I9J?$S= z%)JJ&4dzSvfJl6+2*H{4yQjNOQi`=}SWsi(q1tg15#?G~cqs6P0|dov2xUL`QK+ws z`}gm!8MuA*>X%m-|B&w|X6*cHZSCi00>GfYJ?DFSKVcWt=+tZvx%Z!`k;RhePo}T+ z^jt%cBaoNS3v?|~Uaf$;Y7^l3g}rZVd5`V+^U8nir9%%IoH&m8is&m}4wc&U$@&=u za19NI_SLGXGNu($0G`h-ll$UqAOp?`1^!abp6%`BOjkA=LGU6NF+?-iK>)UCCrhBm zwuAu77CPhOi}9&FrIf@OV({kX)7{}83|R;H;fF{%8HQas5TXUerH7hIGqIm zKTf1lgB|AGVjUWR_IRj>)zOLflM~a=a}5A2Q$x^R#~A{Q5@ZxMx4PYoqjRwl4??Nw zfVZjL-Y$?Q0oK`yl~_h4+3T&c!PO95wNF)gr#j181g)Dis&1v`fSZg;B~URCFmAzY zG4k5g%^=kRoI-t@n(~1;p}%vsGrC}mpiIGR%%)DFqU-~KP$_Cllhf^Xx;HioUKP43 zlcfU~Feq?yJ9#b?rP^(PCD;8du!q3<#Ao))EqiiTCM8&{09xzLZydEP4E=%^mSM&h ziNBRd_WF*)L%y!S6f)KzF5+**&K2W-fdTt0D^gzWp)+Bv^MU|ypj^<;<#eKyyQ#!& z+f4v}T_uerbo?X1m6@j=BGK|xovi<%*;Uu5^3{d`*VH@9*{tNn%EoAFlK|U&(1@)c z9_^o<>gjp+j>bO(=Sm1VlmF5O5SCRZ_5(0t(3ZQZyas7r7033rmb(4&7dpWH9BoGq zJF07Bhj@OV47$GImd2pvf))7fP9@H)&l|(KGXlUax zGyxtlCD5^?92*5-kX|Im1b!0l_Vr!5x%=x# z$hv+#8uZvRGo@{@RtuX@6)mO1VTT#)b9dO9Ghxp%PeOQWmbFcPGc_ghqk|NZ5E zWZYk4w)Za&9(>0KYY)~i-oD-0`Th5uot;;|?7X$dzkh!A>~G(Ee&^h|)wHuQ+alZH#fiIIm+~Y>aXENJos5iMaBRya;D1pa2abV41`T5=Kcb zKom!?s3E0}_);1gRSKOJO_PX}shy&zQis@0mhCcHBQZ^ta?vSw>&2vL(yn^5^FQZ# zUYo3s5}W!1$lKTN@A;qeKj-xC?V&TG$uE=eR5WS^x)g#lXu^`sZx;6UHtCG)DipF0 z9ZxYakQM z`Cb*eVh#=K-Ui7E+iU`0X+~Lfw1&Ps+9>=L^Od>@>0u3}5Mj*iF4^XJD2r+INNmXwBm17TcmID($5D;0Lvx{#_pygj%NCu&`rcI85^Dq%GBa2t6P*!8olMYIc9^TC7^=qZ*Ad2Jv~AEg#;eBF?oAxbCah8(0Ajliai3n zd9hi>g|dUIIZn62gT?$sITHA54={g^SI}2&b2Dfu7zcR?zzJp9pp(4|)j~m;d!Yb~ zKHpAG0|Uyj(9!b94PI3e0}?Mm5HE{)jYFsnm{BB~3@QDUhr6Ot2rqzG0HFB`4g%H* z&KKkTNy8i`9cdz(20Ui5f|FwSX< z^J@TjZS?`P!yoqdnZB%ib4xoMDPCd#FRF4}XzFAxsaho@GV7|v)yp zgR$!{T(JU9CK1&};5?CL4Lq7HpzpuW=c8>NopdgHdpLe|=3;nQ>O$-;*YKYm`<3`x!zzl9V&S;ee9LjuE{;F)n z8XKFbT+6!$yCnXvSZnLUT~4fWF8tu%&)5jH`zxaDojW%VEfg3%eoXlN@=x$K%jiZP zz3|Cr%766LkKY{AT=QkYoT-ECL^rX2#B zwD4{rZs*P$5Z-nYz!B~fV8-KRJ76Li3vFuvhv+GLd(uc`5($hjz{7@aO1Ztw_|*U= zSs-KjdPyd$%273l!Pa1_oW#HlHk_QHtmQ5d80v-qwOh$wslP?^QvfU-I;yk<3*@zu zw{U5dR1#U=x#wMs(oh9|RaR5FE1o#f=yX>pU8^smWx6T=$6~Rcy?|q>t|H8ov3ltqeJxk7bmQKjt+p7X&ML&U(oXio9q1b_02waEvLB|zz%HIF0e{e zRxCg9+#m|OQS)TL!sTtUq5Q~IA_@oGB~$}@>kR`5VAgExrsh5zYl{QHDO9QrSq-n%FRpyh{BXzV!NK#dN|G`_kh=lBJy;uXO>b)_ zJEFLORp;?eF=0iVE`hXXgRb}VA?6@-+=>Dr`&+d>?z}D*3t=ob;0gT(F z7|L(O!DcQ*;@2Rp^9&PKK9}PTk^l*^l%)PMQ(p3c~7Cdrmrv6cL=*y1yFH|KSZ{EFohi~uR1$x!|N7BM5F(Lpz{N|g7vhF>+_Zc(z4q&VX5zc=6 zv}mpA2{^3)Txe2}zNk88NDhAR!8xpVPhY)tYwQ1%Eo<5V2J4X4wR3YrLjw$P+z#l% ze0gXNx$n6-ae&i4`E2X;>&K2=XO|U67EUS>3uXE4owot(R}#36o2Bs_KoA&zMn;&x znUU=NWT^orMZpVYcSL(unriB zb|hZKhtgQ1Y|kN7q1q15U*Jq_&{ZpwkKA^bLUYI_lW=vp5m2k6pEaSk04zfqwre1P zOIG+}&dXyWP#~!fN)F*yPP|V;B3#WX#|Nk5|W`4a4I`zh^8*z*X|F z`w9StRov$C*7-3lPewCg7=w*>IB+|o_*ecCh0iU#A#m^$VBKSSfG!pnTtBK zD!;z?u-IYO*wHcm{MEJ`Y&TN5N4UTAG0QnY1U@AVB)dB$1MG1&k?ua?a@Nq<;R={W zgsyc`Dok(eL>*wOpCqu=qO5slhCk;>`d*&Ab}j#2%khZI6G2+Q%Oixs!rvB*a=`ec zW1Z-=!vOXZfW-mr_oCp(3`+rUBB`9vTn(T{%w#eu{;aGta(3hUhjka|82IZ^`x+c` zr>%18B;mKWvDPML2wPB%nRIfQk%W)U@-oW0*m^?l-ZR(^&GF~)UvTIdG4Ui1gpg%+ zEwG4Yvlgpgk-<|_Fv_M;`pDHqBxun@Ydp`A7`>j+v$CIiU-h#k>rz&Vf3*arcfpgC z&(k50(5}otSmU9D2td={Y#yq2acAW>d;9QOtu5tqYQXLpHCQ33)NqbnRx2!BS63fB z`t!?|i$e9K#Z|av9$-xS>}9~8089`~GD>r2mI%Sz3No2XoFW2)N%$`L%*axKjz-cb zNccMio~76Fu+W(c!?ouS@ZSNY{*Gh+t_2cr|0mv@(Ssn4|f zQ)CVoH&h7`uZ^1mS*(o>{WuhGQAR50I$reJAk0Dsf2;gfw2%OP`0#gMeRco-eGvOj zarWcc>FH_3-&sO1zxy)Bga@_r8te2Be9jUP-+CLr3cPb*?A!n+uo=Qvb^R|)(h{;} z?K{NJiSZ1{U*hjM_%wJ91d_}Q;OcUap95(p{fEda_*MT~!VF-}Sulg~mz$0vjFr!K z_Z&A^U}8y2B?kj|VNd?6hj%~M_6mTngJ0D1UBp8G4uAdR=|BJV!w>&?^YWMf`1|K_ zMtT3o*44!}d7e=m|K^Jm@?&FM|HMfgOqDv$B=D3nB~rXjEGh&n0xoSrDkT*{sF4LI z{55G6loiAR1gR8>LM1>TI(7UGs5Bu&cQH-c&7@xJf~vczda>S5z1efl^S+-A?U!I1 z+X=@0zVE!}dCqeVp;pIsi>Q|5^mv7H04Dn7p`PjT!4IGQ`M}_T%4A`%ymbkYNPPu8 zz_kLMiDptHz_VG*9pSu`frm>p8^~LRVIrtq<&VxkmEN4N(p_w;aaYtRa*zs zgX<`8%;R57ERq?v_qK;yUTOBPa#0we=#CbevWdC?!LEk-oIpE2WH5Bwiw)kotz&)N zQ?_kOCv#U+H0kccLX*Sv`$eE3BqJN!D zH+1}(+?@ZLSo8&lF-SfmdC!bW`NXmaX zuwCeA+O|*&3c&41XlY8yKfI2d1X_*Pu!MdMFUH%_63xabz|uelh*ZIQHD6}1jO8i; zc&;uHn?%_fAjLIlQcm1Fqx&&y?KmNLp_#lZS#mO$5JArvNMA*s9AcIdj@4rPh0SIl zMQRAl>vZIe-gUn+1!#S=AYVy7XaG33v6>@>6L(Qzc6D33Dnp;YV^V=DLn9|oQX1{D zWK)i&1(xElad#e}Ef%0Vf+>vRWM0F2HR)h!L~o7=2Ob##|6M9B&7Zw|R!)CN^_`jd zHG<=qYzRnf2K74^eg9k30yY$sx{)M_Wko^znn4LR#36}Zq?b|mr0#?hE zB@kZ#a3NQm%MT2cc5f^WVk8(Lfu)lC`WdWeFi;uaQYf2X_pzapygd$v8hE~xoocc= zn`P;O0y+;{N*G@7kaw|^ZUAC)UMc*&24l_<;I@@hv%cdi`#^wWJp5mD%^ZTt4g9ad*dh+L4bLkE9p z)6%isc5+Pj^NV-y-c_yhqeqYKKe~VY>#y$!0)KMz<|n5Gh)C{mA3Y!+fX zHA)no5(+#uI&R&hX@jY@)7t3uDjiPRx4fx6r5}oXB*u# zd&f4cz6}Y4s<{ej%#AHUQv|Id=Y;0aKsKfL8??UBq`3`hD@n)|rmHb_gs8@VXLd0y zCwJ9DK+5B7azeJ=9mqH|vkGJzT{Fop7ar>&_~r8Q&$rmi&r7g09Z0zC-!`8*QHE!O zYJp{)8Ql4lIsk5PxT*`>64dlXoin#!^w`|A#tQ}cCeopn!H)M9gst@uMZN_O*B^eeUG^o}CPBY2dc(ahq-0YV6}A#SBwfvmlrJ% z+(Q#sRFByOUc0(=tuEWvOifK}-Xrk4@8pvw$3WJ7NjF&7QVuhrQm-LOMabD zUcLJ2tC&xcqdMIZ4TISgjU`c&j^`}?$_c*^$+;CzH<3Y=no&4TdwV;T04Hk?M+^XO z1pZcYGw~u89|eFe)K@yeyK5Ih*vCHj(+5mD+Ev-Rm*EXNcBsQN714X&q)Vaj-62S# zjp;`Jh{4~=Ty~c+>dwIDwPQ_wcDl2Jdio@3qd@@H!in9`IVzM&eSJM|PGasrAy`?j z3&5TTyY7|h!z~0~pObMgXt>>j?nGP;|0D*`a9}3m(a6zf4{l8Lr_!gMJ%9e}Mn6i? z&wu>!-YAYqGn1M@8#g*rJvM;pqrvh3REwDWRh~=$j(d(}&{!^IW@lMUlU))77!Csf z;GD~V$Wh|;SSXs$XJ`E(<{k<2%*GNnx8cmK4u3#rB0Ee~`t>ts)QF%Vp+1xe z7l1?cC1^;b3c*#4wXh_c*Wlg=s-u=%Y~T!xjv#fYafkdwY}PBd>s@2yh(KX)yMWOm zW@s~-YUJ^tr5rRtMvBC@YDMVvzX-tfDBRuM@xqhzFCE?84eJx@tpK{KF%17Hfkh#- zZ4@G>!>u6~eP06LhQ_r4cxE*OP#N*xf<@(8FPtcw*Di9s5p2^ngZ1hZ0B#LyWFf$( z31Uw6u)GJMG>S0l3q< z=GW^mvny{wYcoAr8rQ+XZu5lT??Zv#fG?fQ8^w#^zA2kNoNV%XJNwah1^^3=zlO-t zW{e@>HNXw2XjDD2|6A@`7WkEmA>2j`j>@3(H3E!-A*oqKNSx-ON{ZFO55Ng&4SL)9 z4I2_3c$5h!W8JBB20`JBT2SW9S>8;g(&Qy-K)8+rGq^h(NqT{nzuRFSE11|qmjci5 zK%3O?!phrk*UURmeI@~}X!3&f>%fFCo=)EmLxDMxq|?7Uc2v|uxKhdUEz&sCt;&0s zMk;IqBb$)6^Z6nw&w_|gAFDs*g$oy$CxC@ymZiT8Ss$YKYi7;U(~^0s`_9D#`P4)}QT&75Oh&^XRZic2E$; zC7m}q*Ywt+qO5nFU2JQ9BWys`R-OPnc~YeUMT5ZfiXs5_X`np>;3O|qLD&Al|}?9E^ypUJ$rEeZ~y)N>4WFbzdiruPd|MZ4W~~1^|R0Z z{^g;o(`E zwM!Q5j&;Y(RPX=UI-i)f(kqJFU>n;Q#~8mD^K4^m9M9D8AKHnL2MH>e%p@offkH$R zjl%*W8dXJBupk495*bBGWgr2GD2pnKjH)PEk!h95u8~H{qAeYDQ*|-wqKc}K+Ki^7 zE~@FG_uTuv=NFoX0YeNp7{A|l?sxAwNc|1v3a)+9k^slfSkR4|>_r3+e278?XU;Vu|{?$Sw-as~+pF87zcKPs4 zgb`M!3?zN-J`=!wmRlRU(Jda{oM;1p1GL`uJ9rFo9NK#(dq}?bhAlkMiP2&RIM!e@x75TIr6`sSM95hnEu@oB=m~cUn@w;8BCr zpk))fl?QtV2amS<9ehXVTOSFEZ^6jz>Xfq^L%%6*V@}Jw2lLm6P>rSY>{KuyLr6jX zEHWycMUHqXlSDC+<&3L}R=fYd}uG94wM9dt@g4dC=z}%H+ zLa1Tk?_F#GUxuwBn>pRMGf4tMPNj576voQayg5xjy}_VeES& z=PsMWj$J&e`LbE~`A6wIC(Y|}!0td=bA0qzM$jOKEUhft4(A6{M1mzsZ^+WdEFTJg zNBGsOK#w$GJU%nNDoXg20C)!W8*``TFL7&?;qW!TIzN9&HDX z>$uP-=Gny&iwyWXKLmg2czW>V0XJJId#k-C1mIs2eP6zO`8mP&0ppimHyOXXAn?|H zV|R1!_0unQiLYFc-fABEc(cdQ#ic>l_i%N0msovGEa=wPEqlSFaKTu-*)iULybtg1 z)abHPv#Mq#n3Yf-A29^Kq#Di)8GGh1$IePuW{$Je(lJZjS;}2vD<2|+uAZ&j&Io{| zb-u)F-9(1#STWg7kijr+SS=HP(b!0fT=16!aCOSUUhc-iu2?Fcr7xBka4t{zw1vNa z|F5r~C896>^Izg`mB&;Ue)rG6{p#uK*N+y%4B!)}Pic|-EdoZ_K51v-)gto4WAmx*44D_{mPHWpc0QkqytL||7x>|^YY zA8+e6jAf8wN-9x|1b60dOPfdK0W*Nn@gw8EstVoB#o|A1tA=MNUw7E!c6v<1=r(D; z>NI?aTf}_BNOkbEc~N*i8cSyZU>Vj+^|lsM6ZB)a0Bui%oVqS0X`2xYVZ;@;n4MT} z0kF&7i!{6S6 zIp9vi%#!aTZ+sJgZLWZ$Js9Fv1d+h)6TIn6XMN3Ut9!8fg&lgXggV`Di^klln@jy_ z57-&70{GAoKtPh8WCdGmbsh#V-)%i4Yg2QH8h61k!{5paSEKGsuOBD?9}Nau({fwK z1h-tnXoG_ooG!a&cR@Y-qrq5ldZw57JBVCjap!irk9dbzKrB?(y4~K8fm^8y%cKZS zpDDH+Dwp$6(s^{c^nQ5U-{W`}@|P7ko`Ce^6ac64CV+{))5AE$qYAAyfpfX$9xyja zORZRW@ncaXxs!O_V4_P+nRn^oq$BPNOgY0ITfpCe7A>2HRHn3!bOB2$E;}da?3N_ku`He=m2*qSa{Y<*T*-5N@kr_;QMKu~xgR^+yghB~$ zr~<$XVw1JV9b3u{OB^?#v?CuyF^n~vB?6Zsg)susBmg`q`j`1z;bcPM-#zHtn>X*^ z%M0|03>vcT3V@%L5ZSVF4;}^2C1qCtyds{@tc6!@UA=b`@CAPX;E%5`fR`_yAI7Sv zENxsRq}u1p3}E`L6*BO{T`80_oagNJfXhcZ7Z2rdrCQY@mDzkYOYDuuqV$C^061jt z7xKy&nM;GotWOgF6MK*42a1SC5L0GjVpq-YN(1w0emC0ed6sM+uy$xfs?kdJsuJ|b z{3j#h(mLs@^`VnI4?D-EwX9&`}fqg1CP^*laXD zrI$VW5Dldzzw|n>(*DhCVCr;-udS%Y{y;v;6CUA%aPK2tye z`t0q61(^|!v4~;-t1GH&uj$j2=s&S=|1aNs^M|je?ERXm zPm%mCmNOONFDc;JLLyS2zht(`Oh}b^tdMjufRjl(FAOxhs<|fn>Hgc7lEzRky}HqO zQpnkr(_~i{W`gK!lZYf>fzheExo1c3w5#bQBo(%>04DB*+mz!Z=kOe{8I92BDq@2O z1IKK+p+)G-mIv!W~9qIZh#vr6KHeLulO7tQS14#oi8*3@*WH70uot?7Jrx)}Ya zo>Z$EC;F0P2HB=o1G-1GWWBWtZ4Uq9_`d?R(Gh%D81}U|QGlGYQp)Kz zok~YL0MK@hJ4zd-age`7oX*ha7!0bqQb&iA?}4-1-PWZ`^i`c;6;0tBN~_?XA~^6U zw}R7e0$IiGAZmMy)oQmp8ILsqoHHghbGZ~;qS2@M$xM0R7$JCQW?-QA2kriM{l||V z9UT0C?oOH%Y={=e7ihIy!2iQkz~$jG!Iva3x+S;(y^=e0ummPi+RDpr3C0ir$9)cm z-D!jOB>4M2b^*LxdhQ?q2e@LSJB4W%E!r)YS?nL6kUyWOHy_)h+@hNj2 zC4#wW3!)D;#?dpzXf;XT^ck_Qk~XYGbUI@mn25~rNY(1v+QKZ0+X?_|L@|gRrF3AO z424dj`+9bg089^VC4(At(NcsK1&kj;zo*KisyE+x4n0~ao#T#ZHtf6c?1iN0;xpHu zzZjENuB&%cw`y~+>E6wog5SHBZ``LQ@Zeq$F zvgb+}0&qb*>iS(yEz66k(d=4v0*y53RLnP}g`$|Q^wPRKHMJ)A4bTbJhmu2FHjnAC zYwcB1x2W`OvFVs$tveq+#LdbCuG;xk7$)G#mHE|E3coX~f9K}W2aHNGJ4V%(Yi~b( zcDV2Ayt=4Rgr|SnXneYNaL_o|+}!-_gAE4olfA~~lSf~Ew*LfPSD%0P?YCdBZJB85w2-Pm}*!WJ^OvCF}P#A@Ic{M}Pj295W&SOy!1nk~M+QM z)A+@6(FyviVfso22Ug(RA7$bfPKjD3xBl|?zx>{=&HUyU#b_i$x;IxW_g4tGsVw4; zG7t9_6swGl4H@b&Vi{~rtqb1T{zuoj#I%)PVcZ7W*v35U*citTTx>(8 z47QOHMj51FnaM;TOyW@>w4t6JrC;0(PYPoF-67*&~6usfMc zB!LZpRi+;~1Tgp;1cOBZ2SPC8phxnB=Bv?8hZm*LRWt~PY~j}dOvkLv12bp|GrKx@ z;zFAYQ0N4SJq+O1W`~SMqNP&w_>TEUJ-&Efmc4ZQ%*J8gzEs9hF1NHeV&bLIVX9Sd zSscn^3Tg*>IE28+0k?HJ@OXXT;UNhC)01x-U-$|%Cz zt!8(T;`N4lc>$d?9siiz9+agufRg4SFZJz77zcrftm^5Im&zsGXt7=(^_ESI7sgXe zU`g|;AePyL3KEiGB zEd8OaPd-`Q|KhV#r^bu|E`EAGkFm7H>56ud_);hH#nM8#J=E^=CQ(lAg<~M?EvJ*t zpL{-Bym6xpS?i@$jcXo;G;~SB_>7P@a99xd+VEY(nnm+U9T0e194J`$1(HVv!bMB} z7Kie~9D^ndYyA}h(nbOcedT6yzZ!vN1t?MGkC(61YNTzsv)OF5n)$?h=b89xKm$Vt zUsbz}r8NTZ^B;cr_Up~?kK*Ik0>H@muhvwiQ8M4c7DyBmP(a|HSseTSQgITTHA2u9b|YD;vxe*K}q7E)N?s|ZHuc}aQ)e<9`4 zmt;aAr;PFTTT#TcY21N!*v}>vzm^iVg3@%SY+sL=YfALx1QZ;3KboC=u)c2iJ81Yj zsCDfqe+naDoX^z*84L9cP5o@|9RD`3JhXjnle(a`Noh+?=>{4G+(J$jk0b z7Y4j!bz>6&@vRIoe@~n^K{ELJf4zM5pSyqg?oWUG{mgeSUc6W?%~xQ`_0`BoPG0d6 zgHETNNg{ZXyBR?krxyiacBh&?5r7>;T(-56?5`6oM(JGez5>{XW|VUL|Ye}-1i2twO6_N z?Y<0D(s{;40*CEB>5B-SW&qRY(x65#a8(h34uweVdl12NqY2e8*yh*q!kz8HUnF`3 zz!)KjvSf&1n+;A@4sKI&aT%8Go@2*su~eT}*(-qA--1W*%~jz*2KQjQO2)>L@=CY$MWj&l;4Bi=rC8t9D-=5V~Bfu;ItWo2dS>gvq&;Dk!u zEr~dfwVhhMczI!=ImJ2o^CjB3v=`|32Tw1QTO5vd)U$>n$uz1v+%CJz?Mz^{{h9fB zJAF0JuAyOfyO&p)E>g(vb?J7P*v$^~942@N7_h~ne4}`%fUQZjLx#OdVdQ=#0zIrn z&<4N6T~@$jQpBv27a)Ln7T@Q0B?G*)T>E=%Nu8{&D{j}UH+p|26kc0f!XUvV>HU5F zZS5w@Pww>H{Q95UhQ1ry8wfZPV@c2M5^G7(T7=!$Pyp|OzK@^M&o?Cb%lv&Lq`pVL z#H@uVzQ>w)bCdrN{uX5NBgQZIi+8?RQ!+I0Tw8jG%IYguFsSsGV&!FRl0e40m|{s$ z*64t>5;E>!7KK#}*Kc`F(WiPcOyERzcJ_AVvQn4yucd$oWx7I$$DlBJd4@)e0n7?m zu2;N@=POw@J53)?PM!jQhY7%_QM^znu$sUrhRMxr#+`+0e30jw;q@%5Y2<$Cw2WMS z`SRuW2Xnvs@2giYPu(5qTU?x&&hg7Vod$n%>3NqE;buBp3AW*GCkBg4HFQz{jG>FH zXqmrGLNJ}x-MQZThQI7?g&%sNFq?1kI3)yq(Nfz4xSe66s{F(;GxISrm#1`0chf{G>|qoquR;`c+ZEc z2p>4y)hYteAzX*lh=~ErV+3Vjpa7V|(QJ%`&ZADJ)Tc9nc{*Vy`pT?Xgu%Y-;id|> zCnY|Uagxjq25_n`WiE6Y;GHA{(>WUmNZO`dyO7#&)NQ_u;x}Jp{L-AQ=i{1-3Q zFtQ#l2R-)|uhT93MJ&bTNJukb#7ZA&Tat9cgjfN?c$_=u;1R|K0(5MgxNk5RZw!=V zj2=*QCc~{tg+jJ4ZA?2j&pR$P&B|c5j-2KWBUQmO7kLaJ`)+U>(zrCA6)@_mu&Xsp+~b+uKBS*yNE+KZ6z#ScbJ_0_1N zca(jshM<2nUMf{qRvuG|uNc0X_{HZR34{@W762bAUbd24HVnQl4A%GB^Jh0V1;#we zS3WE~c@D|T+mnsW?I++b;0yX%oz9zqr$Zp+JWv(8%9%4i|* zuYc16Lk>MaZw!yBw=O$y8UO4_pzBk+*)~!2dk6Hql zVQ8}<9E|{}hqJpd!V0^)nZ!H|RU456nr57l6$57T;MaPNqNIpWoRU;+@3A$h?WD}s z^_!VVcw~>vDZEdrXyDT1u+7!UeKCk*#*>`r1b)#A;`Z|D}nACxS9=)H>0rRG#rVJX36B*s0 zjlckKOr2l^!0wWCB02uY*VX<+b*E7V=8ZcS9PrMLFqh#SUnn4L!-h_RWIz#?7cq|D zE>cbE#%;)w?n>0gN(z&W8iB1OP28B>FUA=ANo>-O#($vgw|?2A$^Iq#obx>Q&d_f5 z&I@P;2k)JG&+k0XdCu9+Zf8--kn0c?SW13tnAlTO!+lrJL~VV1!pR zY^tDwj>YN&otpdx@e2O-j|&6_4;G?(eK#NVVddOC*w5AC>59gsje8~6M5m8a!Hjh7e3N~Q5XP3lY_^FL2vB+CF8?p*Fbx7EIT2YP|OLvrq1GXNI& zT@Xgs2LNtwuQUGpo|?wON9s6BQvhH=(`KA~US=`VGEyyi){3(_VO1i*;9>xGK#0HS zIB0a+zPF>0M}wbAcPAZ}b3}C$UGUn@H~aD~F*T(W_;nn4p@WJH;!msqeVkn?IXi>w zEsOpT2#z?^Lbo_Nsx8apj3+A?!{2yAw4n~(oeYQ-3|?A>8J6ZFt=@cSL>SwAvH0a* z=hbDh2;uX}*b>4E$BT-;1pKZ~sVjEQ+Lc^*bUbxHJ|DC^opMFaV3*f?}zo<8V z_3jEn)G0&1swVY5fEJ9`tLtT{4M_aq$UWT-$g_XD8Db6gGQ#QXVBftLwR~5Y6F9S?f?hO9Bzq$2bpYp5y9l|ZK zR~|3lynIbZ$}M^D>(7ey8Mb>rXb}ROUGK4Fws79;M*^|HVqwBvAM_B)V-W{E-z-=3 z2EcM<=^Ba&{&I#^g~$vTJW7iUys)0vo+Jn^ouIjODgZ0|H6_9lbl`HNkXT<4VMR!O z6@NP-HR{8`My)BansPxAn@F0=^|bZMQChfj`7+E*|1fpduS>a8Q|_Fz80TJ*e+CTL z(wO9@juQHHj@W9@ot2U>d$Jd5!=Q!3?vwH#>%4HHiUVIb)CV@{l&kQ&zU>D2345=) zQjAnczmoT=wI*^WJBUd8u&@QD2{g7gtnVQ$v55f8B%&P4?e%B@r$B+5&(a4f_*~@X}@o_q#E7shC>u0TCgIDHNue&2I6$R6Uaq}!|bE9=PuG&Tic z!9sw?X*{b&S^~lZ;AC3xCLK#gd8E337cY*D4ssHzUDh$J zjVDv7Q|w2u#Yq6h%Gi|?ChrQRg5ik6VPDbK^t&*8Fi8sP8Ds{fhm?){dUG6T>$S;WX&_QI7IWk@1-1f!y+FMo2#n>XW3_0lISU9nB*F5oe%@i7 z0t0+82R;N-#NS06H!91=gKY^#=+$uK_XZ`;pv24b#V_wKt#FWsW54nQ85TIO)u7oI zUWHM$&BV5N;J*_ZS~`Kbq~%qiz;uEj0)qmpmzBYA)N~IQ^A-)Qr*Vym1iyHlF^p~c{_b^T?_qDZ+wT+FnyMWxgaw~^5XnqTV zyiq0`2cDGAQ2Bi>h**B66j*MLpR-ad_`AQexxcwvMQR0fAM8ATwzXN-Kb7}|e{{UaD zPd`B~_(>J~J~H>{a4zZm`9o32+-Bsi)dce;G39whpj8Nn@#yI30h?IUF7Sx0vhfMj zP9P9iqnlZTg9=&zxR*m4-5hIx(?*+Ij$|P_$ifFCc7@St0pMvZhFEi=Km;xhE)#$~ zuD_#jVQ_RJj*}bF3jR8tT&oa3XaL-!29&^GxHEMQFI+~Fk&5HA+}O=KH9XG2&|;T z3iKfk46M!e^yIRUY_&k^1S^D*uG&MdGzbnH8v(&NTuS5Xb9wbHl`Z({H#i- zHcrH|yXyjg`$Ix2kSgcK3TQ3cYg4H@e9$wRF$fiOo;_v8n-YcjQ^4OoGGKGU`As7X zv1*QSCOAfr$J>`=75h2vq1Ehl;BN^4JYH9au_FL*>&cU;Q;>jJ4AF=esEuJ!1y@eF zdUF`SRZmOp{Z^>&fGl!*B7oma18SN=)f)43<@f!(V63ZAX#&7RXjYsNKS;XkW+Ld! zWHD+5G7P;1ol!CR*P-p-FoCoKi%!?9I2`(I2^r11$J7-C<6}&GGWf+pD$ganR-uIg zBiR=W*i!%|4$p!QBS8=u46-e&*G6#(Q4NZ~+lIj9BHY(!3z> z-19?LNJZTVIRe%oM zm`n&=sALBYYh>WGR->oQP}1z4X;!5?cxI*wcxNhqu0mhvuOPwF-stskTf0s$hA4VN z!FY3Hv#jmmP26s6S@?okX8?Ecgy+XB8M9f7l5+Xyp9O(86>tTQAAJAQPyhM%3;nsr zG}b78O@$Vf(%*jb&C4IbhN;RrIC%MWF#ijfy(Mobper|h2ch0Ve0QJQ?O^xd@d4rY z7d*JkTC|FxpKd$};rGeCYUrhjr4nErOrlC$*DKs>a!ptG{j(OKt>|Cvy{&(Laa0os z0}m_$ux9}5d8)ti{JKCxZ2)|!u1-*w?(`V*r4=7qyh3zwtXFWPr;EYiSE;}>iz9>6 za?#Qfv=0|xIxpojnP^~k8P(uJmm~cH-GlS}P;3!_dyWsZtaI83{>W_YeiRU0Tpj?x z^2%736`hqW4sWcZq`Pi!Zu2YgkB zrDb9HF(;Ntba9SKNw93Wy?hvak$37f+YoRM=+%sZTz;6Rz}2gQze}^9{ji=4o1dV- z9nQM-L4y)BuqcW4N3+_9 z*QY|9#Y~b)n`#NTd0fNuvTB0j9ar;)W80c5OYJu>-SpoHhvs zfeIQjWQ@1>!n2Pcyod&HzX58ohzc~wZ>b0ZTr5sC5`Y~w<4UI;-*gWF2+OT_dbk}k zLk7UOqRQ`*J^~YK8dke)W{}f=?Qo4m54t4CcM$bYf5Ha60(whorm9(+Jk zhQMx=FpG+ROrQhaa`23nvoa!>5rdin!!WcW?g(PI@i~w1ghU~#!@Lpc-G)fgmJC`0 zF)WCV#9CN_Ci^7-w++%kyS;n7oeX#hJ>Uue({)20-s*gDex6=YD@!*oEl~FDRtpH(9V@Q>?eBzNsG#4i242?xrR(}) zo4T)X9NX9C`o@io9VfQqB+ef~LY$=h2_X_hrD;L}XhC>wR0f$uc&O4?6PwhOjBX@o zPyt4yf<~K`htYu2hbmc6`_@)PNEH%1^r0^uLwiB1HnctUAul`MIp=q6y6s*kmW}bh z*!TN==X~e;SPsYsvsMgj#L7)H_vqRN5Zr~d8u770XFZ!J7MyTvTkqjJ&!7MGMoo1I zfF1A>?#;o^sIF02M$%W6EFo=8O$Xfk6@43U4ZydL5g0fO0A>>Gs-LClC{!07R0FET zdV&A;Lcu>ch#~`>H@LNi!QOnC1Pf{_DLt2iZ{Bo%xd1&$;Cp(+Wx>z^s~DJFq((+Q z_|+WqV68{b3M-y7mzPj{7TCSb2#hnZ-!q=A8m&&>DkBRUNH!ILs7S0XQbJzk$IjFDL+>^^=V!{V|b2^8u3_tXSy!th`z%k_KI0$z}ak8 z39gixvsvh$Vmx~z!3wF=zJ!`_Y)#Z9iUGeTfkQdsb!84WB025s4UPO4@JvnvuH3b? zt6li9)}Zkpi;ufcHd-OWz(3L2m#~#gSq$ z67R|L!s#u--@&2B=Ll~JjPMJMGghLq9Jpf3ytaJ2?NhA7~1753E@6@ViF zJijI#z)A&dM&Hm-$VrUz{n~yHT9Bdecp<@{8}#ESSnG@XoGM}pwjC@1uz9ZqY$f;z z(FH5c@^a|erlEQUT*@3U;VFQ|0TUVz z)?x80M6DK@VRzau7ZPv_j1w&_|feoFk!a8mW&{I=&T!Pk^ z1p?ZBHlBP%w>Mpx^c#Y{oH-mztIq%@oQei3Cq?L!NIgAx>-u@xu3w%49X7TbnkT`7 z8SoFmJQ_SZwGODI=dEtay_sQeba;5+%y)nJXyx^=zS&8_ zar#^}w_+}wc3SVi{xhDTi#2R^${1Vo!qy-*sO;#{r)MZbGwezac#Mvw6Jt_+e)nBE z+?zTx#()hK<`XMl>EkP^T$eY)Kk>kU2~AMQs~5DWuS!#-r%wL-*v75w+X z)29!9_?p0Tab6=?Gd$EO3Y$!Q3{ZtyCw=(1AuOV3t1~gSJ^*Up$sHLF0~Ax>{Ox zX0vMVf=70il(C^BUQ@c@u?mpPX@u;3ew3NOaLM1U(#N<(yaMyzY zVUS>dTYhps@b}HnAD?@C?py)!0A{1Np)?GuHE2mF^t7Z(3h2ro0dV_&sjSNFIbKL* zC^LzY4U@C0Ch90Ewi%(2F?jx}E_&KE6+q0s|I3s?q}0+A;1 ztCWI6KuXYbcZK}myIapIsA4)~-ZFi!&O zFtA^)0>cY&RWFoGRO$=c)l}(p=9+c*NOe~RfQ@TwjsX}=V03kf`0@@0JOD86WCsfm zGB)*H!q8v zZTQQF51&2!WSFf;ee{tDg~La%Dnwl-9QOI}X47BPhgG6ruZHG?!o#6xjd#aTI9XNg zOGX8M`}(;3E67Vn(J=zwv5AQR`pHjDOu%}1X4Gh?2H2fAuQtuDNwI8`GY2N*5^kr0 zEK?9YAiPW*p*i!Gsqd)rJ;7hppHICr{m!ZBQ**zZTVJ2k2zv(L1qnmYKJe1)dvd`= zU*f#i*4NiHC{31 zylqd{wytf3VkBXO;5tDhQeilgv6u-)fWt+c7bC&u9xR$pocR3l<3gdffSkPo_Lul~ z(5QjMZhA`))S5{~wgkZC#*l6@@K4&yO3b*B{h!LLGGnV%#^0vZRaHM@T!>CwRvr)O zOp;?0+!j}H+x7@VJWi3fNQ#cR0N~_!q1bK!xKbmC#Q54a>k+G9VBw&d3xvp4A|U|Gje8cMi~ZG0K@Kuf11yGNx>TLqA$fw{XjMg}zASoE zf}JJ*4Z`30I?*(gc~X|3ls=%nJwRU!a&iT_Ki@wH>zRzLHE^dM6L?)+27o&uhDav8 z4Sgb&X`|z6C>f4MQGq4^21wF#Oji3d^qql;)iD8J;lFcpT!H3?9DFUx0NjBwpuO9- zduu}6C5O(Dy{pr)Mvp&>3<)TAYOSiIW3%d?2e*O*pEkZk7Uth=o-05xzY2{?twD!r zEfsHss>)*{l3CJ9q4of+0|GlCsI+hknU-MyZt>VWFUWIt?)-vYgXJ+K&_HWoFqk(X zu&xqNfwnA%XV08*Suy~S@z$eEiUR3j2Hv`u;P3G8@X*lE$&>Z8A3r&Ss3QZwfM7A- z;G#1p|8{qGo1X0+v7{yn+?nhDUH?)3lZ%^tU1Qx@V!*#WfBh)3l6V~WH=m#eosJ#7 zMgR2aRK_G6*J*+|o9PMwy9~I$C)a%J&imio8~x|zvo9Y$+uZ#0NL5lI1dohk4GlxK zq|X;N8Z959CX*OZ-%D5=g~UA+ZD?y?wcZZy0T2z@8xHRcZ{N|;@iK7t)mO*fetT@< z;>C-TilJi!zqF5yF`#nJ0f^b?%zya0zSySjGa4thV{V+p4mP&q8^Dos3e-#Op!+OTQ+C9!WDVw@}Ad+zzZ^PMy8xLU~vi=aYir}--a1-Lx` z(3qY+py0f#`{@!WvK0;iUFBB4n-UI8BG>O|puvKtPEH*^UesR+xt*Cga%5_8kvd@| zzXaj)CY$Jl^UaC#GvvV-G7{|l$I9i^6+zzn_gC+&++SH;U7cGZ?k+7s3=P1XyL{=s zgTD_R{P3+H=jG+)n}WB0y3Txt>qu<)y#e6s27iSCg9a~g2I=a#a}yKi-gx7jtXE#S z@EcA(VSNbwGxb`|wSnO7!iiH0CyFxXssCITQLF+26NJfy50Vd?kR+lobAs_OE@1YX zRxn1WONkZF#8)uNf%;9%@e_L6l>l#!ndlQOQ6+50PTH;yQo zvgX2_2NoOgc$bM=NHrw|fRnTI6HpQyiL7_*C*ePdS~CY@7`3MorgA~?^_b#CRgYpP z%qD5>5GRPbDsSh(dxNQC>nrm?Qw9zai*-DvsLGOU$gg6uCxr!;2VGURNd%Lt6%viA zXx>ag1%-IeMk@1V8`2&7CtiB#liRm{$-=WxV1?bmRyfS3I+XJ z4Eh?g$Y6O1cb@^^qCZxu>Hmxc%d-`HM$}yA^nmGDD5vVgkb5)-{1pH$AXvzf)43{zEB>*M~ zHsGr_y}fNbFnUpi?#OK2*_#$;#!uU_D}ntC0Ynb@32wDgx(FRZ{GC0F6~`x+lI}7qXPpk4+!+Wc~m}+zIos% zA(tR5^mV}C?;>a!q4glG5dp-zaW&ZJ2K%Zv-s7fX@CjCU(aOEN zg0+gT)%z>={&sKW-s-P+7dYMoB*&q-_@(;RivxznA-0yE3Z2cL!B{Z5F(E`i@ogX!ksVH5GK`1`Zs z#chm%8@vJpUl8=Q8yo=cv+F8sG?VDXL0v#EscxI{-EO&#+W!JjS8%tD@XLsqw3@$8 zP97c_MZi{aGh#tDyS$o!i_-_%S#tQgDI2lONdQTOsqLvwLvNc>9^x>-x~nVF)rEQB zCI%C3ZsN3WL|ts*t>*yndI+!>b-K}H%_{&qO09JsPc4xSv{?aILAvtxED$z%_io#x zM~%gz(^?1u7P7)}5z-UBiW{{i}_rTpQ5-H!Y@o5IE_vNYog}_>SRt79^ zsa#jSvUOP`CRh+#)yT`r7xJ^SN_Yi<1^H}3gC6is zCO_asp#8k5zNqEFm5=Rs5y~+n>{LKk=&kHXxGNjkVFaeD^1ku-=uV>v-H=}ilSTa* zLM-Q?LSfmXju|xluHqZj77pxBCQzDy+RifVTo#x+lbXkXdxc;pSI`6u>M(yQ31LU;uVHJ9C5Y;qju!Q$gdL?+=HwgkfIX*6MEXx2e-6&s0 z91I4ts7!00Y}F|uCle6|NoTCRb?d&~Vd&F$D|5AJM-py5dv<<){++`@X<5T2qBl@Y+!T)8-Bmt zGE8fiG%ZeO%L)=)U$bS)79_=LZhHk(c8$1F8|W|-M#Z&lgCOwBLUILw3BE@M1dai` z27q<*03-hv`*$fO^kb5oXMUvAvdm2SJB@$Ve|qr`i}+kvSX^A3f{aR#1->sMdq)IU z$Id8z3JfhA9~(P)=FIW2k&_n}O3AsW`8$N)86fX@4FLQ=^Zwrd;KpaN?tCNb&a!-d z_uXg9%kM3Jvy25CzJuEHyK~4|SXsG;wYn;wTwh$fCV)EwCk^5+De#5Mj~_pNP+VVr z`_=MI!tYbWY_?W(-o6${I2%TcKmMEHR0w+dS)4d?+VnCqky#Dn?S zyvI(b2eZIm#{c+o(Hx~UfXH6P?(*Ce4CpEloaH0qEIl!`bZ5W)78;R zc8G%LOuI7RJlFz9p$jErp4yQCfoMU=9_rofPG~bV-Zx|(AuIJ ztdDb$m@IGewC&HuVa6r@cUYb-)DWUN0@B_bd2zkK|ML{BHa6BN z`#~-uUo>ZveNb@0z=Ko9!n51DCnk8U{fh}<+Q64YHt0WAk$$$pSsokdwriY0fkbLL{8sL;lO& z?%?1g@OQ9*ecr=|hlciK`^Lwe@IiSjgkVeeRTTP+VbE3&DPn) zv~`|w+<<+2{DHyXgE2P70h^#Oz%(CI!qlNA6as@3M1Uv@5NS+NgO=8M!deJ@q=Xqb-WINa~*vW~p zkI(P@KOg_+pMQJ#@Y2Jboxe`ly=q3Qg^EEwR|aqtB_bW3DshG@+gDWaMomSHE~(0C zT~t!>mP2o=G>{8`8NodqbUt>hN6nl)l}qTJ8b1$3d;aGV5)~_#E>$aZ{uDph#f<(V zLHGXs`wQUj!ga!ogjg?+ogF$eqEM24k>TXL&BIaFHs>V>Ox!B9gCT$Hhk zSJ|IZO+RKTcX#O|@Ob|04(!Q!4%0x*#3@)sVOZ$O=Nuoi?h`#$*lk3a5&U3s&OTs)Xa62#?N zFq8hA&yM{y;bj3o>>{Qx5~|*LUCrziF=-N-iN9%(*5NKmF<=Zws^9IXWC>hpb91wF zj=%J}6t3jr&I-UmISU#_JSGLIuZ?NQSwtWBKLe7a{F!#Cc(uLcQbW4)cPe)OiR8k}L7>Shi+6lm3{Hlh{EhDwC zRk>*y!bQ;M;!LLs^XK7T^xvSiT}@pe*uOwQ8IO-fU>$70z#qFNoid zldtG6;1>gSrJ}hVw&f^X<)W;{y1HL`Wu!1%jzNm|T5u8!_@hJXw1NW5k|Jljr5o&Z%WA2i01Pj6 zgZ*#35cJI7P>2pvez&8&*bM_6rPTu6g9KfSDwT+{N&)XJunG>wvWFJ-Oz*QL2GH4g z&9wN)x>QN8Z6uPl(OU{_?|(4+kS$?W|M2hi?#;A3yGdJ`aQt z_J@-uzj)Rcf4=y5XXoWhTp!xGn2L0*_?TN3t+ePJLQq+IHuLljjOD0TmCStAab}go z?P*0mmus8VMvwngIYROMJsAUV30{YDsm*VtT>!lqy!b zc|{P6)T~f8yM6QR`oEs=UF#2?Z+-@1Za&}Kythpp-e%RC0eWxWzWr$H+SV2X@B6b7 zg1)0lvHtPhF8;oF@%{Jf>&x3;Z*Onk!~UK;M*?^m>0gAMGi;qjI#?7i1ofw%{`&o? zsaw3Pn9Bi}2M_ZXin4C6>54G^BAu=lBDdA;T3&xJ0`HfzeZf48QT|{;I!o)d5-S#^Y9qbgxIJhHyXzJdq-J z2%J9M&eO_Kbj5kzW@#}}-e;tQ!Qbv-1>o!kZP7k5YB|(sKbtM<_FEealRR}NZ{2E| zVCLHMMhx>p6uuirB;U)E2vHcapEg#&?8HGoA5nh;HWXns`?s8XjKaGCET)T6gVj)e zEP>8GSDQ?|6D)NuE+UMj^+>Jmv{n}g4!ZYc&=1TIK5 z>;^Eho!qH~lWRP-myJLU>>APVPQ(8w;9WLYD|<-G`U|s_QXZe9)K_f!G>cORJ8S*| z!C_F?F9MjmxeRW)@>MDTixCGs1MNo1rX*a*MF8e}ppO9TPNfaEY0!y|4>WsKmA5iQ z0+!(}Dr42O+s(g=P17J>V6=_$P7_EbVTHN)h!Z&W&qdJ00$ijW!91KRMe|7=V}WGMH8#5lmP5b&%11ucI`}EQu4E6&%QV4 zJbR3-oDq9Ok1{J@w$3c!3NpIGVWz4hQ82zaQr%clG2V6N%<;j-!(0d5h9>0XTWw`k z#cVlJ?6z0{*Qg$p=C+dq16)0m?4aW!1``{2mRjuT%%c_Lmg!(umcz(Uay6FQodvLD zfrY>_u8glyF8YdMsxPITS4^;aII%a4=UHX~f+D52D!t2t*?rfhO^9 zg+h9wFn4uDBnw=J{CWg!kBPeWR%Hs^F*-u>mGtglMVaMzR?M;*jD{U zp}cloJt`6WEeO$af#}?H6tj}w9EG)Wj8^V&iVjQ+4)T8($UTz~3FD8y+}Mykd!uTS z6I+TTl9zUV*r2x)Ybws-+EFG5@ynI}9Gy_`)squM@=AhN(^oN7hmo1DC~eLQK{KO! z@I{aH9&!pk5PfsK1fw6*J zst})a?ljz>(0)S#cY0xRX7Vh-cJlJl8fjaxV-~%e*DcG&7>ge%{;rcK<%sj*;@!o2 zpKUJxd-=gK(7U-z*C$VK*<8Q()mNEJhScx13?X>#QC9vEg4stBR+O0x@%Jyg0sP`W zU$1k^(dz2z0}{ZSPec!|BJ@0S2csAW!>f$qnLD(v+236OPIFF_SLUwe`BK9BQjH|e z+a9UON%&3Y);^kByE4aJORAJR*XYc140&eK!W7yVG>mof7&YTvCxG7Z6XV?jc#B}F z{Yy3&;J!s&tbBN20K?4s8f9>1<49ABeA4hyig_b}G8qhjs(~_mT53oEUl<;4t#3xp zuWB(u3sQY<9Q5&4R=~rjhugIP=B*KCS?%qkgTFyE&U84;Y=M#64Olw7&B=j3ymzis ziQm#Jf8mrzjE4M05L&{`wfkA{sx2r|SndLR;{~-~u4vz|Tr`0F>{7@GZutDhtEVW0 z=2?H@5DjGu-F(pdYKPJ5Omn6e4$kzGoYtK-mswfjV#jA4f961}5tIt)ygPAYl<^2i z(tq>wa*sc3rp1oKM*K~u9iF0USPpyaD$bfpnI)+dBq1%gbNr1FfD8Am6z=XlDm1JZ zoh*^svs6~D{51(&DC274_4#nTX!WBPV_(@e|^)Cc(I*a3IdL<`-k*H2{AQ~49 zV7GKV+qp)1kKg6;OAc58IP8@X55A}s6#(PLV+7Nt86>6QV{2(Tr}d{&4j-N394ZBD zQ}yO9lii?=N;cmxxe144Fr5&6KKN4-ilqkHQxIl1v%=S`I@Od!r_+IQ--HG*5m+_# z))9X(&o>GH^W(k*YhwB_;zqy&rN=h2(qX1?EL5^JrrTgEu2SE=eHArgm_QOZ2jCJJ zVO;5QF@R08vW|XLKqFEHhmav$v^YI)VxcHY|zsD?LGnY}w zZ?@X{EOqNG1Rt@2&PrnvvW!&JF*AYrG&8u9wQ;M(-)51?d?lf{9W6&lEed+a#>Yhg z>p;BmE*{i_s4~-+z?@LGCSEwT$noiJJ~Q&sc@W_vR5|li>S?8oujeldh0}x`@RzNp z=49@l_)N(Vq8T}GPY@>ft~`3Qy1cx6*D9BiaPb;K##>ukFSfAOR!RTfnccVp|L3_4 znVCSioRzj+O!ock!QbEf`@cK*`_FIwvzd|n?+U`t+=R55K?Yd(%Z|}N@R#(3N4&*( zXDjK8Uv&R(_wM}>>(BS@-@kuHoVeDv!B@{cB>W0`=YFsFWor>G+LGh6dXGQ?Uq|`Y zRcYv_y_+u0o_BZkaVwYEQQbWV00X}bGHkq!`O6+}ZP@AV=r}!OTDZgaj$?Gh&3ZY= zR0V{fKO_Q6#WN$AQ)KmKGZG*hCH}rQJp9YL>?EyvEP1lsQ@QUFKx(r2MYYnxGYCB7RiEd*Motq@q9Da*_P=rWBv@3B^n z0Jem%_jt{}{`WSYT{u8rS6LOZzTvQUn*Orsw`R$e*BZT`kHR%U1*RaDpmV;9PBF7h0w0r21KCgtaI8`AXZ#>*CLZ|1OM&z61oWIN>dxnAC!L~tmqs9cL=2Jx>o~uYw8CPl3 zNNgZBIxs-r-2($XnDWcTPJWJ1MbunFRxu-2%NXr;y%e&S0PN&U1p`=mk$j~p1}z|o zD+le^LIIoU-hCo|b%q%$V7ILdpJKDXfcEjY?m-yrBLX`#3GC1iG*=h)D0nb2F9*=r`{vjonb1c3owIdnFQ z;(Z?hWedP8Z{P1c!leU5;CjL|*xPBQfZOGS)bs$nXUE3IVzDt&zQ0XK`wRU&5qo9T{&V6|0gHPXd{=SLQ&%(7;}>$AI=%ma)enx9vr zW;qsv=45gvndBh}nGB#y$OU~@R+rb7H&HOPvi6byyg~qe!2o`-_59Jd>l;v?b9Xj2 z?sLU+lAWNFGxWG~&mKR{tiRbFfc{3)z?zdVhHyaOOeA8s&iTNW|au z2RVXw_SVNYZwz0$bm>nwhHudK2Upc78jI98K#imIyX)(BWq#5O&u`!<5905|b<pPBeC8G`f~GD_W*0)ZZ)a=Ne8?zFc`R!cd6S5!0+|xND*DM-zj!| zQLPK*WgbPN1GjHq`|#(AUYU;-wM1@ZU7&~CIz~tPx`!_@fYGVM>K6}({oBcZ#NBzG zX|uYQC|4JWVC+hs|3`F}QL@fvfykp!GMcFX`S zvnZUk;Xr>cf1|H=&mJ@7Yxek>=c^CAC4>}k`WNn5Ed}vuI9=InI`&BHAEo0+Mj!}m zUE=7h(;Zw2V6;0eAYX~QcvTF;_)2CG&{onZ5}1|^5Muz7{zZ&h7+l+SxL*pO;~uoh zDu1gi2J3|0902D_yF^e*u!O+=s&J0$GlRG~|NEvd1+eppHviI#qd8!_Kw%UWprl#>9FbyEdN5MDo=~VX!eLay zNdg$EA5FlL1m;nR0$`^CSdzeYDHbM9>7>AtqGCHKQUst6?3kTM>nKM(w1~aj5cyk? z1K?;6LeO;;3gD)uy#!$FKGxE0;tMYJf-aYL29S%kD1txzF)rqD(IMIfBL>apMkF+3*G(2Xy6j{EFi=0r>dwnig0; zzpH^~2Jn6^i4L+QN0rmfqnmAR;jbfapMNh;n`8p}>^ZhFd07BgLBMh^HeP7S19Sh5 zF9;Vb;%vj|AznQvPoBblTa}b`)4RXFA4VU3Y0~vI0>HWK{RLN)Hu=!s#&ePI`>y11 zTpED_Huy96(KzxRRQ__=n06iUTqOoDP>*{A{S06`x_Hf8FMp8)Hcw&;$Y1Tv(ZP1n zv#rclLg?8}4k}*|qH0?&Q?~Wc!O+2j2M@gy2(%^=XJZMuCYFeyiT7u8zgWzawAzI_ zK2AC~meNk(#K?%aHknn+3GOpO>^b!`^)&r7jTm$~ol2*05%R%H>8Zu3r6rt~m0G0R zqabSu>_wIHX8_PMZQjiYcat*k;8s!>h7i%MfZ$DH@a8fOD=Uz`#7818#OewMp|`$! z@#591@1B4D?fN<+abtG&uM-oqN%nchyrWF!F7b6If6es=A}~Gl<7EzPuZa~U%X7jn zI+M&9h9uVk;28k;K{o&UaBlwL%+(L1>zUTIFEFfOhHXD`mt=|8d9v`_ymU0{x_nhe zOH5$w^LbcYBYaOk&WmMMSI!#k;!3RSP-Qd(cL2aFRcm2VdbmyWZy$zubXYcTTxy7{ z*HH9?)&9=LKpiBLM{j>|?UPTSrLA#T0$>sj;@A-g1S-&8Hr&%wSI@ZDZpof=CuyHQ zE_%nQmdCUub2MVwu(Pa+Ha1tjKEqSJq}mZNEWZ(=efj=41GuclG@z^z;)>y<1fW0t z9lR&moYJa&K8_qPq_8(zaYX>G&IRyM4oDY>{&j`-z~;(^N-UXMqzy@0h-)?>@k4ld z{t=vTaZhemrK@W8X$zB8t_8D8LR+~fQd)uFSH9PprXZ@409>YHYOv}C+Iqgm%M`aq zcx0=wUH{f(`KwjF2f~uP^848DxWq2KmEdoQ_+r7~fg~PBptn8k?B0g{AH4+* z5cc~4?5luXG{mtTR;vx5ab!V!KulAzFxykRQDEiPc@euyLc0R3^#WkpH{e^ki;4q* zQb=IvbSH`nRp)u*}YmMk^25?ZpjT6g?Ol6^A<_Z}(_7eYogA zTi@<8CnFk!20aWW3hgV=t6EF|4zUXsVYkR5Ed_QhtdQa>r-Mh&I`X&_THGcC!lGT- z%&n!Rg{bP^uK;EUziXC1^EtQ93bDzkk9|&01k*M&2JPg`Hzqj)#FqT^ONXOYLf3Ju zA03V7knHWf80@|18#;{|EUZTG7YZ1?5iIIqN9~sytfpT#vQ;yq7Zc4t75=ighM`qs zuqw#je%L(;YOXsHWVE8a$iH9zBzX-De2k2sVdZ=FgTG>3UtAi<(Yc^)eWgQu($yN5!@2*Ae<23k8)sRV)Yhje*j zX^9(mFC1y5+b6gg2xbplj5R(sHhwnsRU!qc6&q2nV%ger)R_Pbtd5v`of1)-=6vwf zV)`p|*es>f*8yf(i|naEw}B@lDL?!`FYjCi0M5+Ki{i!bzndRVOeC)pd?yI}*JqMn zG6*xo-_;Bx@XG3&H&DPYU#@;GxLkYv>hkm!XMXT1Oi=*@q;=B0DrHfpDm7C5f`sx&( zCJNI#X7I7Yypx`so}PRc1(*=P!@2@i^RCB91Jm2F@yu9e9OI3uP?i&hudU5~2m%X} zVO-zYjNvM7TEn0fl8wY+1>mHbf1W%U9V#MbNo#ErN25$GEUk_}f>wSj8akrUU^tUW z?>t=y27Y?>XCHt3ezC|`oo64SX{3PJQZmH+#hl;PP#>booc3iNA6Wad{nd`Zx3#U6 z)`IUIOoaL(4TwdXRoK{v5es_v5r-)G^A-RYHqcPDRzw#YxG)+=gAD#tI#}^n@jQ~? zU|g^xVO42e`rg40ZaZ(=xo}rVD-$5hc8Ap(PodSrtjNsYml*VtE5+=M9jS>mrh0ob z#f5^YfJqeqaM)14IBZq?8h!v@K%l?S3cz8GLMK=P)0Th#YmTaHmLlOE>^+tgfJxzc zbnB3sf~n5HZ@|S_Ujx1jV2MCW9}=c0d36Be9-1SjC9aV+02~2;Z7x>Sbsl##;HQ_3 zJ6OQvL2FRtn}t2F9PGtmlIc{menUZX%wGZ6)+DiL0Wh)5R*R9qT%zo~yz zlEOXJ-fw;X<75*D9O+n6^#Kcjqx5P{ry+o2o|=>zTIey=+H9Q8)MF!f#+?qNbxlrW zGwe<;iCq-E!pqs>@-lzDwWy%*^Hzbl3krK(q=l_bRtJi>EuI?AKhwo|D2u=o!bFUIB$`Q#GAwBX zM!UR>{P4hlBC7nP(DX0!4};;v0WHy%K(@Do|LI5dqc)W#a9AY+Oqx1Qcft++`fYel zREJ@`A%TN3?F`k|QE}NL`lflb3*k2b1P=|RnZER7Bwl2fGRKdKzg7n zU?|{^&YU3#gTY;Cq|ZoDLs55hsDf$CQs#{xjIL;NuhB9>f1N7cg6&4wDCG(V!yJzZ zhXG$M7c=N9Vdr)|xKY^xFtD!jwSFL z76R~_-+SZSiAj2*>4`mm{=#ylQZD5uD)aqg{qIhynDPbV0Ku0h=RYrDKmeSYa-@GD zvnG#UKovBRnO-e9jz;5^!=*tJQ!{rb28qg3<<;E1Jc_S~#lI@!Rw~QPpVd`JU#Qy^ zj2L=&|G}+0D6As>-lQ*@)q`v9bOm#p2V2kwA*QhE!iA0r;1r zmw$g2TX~Y*{rxA0SolJrSgrN8K-}iAIh>(^-d=4f5=v*2*p_Cqr@9Ehv`~zU6pJI= zSiw7GTG3rr25fTUy)~rjsf-Y`*=*O~2*e#1kqz}lpD(2O zUM-pI=Bm#1-8Na-Bq3yF$Y2nIksBub+V`c<1KQn=5wa-|Ae%b6uw>(Aev&X@6(AD| zYb_fs`wcm#XF20Kfy2nzi7Qc?Z!dRy%nG}rd|PC@fVyo5LgDJLiT$&`2AR;f(UN2< zSPKP-J*%To*bzq#mcY0(05BrZo}dL_jyTaXynzNFPBTYB0Px6&1htV0_9G>(6^OtN zlDr5=BlAnI6!ZXl3Z#J9;K^hXKWPA1PXRN4dA{C01a_@nuSBJh;pB0Ytbto(5C#AF z)dB!<#-wL53c?x+I3qb=q)lqvqJU$us9OP;sB9roE7i;q6T#DD_u=u>jaXP(o4)_1 z0JzbQbDeZ@eUpWms9cfQ5fT7K&o_~{uFe%tViF>E7G=@;gmR0_%q^l$UGk47Zinwz`9 zUqmWrCU~#`GPsA1oj%kp?Y`aJtbk85jin^|Ep-3Bb>ipPYoYCQY9d#uJifJ3x>cS( zfA^h1b|aP$G)Z7_BR*Yuyu5OuL{uGAR!x{zyH;Li*j~y{A^-acDe8Ik63VHe0+WyD zbF0g_&)JUrlN`OAIETresQJ8#E#F+hP$EhAB96;=BLbJ8fLG`8@T6S4TH@NR(&DX$ z_csAPXkP@NA!OJ8MpAWm9RX;l)$Qjxf4_S9^5ym)x1VgSZ_4rP*%nNm>Fn+8tryQ< z8-NCazxZbT??P!D+fSImNHRYGlb?wU=DV>;G8l2_D_3T&%&lT3p)$hK34Eja8A`55 z=id3#o&R$fT}oG>c%|yOyo#uF9+gcsFUS7eQn*i{!XU(Uzh?&Wwm z6ZpNi_eP+Jz>vX^z^JHF`nQ*T(1)-6h5&rIpT~EeJ^7PjvAEz;rb0=XID^*4YooIt zULMPcf~H?mq*YdVJ=>Dk*4Czz9xW6a$Y#f%?u265@YDC*oxRyp<2ySA8?6mZ1*@jw zRFcxt6o4E0^fIdu$CtSRD}>&ohQ7YOrB^!*xS;f|1fw^BLs6mDh#KRE@>pIl8DKp3 z7o{@6a9B9Gv{bdh^0D8B-A;7g*)S_pV+GqtR~QoznTj|+q-g+O!m)t$T~G9yeb%_2 zOQ4B2a4@k%Hlzwmb^wt`iq;C5)_JVEU5vN=M++lyG1D1R-W!Ra-rXyflY8e8?*CD% z0x+qTwh+mGE{bV2{3XTx3mvgN(h6(V6VwoK4wJ%f!JSg(@U#zzRRhrU^f7al0$$kR zGH9;JVh9@m=9$5keIpwih`TSLu8ZwGT6%mD69X6~Sac5iI7Qv@uoW__V2iVOws?kY z2tcD;$fU~Y9GZ#uDo&1MGJsLQhb~~Wgw%R%Y~IquRapSAm4A$9T2+g^eRgAhG8a@M zwGfC!l>){vU;sD?04M1$_a~Er;6ThUtc<1VEEX;Rb7IJkiMDa{AJE@Tzl>)e(tWJ` zPK^w-!Kw9JS#RQfNnNcf;=zC+FQg%Ax$12edWK~bA^?mQaPjIILa>;6OB{ z_9B8}ZjP-ox2?+DHse!9ahvoM;y1yYjtK0+9MdQya2$5k_1xSCt9L6;F+`Ix3-C7d z8^!|){b?R8jzX(qap-6iUB5~27q@|N<9;by++^=w0EZ9a!TVr<6)@fqfsr}r?rt9= zC`QAcu$mD?)K_L%agVF3Yv-SuE`Vi~;NKQdBhjPLl&oo>ZKIz0Z5GYjZZOzr|Ah|D zWZS!^e@p(~~E}VUjH<&oO{2tF+E9=83-#5uqgt z=8or(ocu3e=Nr;?e#dcROpF@;Bqm0UNi`<5Tjrl`B3QvndO8)g7pa=t)eAB!MFPRy zyqVRaOuu;U^2%I+sf(iWpIGg5gbuleh)8B@$YB{1aT8f0jOH0dY{L^AgIeVxfON*(+F!6VC zX?VCd&>KeJDyNP~__F#X_}=a1nVM4}QoU08FxEXDBIz0;_38&irviZ?K0^rl<;xGb zUA{(NhDkX*-$gcF#CHS&vl~l4U;X4E{Q)C*s&Di`Q0FlsTxRwYe;1!Td3k@-=<4q1 z{q?`rTHESQPrW370{}4X&BgIG19whTXaGhLwDc261(p;#OYzmE(MEN=y1G$o5bSDg zy+knqxV6RR?Nnu0g%)S7A&GxeO-Bg)C0C}CObMw_a|T>}a(c3;6y?hGXCo%6zW(U^3VcZH!>O-WW6se}hi6 zAhodmt)t_QSz4HLUYgn*qf(`S&3127Ts?f z)o|mP9uK15s`M|ivcVt=-=L;|Pc;H_Di{%HQ&AauSTIC~))<8rr>d-OQWKF%I0S8U zD*)RVz~*S&K{sFOZXn?#0=Tvu>_Ddx-e!6)3M`_3IfkMDY~oC6Rk;zVRC>q6@&OAd zRRn-iyIdN$vndDQ&L$c0jJ{+(s{3T92m^QoH8ptZ4a%g$r#WWv`qB+^E4d@uN~*E= z>7=CvD)IP97T137`xxhnaZFqSjZY3brHW9cT`q+@^sqTzUdc6F^c&onpPP?}zdjhP zTYVipv^xoZSpf6w!Wgi-jhai5z|&I%U~txLbNM(jis3qFb(5NB$@&uLygWV3V8oP@ zTnM^=0bFY=Evk3B^?DJ$Ihn~47@ucFUABVuHo}<0>*dDZMjn5Nw@Idf6(Ao>T(xsT znFwq~oV}9yY%=H!1Yoa6=M@hSOpG7|H=-@5!PQOxMl5+0{9RbEHT3fX84I-$fkW^o za1FS$B?2()m%Uo;-)QGRJa4S)C$bTNeGK5Au`#LJ-yYS~+4%w2$+QN#)>7yFD`$Bx z4MMtX$`(-BWb((Nnf8f(tIP@FVVcq@SXh)JiPzk0R8!IGI7Ub8WPpY6h^ITi^IZto6)xQSFYO;kF3 zwzYeBn9U|L_<`L9N_y%4uJ5eG)^Q=TwL+h@7>V4NkT(b5tt>L5g#FZ3Cc}Yb0QiEK zdj{s7UEt!y2>{Fr`0ShreDe3NkI&C9@N1H-;BS%?YjXd^)(go1|KUaQM?b!EkLQvMjEwa44H1BQ8Nhvg5CvC!&C*_^CaBW4DyP1^1OR_Rg&=4z)#i4E_0#jKA2%;92>Ma8OhBz?87G9s|v zif3dX{Fc%MN41A1!US&KynFK|EpvwY1_tzH!BN3)ed!*@0+5fRgO#t@K`+59za+*$-1|-mnr5!o$beKE>U|o$=(W&`Y`hKNkfU>2ySodDh>InU1qxD6c*97Pd2B#XfXmRq~Cur-+ z`XA_PYJLa+S5>MR9jKh!`|as&md+p*<`^bl<&lD3YpY3=77qq@&kXC!cVfnH&WU z1Px#bjk+o2&8Rrc#liG>R$3QX4b?}^vj@fXRHw@WFz15dQwIy5vIeUgP1BVukqz|c z9@xoxc^LpPu5}LUc-Rp07cpqNePMx1l|O2@ zErPG4(th)c9DrTCtR0`2xJoOk=7ysqG*;QsVaXNLHmP(npDXEX54by{Cauw=ajId&K?Lf17R{T9faG0d%F^kfRgsrbv-1%U;?>5Kox-`DDtzTW=n>|FpW27fJg1OUHz^PJnFl&;=N ztgQbxd6Q|aWjUX}$#<_@3gR!)$z&dZ5yj4=9zzLB_7@4@#nd+7yPXrjGFvz@GdDj? zyYLYBJ3$L9PPZe^ur!B(P22=LyZPIt_2u5BS>K3@c36)`_rTU3T^O++g>0o}`)Co7 zz^bpI6=mD?@r?}v@D%)U{doi20-Qs>i_1|LHec^R~NYh z>(Q5gyzhrkT;LC5-Tr%_?rwy=3BWk)78v2c>Ndj)5y3R0A-Yzrg`h?Ms@5Z}g05Bo z-ivp7gto-skH@$^qfQzHvBP;J=<}a{ zBK!UQqb9}Q3d3F;he53b8phIkS5RxcZOZSnX_8~E+jH&O`_-f~_~4db|ErFe9!nfe z!-h3HxHWn$qfrmrYS=;Fkt-uLSEMjzKmmBv88sjRO#lvJeFpv>F@jZDG|pi6r8-#3 zVAU7ji}Rr6HL1fQ{Hq+WgrLjViG!ZKAZDM_ZDCznyunPi_L1MXjhxT&fFL0k{pTO7_C4v5FNI0E{YK z|5X8SMFsMyRbUo9Xb0aQkJixY$!p6i%Gmb1zNpruy2cT0;K$DV#ZACVqzWPET7wZ$ z=`vp%CxH1L&FD-j$Evmm6*S?&`MYq>GYx}`$VMiX0j$HgF*;)_9C`#85>dg%5(>cViIuAj=6JJLO=VF0B?5EJGi_Q) zng(E=^ ztsmvgD_uU721baOK*c1J`Y(eik8IggGqne*UaoDnfN*6wHrX@3rR9z=Cnd800O5pn6k z#YYJj4)o+cxDW5={rP@>Q#YA*R;5x{K{zX!O8l#{y*;IB6YqFalXdm(`Bg98J!_?^DeFJ@NYZ(qFXJUj@ z0pLi&Pbdy1{J#`Z1kDuO{379SCYzPs_JpHQC=$#R=wU*^P&6DSFh-NnFo7}*Ii4x3 zt&uKIKBc?IBH<))H(8ME%!%wQCuTW6ySn~%WmRx-m2L`+l4vT+-Xd-a9n57@PHZ zgBQC;+ncPr6ocOEX*Zv5ubObRH64&LzzVtB)=di7O90*=ufyhI)!Q}5ZrKdrHUQW+ z<-K)lpxa?#YLqYXy7#ZU%4#XxprB7K&38LK_j&VgRd$i6y31 z;Mc&kHCKuZ9b{dZz;YQa`UGI-ovu>@-B*ZiCr_NLS7Z`zQiU9C+Qos{n@J1Y34#grdtS>f^miP71&Ve>kwDzJ73-Z&X(^U!pi&Cv7 z_Fk=``Y9wk zrN)|yM%KSY0E;@TQeB1IKFOIXHE4t}NC5NbXDctT^wi5X0hl9^ydGEX#HNTdxym-- z5!uKSTy!$6uKNm=;B@>6Q?Mj}@lL}4j~!6J*jJTrSJ>1EV>u9SucXKCYIg|!wpz=8 z=v|P&0Pscnr|R#w*?Kq%?T7rmO#H zomM;`7-}}tbJS?+L1iQRsi?M1S`8a}ACloLudEO0 z?CdnCwOp)#JK4J78~D_ym8Gp#?3=5rg~<`#y_F|wYnx8ejlRCBzP?&(m#u%`!Uco@ zyB+k)*snSfg!XzxFnSswRy8oHvc|`Id**t2{X=te!#(}O!yR4y_nFUI&A*LM9T86;ioWj;RYckph0W!uX}H<|DyEVJ(}@qedwWg-U0# zxG9-@_b!{u;YuNy&c~mA_>j$hkfWfb0DhOloJbA_udnm`jr;det-P|j{^|2)`p*3o zp@`)K%j{aVcqIR|{^`~4rEl>D0Q}Q$tLthMdJBO6OP`2Fs5vqq1bTFlUn=gdRM2z=p?a*qKj!eUS^H z=jO(Hul96x6M<3lc5P9VRC`AU9VCATj}0yQeZHHs-l@^i9}oQ5x9fymd#8QZEq7br z3+n;v&mCeghnUOJVdD_Aqu8G`VE2rT*#~5yw2k-+1?=z;fW1>Mo}AldbJ^UFA7|pr z%f7LjXo|k~{>8w(doN$UfAWN6FXnDcPSUyShaV>GXYO7)XlSsQTJ&NIEtceZ)4~jE znuWSL6E_0$%#A~bEW&+361efO<%nfpLvbp*p}`=p?Q5w6vM?JM10!m5vXXg^tjH>@ z(Xs$;F!GY5DdFUoqJY2^(hg}0fGy3^5>@V_X?fWvqtA#+<3!&tVU4M%3K&&bW?2GE z0g!Ru|OiQ+s~bVN_AE zM>PAE7M%z8msapIHL2D%4F+yGMya!LVMeQwW37xFeer80YaQc_^ zF9TR5@IOffb9FQjY~)r_NZ=}3M;8`=U(L3K1(6-q>P$!{C`z?xR)QM?t%xnOv!Wm4 znw|2#?K6;1^a2@oZr9E!-g`aenk zVn&v&-!r6Uoun_zz$GA}mAz*%koa3^jKXcmRiZ^pkBFAWq+#zdoz8@sE8zr;B4lG# z30y&2q~E2Y7@MT2P|;qH0DJ@lJ|yQ{$>Wd|uNIBANZ<_xtZ*$B{Y7`wD**6UN<*`h zyYLA$!L=Ct=Jo}XN#7)RYZT4C%|@<4Hu4@Ew!cl{%_394LJbq0zd3$f2;ei0GdCu0 zI5?$t0eH*}5R)AC(HAj} zVR#%%a*uy#JVIJ1?4KT5oEsRN`=#gd&>RWid_FEB(68f3pfZ&R1y@q@bS;`lM8d%o z-2F1ac(AZmco@w@bNSctIE;pX3Hb9x6SLR+u|gq{p!3XfFeU(;&Br5|wY6L}Q{Z~3 zJOTK1JOc%s%V(LuS$eE=wvfUI=X@v?O(%h{Y&6a&%Vd(O>q00@k~c~86$t(S`pW8L z31DP_N%svVdef;?8lSuuF z(DUcFpK+}I{ryEXf( zW`Lvd&<3lYN28%HOSyP-)`MVhbJwt_*y5V2i-Y|g-KV;`JWES{--Ae@4s!Qk0qg_{~dM92?p%tQC7^h)^G|H?5fJx_e@X6uv-0^w2 zF?i5XY-MUg64?9mlV=l3o6C0d@#E<8zb()DrsqTR@%h;|cby*h)aa9Er)@R_j=auE z=lAwsrzTyFU(d-&nC64L5>@K!O^pj;uHfNP)L>a!RN;FRUJM9CTaMHr41LsMXpq}l z1fC5I%_z7iv6$%Ij~>-Y`vp=*x@|mEqvo($f<<&t^b)`zun_=;F`^bucomxfEXb|p zK^HiaO@o5Cq#5=#tHENB*o4`R%KzCq|B$xxGmb}N;@2cv4N0R-^wPxGf;1{ELR!cq zuJ@xDZNeF)vmJ#f;}`_ddLFh@R91V$+O3eQ8+VSgI%&!cHL~=tI>_c_b3L=;dW>=e z4$R;<=t^(hKV$59Kc7!xJodFUnrf12@_l{Y&*%NTA2f!@8Z-x7VAQJhL8(qHuT|@9 zF13FmGVC7)#}vdV;G9!u;Nf{CkmHiSb}{9!sQ!GhDC#O7{B-eT&GC~KDOHX?aB$JF z#4h;@b%8oIM6g;PQ524~nivLsMTM=4HE`GK!+|#l!3GNe93cJ<3jj+9%WYuM6$}*| zX%MGI5SVmK-~oX(qLIzQ$1CW}%L=&GAPmn{d`>l6tR#UgItUy?nK_{7(9NpX`;P@? z79#8<(#$Y`Rj@6=YXx^!jo6K^06vs_7KE_bD;ALea^~Xy&ma+oFa(9xlv*&BR%@^| znEeLU!EDEBZYHKVivir!%&X8Qj5{U<>#;X4MmFa!4L#oRf)cFl&c<<`bfb4V{L3lSuaJ+dz@E1AJy`+b)VlW&>F7#cw zLI6I+kC8|5{IHP54g|Z5B-Sxd5UP`n;YfN@aq@;)CzG$}X;z}sGMZ77r&oblTUR z-_#&t@9g~2kuGGDtzP2NC@SMNvHdH8LTvcKfxoSw@Cc{)jf`}6O9g!C(usCkbGV1j zH9zQR(^npALI@Fe2eXx$Z-Yx^?P6TvDKM7>FteDOn@lD#ZKJZf8jHSa*+=H)1`@)p z+huHUwFc4MNp$rFz3;&78iM>7;%(p%od~bdXKczEy*fn8fe<%wFE0O*NJ>Mn|opKNY_cLgZjP7xlq zu?L(=#Z&QYl(aA1P&z$H97?Y)Lgms;rPJ$s*<6x4bH$*9OloNj0LG3iVVrI=m8N$q z$>i57Pvh82C1k}|OUmt9NL{{6Fg&x_F9@SwWDe*H7uGJDlQTSmfe!9V+Sz}$yPwPL zBakCkbkJw}`+vu=`OSXr5O`m_c=hVlw>bX&F}%=!;y>TM%y6>wikR|na3oh&(25j| z-WEMZ>+v-nkhFUD?&MFezxUp+M2dAZ9-WP@W5C23eeF6kwMgz3>)rz~yiF^dCr|QU zu_U{go)k8b@g>puqA;!K{n(QY;hUDDl|nvWztiPeUcNRxD&RajJ$A3J-`D#-_&Yy0 zJ2^eMI2HbNzo*CPZVk5GvYnp_dVFI8oUw90LQnNh`e*OIH8M&f9VPLOpV?Q>q>KPjPXlQ8a(T$-G zKDhJfCp0 z*T`d#tY>)lmp6Pd>{oR7N<(z%@iR3Qiq_oHVrm!p^cwJ2$F*pjJ!>jd1p?FQ#ZpsV z!t(dPK#AEyJea)wl2 z&=Y~9U0p8raK{AFddmZ+^Q z1V$^0bp}eNQESK#d*BjB1l0{IfPlJlBmy@O^tnO1FvBs6x(Wg?7C{{U%-E|CwqpXY zMUmO04n-wgxQfaO6V^g$u?6e?Qyk zQ9|xlE27Z~pJo}Jd zOtLC%!vrK#p|Mz0pCy1z_^)^JF0ju7_JY3M-JO>%9T2$1josl39i)KEUMqy>wl(n* zrCu%9i==-AfLZ!>O9F$zrgn_4sIDw?wjqfZHg&hh-AwfTF(hv2@<3OEv-MnWI2^h> zHO8JApU)c}zYg49r}x)+aL(lDXz1$bRmO79_~KUVHYOd!Sc}Hv>BVcGU)$PRN`Ep- z!WRIJ(my29>G&Q2c$F*B#4ti*EEUVqn{*e6L^1_6ytYXMUuOU((Iy1`#@05I za?%lI55~CDm+n8YmZc-Zqj@*8nOw3!;0!!gJ7`79B*ll=A12K1!h)51zDwBM!5bYJ zx_XD(i89GU4(J!JUNCz9{PZc|?UOIR`B*AoYy)RRYjHwMWgrYgbMtgU;x7=)c#K2) zuFlVMVx}-qAl>Wk>>>sj?`7#N7T?HsC>4s%1tAQfn+2t_1j3l&P@}4V;j-!xzFzn5Kn)*wKzK)orTf- zT4?BU$AH&$`CMz)jUPGHZufwXy76bS!0PNtR7*7DUTF*MLKYaGY;oTimclW>k`=3%SPxDO($7*@SVE~g3 zqV;+Sc7M!f6YpOkf`Iu;=OzUTSm|sLrznRxzd&dHN(&`xUtFBvYIKn?tCWCgkdy5d z&RPaR%N=y?mjJdI{e+$;_2j>(!&5g z$!6z95tvUL7NG~64UNgM_{nf7@90r>3#k~PE(l))4);P`4GeS)Gl7Y%5e>H>1^j_w z{~#R&01F=$X=gv3!`>ib`}5;f8_pAe%_WgQt+rMsMjzKG)&&3RmJF6OG3siGH#HLM055F7_&r|8=Xh_Jlci%mgSHVZ+aBeXX6a+SM$1%b&h?6p&Rg{PuOJKl9hp+}) z=m;ER0ZR{5XVB3i4Nu^@5<6fkc*_9Ji{d?1~?w+(KTu?4}!5@mtVV{kiJ9dj%qL!A~H!;LkB~=iW3FP-`@nqJhzeV zk)Iy`_)>eF$rB_E+}B~OtW>vs@4$As)5XRs&L9!h=a$a)TkS1^zU>?Vt*fl}1cQ7c z#Ausvc>MiwDQJhLem6+J^VVMPJMh2wf(TX+ZJ`M8=Xc1J!WUoVZwQ61FLL>lIEIu8 z;^$x2H~u(}yjHeUv7(p_LKg36(*R$s~SPfB7Nu zpyDaiL{qRcgGec$mjKK+w>ry4=L9M0cs95DoW3QK`)~#OvO6!oN(cbc-z5~EiT+T; ziNx0gV7g}lE^p@UWJvkm#;8Gp?^=8vq|XZIviT~P{2y6oAJTSy$8nRIUu|lAsAg&E zLt|>SQ2HRYgEnAAu}-Oq(ptG$k3lNkaS-HeYf&*8L6K;BEqHTl7MSS79QMr5_Tu(O zZAq)y>`(^v4-rqH!pdlF^9KEAu+RJR{r+Og(w?NArfJmQ>-+vZyx$=SV|x1z+ei4k z5Mwqp5dwgh*Vo^z|Fj-m-&xc~qcI)5=v!ZeDqs6#0{Zpqzr39Y1lClh+n?6nZ~q_! zFsjgVVz*dTL#x`u5Pvx<37(lu;Mq}xECl=6xBAO3yB>~V_viloJ1ZYP&}&GC7#wKk zrUG%BzXGLdY!^u@I`bd?wzs78$R7;$cvjZdLffJ3ZTyGuC%@k_?8ol5_#`zD_++ig zGxMtZN=xRzc-LS*089_N@b^K-_;*jA21N;*gnE0ItMuyaiYwi}zTI6t=tta%4U}A$U8hJ zQzj)iO)>tO+|wtgxo@i}V0xR69&kFTU*T0Ys zYd6NOjI4C&VpIy_ylTPU=H?r>WQo~XFK;!K*IMXy?Hcp9O%|Xl8M)W4Rov>V&*tS3 zTrYD;0VgZ<#9ub7Jb6-YGo&+s4N5HF0aMT^isCezb#R|PN}u7>p*l{_>|i~qZ_IQ% z-B|=+*IKqOO8{5~9qvy( za+o{8JPb`Z%*lxZFey|KCn6@(F-dh42GmC0>c!uW)T&(cZ$*BIogXEch$M?A^xTv~ zhai8sg`6k=oOBRH@8hz~%oAUSj~qe<1I|LQTM#Y|)z>dFgB$1$!`*TLR>&a6JwkAK zxu7?PbZY=EDmu0=moty@6)r>bj|tkZbYjtQq1nXqST+G*KHVG;Ryj6Bhr}b<`{hzo zaa;vjYY69a57@9b1)ZA88QG#AkeaGPH`jviIr_QC&)4#j=&!^YKyGHTh(v@*CPxDb zE15z$^H2!W8R%j5ps}!rBor}MaQH_&c2KW9_szuzWwr8lFOI;USc^sVV|%4->ex^=9`kFFFPW20FOy zTL+imc6RR9@(S2Lxu>s>^lwMUuZX`LcL<9pAp>*-%MH482Ztl{&dHgvm6dQLGC0`7 zN;v#zRE6{%Wj=DmUufrDl&HJAx;W=sUdBC`Eu(`=S9FcP1mGF;kRzUzmAS~9;UKq? zNlUAnJJD#==L@a+b|+MV-|hx5CIB1`tEhYX@x)}DAf9H3*LFG1R~?=8__1U=H5*Vz zCnHE2WNl0mI5fAqDFIBdg)xQzHv@Q1g%#!c@(zv+(H(S$zdZ@DB`!W0d4Gk;-5e^wa>%e^B4Qr>8x~VqOi61OqCn3EMt;F}JrT z=(zGW>?hqFG{05 z`dop%z+P19_~TGf|5!swqocZ{8VoMM3C~{ETuo$c>@F?Eu%Dx`*~I|9`)xA`-zr`~ zDq_oy5=TdS>x=K54ddS-b#dY4%*^0p2JpQUfL6+4Dm93!ltDBbgS6U5uKX!r-(q$;$=4M5HAi==+MK)=&)j2(#1iu8GlFuDr zym4x|2Y?8J_fqjCTRyI1wyg89O0-$dt6CAwAR51-t0u-;O}U5Jf)_(qIRynLV6H*( z=~xw38LMwrUv3rve*T>KdxYuRRs;C9Ty4233Cz2|&Nd*I-a`PcZ0iJmvs)_YBAHx+ z1o(PI>y6hg1^NeLPNCJk)LM2v8vkuZk&u$+BAtEjBR09LNf>)r27h_&Ha zrD;=7?7o#@gAo>%miYRgWH2Uj}q4x<{Dr(R?f_REVEwb2;CX$Rz0eIQlijBC8ChVw6KTDiL*}%b#G!Ooj1iuRc zFi+8`?(CGBLphoN&NiZ0ot9FBF9qkdHqx(OR5zmqO!}+gI~OM?4<`nj77&JfsSJXwNn{n$_l-FgN`~S>QW7?l=m4YR zfkG?GU0d1_J?ta^%g(%2YTqIoNZD z0UTgC3OcF?qaPim`vCAy(WQ_|SN@&l-QC?e&H)S)VhJ9?ciHzA01iYVBLHw@lI{}+ z=KK)`@RH9r5eiLgpmw{vvAD_V5f3t}jzY*yZL%&WJRx~V4T&sYAFnDAcxM??YG5)F zSqY9{LV9FsQvw*pW)z-T_Y#AbH2?>A4LBMl4IKUN5~nDL!7Hd_b;`G>#_?C?5B_V3 z=?nb5*GV2-c>s$Hp$B!SQ z(T~xkjVZ4Gi+$iJ!AyiIVi=tM@OD8X@D#lc?@>4R!P%O=1Urix8}w4rIfG6!+diW2 zMEGqu?B~HO&Co+tA&o=Z6Jh?+5r7B(`mE$c$M{3f$QUOP2mA}d5OZO6VU|U*$MgB+ zhZh|~*M}M$LypSd442&Wj}6s*QC%X|*DhC8T_&(Lw)a1Ias@kfjjeYjfJIgM#*I=j zA8l`DW&GrY^UU}-1_Tx+XJ#Hh?)P~7MB=R%^bOtG>Uux`c0F@7^*VZq!0lhVT;22Y zEqn|;Eq|<W*9Nh;ETGR}4d2EKaYbyj*jO z^iHSenIV9M1V%(~x?ty?A8}rul6~qNo#gRRIxHM#vHs;KbUOQcozld}ou`*!z;3a9 zB!g%1N z>^|)!4CGA%y-HF|9DuWPjf&Fg#9S7MX2l6l2}s~$`zk6b0SPwSA^`7~_{9aD^k%9A zaC&-{5N$$r@vM^qF9^jfro>Sw;7NBjh87mudDYBW>vc+Lr- zfD29)NH0mI=ph4#8WDhv24lA5ua@9x2gEDf^2qQ%uFgNC%{!0drkYfv^;eU|%%4fs z{86lxX<-Vjw76ZRxe!siA6+}a3%fE1a%#QPqO(FX@yB5yC|<}wl9MWq_;@vggZ7T+ znuNI$DfAd6cpfycqpaS!!Evy0pZDkceY9OF(UKUSJU)J3-}mRo`;!A8mEc=N2NqW+ z^PnI)Vea9QV$@&L4#@y+s^a_gxfLtgrMBf)r!r4oSVn9_aK6AN(6IS z;lznbEyS8@hS?NhQ~+2^ccf1!#NyF}%;xM2^aul^7Vz2#y-XJmhfL6KR9%ghgEwX9 zSq7zr(^_@4*)HP}tbhwLL@F4O_v`|Aw~3Gu7ga+8zsZVQ7?&YmEao!_*IDb&Z_;j> zy>93)LH8PftJp-+Y&B`&GQhX)qRatrZW4f--gmt3ID4k!Tx)BkvGCYy0H)v3p$w+q zR-GU)V;4p~g1{)rI@LS5gb6zRK(5DgXre_@QfrCtk-Ig;HRu70N{!BWRM<>g#C&?gbb~kP)UhJ z!Yk=C+?0V}lFzaIePt(#SHX&pAwev=LJVC}zzLs9!dC-0*>zkrYV)gZ7h(A zp(=}sNB~|Yp&j(ICZ>an;INo(|D-3TQjy4pFq`}aAzUT6Jh2d78($p%&%b}&`1!@ZLoyz$ z2nGB|Q@}_AE2yR3ki&u55nAQG-@D;p*ymqfPp+%9%h?EVGMlz1m?}YRo}SqIF8$wF z{3Qk>hLF!zNwh~q9Tk3(#P3u3N4oW4P;_9St2h*h$3@^CVf=WMP9?@myxdPcO@(6g zPFXXrEc*{b&-COFoi~*+PRHe2ymHDzJd{4vD_pIG3a=p7f~myg`RT82tgc>ta%1(@ z$E)*iPcAG>_OC6TYv%#O?dLBwOitbbfCrznHgxp1dpx%UfX4<0ySiF`eYx#&!{sX? z3G7<>d|-U{+cQf`A_EKsECKwNuNc6d-@Ar}T&uUZB!NBmSHJA+b7RrhTQ72R z0Reb;mX-~Uo?!+OJ`h8rb)i|OYi=gI{$_7)=?9*Rgu7;)2tqrmE%m>&9zCw{7q~qx z7u@6Agd*CB%Xht?2IYii*@ym6arL(iT zi*<5j5$Abr)n>?GosIiIZ6e=nJIvqOY)6e17fnJnn{{}L9A#$ynyb8WX)KhMbF7-ha7rX;7xcKk3_2)|vf!s5biUI(QTg6l@j<(96lmP>to z@0>&{asvnq@%zEA7{9Q-^15{#el9Nue;L5ngaSqZmX!e9d94i+*wofH?9Rp0u9Z~` z4?8i&$?X*Yp1n6~FuHB`vIxCygEP1I0KmC<#Axp@CNSk2v%GH7L2V>~D^C<-3~XMW zm(8Z7rK1+>DVDcCXhuA_!QC5eOR9aIu&vZ znnyiygRZ_HC!@mbEh)?_E~_c8D68<^Ml%rKjy14#VY`&TOke_VM|=C}%XKHq z=$iq63BgEYmeEXQz&9GZC z3_Pij8}02nT)$OK)w0(BIUoAU0Yz-#|8e};SYembp?K$zA#1UCLR5x<|GXR`{UOA! z5ZfhO%}#<@uSsAt&s>rI7-ksZn4}e^cHN5d##aEW6+ptP%K>VNX~19oBNp zA+I#L3o~nFuQcsCTZq54a2BEuge)2`@>ztSO&oug0qMH>x{lsEGN3$8D;+I$SG&7C z0`N2|U?hLlAOn~rav~hr*@?vvd?jtICY9|p>ELuU9*BmbA_Pq` zj!Un>Ulo88L??u%Qi;2MKgWLIgaJhy-BH#TM%zCenfnvA6bkWMRdk}n)h?@T8`kAEJ3CIJ5kApZRz1pP?BSN0;Y=*7{& zdYbnOwCTWY`tC$>d4{C#4hi|#Mhs$~&hzpH=Z0sN)8D1z;O{d!gQy4JCTSZ8VXJ|B zHyW@+U6mMZtf}B&1V!g0eUY_h00(Gi!SkJnz_hQS_ZAP)CSZe;zlt_xf^Na78CJ%= zCx5#?I5v3U&d`LYlYZ#uG&S10`R*ZsIJov?XzWJU)yYf0o4nNV$MTWhcHg*XpxecZ z!F%W5`)IPad(k)AKRAD>tGCzX`S8{ku3iu7?1x5LKmM#Q57v~Vfm>jPwe*L@-Q5ck zz^s5d0xbdD52ucyA)@ZPu1`OuV;l2~eYx4^#;!bDZ#Ib>Fah{BBbU)D#Ba9U4igUA z)`PiCdwY9-{^_S58V~F^nyZ`OSV4RK+1>x-Xar^{T*OMb6jK>WY5grl(AtFFqpJFP ztC2&O2Ax%xp*MJktyo`R^{f$?w)J|m(7wD*FoDg&ck(u&px!Ft&USRZ9x1BgD4Kaz zWPGK2v+WfC+iV%q?7&E`VK22GICxYUg+eiBdAWrLncpM#3CpslhJjmVc;T3TB__)Li3VU9dA zeVy(yChIk}0OtuD4>$x}CKND&&~2UY5XmHPnw+GZ-OjxHJf~L+LEm;4y6@d{R#fCV z&CYk)1cqQwl9x@7>(H2#=QN@XCKpZ0HN|hYwV`SF_EDjLVd!|Mw75H40$2n<^%nNU zC@7KfRK%AX#o20<#qQd9KXO!?UsQDD&?P&kkLPTXXvKFn^CU4~*I?J& z*oC7NL0eSEf!!L3MJ*fySVC0d*COr9;LxGh7i2Smv&7ZTmD$>8K$8Hl96ihceigsk z@FFYow@Pr@de(6f-dAt&SO$(lHxbFpYidu{X1NRVH3ba*o;lMXoFq>}0t*?;h0ygp zU0Cw>W?enK;?Tf=Z+vlne)Wsp-ETMhI?uU0o^B9$fMjnt>>Kat>A60#(7!l0IWobb z*LQ!_)6+x1p7->S)EIoQS=)OZ0KU@DGLl?hTbo*+NhGjJCxZT!NN@#3QtHZ%q6z@R zS_4tz@H7gbN#BLTQxm=wWj(nQg985k<%<`g=yoWjZWA3<#Hjsg(Ondf0A>ZOtZ*h+ zc}ggtmq;dwZ)U=$JDRa#zyDn&^#4UlH1$h8zBl_SO_}5e7Tj5vh5_d9L4uzTk$|DmevRp%el_MOIYlbRT#PBRm8Hq}P!k3z9O zXglZ$Uh$|a(omE(ExXmW5JQoI6cR7cie3zum83Z)1cQ}~Ib|5}YLc$P{-_<17}nlw z2kjr4b7j<{AnV;yxId2T?s-3-&o|oC*!VT3{U+w~`n;bX?*}*~X`8@&M9Em}XPz^H zQ%f?QycEOtX!C-HOs|oYU&$?|@jASHo6AM%r{9pY&n_in40{>Hj&X6-9l8+sCYI;g z+b+T(gMMk)$0HDoE>C!a0pY3@4G4D+cf?H_H_xEw^S-w86I1tnkGC)y1_lA(xxaQh+8z;rRoVt3u*q11`o^6ARu&0yQHj0=OXcss_}9|A zckdon?f|XOco3CpEyM1U9LPe)8VE{SExq3vzZ$K^+Dz+xfu`9C zHH;Qq0pONml$U5^*HM13I5z7lbI1@x3l~80I=KT0+?I?RhAUfUUDBM4DPZAuJOAAYO?G>y6fLj>A&Bu=(@^Q{;NzfLnKQAoFKbBHen}#jqFz4EDJLZ zgTJVT>OM^HJq`vp8xPgcR;sqEqGGQSgl^?pHuiBoNC-Ztgr(7dcE~8avA7|ai2O$q zz;G2B9vFP^;D)V`Hed(OpGA`|%COw%b0Gl3tlRB(-yXu8Ah*joH+TYfqNUS*b+~Wf zL2uO+TJx?BUN~~(%KiKE^YOUv$xJ*PCg8>c05FkqEP-ZSp@4mN5SyHd28Y6nB&7(c z{vkhU*;Hb266^oU)_(%41mJ8UF`3OINn$28@g>XEOvWFF0^SBN{WF0Xzb_J}AJ1l^ z3rpc>Adz4IgHsUEspvv{0kym=fn%wK@Iq>VYl)_(IgI-?s+3qXK7PEG&aG@dPG{HW zovZ)YAU(?fPCtE&OfUQ=N&jL1A!Z*W zv5934!l%;=;2a{#1mIk5dJ+4BNp=pQZ9;nSIrm2AW67~3vw4Ldk?usVKrXwuDJ1Y# zHjr3+liSK=SoQM%7)5Wf1!-A%#}}ZDnt#~iX!D#!kGMM+h|c)ugEK$QIo%OozIzxB zTQfm_5O)to+`&lX*|T`SKXKLBXP=7P8}iyc7o6T(Zr6Bl;OD;c9^Cq|6Z=D#-{*7r zzqxkOF*@oPxNxw&{nN9fqptCnj}DJceYGSNFh`)j^ZUR5-hp-~zX0&?U>gA3<^X_i zqArq@Cji{jbFrtVw|~UE^8)>g{{L+NAN}OzZ@(=cpM4#wR07V-U{Q6#)md~`3m@QP zv<&G>t$HmJSbfZ5Myj`()h`x>Y7H{P4cv%?hF_Hq1fHETzW$-O{CCycSzt~B6WlC@ zkm$}es6?igP#LoFU1)V^5ad)eaGkVcvhXa~2J1F}Mf(y*v2E}JDzqW|9O8AZzMteg zoge3sE%hpsTz`~4B!S1%QdbA2e|UnrMcY zGwI$^6jEt5JYa!4$LYk-b+t$FE&Pz@7M3drE~4F*x`_07*=}|LLo0C^B%n@bLKaq2 zQKqlZaA;kp)t2pUD;l3x}gMn7&N!5!SayRigAsRj)*zG%~!vQFZyO z7npSz^nfd=XI+6v|MH8a(^*Z5{Bv5K<`8;e)U{DVd5cxqTg4TQ*mXK z>}yb<%l*&%Eu&EhRExLeM*_bdyJzZ|r-um4a~WEmb?@8vVOK?YRg)wz0l1X`EH4tk zj;520VChMTn8HWZ)h9-8k%)B;_kH%TmrK|52TpXKwZmuw2p$?5A14BzzI@rkN#E<& z-EPvne>!;n%4z$hzCQbQ4zSS@TnC=lk(m4|t^N+IRo=A~A&6QX{S zrx60M2Fnk}&98sW$Dl1j38U$vlFbJijyJ=R-hwbCdN62{O)DnG=7`aJmLe3UXfzC9 zl@3d@#fm~K)PHDo>^j_1`|E#cSiv5s3H97c%}jY7~Ql4;84h{6}DSDi&d<&7dduJE%Yy6>qUPR z=hK+Kw7i;&MDUe2CL=nHeow1t`y~LM;t+HP;A^{q$g|D1P2esYJeLq@-Uk8`a?f!? zaPN(CXU<3f_ddJ{1>A8;0We8mBCyN>hfw#bo+SlrWCdIz6fjJ|3PK^1%?Nw!e#|x` zEs>r6t<;{d`=dx3;6d0yZ5=lglT zKl=}6e)|VA^=5e*k}_KoJy@pvqEf}~+rUYkd9pdTriRJPrX-F;+N~EhBzYzi#`|H0 zR##PJCBj5{dN8FJUw`ixJUzl>(hAQM8nO13awjzLITK-REY$1i*Hb8hUUa+YTLZrx z#0VQ3kp`49^ang}u(GO}cNeUJ!J-xGW86fT1f6un`TKU|vAKypg(fW&p%1+)GABuO zl2|4E%Yz#5g0omVbEBf)WazMMGsk6DayW1`U*y)`25`OLH&e`p*aTfsW^bUDXo@%xo z>l?ms`j@A#p8Q~MSKfe7z;%dywnrn^d_OFY_l3h78^h9oKX{P( z>CvN?-(>Qh1%aPGj|mGB{s{&A4?>>E+#w@3xobsIFp-LeFacC92XsI_7vX*Yf zSLx>o#c6eP?eFVcB$$~&FZhz!(!IUSJ=!}lu1EvGv`i3Ny&~uX7`~0V13vy9AMR|% zXw9*Lg~$%6aY^#UlaavOTzr*&Z;056huM2Xe?kmvCIk=po!+Q(Y@Prdm4=6SvMPgG%xp)Kvl%)1DtQzzjE&k{BLJLZKz&-xTX<&e zl_yx(Yq<3ip%&Vy0x_bnBx^DjwwBxy02p<&)-t&zD>pNfNB~&0VX1Xl02^cgV=D}@ zWa7#MQvF!Wj*zSdfcKbDsFtNb{Tl#=05)fOuX2nB_M4TUOvUO!>k6|u17NxwRLW#rXC`4K_^qY0}-1~3V1J?2^~ z0H!5CX=$k}XKQNm^6FUs3IKC6GXYk|Q;G4MbQ-m;m{feRx^RSj{v8xBA3!kgVN}{`Dxl*&2Alz4tEeFxb!@sd$R!`HJah2`CIE|A=UOZr*OAlI ziCtj4bYPP!6iwY`GjGXj3zXJ$6&As7%|t@Cx=B}^BNO=0q3XBzo2fw?GTn^ge)Z)% z8uqZmFmC0qwE@6tO7R}sO@a!WMM0aOke>*?&n*y!35f4uSJ$&dHCimSS4#n9RLQSX3VAQ%kx zdV7119Rq;fZimC+blSZ`!zWJ?fRCTKaH8(Whb1mKJ3oI{r`F@Oj9zPL91!$wC( zzhi#+eVc8#zrW9A_g(vHdD)BqrNilvA|AiX?-`mNa!V2C>?EwmF3A)2EUZmBJ?rah zYyL(!>h}cK7wMB8zlScr!iE$`1`vNrdvkMrYYYA&I#yQR zBJB$S;JaD=zIrJ>m%6!=dieM*JhU_0E2*CzJb3xdo9dUXM$co}cH+PO?O*@P?ElJd zo^GP;IjBrB1JwaW@hL13|1@jn~NmlsqpgZtS`cW z7vbbw8UUtsljM*jm&fls9Cdcj)5+=g3=g>md{Mi1dfq2V{y;bw2}mOIgL|4+?T%&Pu}s_TFyA#bWZr@3Bas?C;d^cl;mt&d*#f;_oDhU>U%-yaeDs6M&&^t(M}7il(!tunCMJlfhz~YJJxz+mJLo z;KgX+wkorQCo+Jz_^4eJo$1XU!CpFuOXva7sB?;WQcV%;7xdD~6$Vk(LNMa0<;#(V zt_$_$h8zv@p^;2kFeQ%!7MIH$L-ojnYD7E1&D2^|L1svy*;tY*61I%hV&++EYdIvc z+`F8eU?c!+RBLp+Ju3om#fVZvc@=nxZBseD*-For0E}tK7Hf58CyaHt*yRO(4;-{+ zMy%3zC{d(`1^v`H)mTQ*m6I#bTGos;NS(xSU&3hbFCC+{Gp2sR@0)zNc_XQ+2dRQNTq4z{OKn)abn0wM#>S ze@Z6<7zQOpJqrMvcAL~f;;OWw1g*HP;3`t7^*rdFlOa{yBc08?5<%kfBiOtoHi4Ps zO!ERHIOo;KQ%7nzxvaF7=}X7n${M;*1IGHEtOCyGrYUs%qWr4UsZ|Bs|H}l{BkPLZ z*+){8v@mST9Qi>H(9^@gXB9V-;Veb`g$c_(`pf8Q(V159P6H<&%E2h|K`a)-5-ZCP zN>K&tY%#-&9j}aE=-pOy4Obg%=Q{?QGS-@=)(b z-Yl@$TSdQ>rM|O~Brv_)c+f5hK5Q2Rri<#VFc8B(JPSXu!{>4kS|t|&IQj4Y`o_OV#9=s^ zSw)C*oYd~xtS6ETt;V63KOx-}PNboc3AkYbu;-ImL^a7hKcT?GhiL)e`>cQi@lcRB zLJUq4Y)LVO;`DAJv6KerNDm_!dTud|ek3kI^Y&?KYwN`}%Uy!)BLUqEgSTI8i`l(A zF9H00`SR7P|C4pbF-@mu9H-EhwiIlo4V0D+3kV58yr?9y1dPVxj#wB33pYU}fkp`l zF}93N8AM3v43zCi7(GL}?4%)-z@VJsU*|0_+K7p#iT>d(Zc8xxL*pgfADhc^d%n;6 z{z}aXDYY%}2Q9zP`+eT$`F;_L#B;&B$Z6R4*X|GRrTvw_FE=`;0yz5T7cUg}Ds|{T zzL{TG6?usZ9N4r#ij{7${P5&4z(6$1z{<{R= zRYLV9J_*3HTlD@^6mVedu28^to&mrd3LLm|Z%F`nsAXRPt5g<;90hK_$junm@$aus z{au_Dv?7skU+#)TU|4jB)HUwILjI{vYf#fU%2rn5DuLadQB7wY^VF2tjJmKWNv)U67(IrKvYg8 zuC`4H_sCpfC`3nkJgI@xxZp0Qhszqpt}>lRNG{qH`XaY=G@VJ5TZ89v`MWITQdH!s z$xTlMFro)sa)QHVU(73^Uy4$F*5~Q;*uK-`9LDLrv$mnPjR6b>%Pn8GyZ$WKlCSl+ z`Co+>8Ngg_CIVjpf3HbjO1}DZapgij7Dgq`v$7Wqxp2+GSEHs_4TBHMFraF zv}6&0M;Du|Mu*dwqhDNH)LR+Am?l2h%nj7oLY_*~3$7W^beu1mnq&#OoWqUuIurNw zX6I{7`Sb+)2LM)Dp_4a-6=|m8h=wWPY$p*{3;|bE2#c~(F%FDf;KRjqmM*TyXl^#4 z_t}`0qqZ8P-xD2}27A+Xq6yru(R&f ziM{Piy*4YO&|$P35l2#d{zCwNdf_TZ)6#J{99bf=k}Dz*!PSZgMh~yW=Ah+O59vS1 zUlH*F9P6D|2qt6by4}Jh(PgmQ@fEUtZRL}j~A&JcUMZYq8r zeYg7P-Z6CCJbAMG&r6qXh9)DCHB!0jBzwc~eU9|?tp&r=B!?ipCMSZ^5h8RrK?;_5 z-bcC`0A76vx2WkS3V>09o>>ScrpLyDa7zvbXAomRH>cOYTmmq_D=jBVtX%@iA z4lAjE{~>L#gaUq%3STh{{3f;#Wd<*>44%Op)O-vM)f;njanioq>#w;PYkhll4*lG* z%}5~h%kUTU^K3@K2%K7Hf^NijJ^=6@qjzqDIV=FYrvMmISZLtY^_f>O+`S%7JYKyO z3!@$e@RG3mX{wrBb`iod?p3JB$e;^X?+(U{x07EfNL4RO)U?;`OUR{ z0Un#9vXRZz1%Rt9mDk-r{^(MD#hxCe1}(d>ZX`?4t?=o%AtbOd$L&VQM1MX(9PthW;2fh-`f#wpuXAeD zYH*SOb}p7LnqdWI6m2*Fu#~`<1170y%I7WEe5ru<$GM<@O{nb_n6&f@CEVFltvO-E zaa>FSi&m_3VLz!{nK?x;i}!#9_^<`c0G1QLh{8sajw4$O4@r|TM~x9}4W@=L9j?*9 ztBU}vV~0rqSdA`du&Cz&KWb!l}hzdK&R)ejO+l#V( zl0x9RwvVq|MJ7DT(1jKxIW_KPcHUUD;IQ0S8SK zmSAa1f4dr4doD_P#@dR|tssukcIIfK0^m|<3cpWa8QM!f2l(6A*wT&IKe}|ZH&#^g z_uDKdyFCKIo~G6wi=(jk(OWL3SV~KEdh?gx|KZ;&hgksA=VAV@D#R`@UgyJ70~3NV zzcp&-pYDJ<8=VLAIvHp^WyQ3z4OV@uRpHMu^4rthzq<5^r>TQvY+qMbZ%0Qr09?la zuBbTm(PtS9U{B}10&cq?2BOZ>2LTvq4!w1Cbq!F~zAh+W9zG@jclrFBUWab$o1goK z`-TG{0`TL(OE&>ox}BIu-5CHT#)d)!;9&wV$)d^NaD=!(R3JV~_TfREiJ3tc7J8~v z0lYxU8AWITV8P$%HK~SqoQ5zLg$<<`g=IkPt-lrk-en0aH+}`sI4e*D2huZl2*NCi z|GWKidjnP&c;0qgDM0__Zz+>T1mN}mQ^3iKwBy)|u`@NT5D33BgyPsnj1>ANSB+7D z-q_iQZ_m$f&%=z1H0ydIGEC|eu}Fak01PoJI;rFY&+ohC^Lht7gM&i^-~j-5 zcBHnpqityAe(TkYqo+qmjZTCnCQ*Zan0QR2^e;8sZmIM$fS*54gzqwd=QrQJo%N$R zD?CZh!3zup+(v%}bUSe8R>wf-tBHqEmcQYLThEs7JX-1=_haujr34)akW>!&Cz-$i z@W8K|n!EzQ_ix+~-icO6#nGeJPoHj=3K%fEPp1Q`3o{a^G1u5r7+eFZpOPY%!N7?; zPAgmR84;^vaays9Rb!vB+u4s2x>uHrkEfeOHY|3vSmxSCMH+CG1r|b@yGh0y^9W&v0lsAQs9XmlEe34&jjvq2>wI)NFOO@ON z#`dzD98${9B_I$_!}gb0Q_K9PNYh>F5F^KfD^7Qg_xvgeXsZyQ`V>a_1EyVGG~^jl#H2i##Da<40$L#}hrAqc$CYF(aecB*TA|caRBT z4Eb_eSqxZlUH5-B zB1jqII<;DKS7OC*3f@rN^y%|=dHMkuwx06}_6O5g$=!gzV92QR`t zgPxZLosKVP#q$T(t8s~EauQ<;(I+GGS0~j1wD7vrXmsM44a01m0ntbtFJg@3@?yN& z0viqb)znmZUCfSwz#l8%*n{0_BLHrG)YMca5?D$~%(vSZ!2-Z^{e9VN&TZN&&CMN} zj4NAs{;z*ju~iw&Qsj`GSTSP;s|!g0u=!yQ=FCp&BLGfGF(mWXPSn8(_TT+;uirKD z=y#Pjo3CB#AtiyZ$exb6j{uxc0KSS6wADJ?8d1RQRZ#_8d&kx}c&q0Nysc9 z-EQsWF&@rzn3}?CM;)QX?d{$Nz5M#n&idO`0#Y(z~^^?5uB z19*xEO#Jns3q0-d`24%O{$nmdyBWY9xu|e(&^34XxKRSQ@#zj}RIN@|i(I$4!6fJp+Esz*j4C&?D3>jAQGn$ zRZv0Z(Ia~FtSl0^sh_1Fho0NP2>;b)F>;Bxhz#aRIxh&H5y6EUhJg^YRem zffp$91T09?H;4F}nwrP1(!@An5e3VNuXz#+23E$_G|@#bUHssn7?2gQ z#UcP(v})m*t})RlNB>-yZ5ZWGHC><<2t|w!5?!ZKQS>JQlg{NTbOq-X;ddk7GfD5c{P*xud`Z{Cayw>30WT)fy(ceB~rdG}UbT^&l$9q^Uw zZmBOUuBuJAT0{W88w23sj{r=Xc+lE|H`)fRcS-a<;J^o`v)7Iqv;+29*hJ!NC5O`y z^89_9c*+1)LMv}q+@R-lfZo`PncHa>C%*IYk^?Dx9t8_hkic%KfJxOVfu%zgz|$Cm zCgS3q6&{BcrkbSWRsw-(d;p%s9r!XX9x{OEkFi5LKY#es!O^A!@PTaizIqkmt`NWs z-~&1AM1N&O6OT7l0sJDm{f0Fj5 zON3V&auf@r-u~6F&$r@Pajtkmi_R4<12`-I9Hw_80Ec~nm8~~iM_3}%u0i6zMVFWW zEPOfryy%Nyi$&i$T%yBETib!){?wOKA!TM~Cg5}Rdq;xs{tmh)T)|NWa8JiTt8J|L zrG1P5d|_;CZe)Z2+*ZjmCsnqw2UrH42)Nx#&wN{f{im(%%dKB5Hxqzg6L`0_Frg)^ zwcHMemoWMa#b^gcpGQYAde9F!JG(#YSWqT#IT8#8iR0Gh0sG+KA2C$zi=BdY%}pqZ z3;Ry4AQ61IjsQIH7i%*Em}hoP#3+e z(k|3SwXYoEWCffp>06`TiTt&Mjj^f$UkPA|;p$(UPRxQMQce!rVHtQ6Ne(Ux3(3qU zm`pl7N%B3@U@=9D-cbNs&i#`3TVP@Hd`_M}i!wD%ZEQdkKN){IjwO{YQ|!GEfctP- zD!+q8MXL&6W^flVmkud_=?ozW+`Pm*m(mxX*Y8tFTw*O-!xgp-H#vFi;4U?VT0B&0XqxG^O73jo8a zA|=fL>8KYdJ*^(VZ&n%y?Q%v@S{Bc}$x$~fBEc|PxM#_4`{`&GB0iC=nFzq?MUuCL zMI^zw1}(HvDFTs->DB3J;Ak56o6~d}4nsO|!f--3Q6mWg_)p_O=M&5$m}NolveO2^ zJMlc5Qi_#j(e)J;BTQftl2D-!xe8r|IE6OSzk-UK?n`JB&^3N4f*UF?+_YM4bn8$7EXfW6*NwNdaM&-5JDsI>x&Qz_qoP8}oTSY(NFDwY|NnSn{{F zs!9U59`}gTckl8}F#tRo17MddMLV6LZ-c=HodUo_N?!m;cyvNVuULTuc1vw zoE8GQmkZR2w0!`yoHK`qZ;#gwqX1?E6KhofI|1P7fP#^(>Cn!~(h2~)%dOJz?oR|@ z(wm!`0P2S9_-<}8bm^Gi5J?Uql!4#jfQ>pfF*W^x?vnsMi0I!Jkv{N`kKZ4E0^r9l z{`YwQc6D`Ub#ZY9P8>VTU$lO491()&H#ab0H9x=M$KFxczrMBQ^Z2F-!1O8ofdoC{ zcL@X0P`k&+tE+UWGQFsHy;GqbChq((49oDZIU35Z0@$|{VgRG->+^U&IO|Qc~ z3WO48pKbl%df8LiJZ8I8#|oGLygi|~1%cVTQo*LtvzbuHJrSI9DLe=`+OH_|XbTJd zki~%sG=~SQ|0V4FL)y&mI36`m)Fj3qO-zi*V`}_S2r(&Vg{;MuNa>w4W=c=ptd)WW zIRue2MX!od1KMKJ?Sx*PJ%l+$YOzzxUH=(v#m-9GF?1c1foMWfN!_${+~GJC)E^@mVD#$0DkDcI|-hSML0d_Mg9(vyGRHyT8@ zIKvE>3zEEik_q7Kda;|Lla$Ny^-fPO;efAA?BN^1-{Q)*+~RGT(T~KgHT}+Nl@PA2 zodOOH0l&utc+(o#&ZAtF*O;Fiz9w>yME^I7eW0@?fHR!v-VL@u>n5&&*Z1NamJ*ySowZ6x_r;;;D{ z@si+Ui~zvZ)j3eWT!bbCEi|LiDT=weTvvco;2eiHto$Kplbs(?G6aorDs!*aOyE(Bf4@8lm1;;50}TsTkNA zx(NI=I^c|Xf(N1v!m|?XYdQ)GiwaIK_0aZZfaNJV&fKztQUu^E4?S0^j5eo;k`}R* zC8afRE<0LLTH-{SgWhB^yHPWD*?5l61J?SPzQJJVqpLkV?>1lQkPmuR37G zm>_H*;Rs2h=g1`XqPmYPgvt2Pb6k}FizD`)25S38pN6M3kT2wg4Fw0!z z5Z2fzS6E%fwEop(u+inlJ?xf23$?(UB0xGaJWLAM8z>7Nf4{jc`Yzq;(Z*;R!2M^v z)fLBod@53dPwr*~OnSGwyPpAkG_8Q!d+1E~B)Y-vATTn8Cx!&E8xWC z^_iZYVGwvOk(3yon-GE*_?)4?l>AKq->C`C#T^(G0N%hD^js=23jpskfHzlH_7d`c z;$E<*dM6mbY;c_-03+}3)vLSvm`hsQ+TSGrqm8`#g{F6T{YU%Y-oCbryS$uHiDvN& zyNPX96a&!G=t^D)z<2*YfPVo3b0c_d6+R#^$Pi!fF>E7WFYm${8&=nF`r6o8 zTwh6TCgwKgH!-ukxw)|cld;7e%tg~_#Os%Psh3|TM&}YME2AqD+;`;>s7*Lm3w!8g zb_XL2Z*4Aed=f$hQ>hoSl@o?S6Xk+JiI6N{E zx;@DNZkryNd~v(65ih1)bt85CjlIna3o(o?2k#OkDawWY=g(~_zx5AKU)WYXKp;XJrhq}zIT`nxF#YaUW-^#g+s&xWl_JKy z6#UIGsb;-d^_#x^c52Xmjfb=j*B=~01rfc|{Ke{!bSTt`T|-+PRvhL<*a;E%^EYpJ zdnGq>0aqA9vji6A(A)&ZC131Ng!P1~3ZHeUVd=zoS6= zX{5`|FK`wWIL&%Cm?|KxSy-4aTqd!5TYS*})}UQ{;GDwmuw(4dn@uIvvLDF02nAo+ zAk+$#-W-difY^$;syq%p)H4YUine})d?Y#-aMGDT0awk7^s+9_Hx!@~tRnyyoe;r6 z+9qvYVV;bcP>cq%C(GtJhLVWc%nCRM5;(_Q5exyq$15swxc;r?R3m=4F6iYgHrOS* ze042wu?&TJuM&WJ-aRvfv9>Z5-B1BwpU>|{5nAM3Lz_Da^bVG^*xFOFJe)zqPt+gq z=#?E@HfN#Et|K1h7MI(NXy)qD8Ihclq8J5$S?inJUYo&@L0`I$4Q%yE*8rP5A3Ihn zw*J`C5~CLlO)UsuX_38IUrUglZ(xkd(XU$p@6Q4PRH8Mhx?>8d$Uz@h}*eeOMR zWBY~f_MR~e?+gskn}ZVcOdN$}5imT^Gd4VsmaIu;CIgq-yvZcD`PjcB4pA%tJT^Z+ zD;ALm!1Jjj0hk~L0H=5nnE5+8H>z=X0@FluD>IizNp>@U=T?z(uupn&V|Ab2Ar4_{ z|BI*TV;6>wqWHZ0R1|?>Wr3mT$4|c`^zIUYMXCDr_XV&3@%I7zr{DZ93H-H)HAJ%D z)~i>TdH!_yo^;^&^p87t|FXPG@>irT?`&+WtpA+Y`@7Yx-~W1U697hjQVJoyYj^K0 zzkInzck#pk-BU#8`LWT|>Ke-LbQd7%ac6CVzLkv)`j~$9t<4?!vIOvzXUSCR#-sSv zkLMDziAUeWqT%lT-s#?%STb?vuU$T0Fcj|WYzdA`cixUpx81%N4z-QMCNFk`!;|4~ zU8k>Zys@`87LB#XVr&7vx4oF0Pb6orzqn2SCI$Qq3YbHE7grXq<9hwUALw{Mx2)4C zQZh+WcxHBZ;ZZCepLukH9`U6(y1SQ0V3&IHCJEqK3E*v3z_?%n3k+WP3`SV&_4e># zA6ECvRI|8o?rUs3+Oy`XQ z{@M>=+DJsEWtA4^0PePZ>7j16h8N6y!1L)0b>ss{ig0aS_yhcYF`{bY;J27 z_{G~Um~Ie&JBYwwa2L?49cctZ0b>kHZYH%35qMRVly3yOEOb7_%O<)vyiw_+> zA^^<%<>8?E!}8HSC_alqHcq=7#BY;Z0=GJcBN$4x{-E4O@{%k^#uMnuu8K;5)5)vH zTz4hLARyT3bXuGile3k#kT9C9XZ_0yNd-j!uqe|qfaTb5o?@3K7L`T}R*^oWhZLtH z_~Ga(r~&@If3&8e)S@@J>*O|TDCB1O>nZd5L>3|d{L$61F=D~Vv#i)uQ#vmZjv{`y zOEqS(tu<#F!{6AzdKDojlD}2&$iXW+e8yl;r^EO~p21#j=d&hh-j$y#G8znA9dH;> zAt-VMLoVC{igKWX6~EWpmA7}uLIpPq5;;PwfQZ44Z!u&!*$#)d6+wJ%M>pyN+ zx(@C2Y6e+ecOb2S8=A@nk^ZTg%Yse+CG1>Z+RU>!uJM+}OlknRKt{i;soK=E8Z!$j6nM6!$Q8bLPnCOmB>e?YMW+#LywqCII)w)H;N-r3s zU6yWfyTk0h*?F=5!Jh9qzbD$6UG}NfB<5y}&*%A`-#OoJo+Kbj37R%{pQqA6{B7z$ z1^U{hmKGwghX4#Cj!ye80L%*5?GXS=A2i9{Tkd{$x975mVW{D213j2U^7jD13`Uqv zvl2xen$r+{ss>F6-s3IgE&+IoNIezQ27)7eLKcCQ1V)iLGPtz6&H$d$02~pZ)2#x* zK@!zi1fB|odU|dIIMZ(-MgU$V@-7pKc9+(dIge-`fDwSCL@+*U0NzZ%+wtW)V(;ej zcbmK-{9NPjuV#$?{R;rU{_g-z5*YkN5aQ-4`#(bgfBWtCcy9Cs^7s7$K{`Ga+uq)O zL#R$Ht@G!2JVH`90uslzw*E>-Fg*kOA}u0AfygTW=2|o8J3D)CZRyVh;OK00ol}Gt z;<4eu;f-2i^wl(z8Xg+* zpvAa_{boroyZv6D+w1?sz1g>0(Y3j?aniawZx>$^XJ<(P&&-4cz{J{El{%4_oe9H*gOL1y0KDRMPkOz- zV*uaeTr%1V({aOBlS7j=E$!_9FxPaYsGC=4mEtp8I7*D@yK=C5KJBUuC|e>)4PHOS z3~rZJX|UL^9BAgDB{Ns0*@r_GfOV=aZ7wN95z9&X*T?$ThXfSj??WC}Ik2aIlR8+2 zEwB>ItG=gM2A}3NSiXYQtlRT|R(@E;I%`P=4^?K#)5sLrOLwIBt74F#fhVjZ85ZOI zwDM&C^BF65`&v0Q^$-KNxJ)LRc=`F^Lo?lVsQ_3CK^Pq(MLnjzf%$DPdT^)h$e0ClIn0`eHz!us&HjGT@G67>-UeQMYzJ0r)H-*I|aZGoScJt`Q`I$wx070aGqo$ zl8!7qh7OzLY&OO&ul#}+Evr}oe{t;CF$OX~>#TBCme=8c(;-oaPT~~(ze@ln0$=XR zwjDWQL{CIokxF&q8vD^~3ki5WUZ4X8e9E;I6mZ61sp4;`YJA2z2|&qFM#>Avz(&%U z-1!YBEe!7&44FA<`^14bsLUKO+Y;XmeMTMu7_J%Rq!$rhL2tyI0?qzr55Rl;J$+7j zPV&}4`>E>oeFWwhU=p&mY}`RVU4`1pVcKDnLl4=qZ8j4CoRKaH82qi|xJd%HtMkNB z4wPgB+tpIAy@(WaCR?Rg^9w&W_Lf-a?V4HgRpZmAV#cKb*xTo6Laxd6OJL`B z^f4Ha1!MuRzlY?=BK)SHfD;Mi3oq>M?yj%yCIrAgy-N~!^DjvNGkwt-CDmv(ne=Xx z6);+$|CSs9{^5t@DlkgWv-<(O_CElOXkdgdNG>ov0Gn&F{sn+nm*^4U_q@8iyp(`3 zHUStX6Li5Ynx^T(`1W=@GCoBd9Sj7dQ*CiE!YM{^0C*5b9{e=$Q1_$|4XbR%@nz(e&-?z8TG0N6kGVl3N1$MdxRa0-Cy=kCxhw5HM1=OF@9}! z9U@Bm{Tn+o-+eb78V`r(XT1IJyLv#^C+^ONaJv`*n5U0?=*0>>cn|`BeSIrlw{PXq zpGb)vw_rf=sJ+rj@8HSFuiIUxPe}baPi2&)S|`--Z+rbcI_-Bh4i3K+0& zHzH&=Ulg!Tt378Oux4>4q2?ZW$jk+3`l@u171iUyMhM`b-|y@D@ZrNBM`Y-r+GvjhyZB4)wi{zl zIy>taq72|>q%w3~pc5Y12)JVe;Lh4sRf6U<;IT2#7nSHS%^1r?3b<7~j&1A9IEGCmNleD@4%fWeh9PD@D{CRY3^&%E=guAQ&;DaeyI<1uo z@H&{I0E~Phwx41z$`phVa)Yxr{CprwB_D~8v`&p6sWIRz0N7;8R;6YzFYU0yu@AuZ zJpdExO`Ke$2Vc_-1Wkj)6cq3AO?Fawc9FkLw>s|LYD5Kk00j25I&#xN zSd!93ho!<^K_B)ayA9QGgd5A^IsIG>FrO?vRdx#X;V;jWmE_BlM1HTPWZ`dC>3vZ1G=#I$1TW7H-6Hf(O3~ypJ4%jA%X3@%5D@ur`og>l)@A2FR8Y2 zENJ7rLNMX3zP`G>U735ayBA5(&+WCfyk_9Amumq2Z8`m^*go1!raJze>2r_q>sdoD zUj-j+VLN(4Dg<`Py(0SN@{pI&qQ`hQ?P>BdOHxl1*(|*&$Im_eS)N#B$EYaap({;A zM9%9S0^sJ>#tsnp%B3sy_02WhgmqB?_>L+;w*tUb`vKhFCID{gAQjz)8Z-kqFgVOQ zcZy5U3}Rqa0F3X9CmWUl;G_Z`m$Ed3Zy*riCE!5MjT;KUQ@E9+2aUhq-F?4BXBHQu zSV#`gL-CCmzkxv#gX2)Zfgl0+-onB-0F3tGIBL<$2@Sw% zX9&E2@V6KXe*X9U0{9~d{4WLI*Z&v5Ah4tsC*aylYB!z`($fR4CjRl$ON21-A;9wY z>#ri)aRTt0H;HuuuxRrHZzPYW0>2jk2VgQi9*IZpk!Fq!;>crRR=S`ORETb5q*lb4 zz|mN2dY~t`I6aM*aN|dBeRa2|zQ6IlmjRsX$j0G(5fSB)02l?Eipu8ZW>&v7EzLE~ zj()$-8yfa{eZephcx~hD<8h+x{Oi{|eDvebUOKFrjz(h}vEfj7n64U9Kx4?vV55UK9iqmwB>%<*fBbaM&-upnsx-5m!x7DG0(!; zE^71_3@&CrV6&OnOTy=nYQs5+Rbca>y}-Id)>Qhtw$RJPafx0MzqjE(th_i<(5bvv z3bq(}ty0gljxTt8Iuo$3pMvu;*OmiEB;XnQ3J7XrW~5BD~#0qYGS zVD~e)u&ngUGs54iS9PWN4~4&1PnMP`1$>-teKHAPxourx;l)D07`;yRCQ`uewkJf_ zIw2?nxEWTHH(hk%a&y<%lbg!$s?$|l+uF+dR|rh-btwSL=5nz$v}><5`X;ab0>Cx} zU=*bRU}L83Xzo$k#~Ew};uQgSgn+}Vc6h%sfN=|K98)hQ99hZvT?OFZq|u!TebHvj zQWOA2wL`h5@M3GRmW{O6LCteCLf`@h@PGI^|ChG!JdP*T#2BMSt2H%W^o+3^VzgXa z@Pte(YAb%BL1RE`DrhJoNROmMXR)M#r6tKq13_y?VD3cL;HLGMzet_vw6xsxN)L`v z{HYs-EBoR42i)uVdcTuu2lvsm)sh&KPx5#@UtgXtQ6;5UOmT4*31C}>yimY3R-36< z1P=w}2G)hJ3{`6cn|RMW2wcud>T%QkD8_6GUAD=4MF#HbMepB_V&}0E4HdraT?(1Yj0+O;h*od8RM91b?SJ{R7sD zEW!_#JlbT98!NkOZPpSU1DNjar?|i6=qJNe@foqbu=>wuDmBJjh3wLX&ef<2`FB<6 zVWB0X2L%_C;aRS;6&UoEeA#f8FRH-;!7QMw)Vew=09-4!EMK|8>3g-QR1jEs<^n*= zz0cjbRkNdYXaRO;xp0_<}BnMa2TboBht z-OaYuhzjsXqll~+z$UyLOiW_hi(*mG&Hzt1_60q|fg0Nh&h5r7ApQ34h!`0O=q!Wz4LS?FT|@K}e( zGd}JcpF|~COdD|*7H68d2#j1Q^O#wRym1_PXZnEGMjU0}C|_kp4iS&f2mlK+%2-?~ z;F;Hl`>&yWS63I4jQ5ZPFwtmoa(rfv0gQAv*MMUZz>k+mNIqUaI9%r%@EbYu%PHu8 z?~36g3E=gE0|M~D3#ou1Pj^9KA%K7S>FB1TbbA#6IPrK>B6#Z~CywKWSWnhLP;4B2 z^DF(BL)cvM@zowL5!~B*v%3dJthMcD@qM&S@4q@&fdbw=AY^mu8YJG1#~wb6(Qgg~ zOh+P?NDzR7b91pJBz@@z{q6PZfAP-2m1Kl{Nhl&&q}V7PU7d?2XCjH^cQ+klHyu3z z$L#He2L#|#S$Q}+&4j7vNI|Dkyl32QcXuNH3?1Ck;t0%n=fmFF`P)8!G!aQ|ZGHo} zyBuKvCwG2J1^n0_oZQ)QFsjE0*4}yUe-3$Pg9{5tGVerv-uYB2u<$(v1<~-%EKbg7 zIE>{EbTTYQNejl7uYQLWV>=ytI+)kzLyT5yWmjGM|D~-<1+U^!s!1vuxZ-@~D zG*_7FPnRjn?ifY&H(Qt2fL3MfL!>a&;b{3>ZNbZ_L|1)>Hx(h*ECeQNA{N0Jt;?xt zu|WZo!NM$w{{M9SX{D6_eCw9iclYhvr+9ZT@|!t*XiATY-?TAqQBf|>1Ec>q-6|%J z%sN7u??n68329w#ERr2T__@M?q_PxdRwpv}{SyJ$s8CfNy-AUXKVAJ7DS$tb=oQB& zWzy3F0+?>QN|~tvmx8|pVI4;Z6!O>fUHi<{0RV%U?W54W&CR{i<(af_ZyKfoumoT? zeFDMPnZSPl@BjdOS6l_%(W4+RQqUg**rMVlEaFX`k|?ai#-waZE4pUbIobSt3*awjp<>P8k18L7;06yT*_4|v&@!k3l=3abhTQo{=?z0bqxN!rA7grncgm<4srsz-Q&y zF$R-7uCdEJ8cY&+m;g)|_5r{%&@q1IYX-nk;x8#+v1dmpU~~XQxeJQ{j5p-PIQM0R zLX+txXaM*D12``D8(Lag+&{SMXOH0Pvb@h$ikLJB*cvzwaFvz{jyF6mWtsiT?xOum7`- zb;I&_vA+K6f#C1^-}k=Sd$TU0fEV;5zXE_4H~zk|z4q$WlcnuL2JaC7zkU{b7+cy{ z+Su4wU0sPm0ZRbSC1NXBMS)F_+t?NLIFVcl2?b25G!}|`_ha!DdJ5*>z3l57Bmno! zdI8|?%q)Pdb_&*DOXW!2bl?o7NVF5_=jKkg`+Db~i)V+u^Q8Iwi9|BV0A5~<{v&}L z^zys;=`VcTv;6XQkIRQezAhGsK3~x9n)L+&81Y?RCIHh75RTDJO{K zD^Gk|lumdOrm;Vj%?$XeG7)|bsZgVlbI{c%%c`o3Cm5X>0IQT1xe+z}7hTT7&+;7a z13C_1BReCJMn3s1ek(bH#P2@r?{& zr2@XrNoa^*{5d+xH*vRZV4!mVIp{R9@mE)SmrOxl5ddZzC(A?^-35!Kq*SNX5y!s# zQdwHcISy{ZYHMq2?GgmOas|cFLW9O2Y@ksMI3c_c6+&UA`I`o?Mpo7(fD!4Wow3jd z#{rW{!LpNBeU6@(LOq15Sy(@VvUy?~15Y1WE3CE(YfXimaD(7Rp4-6vOX&K76*L1l zKfeI08b~4&V>K8@5`|wqdbGGioSlyurF=ayyF3_`%Xitp0M-<$Fe{7xB(yY(tg>AI zxJh8c-oTk>#xEUH-0a-(!;S1b?6zub>f_okKIy}A)$L|)i3(VI(bJ8N5a$mjhZdm zf)C`)*B_C=nyPxqe>zNR0bo6>>$DVja(lm^>lvP*YvAR+F4u^YbJ8PDdV!CQ^3Db{ z`Qu`?+mHHL+3np@0oQ@Q1Ym?i1Y+n}ZDD@CMp0OBisKl1G+Ua5@5r7@8VFEBo zcLytANB{MKu8O9!ZCN!=2JnCYa8LiOv;saWk?guU*8f-e1u5XqraYcucy0KC!D;rQ z#F%e5BnTWl2H;3Ej`TB_npVIOlz~M%6*{Z93mO3SOiKVq#Q*ItEkBb04l#hms4>%* zBycbo945_70Di!wQ37x@a(K9w0WiBy2?d;~01E-UEB`40yhfPg@n8TL`RHHJ0xb)` ze~`dXz?;DDCR8vh;IHYs{P{7f|NDlNFGKj37o>9!p@84NhwH~KY`R{M%0*8W;sgTl z>c;-kKFMITkR1@7*9gE%2pIt2)mWUZrLkOz1aK@u0G=6}WCPEYNHU43rNu}h!T@Fk zObSR92*IEQ{IJz)bk(PiffC_)?#|uxd7mv=lB2l{qtMR zTo|si5q^7nZ}d9p)CPbVsox|vpTW*5xwRNZ5qNuZ^WA(P5DtgJJ1<|(!ZpL|y&WI` zLjrq)!C9Z*iw3LZSz`isSSzrLEXvYk{_pwFTLY14=HEpo zf3ATUOa-EVlF){0NC*o$A%EZ(AdJoSx@-4W8~0u7j9+3Y@lE-Tg0BQv!`bWC$8`QO zg4-K3yKP>HPQS{|U@5H1%rIY78&xKu(Z@z+4srDP-3M6*`-_kR?KvEO|K~x==;Kj7 z?>AV*C2E%t0RmviHkG3S1i=Dhu1o}D8p!9%6si40QujXgUK?}sY?d%q$6BqvFkx63 zda<_nDB9IWOG@?;a$yJKTgMc31HevAm%V8L>@D%l8>`vejr5Hy0RM!iiVa?aY$6WZ zc`2Nv6sU6ta2TijrHAV3s_NoWfo{~(otdy9`ZVv*lMlE&|p3tMmMx^)*{d=*g zv!j{wG=n@2TPZc@S_NQ-X3jcfdLUF;$#cNx%W8gEA~76XfJS&YZy{qxm0g2{dM{^K z+bp&Lw1BNn;xF$J40@ay=(_Bge_O52qCf;yV&1ZBwW<;{{g+Cf+GDCRTw$iDIm^oh zvD~-qIH_PfOLfHc99HhKM56Mw^n)9~#9xlO)=-H+C=Z?CNp6^yUufIwA_;u5lM$>^ zr_u5da~HNCvQv#N_c)zqGo2$EIE&Vun`3qqVEU{8k5J+-iFE)N*;I+HbH^$o3}7hW z3(ZjgxDzI<_V{2c0l2wgKYcR^<$}J{d%CkdTLGg%+(iI}MGFOKdgpXg)5RVTc&JAo z1eU2@Qo^&+0*1S4THI7K>|LIn6%&?Hz$s=j$UMVRSOFLxRswipVt04r*{%RMH8-8o zuSS=@{rz2+$Cj2@0b?R*4FKNSMK0sRm#{Ux1i2mo!0(=?W3P7PZ{39T?KVtL5)k?P z9f{E$WHmqk?!P}OfU`=_SgU(~C2J7)?k61n@ZsLAhc871zuS=#^g9CZcmLUWbZ3WC zozVg2Ch#)?Fr7uLtpUJmuhG=Sdd1CcmhsQNT_YL$*A(w|*j!DaN6(81`xGtytWeTU|}g%szd!e&$?fSKIKf9we?0FaG`Ode|sS zBhlXLy${w&7(aMW5&if7S_(=}@mNKmyERrHs6E@u`28&rb@_Myc=F`UE#9V(6bbxf z<6lDr;K{}HS6BHVMl!dpE5SDB#9|^rD)>*+OS7vRFn*CJo+S7ZWS>q9P2XnSizJTO z4g9q%0Osm*a``p@y!%^_jN=E2_!$Ak zWwv2epE}!nJxyOG@YnBOFnv|p1_?`}n@9QbQ2KQnKR&|gaxT4wO2TZHc9)fLsm(e# zSi=1+l-HD>%5GN>^A7l@^f^dQsibSNg+oPNqb(GkpUM=Vjq@D&50H`|CpC(g4G!VO zh8cutS`1DNiwHx85{nP^Zsza2`=FR~!RL^sX?lR4P`E5)@X0XYW=B3Y0xJMZ^pr}j zAOU}VJkMP3aFJ2TDy7Eg8 zu~&M8@yiA1(|vth?8Ww9Z;>ac4?07F1_K379lrQJim^Ju8&X>V>CgG|9E1h$Gh(ci z3yWu_5MfC&cW-+0APB5E3V^cO-$a92EAiRxRHbMEG2S?_V!{&<@@ZUmb_sxkl{G3p zChMq$0v?vYXArpd`0-er*{c8?sfcD2Fupfr`;~WN3Lg(FI;S#ez^Iv(u!H{XqMw6f zzf1zFFlgp)c@PT^13<8}Axb@(!vm*c(EzVQqaT#n;Xv97n#I9W<*3v!fQPR1C%T%> zMFHSm0dQY!8o-@{gDwK_fjS2Od>IN@#*jV&Fp%8Ub)xPU_-GZjKwrl4$sTCno}R=Q zr#^G?8u z{p!-zA2&C5cj4!L{hDqT0K7&3-T{EO=2kYhQYl_ByqS{8>T6x=3%{RB&CSehY)mhW zZA@%!&D^@bwz86AhDM3$4ow>fWv1Tm@KB=>-m7(gN+ zoMdr~hfGodm?SX!cN**K8-oPk_I3gA5Am_%LW(vElLMM3!QcTN`Ry%3{6T1-sj_|25VVJUk_{zDd!bw<)R?{nnyh0 zDK_}zO0Wa_X^lR6*w32}2GRhY^3S`a%S?p!*?5hEIJC-mRhu)ruZu0~N2^Jr)2RYG zx7_nwO80p+C0*583apUv`R9!U*nLM0^mUF9&8u|)D z(8b+TGlx^UT&fVhhv$8ZNhHgKX4d9;96)I<{_LmhH+B@Wa<=*OBnwILfY;b6%b`m= z5q2wsz`*ZG@V69C`T#J=n1uzx?5{EE%K#prE6YE?(GFFYguiro^NkqMf?E%o1dL?> zjD3d1j9$%FwRyymg-OaVH75?Qo(dUO3+*ih{%--ff>N1xX2VR1?WCA1>kV^ zvti!s*n>qJ`%96y7x2Uao-}}aZjPKgRCQ^jsSN<`i`8Z;;5`S99jmL$@9k|80Hem7 zt$<;LK8LMWC%&lCS2HwSJ^=y~gNcD%0$|?8pi5v(6!DSJ!96tAzr=IEsbv88K1O-AH($Pd z3wP7Qw>p4@cW<*9ynSz*>(t7e{2WW}@9aF!Sg<~Y@89m;z5C(AeWXI^5dJ?~=O5B` ze#UXr#HdM(8nqft()c5~JFB%!1$dj2@kIYn)u{)CITA{4>&>Z(Lypn7QRbV!{A zL8vF!;t|jFTH4ayQCCXswWZLqzjk;`7~I$&qu~DA^M0PsH^$q7MoCls*4Xds`+k1B z-`ko3J}5-5Y7G8qb$565!P|H5zF)j`S1Dl5TH@s=Ii#C6pAc$E0Q&*p^@k7FF-=Ai z7_xUgyu~pNP{1qUP)JGOP)Mo)7YM-oGuzl^052gNa6SAaypERmVt8dO#6|ywm8luu z6alym0KPOn@cHF|=ik=pJ$ijniRUr__^XzyZC_246dWta!yux=lV>y6CtI!hlFGJD zmcTcBQ_IU(ID+lfi#38K5%|{Ql^0V!_{-BndZ0LGIshBZM1Mg`ipe0^kT30w`* zrvd-S7(Kqc>>nTigTQdVQa#|Q8v@|jC;-p;?g)V4@$aQmuM@%VXU<$3zjtriO90NN z6ZgfJkFMlTPF~Ewc-34gBrsO<>5`NCztWK=0KY$?9G`PU1_NN2H-(%`RkDaH!r9po z@>R&-)LaIJrOS@QK=vAScHW=h0(4~Z%FTlzEiF||lXDDUCNEdIbF}VqN}N%%r6o|# z0llg8AW#_<1EaKeT6Ad`$~OO(sIJGw5nWRx2Pq@pjS{qiuh6^v)Tue_LX+s`^M>7B zeyZ%ZWs&@!oU+IjNQPUyG7&kfM6iqfOz5OcXPc&`x`TqTwocR}{Ov*X@6P~C@>lSy z^?=(Ig1z)X){q7@XwzfbBs3}DE3F!U;Y4Yjvp596CIDDBX-c=)IA-4La5^A>5#TV~ z+B%F9G=uWMK84dXIL9cH8?DJnU};Q@Qlc1^mYjv`I3!)kGPokQydeZZCg>6n=S+B{ zLo#ydpi%4vni79B*YQflFC0aiK z~D<#f=ofJs?=&?tPnRkTutri0za zTm@P7l8lWP0}{+(!7wCNa*R=ANJ@%LmLWEbBwHdoNCeHUPlCGtha109<{j1Rd!CcXXU?=+glFG5z_4 z(;a<%4GoR-QucTEj*Uq;p?_oq&0rpGKIj2M0?+ao^aAG}1w%+$pmzvhJTtFEqLht+#6!4I5^VMQF?B57}p%n1et=Fmq ztpQjSop+S@-H8AgE4Q!3ijv#0dwaY4`~Q!>B6LXszg+}^6@&@E4+zVV`t#}`2Jhm- z{{H^`{oS{ZXI_1M_b%+V{)HoXEe6p9V03Hgnq+BdlK~uBN4(+|oSYXH!pIPQ0sw~@ zz-aG=@R_E7v05G6eiK~kX8=FBwN8JLAiWZvnOR$#358bH7uVJ{f>6LMZC!NLc>8we z)yn|@Sa0)`FQC(#&Dz|W>2f%WD%-fT3n!~72Ji|A;AhX6lrxW4 zetfa!2Y_z_!1OCNFrgv1vvcA)N#Nz}5#JIs*7s&(WW?tW1f~KL{()KF4RL&)QVMuV zQ^4?|oDxgujoBM_-rTu%ZG0T!slB$Az_bfdE01pqR(^MMOEnVja$Hy;COkAKN`^WqD@ZUc|U~*>>BwFW16ZKNJ;zhtaC&F%SJy&yxiHs zZ1xQ>+S8R&9{U%+yMcwQ!u4vOqxv8msSj{ZgYn)~M3;Z_K{hYrix3EWDZ^J@K$dE z#|YA?mb3m6l2H9c_Z5LjTxTZuf^pf}9`+HniH(XPIur3RIy?G)X~qOBBFV-cmVmhi z?a0#zoL9gFXmo!8;4A|s0+JIgs+yb#;$|^^(c?8AH(SMjBT*)>VvrY+X!zi`&GwnJnDt0lMsyCE&EkNN?%MQs!?{9bFNiZI2Ku5O{uUs8m9TtJ9z>uWr#tsx15KlVu#Dy~PR`_@(#l z@89jN{^byX)w82xf`9no{{8*^UAn!!xg)O7d#~9G>*mdMR__bJ(4RI#p@*+t5nrKn zSDvBO8+!G(0|1BN3br0541>UAln3BXk&0B{Taay=w$$SIRfD2Z3Zx%yL;MY{)YhEMGrB6+3UaN>J?L@0-c>r_ZfKraLf7W z>ESCEFZNW?p>@3nfOGOo+i)uehEm+Hu&b=hlXYC>Mu}}u8E96XvNaH+*m9YVQi5)7ZH5Gn5xZ`c0-W;; zk+LaqIQ3^`sX-`WoJdj=n!qx2mnzpVsoE~M;;&>slk~JWwb*w{(yy}+`=>wZ(aRl= zL3>maIPWNnVzb#`GSGQF(MVE|xQj_y`t}B`)@iVsZTb%x)Ho=F0rPyA1Op#8oArd> zj|-0K&HSkJh7WG2K(m9l4z7~S;4{#`EPvS(i!>w=nB*-Qy#(Mt3W0%IDY(+J(9JfZ z=)g1B7Sua zj;2D{atMN}rrTBTrcjOaOMyVOa(ULQxDY#h`8tzaXj%;p42@TodQ_hqmq zn#{8>PWdQ83qoz>t5l?|m}U7eVVq$!KyW}MbO?l2T=`6ZbV!rNq_Ch6NNFN$peECV zRh&r^Ga`-zQv4vBjZqUdyUrL)OiYXy&Tg`oo7oHIX0sQ2o^$?h+jZw<;#8~^5#Hbb zIp;agp?~)D+%)!-`2k5Lz!GUS zP5|~zD+N4DWKjT)0KijfR|C4g^!FkDP9y1KXsE9ZDm)Z?S2c4O1L284hnhS_fZak7ALv$m$dU_}<3=UY92m zfqg$f0k05X-$ZWvGyt#MB>*q2#g<~Rwea>5^mTMOG`{eB!!tYv0B>~+djeYku!+7l z+ph?K8=gL`cK-9iK@!CV>{R)T&g^-)m9+xk00Edl`Q3NXSDTycUnU+e1cIBMEBJ+L z8xy^~4ZY|B&v^ntA@Ib;+$5r(L)-*jAjG0QOeZxW_UQOGA$|#ZCAMP$=kmJo5_A-s z8lFFYI3W_azun6MxTl$pkn}Duav&;j6Th7CpT~Z`pFLP5^VlB_05>l#KK9RZ7meq4TsG*^M_iDbfXVoPDO#H1C0Mq68o(Oz2H8Yc>NJWJJ zI4cu{(y6%Q^=3RjWDTkz@d$Hn$)N+TUp~Sy6-0>j}VmKl+r|t>-e30B#ip?25afWgjzt zx&dG?nBGCsi~FpFg(rE=mh-S6fHf0zJ}0lJ<4B!aLMi#*Sy_7Ew^ZKjmK@|Rqtkn^ zRCR%wCx?^`S^#V#1#C0q=IJqqv|lREd3ot#%)%@&82+0y1Ds*_*c5@qG7UUpq3@xC zY4qGe@E2n~`>_!aMq|PpM}C(%$`UiJfXtDW)0|0Z0)Nxe4jpT3YdqUH);FL@;O-U) zvr?A~OG*6|Yo;;uogC>URx_+THsHu&v{oI5{R;nO!|$J=cI(y<1ZynBT?VkpR+xuO zXcE8{@l0py_VEO>tRO7RvpKck5~D>!aJtdp#NI!JUj(r6ppf0}ikF~K1x7+;C1Nyd z;$d$!Ri|n=@S+Rb1p#0w5lJkoSxrd8oMv~L@kdv%e0T6dQ_}S2%6g9LtgWx+lM*9X zPbV)rF`1l|@$Rvc4kt`sE=8jn%?Ck?PH$lWyic!}!Sl>aopEQ8KGlCT7n49XJCywkGRhtJKgCXQ~*A4!aYb2I0&ohBLH(Q)~Dy) z0Py+q?!m@J1zVC>v`a+g={34qnFzev0#DdB`ai*ztuKfQd$HR$`d zcxDO^76MO&x3?c{hhy7ZWL{fcouZS)2UxTSz|R=K*cgoGl1h$*rnaVUUk}qq^Xkpg z?Y`$zFtM%NTZu-avGr)=b$Am2)3LiN(Y4J;hyYCB36S>P>gZws+YDA5^N77a%mBb! zY79Ru*JYr)g3WO9Gbaf~c$)!WhG^*3b7)>-C?godML{%muR#GfG>m%Y0)bv$py2WJ zZcKE5+q{kv6GqnpXjhER1s4{A@H*oquy$dSQM>?SbVxOXmwAx`og4t*iHVt+KhYf= z1nwpUO#GcA0Ly$!1$OJ`{0QeS!H!sed3i>*v$nQU=Z z6(j@LjGTT)1^xuyNgB_}Wf80rDs_&M0|&Gwa7np?S0!0^*&$y>nFuzUvpYLou8Zw% z*?i>Xu_4!K#%~Y$zk=U>FX-Fj?eVr>Xczl4cY?ck=$>w|xoj;hX)VbFPSF~`T!GdGdg-8)vR~q-a*)!& zyAKe+q*}llgcGj!!-~E694neFcU-w}AFg815`ZOGTnz#%8?*ozJzzSy=Hy`)(0&Qp z$iXT^lL^yBxrVggqQG9v0{5hx4)B-(Tnv4TAm@Yh&6mf!>y>#MFizROuRza+^<)6! zK^hXYc_UI9$DY$M;m}u2xN)CtM7y`?oVV3vFbIEnb0MDxR0FiQ81vOgYLq>@mDRPP zQc0&9>`o4=0M-Ctt~s-8wMgD+O^u}#%OX5+}}>4hjlW7CvHbGh^B04mr{UkCIRfe>gL zju$$M9w)z)oVnIqmHxDEJ5m!&(5-$qzP5*Gh17R_vep7MnsF@RtFb#_XTcbpaQ zkZ(X)pvPDN4-8EEz^N4i@LKr#`s)wL3i!ug!|#vp;|e(GDL;REldH`5;bubjzPOoy za00+jz+eL1lNDr9DmEuT{o?;oti2pF_{Gb&2&cS-b-&2Lx-S}dH8OR5H4<4D03&}g z0pQrPSY$l{qj#8}i*c>lYpV|)L`VU@dK0-W0FK?gxAZK!1ev_D9gER{=l(Oan8UC` zd4@gXhFZ_$%+5|OrW>nzhKJiWHoC5KZOv5LO_kLxX-9I4?Y3-dX-tU zdIZ1(#vn$60ztv=^76Hf(Mgc`+S~+|Y>jnv%mqAia6uD+=O$(*Cp&K7_eB?OEYIFp z9_{l4ZxDMY1EIh-Ox=eM7ub#k^E0II5__W+fR_Zoa}#L!dKaO8`@Q`P;2Dy@2r4d8 z1eOJ{^L{j>Y^cYXT$ksset%eH6P8JXs9xjmT!;6UU8R2;8hQx82M#1HC8Vbxr|)j! z@2Q?sR>7NNUVN$fCAxzA%=s*Mb>PF|qF3o~*D!rX7iFUX^iz$wr0!_B+`<(HWd)kG zrnIWYs@sQ3xvmKPHx0qoxDJjZSm;}$>?dF>$2J@Ly-~i(W_k zb>YJy{8~#}TcrejQ3Y|x5<#?q697h4kmIM)wK6owq0h@GBxQ-u-BB(0^RU(rmpoB! z-7|mfngSMi$d;V6gYYeC06xTTM__}-qDvzvYC!(ge+fJPkhb$Pj+--n8)Kqg_Ki(6 ziD@i-(Tx9YyfK7+^>y5=q zS=BYwa1Rh|(1OiY>QfsG?c4Zkbeq7e0lHyf zghL|4EIMuIAFcF^>D_cX#ck|%I(+~zTw-ELG-HnhgD@0unI#WkqOIMN@7)5&XA7BIrd71*1n!7v9=S?0Jzx4`*i071TN7+H2+X@M-iV=C$_D+bG5cdkwVd`<%}{SB)tn((9PVz-t9766~nClwNaVTgtbO=Xg!Xg-(~0CO3V&R<*> zVb4NG4U%U|Y{UY9NeF?zlLFwusmZJX;M9i?77YN?jV94wdUO=*9qb>%pqBnK{S4qy zs;4eOX0s;J6;V&QwZ}VbmVPRoX1|AWOCl?982Xs4D zz^ef8ovjCK$6^UQd42NHqd5sdFJIc9xFA7ZHNQVA*0!}+f;CsdlVtf zJdggB0$`~FZisib?Ck77qne5ow}hPEsLIRVcHwUW@s~cHwn)rnIeOgW<3dNTK1f{f zD}&R|wlgc(lY0{kAr-=}3{TfNMCl-PzpMrjKlU4ZvC_Av7}j0g}QXaMf|e zR7*M@y`~w$^5wKS6;%1q#~mY&@M-J6%#(llIN#AV%vT|O2YL+!48F3}>I41;7#{*~ zuhykX+lh*A>cZ^{T>62Qe42%bP*{{}Vb z7AVvX0-2rzW*3$K*lD(!EA3Y9%i^*Fyr?Nc@2g6?*7}*}FR-ghn;;?b5KgV{I|#sa zu<_UxmoWpFv~O7%+l!T2KkvRwL9MBA*y9?D!CD5GI#5wq!QUz>s_TrSy1F7j0A_== z7Jx1-(UQW5jN5ExpU);`z<8;htc1NPcj6$N66D~0_SdUkTTG1Hx&p5E`>iIc&Cag| z0ERdw&1~~}aVBB(l$O7iS-?i;PC2-j7b{?2OltcSl$wQT8yOZOw9V@BaSWQF9Rz@* z1H!F|7ONH2F(CwztvLCI2O6PRSE#k834YPN@g$>n0rCfy^JqQc@hj) z%Ub~OgXhl$z{ml!1#4(%>der)NC2Nf1bT34h(taqMF4m)yRfx&u)Pfc|6NnS|0@Lj zngo9K?-%#A$g}QWUVD|m#_{6CizmdL-|g;7MeOdM4g*-%z>f_WA5y^iyJG~eefHVj zT}=Ut1kNr_E=)}=qrKJE+=t*V0T>}_9l#`yfnKD8kp)g=QjZ?p+@|foJ^}b^064d? zy}n8JmD}8$o10xfI9LLJ*Ee(7?CkZS9<+&k`bk?j8b9-8uZNZqT46flEz{G@GtD30 z9;gX=D^ELUIZ!Lh%=WUgjgFZc@l7t|$&PcPHj_#8Br}<$mIhuyUN=Sjy^b7kOElV( zPA381L^{!P>2f+ck(64bl?)1rXH&R&G6~?46i(5uU>~y=@*!vjFx_*Gha2WrcNxI& zT-_T1fk#F<*aeNe@I3%{plfGG0E~kaldll=ow50kWI?9YxK=kYg^U1nv}NSwOD9it znC6Ba7O6*hOA1L%Zj}vKAyDr}{N+Yn1uoJ@TH?_bt^>vz&>0@y*%@}Le!o&=Rax`a z&mY2XsDYiu(79d@Nf7!B+dLjE`_F#Eivciz*sj1@L2=EXwK7+M=oK^u2yvLb{?61b2)>@xM2 zMesDD&QQF)9mB&AyaZmvqv?u(83Yy^mac#g9V5NksHA-R4h}(gp(Aumt4WeX<>``> zCr|PqLI7Ba5rAVX$WK*Qw`u_XIf{@X5v~`~@O#YY>5K)DhX9roB9&S0@yc80L?JL* zU-1`DVSekFSnp^vqE&Afv;9hQ-az`cWAWw4tiz!pSUg2ih@=CU#IKbbK$9peFJ--H zwkzC_%Oz$j7@RQ>s9ba->|vyp0bsL{19p_!U7{Yj*JBwM*wR+dWWtOMI=o@9D|m`d zd5vwf@H;Aa_OSzvsyUR+5*PpuR7jIdhmi%=ufgFg0LG~)GEb}9QO$%D>{d6Ob$Bvp^n4lFcisEwrR`EUF95tPSRR<2GtQ5K_vig#OsKjIME8jp@RVYv(u-wzg80)ouvSn0j$s| z6YT8P zI)E2b+2!%AgY4IfzaaoiCoz=Q811I!OSI!XM+T)vy62^W^R7suV3 z27o_*_J8^Nhg-Mqe`WCZ@vFFe?RfDwuyK9ek257B!F1~3xE#@z;goNImRz$Rxp4!wzrp_Z0ZVlX=D4&^HsbF zOY~OIl{MMC|4gz8D=Pp_lDH$2+xkEF!qS<=-U2Y65~>Xg!&@_aBi2*4pPFo902_LO$KmUO9GD!e9$Fj zz_^eCW+%_XJb)Fmv&3grjvr3nDPwF;(+2(axfnj0TYOG@R~QG#+q@0?ym75Ps&; zo(2pzV|RVWH2Luc@(Qhr?6i|A0IS#lr3xH$1aNNv$ zzyt}5I$N~%;TTI@t=$2=+e~uc$dR965jd8yqJ#&fj6k#X^*-4`LVGT!pxDOythPW< z&QW%|ng0D8pUd{CQ%h0xJ|MEYQUa*${tn&C|ldaaH>a6sN zU~fm4)1g(D*VOu|&(~HNO=g=~X(pDU6M{`7BCcj7{c1zSxfnjsW-rRmW`~*in^Ta{ zz?u~D>q3D5@Z^_K?x4qR9_BG>Taj79|NQ#?u4?|)U^u0V9S{^Jl)EdOkts# ze0^q>UPza85j;DYy34IoLazXL63)>V1;D+%Eu%Vsx8AO-ZEyc$d1H+f@Xtj6k6si2 z54E=TwzMb!xAdJEWdLsgz{?94WgH9JzzV<+!S5mP&UNqgm){$_+G*EjK>Gdb)35%x z0`%T_&$ZJ8)~Wm7FwUTuW$>4q>#Tt{Spla;e+2+f0>DT=!g%*R2Jk8acnJVrV0#S) z@WrjqS0Ar@wz<4?l>vN}0KBrfN#~sP_0{F{^2*lzrPUdd!1UOIf>FZbo9Atf9p|Q| zpS%4*I^X%j{o$u0k^Ttc2t)o;xP^kT>AFDd&sV8WH25Cw%V zpuo%kjz{7{QBuB%bRvoxG;xyvoLEdI(+?BaQkx|Lr_YVUHe3Llo?ZOph8pkUFhT+F zENaoDe(B^u04Dy9qvAaF6f-=hy1P#_T)TE{{1;;{pLb#y7bR%og%bd#7i-OAnqbe# zJ-bkH=GYXu!fswpii{C|2cJDtqf4BK;xJcMiYc^gBIPy)L&vZIEc~tUdwlFTAi_jK zgRw1Y%yO%W5ybN+NUSITH)fTe1>`(v!s{Itne7M!g6P}Q_Xzs_mX1u5$z&oC1%p5C z_*g}ps>`F+hpTr8eDFhGImS!m%QV(B?jSfQ9EPxNA&0$!8iKHkx9gLxTXAP@Z!%OI0f3vD+Lafyl%NH`3{{@M z`XFC&0t%cijz`ey{OY+r;5Ly0R*qRr;Ez-j7#;n58M3oW^*JE2mmbGpBWMf(Z18Xy znna~X9}W@#)8A-$uvNsJiHKt{@U)f{720B_GUDRcK_0qwDYFgwMg_oD1>h1(o(*|Q z#hkZ`paax$a}`AOEmgvO>}^AaYvaIaD|#0Q!=!E67XiSUcyXNP0X}xNcI9!<1@TrR z1!#t=1%o#SwE+4dY&JJ4%NQr0nCwXem9p(nIGta~AR%r~Q3LWB=C_bXf zx7E?l^BM!?nLy8sZH-sG@0I|g0LLZ(yfTe-O!4;^>tC6_lDh~baA&jKZm|d903Gm} z&0d3XqOicC8(#$iW}_*W4hfY7MwB?rNP0Hst0SANpcm#8@Sq^w+-#o}3_V>0bIgt6#~}_fEmP1IJ*V=!y~N#FtA+OUe8V7!wSHc zu=m~D3jlX9fZ3BHo!$ZP%xBDC-I4({dTJDTC|;Z`iWwaP^VMgbZM`0DD+a%yybV~gz?*Vq4~m!M_E_XqRO3c-(G zJb1wL%}CRoC89g;SHS=K`hDi^JyJNks4WQo28C!YLMsJ4KR>x}>(p|9Is(0Nndf2k_rE7p{^ne*Lc(3nYROkhHM4G@F6~CVe{o=23&q z-`_R%vME&OZ>S43L>k7%8p4rJ9u4+P8``Fu+XkNnx~DzCwzm3jUtEYH3|N(*37bh+ zTqTkuUct+$8&k6cU}Eif`~(BImq(ycf=I(ahK7IP_%OF&u0QjU51Vcq>o@fV49ioc;S(7OTYOY~j4dw25o zZ3eK^$rXS}!g?U!bE~Ry9Wu~N1g`qKaL+oZjm{%q1I*^B)6;&>By1d+1 zSvIHKzdqPa0RGL~ZaTK)BTTBS3|rOolH;#$ApXXOBJ@8E06sw!MU7kdD+;&=QB|F~ z7l&#APw!B8S_g1XwgMJ=4`~K7fQi3nA%LNPu@2nSj8W&y4B*R5;dTP>5dmudHdF&?RZngEBvA>e42Y2$Y8|-2AOWKPCFfKfk z0gH=+bKym3kREUa7omxA1_7{1?5()NTf+9x28@6Sd)bzf3Fg8$mQ^FpvezWQ=E`&N z^wf_lEY>0+8S7tUIXLN;uCR=hZ*{rPS5;P4P-fy!#2LrMPNFU10+H!cQlgp7BtvsK z>DErC1zBt|xJ#@SuO(B1#)`E@AK`^7qu1`mXaQQKB>N$O10K8PFy=bM_G&+UQBvXX z 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