Merge branch 'master' of https://github.com/placeAtlas/atlas-2022 into cleanup

This commit is contained in:
AnonymousRandomPerson 2023-07-29 00:51:53 -04:00
commit 06502d6ec9
24 changed files with 646 additions and 566 deletions

View File

@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry.
Make sure you have prepared your JSON data that you get after editing. If you haven't, [CONTRIBUTING.md](https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md) has a guide for editing an existing entry.
- type: textarea
id: description
attributes:

View File

@ -6,9 +6,9 @@ You may contribute to the project by submitting a Pull Request on the GitHub rep
## New Atlas entries
To contribute to the map, we require a certain format for artwork region and labels. This can be generated on [the drawing mode](https://place-atlas.stefanocoding.me?mode=draw) on the website.
To contribute to the map, we require a certain format for artwork region and labels. This can be generated on [the drawing mode](https://2022.place-atlas.stefanocoding.me?mode=draw) on the website.
To add a new entry, go to [the drawing mode](https://place-atlas.stefanocoding.me?mode=draw) and draw a shape/polygon around the region you'd like to describe. You can use the <kbd>Undo</kbd>, <kbd>Redo</kbd>, and <kbd>Reset</kbd> buttons to help you creating a good polygon. Make sure that the lines you're drawing don't form a [self-intersecting polygon](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Complex_polygon.svg/288px-Complex_polygon.svg.png).
To add a new entry, go to [the drawing mode](https://2022.place-atlas.stefanocoding.me?mode=draw) and draw a shape/polygon around the region you'd like to describe. You can use the <kbd>Undo</kbd>, <kbd>Redo</kbd>, and <kbd>Reset</kbd> buttons to help you creating a good polygon. Make sure that the lines you're drawing don't form a [self-intersecting polygon](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Complex_polygon.svg/288px-Complex_polygon.svg.png).
Multiple periods can be added to represent the changing state of the artwork on different times. You can set the start and end period, as well as chosing the appropriate canvas variations. You can also copy the polygon from one period to the other, duplicating a period to be edited later, as well as deleting a period (if there is more than one). An alert is also shown if there are errors for assistance.
@ -20,7 +20,7 @@ When you're happy with the shape you've drawn, press <kbd>Finish</kbd>. You will
- **Website**: If you're describing a project, the project's main website would be suitable here.
- **Subreddit**: Format it like `r/subreddit`.
- **Discord**: Write the invite code, that the invite link without the `discord.gg/` part.
- **Wiki**: The page title of [The r/place Wiki](https://place-wiki.stefanocoding.me/).
- **Wiki**: The page title of [the r/place Wiki](https://place-wiki.stefanocoding.me/).
All fields but the name are optional. For example, a country flag doesn't necessarily need a description.
@ -66,7 +66,7 @@ You can use the website to edit single entries easily. On the website, click <kb
Upon submitting, if you use Reddit, please flair it as <kbd>Edit Entry</kbd> instead. The method stays the same if you use GitHub.
As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server.
As an alternative, you can also submit an issue on GitHub using [this form](https://github.com/placeAtlas/atlas-2022/issues/new?assignees=&labels=entry+update&template=edit-entry.yml) or report it on our Discord server.
### Manually
@ -76,7 +76,7 @@ Edits are also welcome on this repository using Git through GitHub. You may use
Upon creating a fork of this repository and pushing the changes, create a pull request towards the `cleanup` branch. A member will merge the pull request if it is adequate.
To help find duplicates, [use the Overlap mode](https://place-atlas.stefanocoding.me?mode=overlap).
To help find duplicates, [use the Overlap mode](https://2022.place-atlas.stefanocoding.me?mode=overlap).
### Example
@ -107,8 +107,8 @@ Hereforth is an example of the structured data. The example has been expanded, b
```
`109-166, T:0-1` has this meaning.
- `109-166`: Default canvas variation (r/place), period [109](https://place-atlas.stefanocoding.me/#/109) to [166](https://place-atlas.stefanocoding.me/#/166).
- `T:0-1`: "The Final Clean" canvas variation, period [0](https://place-atlas.stefanocoding.me/#/T:0) (The Final Clean) to [1](https://place-atlas.stefanocoding.me/#/T:1) (Unofficial Corrections).
- `109-166`: Default canvas variation (r/place), period [109](https://2022.place-atlas.stefanocoding.me/#/109) to [166](https://2022.place-atlas.stefanocoding.me/#/166).
- `T:0-1`: "The Final Clean" canvas variation, period [0](https://2022.place-atlas.stefanocoding.me/#/T:0) (The Final Clean) to [1](https://2022.place-atlas.stefanocoding.me/#/T:1) (Unofficial Corrections).
## Development

View File

@ -1,10 +1,10 @@
[![Entry count](https://img.shields.io/badge/dynamic/json?color=blue&label=entries&query=%24.length&url=https%3A%2F%2Fgithub.com%2FplaceAtlas%2Fatlas%2Fblob%2Fmaster%2Fweb%2Fatlas.json%3Fraw%3Dtrue)](https://place-atlas.stefanocoding.me/)
![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas)
[![Entry count](https://img.shields.io/badge/dynamic/json?color=blue&label=entries&query=%24.length&url=https%3A%2F%2Fgithub.com%2FplaceAtlas%2Fatlas%2Fblob%2Fmaster%2Fweb%2Fatlas.json%3Fraw%3Dtrue)](https://2022.place-atlas.stefanocoding.me/)
![Commit activity](https://img.shields.io/github/commit-activity/w/placeAtlas/atlas-2022)
[![Netlify](https://img.shields.io/netlify/1e7291ce-0680-45ed-9843-47a32a992bbb?logo=netlify&logoColor=white)](https://app.netlify.com/sites/place-atlas/deploys)
[![License](https://img.shields.io/github/license/placeAtlas/atlas)](https://github.com/placeAtlas/atlas/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/placeAtlas/atlas-2022)](https://github.com/placeAtlas/atlas-2022/blob/master/LICENSE)
[![Discord](https://img.shields.io/discord/960791635342524496?color=%235865F2&logo=discord&logoColor=white)](https://discord.gg/pJkm23b2nA)
[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/placeAtlas2?color=%23FF4500&label=r%2FplaceAtlas2&logo=reddit&logoColor=white)](https://www.reddit.com/r/placeAtlas2/)
[![Website](https://img.shields.io/static/v1?label=website&message=place-atlas.stefanocoding.me&color=blue)](https://place-atlas.stefanocoding.me/)
[![Website](https://img.shields.io/static/v1?label=website&message=2022.place-atlas.stefanocoding.me&color=blue)](https://2022.place-atlas.stefanocoding.me/)
# The 2022 r/place Atlas
@ -14,7 +14,7 @@ This project was established by Roland Rytz for the event in 2017, and further d
This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).
You can check out the website by visiting [place-atlas.stefanocoding.me](https://place-atlas.stefanocoding.me/). If you want to keep distance from GitHub, you may visit [r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/).
You can check out the website by visiting [2022.place-atlas.stefanocoding.me](https://2022.place-atlas.stefanocoding.me/). If you want to keep distance from GitHub, you may visit [r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/).
## Contributing
@ -38,12 +38,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://stefanocoding.me"><img src="https://avatars.githubusercontent.com/u/25939526?v=4?s=100" width="100px;" alt="Stefano"/><br /><sub><b>Stefano</b></sub></a><br /><a href="#business-Codixer" title="Business development">💼</a> <a href="https://github.com/placeAtlas/atlas/commits?author=Codixer" title="Code">💻</a> <a href="#content-Codixer" title="Content">🖋</a> <a href="#data-Codixer" title="Data">🔣</a> <a href="#design-Codixer" title="Design">🎨</a> <a href="#fundingFinding-Codixer" title="Funding Finding">🔍</a> <a href="#infra-Codixer" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-Codixer" title="Maintenance">🚧</a> <a href="#projectManagement-Codixer" title="Project Management">📆</a> <a href="#question-Codixer" title="Answering Questions">💬</a> <a href="#security-Codixer" title="Security">🛡️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ab-gh"><img src="https://avatars.githubusercontent.com/u/18347932?v=4?s=100" width="100px;" alt="ash"/><br /><sub><b>ash</b></sub></a><br /><a href="#business-ab-gh" title="Business development">💼</a> <a href="#content-ab-gh" title="Content">🖋</a> <a href="#data-ab-gh" title="Data">🔣</a> <a href="#projectManagement-ab-gh" title="Project Management">📆</a> <a href="https://github.com/placeAtlas/atlas/pulls?q=is%3Apr+reviewed-by%3Aab-gh" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/aeywoo"><img src="https://avatars.githubusercontent.com/u/65846594?v=4?s=100" width="100px;" alt="Aeywoo"/><br /><sub><b>Aeywoo</b></sub></a><br /><a href="#business-Aeywoo" title="Business development">💼</a> <a href="https://github.com/placeAtlas/atlas/issues?q=author%3AAeywoo" title="Bug reports">🐛</a> <a href="#blog-Aeywoo" title="Blogposts">📝</a> <a href="#content-Aeywoo" title="Content">🖋</a> <a href="#maintenance-Aeywoo" title="Maintenance">🚧</a> <a href="#research-Aeywoo" title="Research">🔬</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AnonymousRandomPerson"><img src="https://avatars.githubusercontent.com/u/6516839?v=4?s=100" width="100px;" alt="AnonymousRandomPerson"/><br /><sub><b>AnonymousRandomPerson</b></sub></a><br /><a href="#data-AnonymousRandomPerson" title="Data">🔣</a> <a href="#content-AnonymousRandomPerson" title="Content">🖋</a> <a href="#research-AnonymousRandomPerson" title="Research">🔬</a> <a href="https://github.com/placeAtlas/atlas/commits?author=AnonymousRandomPerson" title="Code">💻</a> <a href="https://github.com/placeAtlas/atlas/pulls?q=is%3Apr+reviewed-by%3AAnonymousRandomPerson" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mxdanger"><img src="https://avatars.githubusercontent.com/u/32040254?v=4?s=100" width="100px;" alt="mxdanger"/><br /><sub><b>mxdanger</b></sub></a><br /><a href="https://github.com/placeAtlas/atlas/commits?author=mxdanger" title="Code">💻</a> <a href="#a11y-mxdanger" title="Accessibility">️️️️♿️</a> <a href="https://github.com/placeAtlas/atlas/issues?q=author%3Amxdanger" title="Bug reports">🐛</a> <a href="#design-mxdanger" title="Design">🎨</a> <a href="#ideas-mxdanger" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-mxdanger" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-mxdanger" title="Maintenance">🚧</a> <a href="#tool-mxdanger" title="Tools">🔧</a> <a href="#userTesting-mxdanger" title="User Testing">📓</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artillect"><img src="https://avatars.githubusercontent.com/u/8906201?v=4?s=100" width="100px;" alt="Riley"/><br /><sub><b>Riley</b></sub></a><br /><a href="#data-artillect" title="Data">🔣</a> <a href="#design-artillect" title="Design">🎨</a> <a href="https://github.com/placeAtlas/atlas/commits?author=artillect" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://stefanocoding.me"><img src="https://avatars.githubusercontent.com/u/25939526?v=4?s=100" width="100px;" alt="Stefano"/><br /><sub><b>Stefano</b></sub></a><br /><a href="#business-Codixer" title="Business development">💼</a> <a href="https://github.com/placeAtlas/atlas-2022/commits?author=Codixer" title="Code">💻</a> <a href="#content-Codixer" title="Content">🖋</a> <a href="#data-Codixer" title="Data">🔣</a> <a href="#design-Codixer" title="Design">🎨</a> <a href="#fundingFinding-Codixer" title="Funding Finding">🔍</a> <a href="#infra-Codixer" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-Codixer" title="Maintenance">🚧</a> <a href="#projectManagement-Codixer" title="Project Management">📆</a> <a href="#question-Codixer" title="Answering Questions">💬</a> <a href="#security-Codixer" title="Security">🛡️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ab-gh"><img src="https://avatars.githubusercontent.com/u/18347932?v=4?s=100" width="100px;" alt="ash"/><br /><sub><b>ash</b></sub></a><br /><a href="#business-ab-gh" title="Business development">💼</a> <a href="#content-ab-gh" title="Content">🖋</a> <a href="#data-ab-gh" title="Data">🔣</a> <a href="#projectManagement-ab-gh" title="Project Management">📆</a> <a href="https://github.com/placeAtlas/atlas-2022/pulls?q=is%3Apr+reviewed-by%3Aab-gh" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://linktr.ee/aeywoo"><img src="https://avatars.githubusercontent.com/u/65846594?v=4?s=100" width="100px;" alt="Aeywoo"/><br /><sub><b>Aeywoo</b></sub></a><br /><a href="#business-Aeywoo" title="Business development">💼</a> <a href="https://github.com/placeAtlas/atlas-2022/issues?q=author%3AAeywoo" title="Bug reports">🐛</a> <a href="#blog-Aeywoo" title="Blogposts">📝</a> <a href="#content-Aeywoo" title="Content">🖋</a> <a href="#maintenance-Aeywoo" title="Maintenance">🚧</a> <a href="#research-Aeywoo" title="Research">🔬</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AnonymousRandomPerson"><img src="https://avatars.githubusercontent.com/u/6516839?v=4?s=100" width="100px;" alt="AnonymousRandomPerson"/><br /><sub><b>AnonymousRandomPerson</b></sub></a><br /><a href="#data-AnonymousRandomPerson" title="Data">🔣</a> <a href="#content-AnonymousRandomPerson" title="Content">🖋</a> <a href="#research-AnonymousRandomPerson" title="Research">🔬</a> <a href="https://github.com/placeAtlas/atlas-2022/commits?author=AnonymousRandomPerson" title="Code">💻</a> <a href="https://github.com/placeAtlas/atlas-2022/pulls?q=is%3Apr+reviewed-by%3AAnonymousRandomPerson" title="Reviewed Pull Requests">👀</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mxdanger"><img src="https://avatars.githubusercontent.com/u/32040254?v=4?s=100" width="100px;" alt="mxdanger"/><br /><sub><b>mxdanger</b></sub></a><br /><a href="https://github.com/placeAtlas/atlas-2022/commits?author=mxdanger" title="Code">💻</a> <a href="#a11y-mxdanger" title="Accessibility">️️️️♿️</a> <a href="https://github.com/placeAtlas/atlas-2022/issues?q=author%3Amxdanger" title="Bug reports">🐛</a> <a href="#design-mxdanger" title="Design">🎨</a> <a href="#ideas-mxdanger" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-mxdanger" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-mxdanger" title="Maintenance">🚧</a> <a href="#tool-mxdanger" title="Tools">🔧</a> <a href="#userTesting-mxdanger" title="User Testing">📓</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/artillect"><img src="https://avatars.githubusercontent.com/u/8906201?v=4?s=100" width="100px;" alt="Riley"/><br /><sub><b>Riley</b></sub></a><br /><a href="#data-artillect" title="Data">🔣</a> <a href="#design-artillect" title="Design">🎨</a> <a href="https://github.com/placeAtlas/atlas-2022/commits?author=artillect" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>
@ -53,4 +53,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This section only includes GitHub contributions. Other credits are shown on [the About page](https://place-atlas.stefanocoding.me/about).
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. This section only includes GitHub contributions. Other credits are shown on [the About page](https://2022.place-atlas.stefanocoding.me/about).

97
package-lock.json generated
View File

@ -10,11 +10,11 @@
"@parcel/packager-raw-url": "^2.8.3",
"@parcel/transformer-jsonld": "^2.8.3",
"@parcel/transformer-webmanifest": "^2.8.3",
"all-contributors-cli": "^6.24.0",
"parcel": "^2.8.3",
"all-contributors-cli": "^6.26.1",
"parcel": "2.8",
"parcel-namer-rewrite": "^2.0.0-rc.3",
"parcel-resolver-ignore": "^2.1.3",
"postcss": "^8.4.21"
"parcel-resolver-ignore": "^2.1.5",
"postcss": "^8.4.26"
}
},
"node_modules/@babel/code-frame": {
@ -1926,9 +1926,9 @@
}
},
"node_modules/all-contributors-cli": {
"version": "6.24.0",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.24.0.tgz",
"integrity": "sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg==",
"version": "6.26.1",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz",
"integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.7.6",
@ -1947,6 +1947,9 @@
},
"engines": {
"node": ">=4"
},
"optionalDependencies": {
"prettier": "^2"
}
},
"node_modules/all-contributors-cli/node_modules/ansi-styles": {
@ -3759,10 +3762,16 @@
"dev": true
},
"node_modules/nanoid": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"bin": {
"nanoid": "bin/nanoid.cjs"
},
@ -3965,9 +3974,9 @@
}
},
"node_modules/parcel-resolver-ignore": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.3.tgz",
"integrity": "sha512-C8uLvR4o7SPRSsQ/Nylm1/PdsLwn/Z9bzCs66qT3XIebJC7ojaFFF3MDl/mie5audngjcFF8wzU0AoEQkZq2pA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.5.tgz",
"integrity": "sha512-/2zgQw3J/2YA7L6JXg4XKBWT/SXDZx+PfweWcCsllchNVwFvK7jDJhG6h+puy+e15Rm9A/ubuuHYwANQHVXp2A==",
"dev": true,
"engines": {
"parcel": ">=2.0.0"
@ -4128,9 +4137,9 @@
}
},
"node_modules/postcss": {
"version": "8.4.21",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
"integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
"version": "8.4.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz",
"integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==",
"dev": true,
"funding": [
{
@ -4140,10 +4149,14 @@
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/postcss"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"dependencies": {
"nanoid": "^3.3.4",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
},
@ -4678,6 +4691,22 @@
"node": ">=12"
}
},
"node_modules/prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"optional": true,
"bin": {
"prettier": "bin-prettier.js"
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/purgecss": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-5.0.0.tgz",
@ -6521,9 +6550,9 @@
"dev": true
},
"all-contributors-cli": {
"version": "6.24.0",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.24.0.tgz",
"integrity": "sha512-7oSKr2PnqxsOotuSwciltcFTS1eVRdjR0cn99hbElfff7gRQBShVhsf/XBprY41sLcgqTk0l0MKgKv6QNgZdMg==",
"version": "6.26.1",
"resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.26.1.tgz",
"integrity": "sha512-Ymgo3FJACRBEd1eE653FD1J/+uD0kqpUNYfr9zNC1Qby0LgbhDBzB3EF6uvkAbYpycStkk41J+0oo37Lc02yEw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.6",
@ -6535,6 +6564,7 @@
"lodash": "^4.11.2",
"node-fetch": "^2.6.0",
"pify": "^5.0.0",
"prettier": "^2",
"yargs": "^15.0.1"
},
"dependencies": {
@ -7823,9 +7853,9 @@
"dev": true
},
"nanoid": {
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
"integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==",
"version": "3.3.6",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz",
"integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==",
"dev": true
},
"node-addon-api": {
@ -8015,9 +8045,9 @@
}
},
"parcel-resolver-ignore": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.3.tgz",
"integrity": "sha512-C8uLvR4o7SPRSsQ/Nylm1/PdsLwn/Z9bzCs66qT3XIebJC7ojaFFF3MDl/mie5audngjcFF8wzU0AoEQkZq2pA==",
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/parcel-resolver-ignore/-/parcel-resolver-ignore-2.1.5.tgz",
"integrity": "sha512-/2zgQw3J/2YA7L6JXg4XKBWT/SXDZx+PfweWcCsllchNVwFvK7jDJhG6h+puy+e15Rm9A/ubuuHYwANQHVXp2A==",
"dev": true,
"requires": {}
},
@ -8073,12 +8103,12 @@
"dev": true
},
"postcss": {
"version": "8.4.21",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz",
"integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==",
"version": "8.4.26",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz",
"integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"source-map-js": "^1.0.2"
}
@ -8443,6 +8473,13 @@
"is-json": "^2.0.1"
}
},
"prettier": {
"version": "2.8.8",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
"dev": true,
"optional": true
},
"purgecss": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/purgecss/-/purgecss-5.0.0.tgz",

View File

@ -6,9 +6,9 @@
"@parcel/transformer-webmanifest": "^2.8.3",
"parcel": "^2.8.3",
"parcel-namer-rewrite": "^2.0.0-rc.3",
"parcel-resolver-ignore": "^2.1.3",
"postcss": "^8.4.21",
"all-contributors-cli": "^6.24.0"
"parcel-resolver-ignore": "^2.1.5",
"postcss": "^8.4.26",
"all-contributors-cli": "^6.26.1"
},
"parcel-namer-rewrite": {
"rules": {

View File

@ -9,7 +9,7 @@ cp -r web/ dist-temp/
npm i
python tools/ci/cdn_to_local.py
python tools/ci/merge_out.py # On previews, attempt to merge patches
python tools/merge_out.py # On previews, attempt to merge patches
npx parcel build dist-temp/index.html dist-temp/**.html --dist-dir "dist" --no-source-maps --no-content-hash
rm -rf dist-temp
@ -18,5 +18,6 @@ cp -r web/_img/ dist/
cp web/atlas.json dist/
cp web/*.txt dist/
cp web/_headers dist/
cp web/_redirects dist/
cp web/favicon.ico dist/
cp web/sw.js dist/

View File

@ -17,5 +17,6 @@ cp -r web/_img/ dist/
cp web/atlas.json dist/
cp web/*.txt dist/
cp web/_headers dist/
cp web/_redirects dist/
cp web/favicon.ico dist/
cp web/sw.js dist/

View File

@ -151,7 +151,7 @@
sodipodi:role="line"
id="tspan3904"
x="721.92651"
y="511.92819">http://place-atlas.stefanocoding.me/</tspan></text>
y="511.92819">http://2022.place-atlas.stefanocoding.me/</tspan></text>
<g
id="g3927"
transform="translate(-80.812204,0)">
@ -178,7 +178,7 @@
y="810.95184"
x="940.96014"
id="tspan3904-9"
sodipodi:role="line">http://place-atlas.stefanocoding.me/</tspan></text>
sodipodi:role="line">http://2022.place-atlas.stefanocoding.me/</tspan></text>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -3,7 +3,7 @@
The 2022 r/place Atlas
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
-->
<!--

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
/* purgecss start ignore */

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const contributorsEl = document.querySelector('#contributors-wrapper')

View File

@ -2,7 +2,7 @@
// Please also check code indicated with "@instance-only" outside this file.
// TODO: Avoid having instance-only code inside the main scripts to make updating easier.
const prodDomain = "place-atlas.stefanocoding.me"
const prodDomain = "2022.place-atlas.stefanocoding.me"
window.prodDomain = prodDomain
const instanceId = "2022"
@ -11,7 +11,7 @@ window.instanceId = instanceId
const instanceSubreddit = "placeAtlas2"
window.instanceSubreddit = instanceSubreddit
const instanceRepo = "https://github.com/placeAtlas/atlas"
const instanceRepo = "https://github.com/placeAtlas/atlas-2022"
window.instanceRepo = instanceRepo
const pageTitle = "The 2022 r/place Atlas"
@ -254,18 +254,18 @@ window.defaultVariation = defaultVariation
let defaultPeriod = variationsConfig[defaultVariation].default
window.defaultPeriod = defaultPeriod
const useNumericalId = false
const useNumericalId = true
window.useNumericalId = useNumericalId
console.info(`%cThe 2022 r/place Atlas
%cCopyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
https://place-atlas.stefanocoding.me/
https://2022.place-atlas.stefanocoding.me/
https://discord.gg/pJkm23b2nA
https://reddit.com/r/placeatlas2
https://github.com/placeAtlas/atlas
https://github.com/placeAtlas/atlas-2022
To get the image of the canvas, use downloadCanvas().
`, 'font-size: 150%; line-height: 150%', '')

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
window.addEventListener("error", e => {

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const finishButton = document.getElementById("finishButton")

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const baseLinkElement = document.createElement("a")

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const innerContainer = document.getElementById("innerContainer")
@ -523,4 +523,20 @@ function updateAtlasAll(atlas = atlasAll) {
entry.center = currentCenter
}
return atlas
}
}
// Announcement system
const announcementEl = document.querySelector("#headerAnnouncement")
const announcementButton = announcementEl.querySelector('[role=button]')
const announcementText = announcementEl.querySelector('p').textContent.trim()
if (announcementText && announcementText !== window.localStorage.getItem('announcement-closed')) {
announcementButton.click()
document.querySelector('#objectsList').style.marginTop = '2.8rem'
}
announcementEl.querySelector('[role=button]').addEventListener('click', () => {
window.localStorage.setItem('announcement-closed', announcementText)
document.querySelector('#objectsList').style.marginTop = '0'
})

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
function initOverlap() {

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
let areasSum = 0
@ -203,7 +203,7 @@ console.info("The " + topCount + " largest entries:")
let outstring = ""
for (let i = 0; i < topCount; i++) {
outstring += ((i + 1) + "|[" + atlas[atlas.length - i - 1].name + "](http://place-atlas.stefanocoding.me/?id=" + atlas[atlas.length - i - 1].id + ")|" + ~~atlas[atlas.length - i - 1].area + "|" + Math.round(atlas[atlas.length - i - 1].area / 100) / 100 + "%\n")
outstring += ((i + 1) + "|[" + atlas[atlas.length - i - 1].name + "](http://2022.place-atlas.stefanocoding.me/?id=" + atlas[atlas.length - i - 1].id + ")|" + ~~atlas[atlas.length - i - 1].area + "|" + Math.round(atlas[atlas.length - i - 1].area / 100) / 100 + "%\n")
}
console.info(outstring)

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const codeReference = {}

View File

@ -2,7 +2,7 @@
* The 2022 r/place Atlas
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
* Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
*/
const linesCanvas = document.getElementById("linesCanvas")
@ -676,7 +676,7 @@ function highlightEntryFromUrl() {
if (!id) return
const entries = atlas.filter(e => {
return e.id === id
return e.id.toString() === id
})
if (entries.length !== 1) return

2
web/_redirects Normal file
View File

@ -0,0 +1,2 @@
https://place-atlas.stefanocoding.me/* https://2022.place-atlas.stefanocoding.me/:splat 301!
http://place-atlas.stefanocoding.me/* https://2022.place-atlas.stefanocoding.me/:splat 301!

View File

@ -2,7 +2,7 @@
The 2022 r/place Atlas
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
-->
<!DOCTYPE html>
@ -17,8 +17,8 @@
<meta property="og:title" content="About - The 2022 r/place Atlas">
<meta property="og:type" content="website">
<meta property="og:url" content="https://place-atlas.stefanocoding.me/">
<meta property="og:image" content="https://place-atlas.stefanocoding.me/_img/logo.png">
<meta property="og:url" content="https://2022.place-atlas.stefanocoding.me/">
<meta property="og:image" content="https://2022.place-atlas.stefanocoding.me/_img/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
@ -53,12 +53,19 @@
</button>
<div class="navbar-collapse collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto pt-2 pt-md-0">
<li class="nav-item">
<a class="nav-link" href="./">Atlas Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://place-wiki.stefanocoding.me/">Wiki</a>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-current="page">
Atlas Map
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://2017.place-atlas.stefanocoding.me/">2017</a></li>
<li><a class="dropdown-item" href="/">2022</a></li>
<li><a class="dropdown-item" href="https://2023.place-atlas.stefanocoding.me/">2023</a></li>
</ul>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link" href="https://place-wiki.stefanocoding.me/">Place Wiki</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#" aria-current="page">About</a>
</li>
@ -74,14 +81,14 @@
<p>This is an atlas aiming to chart all the artworks created during the <a href="https://www.reddit.com/r/place/">r/place</a> April Fools event on Reddit in 2022. It is made with information to each artwork of the canvas provided by the community.</p>
<p>The original code was developed by <a href="https://draemm.li/various/place-atlas/">Roland Rytz</a> <a href="mailto:roland.rytz@gmail.com"><i aria-label="Mail" class="bi bi-envelope"></i></a> <a href="https://reddit.com/user/draemmli/"><i aria-label="Reddit" class="bi bi-reddit"></i></a> and is available under the free <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL license</a> on <a href="https://github.com/RolandR/place-atlas">GitHub</a>.</p>
<hr>
<p>The currently maintained version of the website is managed by <a href="https://github.com/placeAtlas">the Place Atlas team</a>, led by Stefano Haagmans and is obtainable under the same license within a <a href="https://github.com/placeAtlas/atlas">GitHub fork</a>. Initial images are provided by <a href="https://place.thatguyalex.com/">Alex Tsernoh</a>.</p>
<p>The currently maintained version of the website is managed by <a href="https://github.com/placeAtlas">the Place Atlas team</a>, led by Stefano Haagmans and is obtainable under the same license within a <a href="https://github.com/placeAtlas/atlas-2022">GitHub fork</a>. Initial images are provided by <a href="https://place.thatguyalex.com/">Alex Tsernoh</a>.</p>
<p>Maintaining and updating the website takes work, but I enjoy doing it for free and giving this to people. But if you would like to support me, or the people who helped me with contributions to this project. You're free to support us though <a href="https://paypal.me/placeAtlas/5">PayPal</a>, <a href="https://www.patreon.com/placeAtlas">Patreon</a>, or <a href="https://ko-fi.com/placeatlas">Ko-Fi</a>.</p>
<p>To maintain the same tradition, I will also be offering stickers to anyone donating more then 20$ (Due to the size increase). But, you're not forced to do anything! This only shows appreciation to us and the people who've worked on this project</p>
<p>Roland Rytz worked on the Atlas full-time (and more!) for over two weeks during the 2017 r/place event. If you'd like to support Roland, you can do so by <a href="https://paypal.me/draemmli">PayPal</a>. If you donate more than 10(€/$/CHF/mBTC), He'll (hopefully) send you a nice sticker of the 2017 Place canvas!</p>
<h2>Contributing</h2>
<p>This project is open source, and contributions are welcome. In fact, the Atlas relies on user contributions.</p>
<p>To contribute a label for an artwork, please read <a href="https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md">this guide</a> to learn how to submit a new entry, edit existing entries, or contribute to the development of the codebase.</p>
<p>To contribute a label for an artwork, please read <a href="https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md">this guide</a> to learn how to submit a new entry, edit existing entries, or contribute to the development of the codebase.</p>
<p><a href="https://reddit.com/r/placeAtlas2/">The r/placeAtlas2 subreddit</a> and <a href="https://discord.gg/pJkm23b2nA">the Discord server</a> is also the place to submit all bug reports, feature requests, or questions.</p>
<div id="credits">
@ -176,7 +183,7 @@
<li>Others:
<ul>
<li>"The Final Clean" canvas: r/TheFinalClean community</li>
<li>Everyone who contributes from <a href="https://github.com/placeAtlas/atlas/graphs/contributors">GitHub</a>, <a href="https://discord.gg/pJkm23b2nA">Discord</a>, or other channels.</li>
<li>Everyone who contributes from <a href="https://github.com/placeAtlas/atlas-2022/graphs/contributors">GitHub</a>, <a href="https://discord.gg/pJkm23b2nA">Discord</a>, or other channels.</li>
</ul>
</li>
</ul>
@ -220,7 +227,7 @@
</div>
</div>
<footer class="pt-3 mt-4 text-muted border-top">
Original by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="noopener noreferrer author">Roland Rytz</a> (<a href="https://github.com/RolandR/place-atlas">source</a>). Maintained by <a href="https://github.com/placeAtlas/atlas/contributors">Place Atlas contributors</a> (<a href="https://github.com/placeAtlas/atlas">source</a>).
Original by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="noopener noreferrer author">Roland Rytz</a> (<a href="https://github.com/RolandR/place-atlas">source</a>). Maintained by <a href="https://github.com/placeAtlas/atlas-2022/contributors">Place Atlas contributors</a> (<a href="https://github.com/placeAtlas/atlas-2022">source</a>).
</footer>
</div>
</main>

View File

@ -1,304 +1,304 @@
[
{"id": "000001", "name": "Robin", "description": "Robin was Reddit's 2016 April Fools' event. Users were matched randomly with other users in a chatroom setting, and could vote to merge with other groups or leave the chatroom.", "links": {"subreddit": ["ccKufiPrFaShleWoli0"]}, "path": {"69-152": [[768, 660], [768, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [804, 664], [804, 660]], "22-68": [[772, 661], [770, 663], [768, 663], [768, 664], [770, 666], [770, 668], [779, 668], [779, 672], [778, 672], [771, 679], [771, 680], [755, 680], [755, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664], [782, 664], [780, 666], [779, 668], [773, 668], [773, 664], [774, 664], [775, 663], [773, 661]], "9-21": [[782, 664], [780, 666], [779, 668], [779, 672], [778, 672], [769, 681], [769, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664]], "153-165, T:0-1": [[769, 660], [769, 662], [771, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [803, 664], [803, 660]]}, "center": {"69-152": [781, 673], "22-68": [779, 679], "9-21": [779, 679], "153-165, T:0-1": [781, 670]}},
{"id": "000002", "name": "Narrator Nexus", "description": "Narrator Nexus is a group of users who coordinated the storyline in Reddit's 2019 April Fools' event, Sequence.", "links": {"website": ["https://knowyourmeme.com/memes/events/reddit-sequence"], "subreddit": ["NarraNexus"]}, "path": {"8-165, T:0-1": [[757, 669], [755, 671], [755, 674], [756, 674], [756, 677], [759, 680], [768, 680], [771, 677], [771, 674], [772, 674], [772, 671], [770, 669], [765, 669], [765, 667], [766, 666], [768, 666], [768, 664], [766, 664], [763, 667], [763, 669]]}, "center": {"8-165, T:0-1": [762, 674]}},
{"id": "000003", "name": "r/AprilKnights", "description": "r/AprilKnights is a subreddit formed for Reddit's 2015 April Fools' event \"The Button\".", "links": {"website": ["https://aprilknights.org/"], "subreddit": ["AprilKnights"]}, "path": {"69-76": [[789, 664], [789, 673], [792, 677], [792, 680], [756, 680], [756, 685], [801, 685], [801, 676], [803, 673], [803, 664]], "26-68": [[789, 664], [789, 673], [791, 676], [795, 679], [797, 679], [800, 677], [803, 673], [803, 664]], "78-165, T:0-1": [[755, 680], [755, 685], [806, 685], [806, 680], [800, 680], [800, 677], [803, 673], [803, 664], [789, 664], [789, 673], [793, 678], [793, 680]]}, "center": {"69-76": [796, 671], "26-68": [796, 671], "78-165, T:0-1": [796, 671]}},
{"id": "000004", "name": "Triforce", "description": "The Triforce is the ultimate source of power in The Legend of Zelda game series, and serves as the balance that weighs the three forces: power, wisdom, and courage.\n\nThis place was first supposed to be a representation of the past Reddit April Fools' games, but the iconic shape of the Triforce made users believe that it was a Zelda symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/Triforce", "https://zeldapedia.wiki/wiki/Triforce"], "subreddit": ["zelda"]}, "path": {"2-165, T:0-1": [[788, 598], [756, 661], [819, 661], [819, 660]]}, "center": {"2-165, T:0-1": [788, 642]}},
{"id": "000005", "name": "She-Ra and the Princesses of Power", "description": "She-Ra and the Princesses of Power is a 2018 Netflix series.", "links": {"website": ["https://www.netflix.com/title/80179762", "https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power"], "subreddit": ["PrincessesOfPower"]}, "path": {"68-115": [[1531, 413], [1556, 413], [1556, 427], [1531, 427]], "62-67": [[1526, 413], [1526, 427], [1552, 427], [1552, 422], [1555, 418], [1555, 413]], "137-166, T:0-1": [[1333, 408], [1361, 408], [1361, 422], [1333, 422]]}, "center": {"68-115": [1544, 420], "62-67": [1541, 420], "137-166, T:0-1": [1347, 415]}},
{"id": "000006", "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://www.youtube.com/watch?v=vD8yaW447H4", "https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}},
{"id": "000007", "name": "Fancade", "description": "Fancade is a cross-platform game builder made by Martin Magni. Players can use Fancade's built-in game engine and editor tools either create or play custom games.", "links": {"website": ["https://www.fancade.com"], "subreddit": ["Fancade"]}, "path": {"44-101": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [105, 705], [105, 711], [109, 711], [109, 689], [94, 689], [91, 694], [87, 694], [84, 692], [84, 689]], "27-43": [[71, 689], [71, 705], [73, 705], [73, 703], [81, 703], [81, 705], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 712], [108, 712], [108, 698], [109, 698], [109, 689], [94, 689], [89, 694], [87, 694], [84, 691], [84, 689]], "24-26": [[71, 689], [71, 705], [73, 705], [73, 703], [108, 703], [108, 701], [109, 701], [109, 689]], "5-23": [[71, 690], [71, 705], [73, 705], [73, 703], [85, 703], [85, 702], [96, 702], [96, 716], [107, 716], [107, 712], [108, 711], [108, 690]], "102-166, T:0-1": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [109, 705], [109, 689], [94, 689], [90, 694], [87, 694], [84, 691], [84, 689]]}, "center": {"44-101": [101, 697], "27-43": [101, 696], "24-26": [90, 696], "5-23": [101, 697], "102-166, T:0-1": [101, 697]}},
{"id": "000008", "name": "NotITG", "description": "NotITG (Not In The Groove) is fork of the rhythm game Stepmania that adds greater support for modded stepcharts (modcharts).", "links": {"website": ["https://noti.tg/", "https://step-mania.fandom.com/wiki/NotITG"], "subreddit": ["Stepmania"]}, "path": {"56-62": [[1198, 49], [1198, 63], [1195, 63], [1195, 67], [1212, 67], [1212, 68], [1215, 68], [1215, 63], [1212, 63], [1212, 57], [1211, 57], [1211, 49]], "18-22": [[906, 507], [906, 520], [914, 520], [915, 521], [916, 521], [920, 517], [920, 516], [919, 515], [919, 507]], "27-43": [[283, 782], [283, 796], [280, 796], [280, 802], [297, 802], [297, 803], [302, 803], [302, 796], [299, 796], [299, 792], [298, 791], [298, 782]], "63-166, T:0-1": [[1179, 60], [1183, 56], [1180, 53], [1183, 50], [1184, 49], [1213, 49], [1213, 63], [1215, 63], [1215, 68], [1212, 68], [1212, 67], [1195, 67], [1195, 64], [1183, 64]]}, "center": {"56-62": [1205, 60], "18-22": [913, 514], "27-43": [291, 794], "63-166, T:0-1": [1203, 58]}},
{"id": "000010", "name": "Deep Rock Galactic", "description": "Deep Rock Galactic is a 1-4-player co-op first-person shooter (FPS) game featuring badass space dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.", "links": {"website": ["https://www.deeprockgalactic.com/", "https://en.wikipedia.org/wiki/Deep_Rock_Galactic"], "subreddit": ["DeepRockGalacticPlace", "DeepRockGalactic"]}, "path": {"7-15": [[179, 275], [179, 308], [237, 308], [237, 299], [241, 299], [241, 275]], "16-165, T:0-1": [[175, 262], [241, 262], [241, 298], [237, 298], [237, 308], [175, 308]]}, "center": {"7-15": [210, 292], "16-165, T:0-1": [208, 285]}},
{"id": "000012", "name": "Star Wars: Episode IV - A New Hope", "description": "Star Wars: Episode IV - A New Hope, originally known as simply \"Star Wars\", is the first movie in the Star Wars series and the fourth movie in the chronology of the story.\n\nThis art was done by the Redditors at r/starwars_place. Heavy battles were fought against Among Us, and the poster once briefly disappeared to xQc before being reinstated.", "links": {"website": ["https://en.wikipedia.org/wiki/Star_Wars_(film)"], "subreddit": ["starwars_place", "StarWars"]}, "path": {"1-166, T:0-1": [[572, 700], [572, 842], [669, 842], [669, 700]]}, "center": {"1-166, T:0-1": [621, 815]}},
{"id": "000013", "name": "Cang", "description": "It's quite literally just cang.", "links": {}, "path": {"58-121": [[1953, 321], [1953, 334], [1966, 334], [1966, 321]], "124-166, T:0-1": [[1960, 321], [1958, 323], [1958, 324], [1957, 325], [1956, 325], [1954, 327], [1954, 328], [1958, 332], [1963, 332], [1965, 330], [1965, 329], [1962, 326], [1962, 325], [1964, 323], [1962, 321]]}, "center": {"58-121": [1960, 328], "124-166, T:0-1": [1959, 328]}},
{"id": "000014", "name": "Avicii", "description": "The logo of the Swedish DJ and electronic dance music artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/place_nordicunion.", "links": {"website": ["http://avicii.com/", "https://en.wikipedia.org/wiki/Avicii"], "subreddit": ["Avicii", "place_nordicunion", "sweden"], "discord": ["9zTbdMSUea"]}, "path": {"16-165, T:0-1": [[753, 70], [740, 83], [740, 91], [774, 91], [774, 85], [761, 85], [761, 83], [772, 72], [772, 70]]}, "center": {"16-165, T:0-1": [753, 82]}},
{"id": "000016", "name": "Trackmania", "description": "Trackmania is an arcade racing game series. This art depicts the original logo of the game.", "links": {"website": ["https://www.trackmania.com", "https://en.wikipedia.org/wiki/TrackMania"], "subreddit": ["trackmania"]}, "path": {"16-43": [[363, 740], [363, 751], [373, 751], [373, 757], [433, 757], [433, 740]], "7-15": [[363, 740], [363, 751], [433, 751], [433, 740]], "44-166, T:0-1": [[373, 740], [448, 740], [448, 757], [373, 757]]}, "center": {"16-43": [398, 749], "7-15": [398, 746], "44-166, T:0-1": [411, 749]}},
{"id": "000017", "name": "Flag of the Czech Republic", "description": "The Czech Republic, also known as Czechia, is a country in Central Europe.\n\nThis Czech flag was made by the community of r/czech and features pixel arts from Czech culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Czech_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Czech_Republic"], "subreddit": ["czech"]}, "path": {"53-56": [[800, 35], [800, 69], [870, 69], [870, 35]], "23-45": [[602, 35], [602, 70], [656, 70], [656, 35]], "2-22": [[575, 35], [575, 70], [657, 70], [657, 35]], "57-166, T:0-1": [[1197, 161], [1325, 161], [1325, 249], [1197, 249]]}, "center": {"53-56": [835, 52], "23-45": [629, 53], "2-22": [616, 53], "57-166, T:0-1": [1261, 205]}},
{"id": "000018", "name": "Duck Game", "description": "A lovely duck from Duck Game, a multiplayer action-platformer game made by Landon Podbielski.", "links": {"website": ["http://store.steampowered.com/app/312530", "https://en.wikipedia.org/wiki/Duck_Game"], "subreddit": ["duckgame"]}, "path": {"56-166, T:0-1": [[1717, 127], [1717, 149], [1716, 150], [1716, 151], [1731, 151], [1731, 148], [1730, 148], [1730, 127]]}, "center": {"56-166, T:0-1": [1724, 139]}},
{"id": "000020", "name": "Statue of Saint Wenceslas", "description": "A statue of Saint Wenceslas, patron of the Czech state, located at Wenceslas Square in Prague, Czech Republic.", "links": {"website": ["https://en.wikipedia.org/wiki/Statue_of_Saint_Wenceslas,_Wenceslas_Square"], "subreddit": ["czech"]}, "path": {"144-158": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1233, 189], [1232, 190], [1221, 192], [1220, 191], [1218, 194], [1204, 196], [1200, 199], [1198, 199], [1198, 202], [1197, 203], [1198, 204], [1199, 203], [1200, 203], [1203, 200], [1210, 198], [1219, 198], [1220, 197], [1232, 197], [1232, 201], [1229, 201], [1229, 200], [1226, 200]], "107-114": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 189], [1232, 189], [1225, 192], [1223, 192], [1222, 191], [1219, 191], [1219, 193], [1206, 197], [1206, 200], [1209, 200], [1210, 199], [1215, 199], [1217, 197], [1225, 197], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 199], [1227, 199], [1227, 201]], "117-143": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 188], [1231, 188], [1224, 192], [1223, 192], [1222, 191], [1221, 191], [1216, 195], [1217, 196], [1220, 196], [1221, 197], [1226, 197], [1227, 196], [1232, 196], [1232, 201]], "67-106": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1256, 222], [1256, 219], [1258, 219], [1258, 218], [1249, 212], [1245, 212], [1239, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1235, 193], [1235, 188], [1233, 188], [1233, 189], [1226, 189], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 200], [1227, 200], [1227, 201]], "159-166, T:0-1": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1228, 189], [1227, 190], [1224, 190], [1221, 193], [1221, 195], [1220, 196], [1217, 196], [1215, 198], [1215, 199], [1210, 199], [1210, 200], [1212, 202], [1215, 202], [1217, 200], [1222, 200], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1228, 200], [1227, 201]]}, "center": {"144-158": [1230, 234], "107-114": [1229, 234], "117-143": [1230, 234], "67-106": [1230, 234], "159-166, T:0-1": [1230, 234]}},
{"id": "000021", "name": "Jerma985", "description": "Jerma985 is long-time streamer and a retired YouTuber. Most of the time he's streaming games from various eras, but he's most famous for these special, semi-scripted streams, like playing archeologist on real excavation site, holiday streams or creating Jerma Dollhouse. The hat on top of his head is the one worn by Jotaro Kujo in JoJo's Bizarre Adventure: Stardust Crusaders.\n\nThe mural in the bottom half contains inside jokes and characters from Jerma985's community. It is complete with his logo, a subreddit advertisement, a rat character, his beloved pet Otto, Fireman, and more. The streamer himself is represented with a meme called \"Jerma Sus\", which needs no further explanation. Created in collaboration with fellow streamer Vinesauce's mural below.", "links": {"website": ["https://www.twitch.tv/jerma985", "https://en.wikipedia.org/wiki/Jerma985"], "subreddit": ["jerma985"]}, "path": {"109-121": [[92, 960], [92, 1096], [136, 1096], [136, 1000], [141, 1000], [144, 997], [145, 989], [145, 983], [140, 978], [136, 978], [131, 978], [133, 970], [132, 951], [126, 951], [111, 958]], "122-166, T:0-1": [[92, 960], [92, 1068], [94, 1068], [95, 1067], [102, 1067], [102, 1066], [103, 1065], [103, 1062], [104, 1061], [106, 1061], [106, 1066], [108, 1066], [110, 1064], [111, 1064], [113, 1066], [114, 1066], [115, 1065], [118, 1065], [119, 1066], [121, 1066], [121, 1062], [124, 1062], [124, 1064], [126, 1066], [126, 1068], [129, 1068], [130, 1067], [134, 1067], [135, 1068], [136, 1068], [136, 1000], [141, 1000], [144, 996], [145, 992], [145, 981], [141, 978], [136, 978], [136, 957], [128, 953], [121, 953], [107, 959]]}, "center": {"109-121": [115, 993], "122-166, T:0-1": [102, 1022]}},
{"id": "000022", "name": "Flag of the United Kingdom", "description": "The United Kingdom is a country in northwestern Europe. Its flag is known as the Union Jack.\n\nThis flag features pixel art of (right to left) the Palace of Westminster and Big Ben (often defaced with a phallus), a teapot and mug, Saint Piran's flag (Cornwall), the Cross of Saint Patrick (Northern Ireland), the Welsh flag, the Scottish saltire, and the logo of the National Health Service.", "links": {"website": ["https://en.wikipedia.org/wiki/United_Kingdom", "https://en.wikipedia.org/wiki/Flag_of_the_United_Kingdom"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"125-132": [[569, 476], [569, 541], [575, 541], [575, 557], [701, 557], [701, 476]], "T:0-1": [[570, 476], [570, 548], [568, 548], [568, 551], [570, 551], [570, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "38-49": [[550, 429], [568, 452], [568, 503], [469, 504], [469, 514], [550, 514], [557, 503], [567, 503], [571, 511], [571, 518], [573, 518], [573, 554], [578, 558], [618, 558], [618, 587], [654, 587], [654, 576], [661, 568], [661, 574], [675, 574], [675, 557], [701, 557], [701, 429]], "17-37": [[595, 476], [570, 499], [552, 499], [542, 506], [558, 513], [561, 513], [589, 541], [587, 546], [587, 557], [658, 557], [658, 553], [652, 553], [652, 534], [671, 534], [671, 513], [664, 513], [664, 476]], "8-16": [[566, 476], [551, 508], [551, 512], [564, 558], [619, 558], [620, 557], [652, 557], [652, 530], [701, 530], [701, 509], [644, 507], [638, 490], [636, 490], [646, 476]], "2-7": [[610, 403], [610, 409], [587, 428], [585, 428], [571, 441], [567, 454], [554, 456], [550, 459], [563, 463], [573, 494], [541, 529], [543, 529], [578, 496], [609, 496], [609, 558], [615, 558], [615, 496], [641, 496], [635, 488], [653, 467], [659, 460], [676, 460], [676, 455], [661, 455], [642, 432], [651, 421], [651, 418], [648, 418], [638, 428], [620, 410], [615, 409], [614, 403]], "133-161, 50-121": [[569, 476], [569, 557], [633, 557], [633, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "162-165": [[570, 476], [570, 541], [575, 541], [575, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]]}, "center": {"125-132": [636, 516], "T:0-1": [635, 517], "38-49": [635, 495], "17-37": [618, 515], "8-16": [604, 517], "2-7": [611, 458], "133-161, 50-121": [639, 517], "162-165": [636, 517]}},
{"id": "000023", "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art features characters Leafy and Bubble standing on Yoyleland, a location in BFDI with a distinctive purple terrain and yellow sky.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland"]}, "path": {"146-156": [[1561, 41], [1561, 48], [1562, 48], [1562, 69], [1590, 69], [1590, 41]], "114-145": [[1560, 41], [1560, 69], [1589, 69], [1589, 41]], "61-113": [[1560, 41], [1560, 68], [1589, 68], [1589, 41]], "157-166, T:0-1": [[1562, 41], [1562, 69], [1590, 69], [1590, 41]]}, "center": {"146-156": [1576, 55], "114-145": [1575, 55], "61-113": [1575, 55], "157-166, T:0-1": [1576, 55]}},
{"id": "000025", "name": "Northeastern University", "description": "Northeastern University is a university in Boston, Massachusetts, United States. The university's initials and husky mascot are shown here.\n\nThis art was coordinated by Redditors from r/NEU with a Discord server.", "links": {"website": ["http://www.northeastern.edu/", "https://en.wikipedia.org/wiki/Northeastern_University", "https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/"], "subreddit": ["NEU"]}, "path": {"1-166, T:0-1": [[183, 698], [183, 715], [259, 715], [259, 698]]}, "center": {"1-166, T:0-1": [221, 707]}},
{"id": "000027", "name": "Club Penguin", "description": "A blue penguin from the massively multiplayer online (MMO) video game Club Penguin, which officially closed in March 2017.", "links": {"website": ["http://clubpenguin.com/", "https://en.wikipedia.org/wiki/Club_Penguin"], "subreddit": ["ClubPenguin"]}, "path": {"56-124": [[1887, 141], [1881, 141], [1880, 142], [1879, 142], [1879, 144], [1878, 145], [1877, 145], [1877, 151], [1876, 151], [1876, 152], [1875, 153], [1875, 154], [1874, 155], [1874, 156], [1873, 157], [1872, 158], [1872, 159], [1871, 160], [1871, 161], [1871, 162], [1871, 165], [1871, 166], [1872, 167], [1873, 166], [1874, 165], [1875, 164], [1875, 165], [1875, 167], [1876, 168], [1877, 169], [1875, 169], [1875, 170], [1875, 171], [1874, 171], [1874, 174], [1879, 174], [1880, 173], [1881, 172], [1882, 173], [1883, 174], [1884, 173], [1885, 172], [1886, 172], [1886, 173], [1887, 173], [1887, 174], [1893, 174], [1893, 173], [1892, 172], [1892, 171], [1891, 170], [1891, 169], [1890, 169], [1891, 168], [1892, 168], [1892, 164], [1893, 165], [1893, 166], [1894, 166], [1894, 167], [1896, 167], [1896, 160], [1895, 159], [1895, 156], [1894, 155], [1893, 154], [1893, 153], [1892, 152], [1891, 151], [1891, 149], [1890, 148], [1890, 145], [1889, 144], [1889, 143], [1888, 142]]}, "center": {"56-124": [1884, 159]}},
{"id": "000031", "name": "Flag of Turkey", "description": "Turkey is a country in Southeastern Europe and Western Asia. The national flag of Turkey, officially the Turkish flag (Turkish: Türk bayrağı), is a red flag featuring a white star and crescent.\n\nThis Turkish flag has a silhouette of Istanbul, the largest city in Turkey, in its background. In the center is Anıtkabir, a monument in Ankara (the Turkish capital) that houses the mausoleum of Mustafa Kemal Atatürk, the founder and the first president of Republic of Turkey.\n\nThis area was hotly contested throughout the entirety of r/place, with the flag overtaken and rebuilt many times.", "links": {"website": ["https://en.wikipedia.org/wiki/Turkey", "https://en.wikipedia.org/wiki/Flag_of_Turkey"], "subreddit": ["Turkey"]}, "path": {"41-106": [[299, 449], [480, 449], [480, 343], [299, 343]], "35-38": [[299, 398], [480, 398], [480, 343], [299, 343]], "6-28": [[299, 399], [432, 399], [432, 318], [299, 318]], "3-5": [[323, 399], [432, 399], [432, 318], [323, 318]], "39-40": [[299, 429], [480, 429], [480, 343], [299, 343]], "145-151": [[299, 343], [299, 450], [480, 450], [480, 430], [507, 430], [507, 422], [480, 422], [480, 343]], "107-144, 152-165, T:0-1": [[299, 343], [299, 450], [480, 450], [480, 343]]}, "center": {"41-106": [390, 396], "35-38": [390, 371], "6-28": [366, 359], "3-5": [378, 359], "39-40": [390, 386], "145-151": [403, 397], "107-144, 152-165, T:0-1": [390, 397]}},
{"id": "000032", "name": "Mustafa Kemal Atatürk", "description": "The founder and first president of the Republic of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/Mustafa_Kemal_Atat%C3%BCrk"], "subreddit": ["Turkey"]}, "path": {"15-51": [[871, 0], [871, 69], [929, 69], [929, 0]], "59-165, T:0-1": [[1001, 1], [1103, 1], [1103, 119], [1001, 119]]}, "center": {"15-51": [900, 35], "59-165, T:0-1": [1052, 60]}},
{"id": "000033", "name": "Moka pot", "description": "An traditional Italian coffee maker.", "links": {"website": ["https://en.wikipedia.org/wiki/Moka_pot"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"54-100": [[821, 361], [814, 367], [814, 371], [816, 373], [816, 375], [818, 377], [818, 385], [821, 390], [821, 392], [820, 395], [815, 400], [815, 405], [819, 408], [842, 408], [846, 402], [846, 396], [851, 396], [851, 393], [850, 393], [850, 387], [842, 381], [840, 381], [840, 377], [837, 374], [836, 374], [833, 377], [833, 381], [831, 381], [824, 387], [823, 387], [823, 380], [824, 375], [830, 373], [831, 372], [831, 368], [825, 361]], "101-166, 41-53, T:0-1": [[846, 404], [846, 400], [845, 400], [844, 399], [844, 396], [843, 395], [843, 393], [847, 389], [848, 390], [848, 391], [847, 392], [847, 393], [848, 394], [848, 395], [849, 394], [849, 387], [848, 386], [848, 385], [847, 385], [846, 384], [845, 384], [843, 382], [839, 382], [837, 380], [836, 380], [834, 382], [828, 382], [828, 383], [825, 386], [825, 387], [822, 390], [822, 391], [820, 393], [820, 395], [819, 396], [819, 397], [817, 399], [816, 399], [816, 403], [817, 404], [817, 405], [818, 405], [819, 406], [824, 406], [826, 404], [826, 398], [825, 397], [824, 396], [824, 392], [825, 391], [825, 390], [826, 389], [827, 389], [830, 392], [830, 393], [831, 394], [831, 395], [829, 397], [829, 399], [828, 400], [828, 406], [830, 406], [831, 407], [843, 407], [844, 406], [845, 406], [846, 405]]}, "center": {"54-100": [833, 395], "101-166, 41-53, T:0-1": [837, 389]}},
{"id": "000034", "name": "Toki Pona", "description": "Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).\n\nThis the first site on the canvas decorated by the Toki Pona community.", "links": {"website": ["https://tokipona.org/", "https://en.wikipedia.org/wiki/Toki_Pona"], "subreddit": ["tokipona"]}, "path": {"63-71": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [757, 330], [757, 325]], "53-62": [[740, 327], [740, 360], [786, 360], [786, 330], [760, 330], [760, 327]], "16-52": [[740, 327], [740, 360], [786, 360], [786, 330], [778, 330], [778, 327]], "1-15": [[742, 329], [739, 332], [739, 345], [741, 347], [741, 355], [742, 355], [742, 361], [783, 361], [783, 355], [784, 355], [784, 347], [786, 345], [786, 332], [783, 329]], "72-164, T:0-1": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [764, 330], [764, 331], [756, 331], [756, 330], [749, 330], [749, 325]]}, "center": {"63-71": [755, 345], "53-62": [756, 345], "16-52": [763, 344], "1-15": [763, 345], "72-164, T:0-1": [770, 345]}},
{"id": "000035", "name": ":happysperm:/:squirtyay:", "description": "This blue squirt originally appeared as an enemy in the game Bastion, but has since become an icon in several communities (often unrelated to Bastion), most notably as a series of Discord server emotes. Its current form on the canvas represents the :happysperm:/:squirtyay: variant. It was built together by r/civbattleroyale, r/CivHybridGames, r/civAIgames, r/civmoddingcentral, The Legacy, The Nerd Hive, and other individuals who recognised the art from Bastion.", "links": {"website": ["https://bastion.fandom.com/wiki/Squirt"], "subreddit": ["civbattleroyale", "CivHybridGames", "civAIgames", "civmoddingcentral"]}, "path": {"6-18": [[720, 361], [716, 363], [713, 367], [713, 373], [715, 376], [728, 376], [730, 374], [730, 367], [727, 363], [723, 361]], "19-164, T:0-1": [[720, 361], [716, 363], [713, 367], [713, 374], [715, 378], [719, 380], [724, 380], [728, 377], [730, 374], [730, 367], [727, 363], [723, 361]]}, "center": {"6-18": [722, 369], "19-164, T:0-1": [722, 371]}},
{"id": "000036", "name": "Java", "description": "Java is an object-oriented programming language.\n\nThis art was built and maintained by the Java Discord server.", "links": {"website": ["https://www.java.com/en/", "https://en.wikipedia.org/wiki/Java_(programming_language)"], "discord": ["java"]}, "path": {"93-165, T:0-1": [[1220, 869], [1216, 873], [1214, 877], [1214, 879], [1216, 881], [1224, 881], [1227, 878], [1227, 877], [1224, 874], [1224, 872], [1221, 869]]}, "center": {"93-165, T:0-1": [1220, 876]}},
{"id": "000037", "name": "Tally Hall", "description": "Tally Hall is an American rock band.\n\nThis art was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between r/tallyhall and r/transplace.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[753, 476], [753, 521], [763, 521], [763, 507], [787, 507], [787, 476]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [771, 492]}},
{"id": "000039", "name": "Miracle butterfly", "description": "The miracle butterfly is a major plot element in the Disney movie Encanto.\n\nA piece created by r/Encanto, this butterfly's place was granted in a deal with Oyasumi Punpun in exchange for guarding their piece. It saw minimal griefing, as both parties defended it.", "links": {"website": ["https://en.wikipedia.org/wiki/Encanto_(film)"], "subreddit": ["Encanto"]}, "path": {"101-167, 65-96, T:0-1": [[1919, 270], [1919, 281], [1928, 281], [1933, 270]]}, "center": {"101-167, 65-96, T:0-1": [1925, 276]}},
{"id": "000041", "name": "Amulet of Yendor", "description": "The Amulet of Yendor is a powerful artifact in the game Pixel Dungeon. It is a reference to the same item in Brogue and Rogue, two roguelike games that influenced Pixel Dungeon.", "links": {"website": ["https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor"], "subreddit": ["PixelDungeon"]}, "path": {"2-12": [[696, 362], [691, 367], [691, 374], [696, 379], [703, 379], [708, 374], [708, 367], [703, 362]], "13-166, T:0-1": [[697, 360], [692, 365], [692, 370], [697, 375], [702, 375], [707, 370], [707, 365], [702, 360]]}, "center": {"2-12": [700, 371], "13-166, T:0-1": [700, 368]}},
{"id": "000042", "name": "Hatchling", "description": "Hatchling is the main character of the game Outer Wilds. The name \"hatchling\" is a fan name, and the character has not been named officially.", "links": {"website": ["https://outerwilds.fandom.com/wiki/The_Protagonist"], "subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"6-165, T:0-1": [[382, 921], [380, 923], [380, 924], [382, 928], [382, 930], [379, 935], [379, 938], [381, 940], [383, 940], [383, 945], [392, 945], [392, 940], [393, 940], [395, 938], [395, 935], [393, 932], [393, 929], [392, 928], [392, 924], [388, 920], [385, 920], [384, 921]]}, "center": {"6-165, T:0-1": [387, 935]}},
{"id": "000043", "name": "Corridor Digital", "description": "Logo from the Corridor YouTube channel, a group of visual effects (VFX) artists.", "links": {"website": ["https://www.youtube.com/c/Corridor", "https://en.wikipedia.org/wiki/Corridor_Digital"], "subreddit": ["Corridor"]}, "path": {"16-100": [[120, 87], [114, 93], [122, 101], [128, 95], [128, 93], [122, 87]], "101-165, T:0-1": [[109, 90], [120, 79], [122, 79], [133, 90], [133, 92], [122, 103], [122, 104], [121, 104], [109, 92]]}, "center": {"16-100": [121, 94], "101-165, T:0-1": [121, 91]}},
{"id": "000046", "name": "The Elder Scrolls V: Skyrim", "description": "The logo for the fifth Elder Scrolls game, Skyrim.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Elder_Scrolls_V:_Skyrim"], "subreddit": ["skyrim"]}, "path": {"56-167, T:0-1": [[1969, 238], [1999, 238], [1999, 276], [1969, 276]]}, "center": {"56-167, T:0-1": [1984, 257]}},
{"id": "000047", "name": "Moon Lord", "description": "The Moon Lord is the final boss from the game Terraria.\n\nThis art was created by the Terraria community and the community of Twitch streamer Chance \"Sodapoppin\" Morris.", "links": {"website": ["https://terraria.fandom.com/wiki/Moon_Lord"], "subreddit": ["Terraria"]}, "path": {"59-154": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1811, 343], [1811, 341], [1813, 340], [1818, 340], [1818, 328], [1824, 324], [1827, 324], [1835, 331], [1839, 337], [1839, 340], [1835, 344], [1835, 350], [1830, 357], [1825, 378], [1824, 394], [1818, 401], [1812, 401], [1796, 378], [1791, 404], [1771, 408], [1757, 405], [1755, 378], [1752, 378], [1738, 401], [1731, 401], [1722, 388], [1720, 356], [1709, 338], [1709, 336], [1713, 329], [1722, 322], [1733, 326], [1732, 343], [1737, 338], [1740, 338], [1741, 342], [1730, 354], [1730, 366], [1733, 370], [1739, 362], [1739, 356], [1745, 349], [1757, 345], [1756, 329], [1756, 323], [1760, 313]], "155-166, T:0-1": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1814, 344], [1814, 339], [1820, 331], [1822, 331], [1823, 333], [1835, 341], [1825, 352], [1824, 389], [1819, 399], [1813, 399], [1803, 388], [1797, 377], [1793, 384], [1793, 392], [1788, 402], [1769, 402], [1765, 398], [1760, 398], [1757, 392], [1758, 380], [1754, 374], [1749, 383], [1743, 383], [1743, 390], [1739, 399], [1735, 401], [1733, 401], [1723, 389], [1723, 355], [1713, 342], [1721, 335], [1729, 335], [1731, 328], [1741, 339], [1740, 342], [1730, 352], [1730, 368], [1732, 370], [1735, 370], [1740, 354], [1747, 348], [1757, 346], [1759, 314]]}, "center": {"59-154": [1775, 364], "155-166, T:0-1": [1776, 364]}},
{"id": "000050", "name": "Mass Effect", "description": "Mass Effect is a series of third-person science fiction role-playing games developed by BioWare.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Effect"], "subreddit": ["masseffect"]}, "path": {"115-123": [[801, 984], [801, 997], [800, 997], [800, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [827, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984]], "26-114": [[801, 985], [801, 998], [841, 998], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [821, 963], [818, 966], [818, 985]], "124-165, T:0-1": [[796, 981], [796, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984], [800, 984], [800, 981]]}, "center": {"115-123": [822, 1001], "26-114": [827, 988], "124-165, T:0-1": [819, 1001]}},
{"id": "000051", "name": "Mass Relay", "description": "A Mass Relay is a form of faster-than-light (FTL) travel from the Mass Effect games.", "links": {"website": ["https://masseffect.fandom.com/wiki/Mass_Relay"], "subreddit": ["masseffect"]}, "path": {"32-165, T:0-1": [[832, 977], [831, 978], [830, 978], [827, 981], [830, 984], [835, 984], [835, 983], [843, 983], [843, 979], [835, 979], [835, 978], [833, 978]]}, "center": {"32-165, T:0-1": [832, 981]}},
{"id": "000052", "name": "Tali'Zorah", "description": "Tali'Zorah is a popular character from the Mass Effect game series.", "links": {"website": ["https://en.wikipedia.org/wiki/Tali'Zorah", "https://masseffect.fandom.com/wiki/Tali%27Zorah_nar_Rayya"], "subreddit": ["masseffect"]}, "path": {"26-165, T:0-1": [[820, 963], [818, 965], [818, 979], [820, 979], [820, 983], [821, 983], [823, 981], [824, 981], [826, 983], [827, 983], [827, 979], [829, 979], [829, 966], [826, 963]]}, "center": {"26-165, T:0-1": [824, 973]}},
{"id": "000053", "name": "Rec Room", "description": "Rec Room is a cross-platform virtual reality, console, mobile, & PC social video game with an integrated game creation system. It is developed and published by Rec Room Inc. (formerly Against Gravity) on June 1st, 2016.", "links": {"website": ["https://recroom.com", "https://en.wikipedia.org/wiki/Rec_Room_(video_game)"], "subreddit": ["RecRoom", "place_CentralAlliance"], "discord": ["recroom"], "wiki": ["Rec_Room"]}, "path": {"27-60": [[390, 973], [402, 973], [402, 985], [390, 985]], "61-63": [[392, 985], [404, 985], [404, 997], [392, 997]], "64-109": [[392, 981], [404, 981], [404, 1000], [392, 1000]], "T:0-1": [[363, 1040], [363, 1067], [403, 1067], [403, 1040]], "110-166": [[362, 1039], [362, 1068], [404, 1068], [404, 1039]]}, "center": {"27-60": [396, 979], "61-63": [398, 991], "64-109": [398, 991], "T:0-1": [383, 1054], "110-166": [383, 1054]}},
{"id": "000054", "name": "Smiling Friends", "description": "Smiling Friends is an animated television series created by Zach Hadel and Michael Cusack for Cartoon Network's night-time programming block Adult Swim.", "links": {"website": ["https://en.wikipedia.org/wiki/Smiling_Friends"], "subreddit": ["SmilingFriends", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[512, 900], [548, 900], [548, 932], [551, 935], [551, 954], [550, 954], [542, 946], [534, 954], [515, 954], [513, 952], [513, 932], [512, 932]]}, "center": {"2-166, T:0-1": [530, 926]}},
{"id": "000055", "name": "Mikio Fujioka", "description": "A star in tribute to Mikio Fujioka, a guitarist of BABYMETAL's backing band the KAMI band who sadly passed away in 2018.", "links": {"website": ["https://babymetal.fandom.com/wiki/Fujioka_Mikio"], "subreddit": ["BABYMETAL"]}, "path": {"134-165, 70-127, T:0-1": [[1123, 478], [1123, 481], [1120, 481], [1120, 483], [1123, 483], [1123, 486], [1125, 486], [1125, 483], [1128, 483], [1128, 481], [1125, 481], [1125, 478]]}, "center": {"134-165, 70-127, T:0-1": [1124, 482]}},
{"id": "000056", "name": "The Adventures of Tintin", "description": "The Adventures of Tintin is a Belgian comic series by cartoonist Georges Remi (pen name Hergé), following the exploits of the titular reporter and adventurer Tintin, who travels the world with his dog Snowy. The character was created in 1929 and introduced in Le Petit Vingtième, a weekly youth supplement to the Belgian newspaper Le Vingtième Siècle.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Adventures_of_Tintin"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"4-166, T:0-1": [[295, 607], [295, 599], [296, 598], [297, 597], [296, 596], [295, 595], [294, 594], [294, 591], [295, 591], [295, 588], [296, 587], [300, 583], [300, 582], [301, 581], [302, 580], [304, 580], [305, 581], [306, 582], [306, 585], [307, 586], [308, 587], [308, 588], [309, 589], [310, 588], [311, 587], [312, 588], [313, 589], [314, 588], [315, 587], [316, 588], [317, 589], [317, 592], [318, 593], [318, 596], [319, 597], [321, 597], [322, 598], [322, 602], [321, 603], [319, 603], [318, 602], [317, 603], [317, 604], [315, 606], [313, 606], [310, 603], [310, 607], [309, 608], [309, 609], [308, 610], [307, 611], [299, 611]]}, "center": {"4-166, T:0-1": [305, 596]}},
{"id": "000057", "name": "Queen Margrethe II", "description": "A picture of Her Majesty Queen Margrethe II, Queen of Denmark. She is depicted smoking a cigarette, as she is well known for her tobacco habit.", "links": {"website": ["https://en.wikipedia.org/wiki/Margrethe_II_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"63-166, T:0-1": [[478, 215], [484, 215], [484, 216], [486, 216], [486, 217], [488, 217], [488, 218], [490, 218], [490, 219], [491, 219], [491, 220], [493, 220], [493, 221], [494, 221], [494, 222], [495, 222], [495, 293], [437, 294], [437, 287], [448, 277], [449, 275], [449, 272], [448, 271], [448, 269], [448, 266], [448, 265], [447, 262], [448, 262], [450, 260], [449, 258], [449, 256], [447, 255], [450, 253], [453, 249], [448, 248], [452, 245], [457, 249], [458, 247], [456, 245], [456, 243], [458, 241], [459, 240], [459, 237], [459, 235], [461, 237], [463, 235], [463, 234], [464, 231], [458, 228], [459, 225], [458, 224], [458, 221], [458, 220], [463, 220], [466, 220], [467, 222], [473, 219], [474, 219]]}, "center": {"63-166, T:0-1": [472, 270]}},
{"id": "000058", "name": "Kaj & Andrea", "description": "Popular children's cartoon in Denmark containing two puppets named Kaj (the frog) and Andrea (the parrot).", "links": {"website": ["https://en.wikipedia.org/wiki/Kaj_%26_Andrea"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"18-30": [[470, 314], [464, 322], [463, 334], [461, 336], [462, 337], [462, 341], [497, 341], [497, 339], [496, 338], [496, 330], [490, 323], [488, 322], [481, 322], [478, 324], [476, 324], [476, 321], [477, 320], [479, 320], [479, 319], [476, 314]], "62-165, T:0-1": [[437, 215], [454, 218], [457, 222], [457, 226], [459, 226], [457, 226], [457, 228], [459, 230], [456, 232], [452, 232], [453, 234], [453, 243], [446, 250], [442, 250], [441, 248], [439, 248], [437, 251], [434, 249], [435, 245], [436, 242], [437, 234], [435, 233], [435, 226], [436, 224], [437, 224], [437, 222], [434, 221], [437, 216]]}, "center": {"18-30": [484, 332], "62-165, T:0-1": [446, 226]}},
{"id": "000059", "name": "Art Heaven", "description": "Art Heaven is an art community started on Discord. This is an image of our mascot, Abby!", "links": {"subreddit": ["artheaven"]}, "path": {"28-166, T:0-1": [[641, 631], [641, 648], [661, 648], [661, 631]]}, "center": {"28-166, T:0-1": [651, 640]}},
{"id": "000061", "name": "Hermitcraft", "description": "Hermitcraft is a popular SMP (Survival Multiplayer) for the game Minecraft, featuring many of the most popular creators in the Minecraft YouTube community.", "links": {"website": ["https://hermitcraft.com", "https://hermitcraft.fandom.com/wiki/Hermitcraft"], "subreddit": ["HermitCraft"]}, "path": {"10-114": [[851, 607], [851, 631], [860, 631], [860, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [899, 630], [902, 630], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584], [880, 584], [880, 591], [860, 591], [860, 607]], "1-9": [[880, 584], [880, 590], [924, 590], [924, 584]], "115-165, T:0-1": [[880, 584], [880, 591], [857, 591], [857, 587], [851, 587], [851, 591], [860, 591], [860, 607], [851, 607], [851, 631], [860, 631], [860, 639], [862, 639], [862, 638], [866, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [898, 631], [902, 631], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584]]}, "center": {"10-114": [882, 611], "1-9": [902, 587], "115-165, T:0-1": [903, 588]}},
{"id": "000062", "name": "Notte Boom sticker", "description": "An in-game emote used in the Dragalia Lost mobile game featuring the character Notte.", "links": {"website": ["https://dragalialost.com/", "https://dragalialost.wiki/w/Stickers", "https://dragalialost.wiki/w/Notte", "https://en.wikipedia.org/wiki/Dragalia_Lost"], "subreddit": ["DragaliaLost"]}, "path": {"10-33": [[182, 34], [182, 64], [215, 64], [215, 34]], "3-8": [[73, 725], [71, 727], [71, 735], [73, 737], [77, 737], [78, 736], [84, 736], [85, 735], [89, 735], [91, 732], [91, 727], [88, 727], [87, 728], [81, 728], [78, 725]], "34-165, T:0-1": [[178, 34], [215, 34], [215, 64], [178, 64]]}, "center": {"10-33": [199, 49], "3-8": [76, 731], "34-165, T:0-1": [197, 49]}},
{"id": "000063", "name": "Patriotic Dragonite", "description": "Dragonite is a Dragon/Flying-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It has become a symbol of Spanish patriotism on many memes featuring it in front of a Spanish flag.", "links": {"website": ["https://twitter.com/ladamadel_lago/status/1143813408141316096", "https://bulbapedia.bulbagarden.net/wiki/Dragonite_(Pok%C3%A9mon)"], "subreddit": ["esPlace", "spain", "pokemon"]}, "path": {"67-160, T:0-1": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [995, 307], [990, 311], [990, 312], [989, 313], [989, 314], [985, 318], [983, 318], [982, 317], [982, 316], [983, 315], [983, 313], [982, 312], [981, 311], [980, 312], [980, 313], [977, 313], [977, 314], [975, 316], [973, 316], [972, 315], [972, 314], [973, 313], [974, 312], [974, 311], [973, 310]], "161-166, 42-66": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [994, 308]]}, "center": {"67-160, T:0-1": [981, 301], "161-166, 42-66": [981, 300]}},
{"id": "000064", "name": "Shane Keith Warne", "description": "Shane Warne (1969-2022) was an Australian cricketer. A right-arm leg spinner, he is widely regarded as one of the greatest bowlers in cricket history. Lovingly known as \"Warnie\", he will forever stay immortal in the hearts of cricket fans all around the world.", "links": {"website": ["https://www.instagram.com/shanewarne23/?hl=en", "https://en.wikipedia.org/wiki/Shane_Warne"], "subreddit": ["Cricket"]}, "path": {"74-87": [[293, 252], [334, 252], [334, 298], [323, 298], [323, 282], [293, 282]], "39-73, 88-165, T:0-1": [[293, 252], [293, 282], [334, 282], [334, 252]]}, "center": {"74-87": [315, 267], "39-73, 88-165, T:0-1": [314, 267]}},
{"id": "000065", "name": "Mayreel", "description": "Mayreel is an alpaca character from the gacha mobile game Guardian Tales. She has the power of grass and flowers, and is the god of harvest Kamael's divine beast. Usually, she tags along in her alpaca form with the player character Bari, but she can change into human form.", "links": {"website": ["https://guardian-tales.fandom.com/wiki/Mayreel"], "subreddit": ["GuardianTales"]}, "path": {"31-166, T:0-1": [[688, 194], [692, 194], [692, 195], [693, 196], [693, 199], [696, 199], [696, 200], [697, 200], [697, 203], [698, 204], [700, 204], [700, 205], [701, 205], [701, 207], [702, 207], [702, 211], [701, 211], [701, 214], [700, 214], [696, 218], [695, 219], [694, 219], [693, 218], [691, 218], [690, 219], [689, 219], [688, 218], [685, 218], [684, 219], [683, 219], [677, 213], [677, 205], [682, 199], [682, 196], [684, 194], [686, 194], [686, 195], [687, 196], [688, 196], [689, 195]]}, "center": {"31-166, T:0-1": [688, 208]}},
{"id": "000066", "name": "BABYMETAL", "description": "BABYMETAL is a Japanese metal band. This art pictures band members Yuimetal, Su-metal, and Moametal.\n\nOnce you've heard it, you'll never unhear it. BABYMETAL is a band that you'll either love or hate. Amuse producer Key Kobayashi delved into the unknown and fused idol (J-pop) and metal, creating a sub-group of Sakura Gakuin: BABYMETAL! Having blossomed in Japan, they exploded into the Western world after their first album release in February 2014. Going on to tour the world within just four years of their creation, they have taken the metal scene by storm.", "links": {"website": ["https://www.babymetal.com/en/", "https://en.wikipedia.org/wiki/Babymetal"], "subreddit": ["BABYMETAL"]}, "path": {"4-29": [[648, 591], [648, 604], [701, 604], [701, 591]], "30-165, T:0-1": [[649, 591], [701, 591], [701, 631], [649, 631]]}, "center": {"4-29": [675, 598], "30-165, T:0-1": [675, 599]}},
{"id": "000067", "name": "Metal Resistance", "description": "Metal Resistance is an album by BABYMETAL, a Japanese heavy metal band.", "links": {"website": ["https://en.wikipedia.org/wiki/Metal_Resistance"], "subreddit": ["BABYMETAL"]}, "path": {"61-164, T:0-1": [[1115, 465], [1125, 465], [1125, 461], [1164, 461], [1164, 465], [1167, 465], [1167, 466], [1159, 474], [1157, 474], [1157, 481], [1149, 481], [1144, 478], [1139, 478], [1134, 481], [1125, 481], [1125, 474], [1123, 474], [1115, 466]]}, "center": {"61-164, T:0-1": [1133, 471]}},
{"id": "000068", "name": "Nomai mask", "description": "This is the mask of the Nomai, an old, dead civilization in the solar system of Outer Wilds.", "links": {"website": ["https://outerwilds.fandom.com/wiki/Nomai"], "subreddit": ["outerwilds"]}, "path": {"61-166, T:0-1": [[1677, 644], [1676, 645], [1674, 645], [1669, 650], [1669, 659], [1667, 659], [1667, 661], [1666, 662], [1666, 665], [1669, 668], [1669, 669], [1668, 670], [1671, 673], [1671, 675], [1672, 675], [1673, 674], [1674, 674], [1680, 680], [1682, 680], [1683, 679], [1688, 679], [1689, 680], [1691, 680], [1697, 674], [1698, 674], [1699, 675], [1700, 674], [1700, 672], [1701, 671], [1702, 671], [1703, 670], [1702, 669], [1702, 668], [1705, 665], [1705, 662], [1704, 661], [1704, 659], [1702, 659], [1702, 650], [1697, 645], [1695, 645], [1694, 644], [1690, 644], [1687, 641], [1684, 641], [1681, 644]]}, "center": {"61-166, T:0-1": [1685, 661]}},
{"id": "000070", "name": "Michigun", "description": "Michigun was a famous and skilled player of the game Geometry Dash who died in 2021. This is a memorial dedicated to Michigun.", "links": {"website": ["https://www.youtube.com/c/Michigun", "https://geometry-dash-fan.fandom.com/wiki/Michigun"], "subreddit": ["geometrydashplace", "geometrydash"]}, "path": {"31-39": [[940, 354], [940, 356], [931, 364], [925, 364], [922, 367], [922, 419], [961, 419], [961, 367], [958, 364], [953, 364]], "2-30, 40-166, T:0-1": [[922, 366], [922, 419], [961, 419], [961, 366]]}, "center": {"31-39": [942, 387], "2-30, 40-166, T:0-1": [942, 393]}},
{"id": "000071", "name": "Georgia Institute of Technology", "description": "The Georgia Institute of Technology (Georgia Tech) is a university in Atlanta, Georgia, United States. This area features the head of Georgia Tech's mascot Buzz and the interlocking GT logo at the top, ECH down the side (an homage to stealing the T), and the Ramblin' Wreck at the bottom.", "links": {"website": ["https://www.gatech.edu", "https://en.wikipedia.org/wiki/Georgia_Tech"], "subreddit": ["gatech"]}, "path": {"6-166, T:0-1": [[421, 528], [378, 528], [378, 549], [412, 549], [412, 583], [378, 583], [378, 608], [421, 608]]}, "center": {"6-166, T:0-1": [409, 537]}},
{"id": "000072", "name": "Formula 1", "description": "Formula 1 is a professional car racing organization and championship. This art features logos of all 2022 teams. The Williams-W with the addition of \"FW\" is in honour of the late founder Frank Williams.\n\n\"Keep fighting Michael\" honours Michael Schumacher who is still fighting for his life after a devastating skiing accident many years ago.\n\n\"JB17\" is a testiment to Jules Bianchi, who suffered a fatal accident during the 2014 Japanese Grand Prix.\n\n\"AH19\" is a testiment to the late Anthoine Hubert who lost his life during the 2019 Belgian Grand Prix in the Saturday race in Formula 2.", "links": {"website": ["https://en.wikipedia.org/wiki/Formula_One"], "subreddit": ["formula1"]}, "path": {"1-42": [[447, 761], [447, 830], [571, 830], [571, 761]], "43-165, T:0-1": [[448, 762], [571, 762], [571, 829], [433, 829], [433, 757], [448, 757]]}, "center": {"1-42": [509, 796], "43-165, T:0-1": [540, 810]}},
{"id": "000073", "name": "Technische Universität Hansestadt Hamburg", "description": "Technische Universität Hansestadt Hamburg (English: Hamburg University of Technology) is a university near Hamburg, Germany.", "links": {"website": ["https://www.tuhh.de", "https://en.wikipedia.org/wiki/Hamburg_University_of_Technology"], "subreddit": ["TU_HH"]}, "path": {"55-68": [[221, 165], [221, 171], [239, 171], [239, 165]], "44-54": [[221, 165], [221, 169], [239, 169], [239, 165]], "69-165, T:0-1": [[221, 165], [245, 165], [245, 171], [221, 171]]}, "center": {"55-68": [230, 168], "44-54": [230, 167], "69-165, T:0-1": [233, 168]}},
{"id": "000074", "name": "Ethereum", "description": "Ethereum is a blockchain powering smart contracts and cryptocurrencies, including the cryptocurrency ETH itself.\n\nThe Ethereum logo is drawn between Loopring and Immutable X, two Ethereum layer 2 solutions that have a partnership with GameStop for an upcoming marketplace. It was built by a small team of about 50 people after a smaller version south of the current location was taken over. It was rebuilt after an attack by the trees below in conjunction with the German flag, and later added a prism effect with a laser coming from the Loopring logo, through the ETH crystal, and splitting into a rainbow on the Immutable side.", "links": {"website": ["http://ethereum.org/", "https://en.wikipedia.org/wiki/Ethereum"], "discord": ["BMCdDHvNm6"]}, "path": {"9-19": [[783, 898], [783, 922], [784, 922], [795, 916], [795, 898]], "20-44, 51-165, T:0-1": [[840, 857], [828, 877], [828, 880], [840, 896], [841, 896], [853, 880], [853, 877], [841, 857]]}, "center": {"9-19": [789, 910], "20-44, 51-165, T:0-1": [841, 877]}},
{"id": "000075", "name": "Destiny", "description": "Steven Kenneth \"Destiny\" Bonnell II is a gaming and politics Twitch streamer and YouTuber.", "links": {"website": ["https://destiny.gg", "https://en.wikipedia.org/wiki/Destiny_(streamer)"], "subreddit": ["Destiny"]}, "path": {"3-165, T:0-1": [[334, 78], [399, 78], [399, 131], [334, 131]]}, "center": {"3-165, T:0-1": [367, 105]}},
{"id": "000076", "name": "lttstore.com", "description": "lttstore.com is an online store for branded merchandise from the YouTube channel Linus Tech Tips. It is commonly shouted out on Linus Tech Tips videos.\n\nSpammers made repeated attempts to replace two pixels of the 'O' in .com with orange in order to alter the text to .cum.", "links": {"website": ["https://www.lttstore.com/"], "subreddit": ["LinusTechTips"]}, "path": {"45-64": [[48, 765], [48, 777], [125, 777], [125, 765]], "65-166, 9-44, T:0-1": [[48, 765], [48, 777], [117, 777], [117, 765]]}, "center": {"45-64": [87, 771], "65-166, 9-44, T:0-1": [83, 771]}},
{"id": "000077", "name": "Löwenzahn", "description": "Löwenzahn (German for \"dandelion\") is a popular German children's TV show.", "links": {"website": ["https://en.wikipedia.org/wiki/L%C3%B6wenzahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"85-95": [[509, 831], [509, 836], [507, 836], [504, 839], [503, 841], [503, 844], [504, 845], [504, 848], [507, 851], [507, 854], [506, 856], [503, 856], [503, 860], [504, 861], [504, 863], [503, 863], [501, 865], [501, 866], [534, 866], [536, 864], [536, 861], [534, 861], [530, 857], [533, 857], [533, 854], [537, 854], [537, 848], [539, 848], [539, 843], [538, 843], [536, 845], [535, 845], [533, 843], [533, 841], [543, 836], [549, 836], [553, 838], [559, 838], [560, 839], [563, 839], [563, 840], [564, 841], [564, 844], [566, 846], [576, 846], [576, 848], [581, 848], [581, 849], [582, 852], [584, 854], [589, 854], [591, 856], [592, 860], [603, 860], [603, 862], [605, 864], [607, 865], [609, 862], [609, 858], [605, 854], [608, 851], [611, 851], [612, 850], [614, 850], [614, 856], [616, 856], [619, 853], [623, 853], [623, 855], [625, 857], [625, 860], [630, 860], [632, 862], [633, 861], [633, 859], [634, 858], [634, 855], [637, 855], [638, 856], [640, 854], [648, 854], [649, 855], [651, 855], [651, 856], [653, 857], [653, 859], [656, 859], [656, 857], [659, 857], [661, 855], [659, 853], [660, 852], [665, 852], [665, 849], [668, 849], [669, 847], [673, 847], [673, 844], [674, 844], [677, 837], [677, 836], [674, 836], [673, 835], [672, 836], [672, 840], [671, 841], [671, 844], [667, 844], [666, 843], [665, 844], [665, 845], [663, 845], [661, 847], [661, 849], [659, 850], [657, 850], [657, 846], [655, 846], [655, 849], [647, 849], [650, 846], [648, 844], [646, 846], [646, 847], [645, 848], [642, 848], [642, 846], [640, 844], [638, 846], [638, 847], [632, 847], [632, 845], [631, 845], [629, 847], [629, 849], [626, 849], [626, 847], [624, 847], [623, 846], [618, 846], [618, 843], [616, 843], [613, 846], [613, 847], [607, 847], [605, 845], [601, 843], [571, 843], [571, 839], [568, 839], [568, 836], [565, 836], [563, 834], [568, 833], [571, 830], [571, 828], [570, 828], [569, 829], [565, 829], [565, 831], [555, 831], [555, 829], [540, 829], [539, 830], [534, 832], [523, 832], [520, 829], [519, 830], [512, 830], [511, 831]], "53-84, 96-166, T:0-1": [[512, 829], [508, 831], [508, 833], [510, 836], [507, 836], [504, 838], [502, 841], [502, 844], [503, 845], [503, 849], [505, 849], [509, 853], [509, 855], [507, 855], [507, 858], [505, 858], [505, 863], [510, 865], [518, 865], [519, 866], [522, 866], [523, 865], [525, 865], [527, 862], [533, 862], [536, 859], [536, 855], [537, 855], [537, 847], [539, 845], [539, 839], [537, 839], [537, 834], [534, 834], [534, 832], [527, 832], [525, 834], [524, 834], [520, 830], [518, 830], [516, 832], [515, 832], [515, 831], [513, 829]]}, "center": {"85-95": [520, 846], "53-84, 96-166, T:0-1": [523, 848]}},
{"id": "000078", "name": "Colosseum", "description": "The Colosseum is an ancient Roman gladiator arena and amphitheater built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}},
{"id": "000079", "name": "Dante Alighieri", "description": "An Italian poet, known for writing the Divine Comedy (Italian: Divina Commedia).", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"46-165, T:0-1": [[858, 366], [852, 371], [848, 371], [842, 366], [842, 357], [846, 353], [849, 353], [849, 352], [845, 351], [843, 348], [842, 342], [847, 338], [846, 333], [848, 325], [852, 325], [853, 324], [855, 324], [859, 328], [861, 329], [863, 352], [864, 353], [864, 360], [854, 360], [854, 361], [857, 362], [858, 363]]}, "center": {"46-165, T:0-1": [853, 344]}},
{"id": "000080", "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nThis Polish flag has dumplings, a bottle of vodka, Pope John Paul II, footballer Robert Lewandowski, a Polish hussar, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"], "subreddit": ["Polska", "poland"]}, "path": {"2-7": [[448, 342], [601, 342], [601, 376], [448, 376]], "8-31": [[432, 342], [689, 342], [689, 376], [432, 376]], "32-165, T:0-1": [[480, 343], [689, 343], [689, 376], [480, 376]]}, "center": {"2-7": [525, 359], "8-31": [561, 359], "32-165, T:0-1": [585, 360]}},
{"id": "000083", "name": "Karlsruhe Institute of Technology", "description": "The Karlsruhe Institute of Technology (Karlsruher Institut für Technologie; KIT) is national research center and the biggest university in the city of Karlsruhe, Germany.", "links": {"website": ["https://kit.edu", "https://en.wikipedia.org/wiki/Karlsruhe_Institute_of_Technology"], "subreddit": ["KaIT"]}, "path": {"3-15": [[765, 521], [765, 547], [832, 547], [832, 521]], "16-166, T:0-1": [[760, 521], [760, 547], [832, 547], [832, 521]]}, "center": {"3-15": [799, 534], "16-166, T:0-1": [796, 534]}},
{"id": "000085", "name": "Cave Story", "description": "Cave Story, originally released as Dōkutsu Monogatari, is a 2004 Metroidvania platform-adventure game for Microsoft Windows. It was developed over five years by Japanese developer Daisuke \"Pixel\" Amaya in his free time. The characters in this plot are (from left to right, top to bottom) Quote, Curly Brace, Toroko, Misery, Little Man, Sue Sakamoto, Balrog, Puu Black, a Colon, Kanpachi, and King.", "links": {"website": ["https://en.wikipedia.org/wiki/Cave_Story"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"117-129": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [629, 866]], "107-116": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [628, 886], [597, 886], [597, 866]], "68-106": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [602, 899], [605, 901], [605, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [636, 900], [638, 898], [639, 896], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [599, 895], [595, 891], [595, 888], [597, 885], [597, 866]], "24-67": [[562, 866], [562, 894], [567, 894], [567, 900], [591, 900], [600, 895], [600, 899], [602, 899], [606, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [637, 900], [637, 897], [639, 895], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [595, 891], [595, 888], [599, 884], [599, 878], [597, 878], [597, 866]], "1-23": [[562, 865], [562, 890], [566, 890], [566, 900], [588, 900], [593, 898], [595, 898], [595, 888], [598, 884], [598, 881], [599, 880], [597, 878], [597, 865]], "134-166, T:0-1": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [601, 899], [606, 903], [608, 903], [612, 907], [616, 906], [614, 904], [614, 898], [620, 897], [621, 898], [628, 898], [629, 900], [636, 900], [639, 896], [643, 896], [644, 902], [648, 909], [654, 909], [654, 898], [646, 898], [644, 895], [638, 895], [638, 889], [629, 888], [629, 866], [606, 866], [606, 870], [604, 872], [603, 873], [596, 873], [593, 870], [590, 870], [590, 866]]}, "center": {"117-129": [580, 883], "107-116": [580, 883], "68-106": [579, 882], "24-67": [579, 882], "1-23": [580, 881], "134-166, T:0-1": [616, 888]}},
{"id": "000086", "name": "Blender", "description": "Blender is a free and open-source 3D computer graphics software.", "links": {"website": ["https://www.blender.org/", "https://en.wikipedia.org/wiki/Blender_(software)"], "subreddit": ["blender"]}, "path": {"41-48": [[93, 94], [92, 95], [94, 97], [94, 99], [90, 99], [88, 105], [95, 113], [102, 113], [102, 111], [103, 110], [120, 110], [121, 111], [130, 111], [133, 107], [133, 105], [127, 99], [125, 99], [125, 102], [122, 102], [120, 104], [120, 110], [104, 110], [104, 103], [95, 94]], "28-40, 51-165, T:0-1": [[127, 99], [133, 105], [133, 108], [130, 111], [127, 111], [125, 109], [124, 109], [122, 111], [120, 111], [120, 109], [124, 105], [124, 104], [120, 104], [120, 102], [126, 102], [126, 99]]}, "center": {"41-48": [97, 106], "28-40, 51-165, T:0-1": [128, 106]}},
{"id": "000087", "name": "Flag of Catalonia", "description": "Catalonia is an autonomous community in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Catalonia", "https://en.wikipedia.org/wiki/Flag_of_Catalonia"], "subreddit": ["catalunya"]}, "path": {"4-164, T:0-1": [[689, 360], [740, 360], [740, 332], [689, 332]]}, "center": {"4-164, T:0-1": [715, 346]}},
{"id": "000089", "name": "Flag of Indonesia", "description": "Indonesia is a country in Southeast Asia. This flag features the Indonesian archipelago and some penguins that were allied with the art.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia", "https://en.wikipedia.org/wiki/Flag_of_Indonesia"], "subreddit": ["indonesia"]}, "path": {"1-166, T:0-1": [[89, 781], [89, 811], [110, 811], [110, 804], [143, 804], [143, 781]]}, "center": {"1-166, T:0-1": [102, 794]}},
{"id": "000090", "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends"], "discord": ["lol"]}, "path": {"52-104": [[715, 204], [718, 207], [714, 214], [709, 225], [709, 232], [713, 240], [717, 245], [714, 249], [714, 250], [747, 250], [753, 244], [753, 243], [747, 243], [750, 238], [753, 232], [753, 224], [746, 212], [743, 209], [729, 206], [729, 203], [715, 203]]}, "center": {"52-104": [731, 228]}},
{"id": "000091", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"6-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"6-164, T:0-1": [826, 486]}},
{"id": "000092", "name": "Lego", "description": "Lego is a construction toy consisting of colored bricks and figures that can be assembled together. This Lego logo is drawn next to the flag of Denmark, its country of origin.", "links": {"website": ["https://www.lego.com/", "https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"11-165, T:0-1": [[638, 320], [638, 343], [689, 343], [689, 320]]}, "center": {"11-165, T:0-1": [664, 332]}},
{"id": "000094", "name": "The Great Wave off Kanagawa", "description": "The Great Wave off Kanagawa (神奈川沖浪裏), also known as The Great Wave or The Wave, is a woodblock print created in 1831 by the Japanese ukiyo-e artist Katsushika Hokusai (葛飾北斎). This was the first of his landscape painting series, Thirty-six Views of Mount Fuji. The painting depicts three boats sailing off the coast of Sagami Bay, Kanagawa Prefecture (神奈川県相模湾).\n\nDuring r/place, the wave was destroyed three times, first by infamous French streamer xQc (replaced by Super Meat Boy) and then twice by Russian streamer Dmitry_Lixx (replaced by blue void, then blackout). With the help of an overlay and support from Germany, Tunisia, and many more factions, we were able to quickly rebuild our artwork each time!", "links": {"website": ["https://en.wikipedia.org/wiki/The_Great_Wave_off_Kanagawa"], "subreddit": ["place_the_wave"]}, "path": {"105-148": [[1920, 769], [1920, 830], [2000, 830], [2000, 769]], "74-88": [[1920, 775], [1920, 870], [2000, 870], [2000, 775]], "149-166, 57-73, 89-104, T:0-1": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"105-148": [1960, 800], "74-88": [1960, 823], "149-166, 57-73, 89-104, T:0-1": [1960, 802]}},
{"id": "000095", "name": "ƎNA", "description": "Turron! Turron! Turron! Turrrrron! ENA (stylized ƎNA) is the Pablo Picasso-inspired protagonist of the eponymous animated surrealist web series, created by Peruvian animator Joel Guerra. The surrealist series takes place in a digital world, and has a distinct aesthetic reminiscent of early web animations inspired by the graphics of computer adventure and PlayStation 1 games.", "links": {"website": ["https://joelgc.com/", "https://enajoelg.fandom.com/wiki/ENA_(series)"], "subreddit": ["enaplace", "ENA"]}, "path": {"100-144": [[1130, 384], [1130, 393], [1123, 393], [1123, 402], [1124, 403], [1124, 408], [1129, 414], [1155, 414], [1155, 384]], "40-50": [[504, 243], [501, 245], [499, 247], [497, 257], [497, 259], [499, 263], [508, 263], [514, 256], [514, 249], [510, 244], [508, 243]], "56-91": [[1972, 732], [1972, 754], [1981, 763], [1985, 763], [1985, 756], [1987, 754], [1989, 754], [1991, 752], [1991, 751], [2000, 751], [2000, 732]], "145-165, T:0-1": [[1133, 385], [1130, 388], [1130, 392], [1129, 393], [1122, 393], [1122, 402], [1124, 404], [1124, 406], [1130, 412], [1144, 412], [1145, 412], [1145, 406], [1146, 405], [1149, 405], [1150, 406], [1152, 406], [1152, 402], [1154, 402], [1154, 385]]}, "center": {"100-144": [1142, 400], "40-50": [506, 253], "56-91": [1983, 743], "145-165, T:0-1": [1140, 396]}},
{"id": "000096", "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States. This area was started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. As a joke, the block letter logos of the universities were arranged to spell out the word \"porn\".\n\nKirby was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the B1G allied with Kirby and maintained it until the end.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "Huskers", "OSU", "PennStateUniversity", "Purdue", "rutgers", "UIUC"]}, "path": {"7-165, T:0-1": [[151, 609], [174, 609], [174, 629], [257, 629], [257, 582], [175, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607]]}, "center": {"7-165, T:0-1": [193, 606]}},
{"id": "000097", "name": "Niko", "description": "Niko is the main character in the indie video game OneShot. Here they are depicted riding a Roomba and holding a lightbulb (The Sun).\n\nThis artwork was originally located slightly higher up. However, it couldn't survive the massive Ukrainian flag, so it was relocated here, where it stayed for the rest of the event. The green dot on the Roomba represents that it's on and is present in the original game. Since it is a small detail, many people thought it was a mistake and replaced the light with a purple pixel, but the green light made it to the final canvas.", "links": {"website": ["https://oneshot.fandom.com/wiki/Niko"], "subreddit": ["oneshot"], "discord": ["5dQMafBgGZ"]}, "path": {"1-3": [[917, 218], [917, 225], [916, 225], [916, 236], [914, 239], [914, 240], [921, 248], [921, 251], [929, 251], [929, 249], [939, 238], [939, 237], [937, 237], [937, 225], [936, 225], [936, 218]], "4-166, T:0-1": [[911, 252], [911, 259], [910, 260], [910, 274], [913, 277], [913, 279], [917, 284], [925, 284], [929, 279], [929, 277], [930, 277], [933, 274], [933, 259], [932, 259], [932, 252]]}, "center": {"1-3": [927, 235], "4-166, T:0-1": [922, 268]}},
{"id": "000098", "name": "r/196", "description": "r/196 is a shitposting subreddit. The only directly stated rule of r/196 is that you must post before you leave.", "links": {"subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 629], [241, 629], [241, 698], [174, 698]]}, "center": {"1-165, T:0-1": [190, 647]}},
{"id": "000099", "name": "Lemon Demon", "description": "Lemon Demon is an American band.\n\nThis Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall", "links": {"website": ["https://en.wikipedia.org/wiki/Lemon_Demon"], "subreddit": ["lemondemon", "tallyhall"], "discord": ["jZjmeq86tV"]}, "path": {"8-11": [[766, 398], [766, 429], [800, 429], [800, 398]], "12-166, T:0-1": [[752, 397], [752, 430], [788, 430], [788, 397]]}, "center": {"8-11": [783, 414], "12-166, T:0-1": [770, 414]}},
{"id": "000100", "name": "Project Inkunzi", "description": "Project Inkunzi is a geopolitical nation role-play where you role-play as nations on a fantasy planet. It was made by YouTuber CalmDownLevelUp.", "links": {"website": ["https://project-inkunzi.fandom.com/wiki/Project_Inkunzi_Wiki", "https://www.youtube.com/watch?v=gLXxk7ZsrDM"], "subreddit": ["Inkunzi", "CalmDownLevelUp"]}, "path": {"150-165, T:0-1": [[1836, 805], [1833, 808], [1833, 810], [1838, 815], [1843, 810], [1843, 808], [1840, 805], [1838, 807]]}, "center": {"150-165, T:0-1": [1838, 810]}},
{"id": "000103", "name": "Ohio State University", "description": "The Ohio State University (OSU, not to be confused with the rhythm game \"osu!\") is a university located in Columbus, Ohio, United States. OSU's school colors are scarlet and gray, which can be seen around their Block O logo at the bottom left of the artwork. The Block O, together with the Buckeye nut, are the logos for the Ohio State University. OSU is famous for its American football rivalry with the University of Michigan, with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the \"Script Ohio\", a long-time Ohio State tradition from the school's marching band where members of the band will form the word \"Ohio\" in script during football games.\n\nA second Block O is situated next to Purdue University & Rutgers University elsewhere on r/place.", "links": {"website": ["https://www.osu.edu", "https://en.wikipedia.org/wiki/Ohio_State_University"], "subreddit": ["OSU"]}, "path": {"28-36": [[705, 889], [705, 905], [759, 905], [759, 889]], "9-19": [[712, 865], [712, 887], [772, 887], [772, 865]], "2-8": [[716, 858], [712, 862], [712, 883], [716, 887], [726, 887], [730, 883], [730, 862], [726, 858]], "22-27": [[712, 866], [712, 889], [772, 889], [772, 866]], "60-165, T:0-1": [[1331, 794], [1331, 830], [1364, 830], [1364, 794]]}, "center": {"28-36": [732, 897], "9-19": [742, 876], "2-8": [721, 873], "22-27": [742, 878], "60-165, T:0-1": [1348, 812]}},
{"id": "000105", "name": "PotatoMcWhiskey", "description": "PotatoMcWhiskey is a YouTuber and Twitch streamer who plays games such as Civilization VI.", "links": {"website": ["https://www.youtube.com/user/PotatoMcWhiskey/", "https://www.twitch.tv/potatomcwhiskey"], "subreddit": ["PotatoMcWhiskey"]}, "path": {"64-66": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 78], [1502, 79], [1502, 87], [1500, 91], [1500, 95], [1503, 102], [1505, 105], [1507, 105], [1508, 106], [1512, 106], [1513, 107], [1514, 107], [1515, 106], [1523, 106], [1533, 90], [1533, 73], [1525, 65], [1528, 62], [1526, 60], [1515, 60]], "67-166, T:0-1": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 79], [1502, 80], [1502, 87], [1501, 88], [1501, 93], [1503, 95], [1506, 95], [1510, 98], [1519, 98], [1522, 105], [1524, 105], [1532, 89], [1532, 83], [1533, 82], [1533, 77], [1531, 75], [1531, 70], [1527, 67], [1527, 62], [1525, 60], [1518, 60], [1517, 61]]}, "center": {"64-66": [1517, 86], "67-166, T:0-1": [1518, 84]}},
{"id": "000106", "name": "Canada", "description": "Canada is a country in North America.\n\nThis art, known as Operation Gooseflight, was a splinter from r/canada to escape the meme of messing with the Canadian flag in the initial canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"56-122": [[1779, 869], [1785, 873], [1786, 877], [1786, 882], [1783, 884], [1783, 887], [1788, 887], [1790, 889], [1806, 889], [1806, 911], [1807, 912], [1807, 916], [1793, 930], [1793, 934], [1830, 934], [1830, 869]], "124-166, T:0-1": [[1810, 869], [1810, 895], [1807, 895], [1807, 916], [1794, 929], [1792, 929], [1792, 932], [1793, 932], [1793, 935], [1803, 935], [1804, 936], [1805, 935], [1830, 935], [1830, 869]]}, "center": {"56-122": [1817, 882], "124-166, T:0-1": [1817, 923]}},
{"id": "000107", "name": "Critical Role", "description": "Critical Role is an actual-play web series where a group of professional voice actors play the tabletop role-playing game Dungeons & Dragons.", "links": {"website": ["https://critrole.com/", "https://www.youtube.com/@criticalrole"], "subreddit": ["criticalrole", "place_CentralAlliance"]}, "path": {"13-166, T:0-1": [[512, 962], [512, 992], [539, 992], [539, 962]]}, "center": {"13-166, T:0-1": [526, 977]}},
{"id": "000108", "name": "Palico", "description": "An iconic character from the game series, Monster Hunter.", "links": {"website": ["https://monsterhunterworld.wiki.fextralife.com/Palicoes"], "subreddit": ["MonsterHunter"]}, "path": {"23-90": [[748, 608], [748, 635], [769, 635], [776, 622], [776, 608]], "13-22": [[748, 613], [748, 634], [760, 634], [760, 637], [769, 637], [769, 613]], "92-165, T:0-1": [[748, 608], [748, 636], [768, 636], [782, 609], [782, 608]]}, "center": {"23-90": [761, 621], "13-22": [759, 624], "92-165, T:0-1": [761, 621]}},
{"id": "000109", "name": "Flag of Portugal", "description": "Portugal is a country in Southwestern Europe. This flag of Portugal contains depictions of Portuguese poet Luís de Camões, Pena National Palace, cartoon character Zé Povinho, and Afonso Henriques (first king of Portugal).", "links": {"website": ["https://en.wikipedia.org/wiki/Portugal", "https://en.wikipedia.org/wiki/Flag_of_Portugal"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"56-64": [[865, 308], [864, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1099, 360], [1107, 353], [1113, 353], [1120, 360], [1121, 360], [1121, 312], [1098, 312], [1090, 308]], "41-55": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [952, 360], [952, 308]], "35-40": [[865, 308], [865, 360], [856, 360], [856, 371], [865, 371], [865, 408], [923, 408], [923, 368], [942, 357], [942, 308]], "18-34": [[865, 312], [865, 360], [856, 360], [856, 371], [865, 371], [865, 407], [923, 407], [923, 367], [952, 367], [952, 312]], "1-17": [[865, 312], [865, 360], [856, 360], [856, 371], [921, 371], [921, 360], [952, 360], [952, 312]], "65-166, T:0-1": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1043, 360], [1096, 308]]}, "center": {"56-64": [900, 339], "41-55": [900, 339], "35-40": [899, 343], "18-34": [898, 345], "1-17": [898, 341], "65-166, T:0-1": [900, 339]}},
{"id": "000110", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.\n\nThis flag is emblazoned with a variety of pixel arts related to the trans and LGBT communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["transplace"]}, "path": {"86-89": [[480, 429], [480, 449], [299, 449], [299, 476], [421, 476], [421, 449], [469, 449], [469, 476], [787, 476], [787, 429]], "54-55": [[569, 429], [569, 476], [787, 476], [787, 429]], "42-45": [[701, 429], [701, 476], [787, 476], [787, 429]], "36-41": [[299, 429], [299, 476], [421, 476], [787, 476], [787, 429], [469, 429], [469, 449], [421, 449], [421, 429]], "19-21": [[565, 429], [565, 476], [787, 476], [787, 429]], "1-18": [[448, 429], [448, 476], [858, 476], [876, 467], [884, 457], [892, 451], [895, 451], [900, 458], [903, 458], [903, 439], [883, 439], [869, 437], [869, 429]], "90-94": [[480, 449], [480, 429], [787, 429], [787, 476], [469, 476], [469, 449], [421, 449], [421, 476], [299, 476], [299, 449]], "107-164, T:0-1": [[480, 429], [480, 450], [468, 450], [468, 476], [787, 476], [787, 429]], "22-35, 46-53, 56-85, 95-106": [[480, 429], [480, 476], [787, 476], [787, 429]]}, "center": {"86-89": [558, 453], "54-55": [678, 453], "42-45": [744, 453], "36-41": [543, 453], "19-21": [676, 453], "1-18": [660, 453], "90-94": [558, 453], "107-164, T:0-1": [633, 453], "22-35, 46-53, 56-85, 95-106": [634, 453]}},
{"id": "000111", "name": "Connection lost", "description": "The \"Connection lost... Please wait - attempting to reestablish.\" message originates from RuneScape, a popular free massively multiplayer online role-playing game (MMORPG). This message appears in the top-left corner of the screen when the player's network connection to the RuneScape servers is lost.", "links": {"website": ["https://oldschool.runescape.com/"], "subreddit": ["2007scape"]}, "path": {"1-165, T:0-1": [[0, 0], [231, 0], [231, 33], [0, 33]]}, "center": {"1-165, T:0-1": [116, 17]}},
{"id": "000112", "name": "Froggy Chair", "description": "The Froggy Chair is a piece of furniture Nintendo game Animal Crossing. It became a meme because of its goofy appearance.", "links": {"website": ["https://nookipedia.com/wiki/Ithttps://knowyourmeme.com/memes/froggy-chairem:Froggy_Chair_(New_Horizons)", "https://knowyourmeme.com/memes/froggy-chair"]}, "path": {"17-20": [[41, 112], [41, 117], [42, 117], [42, 123], [52, 123], [52, 117], [53, 117], [53, 111], [49, 111], [49, 112]], "21-165, T:0-1": [[54, 115], [66, 113], [67, 121], [70, 125], [71, 133], [70, 134], [67, 134], [66, 131], [62, 131], [62, 136], [57, 136], [57, 133], [53, 133], [53, 126], [54, 125]]}, "center": {"17-20": [47, 117], "21-165, T:0-1": [61, 125]}},
{"id": "000113", "name": "Flag of Wales", "description": "Wales is one of the countries in the United Kingdom. Its flag features the Dragon of Cadwaladr, also known as Y Ddraig Goch (The Red Dragon).", "links": {"website": ["https://en.wikipedia.org/wiki/Wales", "https://en.wikipedia.org/wiki/Flag_of_Wales"], "subreddit": ["Wales"]}, "path": {"92-127": [[44, 115], [44, 137], [72, 137], [72, 147], [130, 147], [130, 115], [67, 115], [67, 121], [71, 125], [71, 133], [70, 134], [67, 134], [66, 133], [66, 131], [62, 131], [62, 135], [61, 136], [57, 136], [57, 133], [53, 133], [52, 132], [52, 126], [53, 126], [54, 125], [54, 121], [53, 120], [53, 115]], "16-91": [[74, 117], [74, 147], [130, 147], [130, 117]], "2-14": [[601, 342], [601, 363], [638, 363], [638, 342]], "128-165, T:0-1": [[67, 115], [67, 120], [71, 125], [71, 133], [70, 134], [67, 134], [67, 137], [72, 137], [72, 147], [130, 147], [130, 115]]}, "center": {"92-127": [92, 131], "16-91": [102, 132], "2-14": [620, 353], "128-165, T:0-1": [99, 131]}},
{"id": "000114", "name": "Crying Minotaur", "description": "The Crying Minotaur is a symbol on the cover of the 2001 album \"Amnesiac\" by Radiohead.\n\nA group of people organized at r/RadioheadPlacePenis to try giving the minotaur a penis. They attempted this for hours, re-placing the same pixels as r/radiohead people were trying to stop the cock.", "links": {"website": ["https://en.wikipedia.org/wiki/Amnesiac_(album)", "http://radiohead.com/", "https://en.wikipedia.org/wiki/Radiohead"], "subreddit": ["radiohead"]}, "path": {"1-166, T:0-1": [[78, 529], [78, 579], [125, 579], [125, 529]]}, "center": {"1-166, T:0-1": [102, 554]}},
{"id": "000116", "name": "Pizza John", "description": "Pizza John is a logo/meme surrounding Pizzamas, an annual celebration by the Green brothers of the YouTube channel Vlogbrothers.", "links": {"website": ["https://pizzamas.com/pages/what-is-this"], "subreddit": ["nerdfighters"]}, "path": {"57-165, T:0-1": [[1363, 778], [1363, 830], [1392, 830], [1392, 778]]}, "center": {"57-165, T:0-1": [1378, 804]}},
{"id": "003621", "name": "e621", "description": "e621 is a mature imageboard for furries.\n\nWarning: website contains NSFW images.", "links": {"website": ["https://e621.net/"], "subreddit": ["e621", "furry_irl"]}, "path": {"57-166, T:0-1": [[1603, 636], [1628, 636], [1628, 620], [1630, 620], [1630, 609], [1603, 609]]}, "center": {"57-166, T:0-1": [1615, 622]}},
{"id": "000118", "name": "Bad Dragon", "description": "Bad Dragon is a manufacturer of fantasy adult toys.\n\nWARNING: WEBSITE CONTAINS NSFW CONTENT.", "links": {"website": ["https://bad-dragon.com/", "https://en.wikipedia.org/wiki/Bad_Dragon"], "subreddit": ["BadDragon"]}, "path": {"63-123": [[1586, 619], [1586, 636], [1603, 636], [1603, 619]], "124-166, T:0-1": [[1587, 636], [1603, 636], [1603, 619], [1587, 619]]}, "center": {"63-123": [1595, 628], "124-166, T:0-1": [1595, 628]}},
{"id": "000120", "name": "Sausage roll", "description": "A sausage roll is a common snack in the United Kingdom and other Commonwealth nations, consisting of a sausage wrapped in a pastry.", "links": {"website": ["https://en.wikipedia.org/wiki/Sausage_roll"], "subreddit": ["Greggs"]}, "path": {"102-164, T:0-1": [[734, 477], [734, 481], [752, 481], [752, 477]]}, "center": {"102-164, T:0-1": [743, 479]}},
{"id": "000121", "name": "Peppy", "description": "Peppy, real name Dean Herbert, is the creator of the rhythm game osu!\n\nPeppy is outlined with a slider from osu!", "links": {"website": ["https://github.com/peppy"], "subreddit": ["osuplace", "osugame"]}, "path": {"62-165, T:0-1": [[1726, 676], [1720, 682], [1719, 682], [1715, 686], [1715, 687], [1714, 688], [1714, 690], [1709, 695], [1709, 698], [1708, 699], [1708, 704], [1709, 705], [1709, 706], [1710, 707], [1710, 708], [1713, 711], [1713, 716], [1712, 717], [1712, 719], [1709, 722], [1707, 722], [1706, 723], [1704, 723], [1700, 725], [1696, 729], [1696, 731], [1695, 732], [1695, 733], [1694, 734], [1694, 737], [1693, 738], [1693, 755], [1694, 756], [1694, 763], [1695, 764], [1695, 766], [1696, 767], [1696, 769], [1697, 770], [1697, 772], [1699, 774], [1699, 775], [1700, 776], [1747, 776], [1748, 775], [1755, 775], [1758, 772], [1758, 766], [1759, 765], [1759, 753], [1758, 752], [1758, 751], [1757, 750], [1757, 747], [1756, 746], [1756, 738], [1755, 737], [1754, 734], [1754, 733], [1753, 732], [1753, 730], [1748, 725], [1747, 725], [1741, 723], [1740, 722], [1739, 722], [1738, 721], [1738, 719], [1741, 716], [1741, 715], [1743, 713], [1745, 708], [1746, 707], [1746, 695], [1744, 693], [1744, 692], [1743, 691], [1742, 691], [1738, 687], [1738, 686], [1732, 680], [1731, 680], [1728, 677], [1727, 677]]}, "center": {"62-165, T:0-1": [1724, 747]}},
{"id": "000122", "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, a painting by Dutch artist Johannes Vermeer.", "links": {"website": ["https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"53-166, T:0-1": [[928, 0], [928, 68], [886, 68], [886, 0]]}, "center": {"53-166, T:0-1": [907, 34]}},
{"id": "000123", "name": "Flag of Palestine", "description": "Palestine is a state in the Middle East. Its territory, including the holy city of Jerusalem, is disputed with Israel.\n\nThe flag of Palestine was a collaborative effort between r/Palestine and r/Islam. The flag's length was shortened to give room to r/chess and r/AnarchyChess as part of an alliance. The place was originally an Israeli flag made by r/Israel. With the help of the two chess subreddits, many more subreddits, and 4chan, the flag was changed to the Palestine flag. The Israelis attempted to raid the flag and change it back, but the Palestinians and their allies held their ground.", "links": {"website": ["https://en.wikipedia.org/wiki/State_of_Palestine", "https://en.wikipedia.org/wiki/Flag_of_Palestine"], "subreddit": ["Palestine", "Islam"]}, "path": {"13-14, 18-39, 43-165, T:0-1": [[20, 643], [20, 679], [70, 679], [70, 643]]}, "center": {"13-14, 18-39, 43-165, T:0-1": [45, 661]}},
{"id": "000124", "name": "Intercity Express", "description": "Intercity Express (ICE) is a high-speed train system operating in Germany. It is known for having really bad network reception while travelling with the Deutsche Bahn, Germany's national railway company; this is denoted by the nearby EDGE (E) symbol with red connection bars indicating a slow connection, in contrast to the fast internet on the French TGV train on the other side of the EU flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Intercity_Express"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"49-61": [[344, 848], [330, 854], [325, 859], [325, 864], [328, 867], [334, 867], [335, 866], [373, 866], [373, 848]], "62-85": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [373, 868], [373, 848]], "86-166, T:0-1": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [403, 868], [403, 866], [373, 866], [373, 848]]}, "center": {"49-61": [363, 857], "62-85": [346, 858], "86-166, T:0-1": [350, 858]}},
{"id": "000125", "name": "End of speed limit", "description": "German road sign used on the Autobahn (German highway) to indicate the end of all speed and passing limits.", "links": {"website": ["https://en.wikipedia.org/wiki/Autobahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"135-151": [[570, 845], [565, 850], [565, 854], [570, 859], [570, 863], [569, 864], [571, 866], [573, 866], [575, 864], [574, 863], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845]], "67-134": [[570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 866], [573, 866], [573, 860], [574, 860], [579, 855], [579, 850], [574, 845]], "152-166, T:0-1": [[568, 866], [575, 866], [575, 863], [573, 863], [573, 860], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845], [570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 863], [568, 863]]}, "center": {"135-151": [573, 852], "67-134": [572, 852], "152-166, T:0-1": [573, 852]}},
{"id": "000126", "name": "arte", "description": "arte is a European public service channel that promotes culture. It is a collaboration between French and German broadcasting companies, hence its location on the canvas between the French and German flags.", "links": {"website": ["https://www.arte.tv/en/", "https://en.wikipedia.org/wiki/Arte"], "subreddit": ["placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"59-84": [[1125, 829], [1125, 869], [1201, 869], [1201, 829]], "85-165, T:0-1": [[1128, 828], [1128, 870], [1201, 870], [1201, 828]]}, "center": {"59-84": [1163, 849], "85-165, T:0-1": [1165, 849]}},
{"id": "000127", "name": "Die Sendung mit der Maus", "description": "Die Sendung mit der Maus (The Show with the Mouse) is a German children's television series, popular nation-wide for its educational content. It usually runs for 30 minutes every Sunday and teaches things about the world with some short cartoons in between. The mouse, the elephant, and the duck are the mascots of the show and are often featured in the in-between cartoons.", "links": {"website": ["https://www.wdrmaus.de/", "https://en.wikipedia.org/wiki/Die_Sendung_mit_der_Maus"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"77-87": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [57, 863], [57, 864], [59, 866], [64, 868]], "72-76": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [54, 863], [52, 862], [57, 857], [57, 856], [54, 853], [48, 853], [45, 856], [45, 857], [52, 864], [64, 868]], "68-71": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [56, 863], [54, 861], [54, 860], [55, 859], [55, 858], [53, 856], [49, 856], [47, 858], [47, 859], [52, 864], [56, 866], [61, 866], [64, 868]], "13-67": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 858], [57, 856], [54, 859], [56, 861], [56, 866], [60, 866], [63, 868]], "88-166, T:0-1": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [59, 864], [56, 862], [54, 862], [58, 858], [58, 857], [56, 855], [54, 854], [48, 854], [45, 857], [45, 858], [51, 864], [56, 864], [59, 866], [64, 868]]}, "center": {"77-87": [84, 855], "72-76": [84, 855], "68-71": [84, 855], "13-67": [84, 855], "88-166, T:0-1": [84, 855]}},
{"id": "000128", "name": "Flag of the European Union", "description": "The European Union (EU) is an international organization of European countries.\n\nThis EU flag is drawn at the intersection of the flags of France and Germany, both founding members of the EU, to symbolize an alliance between the two. A peace dove was later added to the flag.", "links": {"website": ["http://europa.eu/", "https://en.wikipedia.org/wiki/European_Union", "https://en.wikipedia.org/wiki/Flag_of_the_European_Union"], "subreddit": ["PlaceEU", "placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["uxm3wbrHke", "placeDE"]}, "path": {"10-166, T:0-1": [[373, 829], [433, 829], [433, 867], [373, 867]]}, "center": {"10-166, T:0-1": [403, 848]}},
{"id": "000129", "name": "Bernd das Brot", "description": "Bernd das Brot is a puppet character, star mascot, and cult figure of the German children's television channel KI.KA. He is holding a beer and saying his catchphrase \"Mist\" (English: \"Damn\").", "links": {"website": ["https://en.wikipedia.org/wiki/Bernd_das_Brot"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"54-90": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [236, 844], [232, 844], [228, 847], [228, 848], [220, 848], [220, 850], [215, 850], [215, 845], [217, 843], [217, 833], [214, 831], [207, 830], [200, 830], [198, 829]], "41-53": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 866], [218, 870], [222, 870], [222, 868], [224, 868], [226, 866], [226, 862], [228, 860], [228, 858], [226, 856], [222, 856], [224, 853], [224, 851], [222, 849], [220, 849], [215, 851], [215, 843], [217, 834], [214, 831], [191, 829]], "91-166, T:0-1": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [241, 835], [239, 832], [219, 832], [217, 835], [216, 835], [216, 832]]}, "center": {"54-90": [200, 856], "41-53": [200, 857], "91-166, T:0-1": [203, 848]}},
{"id": "000130", "name": "Pochita", "description": "Pochita is the lovable dog of Denji from the manga Chainsaw Man.\n\nPochita is shown being held by a Takodachi, after being suggested as a mutual work from the Hololive group during the first hours of r/place.", "links": {"website": ["https://chainsaw-man.fandom.com/wiki/Pochita"], "subreddit": ["ChainsawMan"], "discord": ["chainsawman"]}, "path": {"9-166, T:0-1": [[198, 779], [204, 779], [207, 782], [207, 783], [215, 783], [215, 782], [216, 782], [216, 781], [219, 781], [223, 785], [224, 786], [224, 789], [222, 791], [223, 792], [223, 793], [225, 793], [225, 799], [224, 799], [224, 800], [222, 800], [222, 802], [219, 802], [219, 803], [215, 803], [215, 801], [212, 801], [212, 802], [206, 802], [206, 800], [208, 798], [205, 798], [202, 795], [202, 789], [201, 789], [199, 787], [198, 786], [198, 784], [197, 784], [197, 780]]}, "center": {"9-166, T:0-1": [213, 792]}},
{"id": "000131", "name": "Neopets", "description": "Neopets is a virtual pet game that peaked in popularity in the 1990s-2000s. The pet featured is a yellow Kacheek, stood in front of a Jelly World background. The slogan \"Feed your Neopets\" was chosen as a nod to official merchandise for the site, as well as a tongue-in-cheek reminder to all of the now-20-30-year olds who played as children.\n\nThis piece was created by players of Neopets, and was one of the earliest pieces to go up in r/place 2022, lasting until the end.", "links": {"website": ["https://www.neopets.com/", "https://en.wikipedia.org/wiki/Neopets"], "subreddit": ["neopets"]}, "path": {"1-166, T:0-1": [[310, 702], [352, 702], [352, 743], [310, 743]]}, "center": {"1-166, T:0-1": [331, 723]}},
{"id": "000133", "name": "Flag of Singapore", "description": "Singapore is a city-state in Southeast Asia with a population of 5.5M. This flag is overlaid by a silhouette of the country and its prominent landmarks: the Merlion, Marina Bay Sands, Changi Airport control tower, and the Mass Rapid Transit system. The greenery showcases Singapore as a City in Nature, while the purple flower on the Merlion represents our national flower, Vanda Ms. Joaquim.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Flag_of_Singapore"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"57-129": [[285, 960], [285, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "46-56": [[297, 960], [297, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "39-45": [[298, 960], [298, 978], [323, 978], [323, 960]], "130-166, T:0-1": [[285, 960], [285, 985], [315, 985], [315, 980], [317, 978], [320, 978], [323, 981], [323, 960]]}, "center": {"57-129": [304, 969], "46-56": [306, 969], "39-45": [311, 969], "130-166, T:0-1": [304, 973]}},
{"id": "000134", "name": "Chrome Dino", "description": "Chrome Dino is a game that appears when the Google Chrome internet browser is offline.\n\nThe dinosaur is holding the light stick of K-pop girl group LOONA as a result of r/DinoPlace's alliance with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Dinosaur_Game"], "subreddit": ["DinoPlace"]}, "path": {"3-166, T:0-1": [[302, 777], [321, 777], [321, 780], [343, 780], [343, 808], [302, 808]]}, "center": {"3-166, T:0-1": [317, 794]}},
{"id": "000135", "name": "Flag of Malaysia", "description": "Malaysia is a country in Southeast Asia with a population of 32 million. The background is the flag of Malaysia, known as Jalur Gemilang. The towers in the middle are the Petronas Twin Towers, the tallest twin towers in the world. At the back of the towers is Mount Kinabalu, the highest summit in the country, and Borneo island. The bird at the left is a rhinoceros hornbill, Malaysia's national bird.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Flag_of_Malaysia"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"60-130": [[323, 961], [393, 961], [393, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "46-59": [[323, 961], [390, 961], [390, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "30-45": [[323, 961], [390, 961], [390, 992], [323, 992]], "131-166, T:0-1": [[323, 961], [393, 961], [393, 992], [323, 992], [331, 984], [331, 980], [329, 978], [326, 978], [323, 981]]}, "center": {"60-130": [358, 977], "46-59": [357, 977], "30-45": [357, 977], "131-166, T:0-1": [358, 977]}},
{"id": "000136", "name": "Factorio", "description": "Factorio is a factory simulation game. This art depicts the Factorio gear logo with items from the game such as the belts surrounding it, splitters, an inserter, and a laser turret.\n\nThe west-facing underground belt is vertically aligned with the underground belt at Factorio's claim in the first area of r/place, nicknamed \"main base\".", "links": {"website": ["https://factorio.com/", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"60": [[1622, 579], [1622, 551], [1618, 547], [1572, 547], [1572, 579]], "156": [[1482, 535], [1482, 553], [1548, 553], [1548, 568], [1577, 568], [1577, 570], [1579, 573], [1579, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543], [1488, 543], [1488, 535]], "157": [[1548, 543], [1548, 568], [1581, 568], [1581, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "69-78": [[1470, 524], [1470, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 574], [1574, 577], [1578, 579], [1618, 579], [1622, 575], [1622, 551], [1617, 546], [1617, 545], [1615, 543], [1489, 543], [1488, 542], [1488, 525], [1482, 525], [1482, 527], [1476, 527], [1476, 524]], "79-87": [[1474, 526], [1474, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 562], [1564, 562], [1561, 565], [1564, 568], [1572, 568], [1572, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1618, 548], [1618, 543], [1488, 543], [1488, 530], [1485, 527], [1481, 527], [1481, 526]], "88-112": [[1482, 526], [1482, 553], [1557, 553], [1557, 562], [1554, 562], [1554, 568], [1573, 568], [1576, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1617, 548], [1617, 545], [1615, 543], [1488, 543], [1488, 530], [1485, 526]], "113-127": [[1489, 543], [1490, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 576], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543]], "128-141": [[1482, 534], [1482, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1580, 579], [1619, 579], [1622, 576], [1622, 546], [1619, 543], [1488, 543], [1488, 536], [1486, 534]], "158-159": [[1548, 543], [1548, 568], [1581, 568], [1581, 576], [1622, 576], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "61-68": [[1572, 579], [1622, 579], [1622, 551], [1618, 547], [1617, 547], [1617, 543], [1572, 543]], "57-59": [[1622, 579], [1622, 551], [1618, 547], [1586, 547], [1586, 579]], "142-155, T:0-1": [[1483, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543], [1490, 543], [1490, 546], [1487, 546], [1483, 549]]}, "center": {"60": [1597, 563], "156": [1601, 561], "157": [1602, 561], "69-78": [1603, 561], "79-87": [1592, 561], "88-112": [1592, 561], "113-127": [1594, 561], "128-141": [1594, 561], "158-159": [1598, 560], "61-68": [1597, 561], "57-59": [1604, 563], "142-155, T:0-1": [1594, 561]}},
{"id": "000137", "name": "BTS", "description": "Bangtan Sonyeondan (BTS) is Korea's hottest boy band. This art features a colourful hot-air balloon from the album cover of BTS's \"Young Forever\".", "links": {"website": ["https://www.youtube.com/watch?v=7m-4u4GONsA", "https://en.wikipedia.org/wiki/BTS"], "subreddit": ["bangtan"]}, "path": {"97-104": [[1950, 175], [1943, 184], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194], [1960, 194], [1960, 175]], "56-96": [[1943, 194], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194]], "109-166, T:0-1": [[1999, 195], [1941, 195], [1941, 238], [1999, 238]]}, "center": {"97-104": [1978, 216], "56-96": [1978, 216], "109-166, T:0-1": [1970, 217]}},
{"id": "000138", "name": "Aang", "description": "Avatar Aang is the main character of the hit animated series Avatar: The Last Airbender (ATLA). The world is divided into four nations - the Water Tribe, the Earth Kingdom, the Fire Nation and the Air Nomads - each represented by a natural element for which the nation is named. Benders have the ability to control and manipulate the element from their nation. Only the Avatar is the master of all four elements, and Aang conquers them all!", "links": {"website": ["https://en.wikipedia.org/wiki/Aang", "http://www.nick.co.uk/shows/avatar/q03fvj", "https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender"], "subreddit": ["ATLA", "place_CentralAlliance"]}, "path": {"20-22": [[759, 922], [756, 925], [757, 926], [757, 930], [761, 933], [763, 933], [767, 929], [767, 924], [765, 922]], "23-166, T:0-1": [[281, 938], [281, 956], [297, 956], [297, 938]]}, "center": {"20-22": [762, 927], "23-166, T:0-1": [289, 947]}},
{"id": "000139", "name": "Sailor Moon", "description": "Sailor Moon is the titular protagonist of the 1990s Japanese anime Sailor Moon.", "links": {"website": ["https://en.wikipedia.org/wiki/Sailor_Moon_(character)", "https://wikimoon.org/index.php/Sailor_Moon"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"26-166, T:0-1": [[382, 964], [384, 962], [385, 962], [388, 965], [388, 966], [386, 968], [387, 969], [387, 971], [388, 972], [389, 974], [391, 978], [392, 979], [392, 983], [389, 985], [388, 986], [387, 986], [386, 985], [385, 986], [383, 984], [385, 982], [386, 981], [386, 979], [385, 978], [385, 975], [382, 978], [385, 981], [383, 983], [382, 983], [382, 986], [376, 986], [376, 983], [375, 983], [373, 981], [376, 978], [373, 975], [373, 978], [372, 979], [372, 981], [375, 984], [373, 986], [372, 985], [371, 986], [370, 986], [369, 985], [368, 985], [366, 983], [366, 979], [367, 978], [370, 972], [371, 971], [372, 968], [370, 966], [370, 965], [373, 962], [374, 962], [376, 964]]}, "center": {"26-166, T:0-1": [379, 971]}},
{"id": "000140", "name": "Ghost", "description": "\"Grucifix\" symbol for the Swedish metal band Ghost.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghost_(Swedish_band)"], "subreddit": ["GhostBC"]}, "path": {"93-103": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 68], [1298, 68], [1298, 72], [1301, 75], [1305, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "64-92": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 66], [1303, 66], [1304, 67], [1304, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "57-62": [[1323, 54], [1323, 77], [1341, 77], [1341, 54]], "104-166, T:0-1": [[1304, 49], [1304, 51], [1298, 51], [1298, 72], [1301, 75], [1305, 71], [1311, 71], [1315, 75], [1318, 72], [1318, 68], [1317, 68], [1317, 56], [1318, 56], [1318, 51], [1312, 51], [1312, 49]]}, "center": {"93-103": [1306, 64], "64-92": [1308, 62], "57-62": [1332, 66], "104-166, T:0-1": [1308, 61]}},
{"id": "000141", "name": "Factorio", "description": "Factorio is a factory simulation game. This artwork includes seven types of science and fish on the belt along with the three types of circuits produced in the game.", "links": {"website": ["https://factorio.com", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"13": [[330, 568], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 568]], "7-12": [[330, 563], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 563]], "14-166, T:0-1": [[329, 568], [329, 547], [314, 547], [314, 543], [298, 543], [295, 548], [293, 549], [263, 549], [263, 547], [255, 547], [249, 553], [249, 563], [250, 565], [252, 567], [254, 568]]}, "center": {"13": [302, 558], "7-12": [305, 555], "14-166, T:0-1": [305, 556]}},
{"id": "000142", "name": "Giralda", "description": "Giralda is a Moorish & Christian tower from Seville, Spain. It is one of the most iconic monuments in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Giralda"], "subreddit": ["esPlace", "spain"]}, "path": {"70-95": [[1334, 283], [1334, 288], [1333, 288], [1333, 294], [1331, 294], [1331, 308], [1339, 308], [1339, 294], [1337, 294], [1337, 288], [1336, 288], [1336, 283]], "96-164, T:0-1": [[1335, 280], [1334, 281], [1332, 281], [1332, 283], [1331, 284], [1331, 308], [1339, 308], [1339, 289], [1337, 289], [1337, 285], [1336, 285], [1336, 280]]}, "center": {"70-95": [1335, 298], "96-164, T:0-1": [1335, 294]}},
{"id": "000143", "name": "Taylor Swift", "description": "A tribute to singer-songerwriter Taylor Swift. The 13 represents her lucky number, which is particularly referenced in the art she creates. Her initials are below, and the whole is surrounded by a border of colours representing her 9 studio albums (as of r/place 2022).\n\nA special thank you to our alliances with Lego, WEiTI, Shovel Knight, and Five Nights at Freddy's.", "links": {"website": ["https://taylorswift.com", "https://en.wikipedia.org/wiki/Taylor_Swift"], "subreddit": ["TaylorSwift"]}, "path": {"2-7": [[628, 294], [628, 320], [653, 320], [653, 294]], "8-166, T:0-1": [[638, 294], [659, 294], [660, 295], [663, 295], [663, 320], [638, 320]]}, "center": {"2-7": [641, 307], "8-166, T:0-1": [651, 316]}},
{"id": "000145", "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place. This is the first fish tank made by the Fish Cult, created in the first few minutes of r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult.", "links": {"website": ["https://www.reddit.com/r/PlaceFishCult/comments/twi7o3/i_not_only_made_a_fish_but_a_whole_fishmaking/"], "subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"15-47": [[448, 890], [448, 905], [500, 905], [500, 890]], "2-14": [[448, 867], [448, 900], [458, 900], [458, 905], [460, 905], [460, 907], [463, 907], [463, 910], [473, 910], [473, 908], [479, 908], [479, 904], [483, 900], [489, 906], [490, 906], [492, 904], [494, 904], [494, 898], [490, 893], [490, 890], [493, 887], [499, 887], [500, 888], [500, 892], [504, 892], [509, 897], [513, 897], [513, 886], [510, 882], [505, 877], [470, 877], [470, 867]], "48-166, T:0-1": [[448, 890], [448, 914], [453, 914], [453, 906], [454, 906], [454, 905], [499, 905], [499, 904], [500, 904], [500, 890]]}, "center": {"15-47": [474, 898], "2-14": [470, 892], "48-166, T:0-1": [474, 898]}},
{"id": "000146", "name": "Black Bauhinia flag", "description": "The Black Bauhinia flag is a variant on the flag of the Chinese city of Hong Kong, with both flags featuring a white Hong Kong orchid tree flower (bauhinia × blakeana). The represents the 2019-2020 Hong Kong Protests against the government and the Communist Party of China following a controversial extradition bill proposal. Protestors demanded a higher degree of democracy in the region, and were met by violent crackdowns and mass arrests. The yellow umbrella is in reference to the 2014 Umbrella Revolution, a series of earlier protests demanding the right to elect the leader of Hong Kong democratically.\n\nAs r/place began, this was one of the first artworks and one of the least griefed. It started with the black Bauhinia flag, and soon expanded to add the yellow umbrella. The wording also changed from \"Free Hong Kong!\" to \"Free HK\". Streamer xQc spared this art in his massive purple raids, but that didn't stop everyone.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Bauhinia_flag"], "subreddit": ["HongKong"]}, "path": {"1-11": [[598, 649], [652, 649], [652, 699], [598, 699]], "12-166, T:0-1": [[599, 649], [599, 699], [669, 699], [669, 649]]}, "center": {"1-11": [625, 674], "12-166, T:0-1": [634, 674]}},
{"id": "000147", "name": "Lover", "description": "Lover logo is a 2019 studio album by American singer-songwriter Taylor Swift.\n\nSpecial thanks to our allies r/TenseiSlime, r/madeon, and r/YTTD for helping with this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Lover_(album)"], "subreddit": ["TaylorSwift"]}, "path": {"65-165, T:0-1": [[1809, 98], [1837, 98], [1837, 129], [1832, 129], [1835, 126], [1835, 124], [1836, 123], [1836, 116], [1830, 110], [1829, 110], [1828, 109], [1820, 109], [1819, 110], [1817, 110], [1815, 112], [1814, 112], [1810, 116], [1810, 117], [1809, 117]]}, "center": {"65-165, T:0-1": [1816, 104]}},
{"id": "000150", "name": "Hawaii: Part II", "description": "An album by Miracle Musical, a music project made by members of the American rock band Tally Hall.", "links": {"website": ["https://www.hawaiipartii.com/"], "subreddit": ["tallyhall"]}, "path": {"58-166, T:0-1": [[1495, 180], [1518, 180], [1518, 201], [1495, 201]]}, "center": {"58-166, T:0-1": [1507, 191]}},
{"id": "000154", "name": "EVE Online", "description": "The logo for EVE Online, an economy-based space MMORPG.", "links": {"website": ["https://eveonline.com", "https://en.wikipedia.org/wiki/Eve_Online"], "subreddit": ["Eve"]}, "path": {"16-164, T:0-1": [[13, 34], [62, 34], [62, 53], [13, 53]]}, "center": {"16-164, T:0-1": [38, 44]}},
{"id": "000155", "name": "o7", "description": "An emoticon depicting a person saluting.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=o7"]}, "path": {"15-164, T:0-1": [[12, 35], [12, 53], [0, 53], [0, 46]]}, "center": {"15-164, T:0-1": [7, 48]}},
{"id": "000157", "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.\n\nThe Dota 2 community was an early ally of r/placeukraine, contributing to art such as the Ukrainian esports organization NAVI.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"119-134": [[0, 139], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 139]], "137-142, 25-118": [[0, 143], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 143]], "143-165, T:0-1": [[0, 137], [0, 177], [7, 177], [7, 184], [4, 184], [1, 189], [1, 190], [3, 192], [5, 190], [7, 192], [7, 196], [12, 201], [15, 201], [21, 196], [21, 192], [23, 190], [25, 192], [27, 190], [25, 186], [23, 184], [21, 184], [21, 177], [27, 177], [27, 137]]}, "center": {"119-134": [14, 174], "137-142, 25-118": [14, 174], "143-165, T:0-1": [14, 174]}},
{"id": "000158", "name": "Flag of Egypt", "description": "Egypt is a country in Northern Africa with a population of 100 million. This art features Egypt's flag with the pyramids to represent the Pyramids of Giza, a crescent and a cross to symbolize the religions in Egypt, and the Eye of Ra.", "links": {"website": ["https://en.wikipedia.org/wiki/Egypt", "https://en.wikipedia.org/wiki/Flag_of_Egypt"], "subreddit": ["Egypt"]}, "path": {"87-91": [[44, 137], [44, 143], [27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137]], "54-86": [[27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137], [52, 137], [47, 144], [41, 144], [40, 143]], "16-53": [[27, 147], [27, 168], [109, 169], [109, 147]], "6-12": [[243, 299], [299, 299], [299, 318], [246, 318], [243, 313]], "92-165, T:0-1": [[27, 137], [27, 169], [108, 169], [108, 147], [72, 147], [72, 137], [27, 137], [27, 139]]}, "center": {"87-91": [59, 153], "54-86": [60, 153], "16-53": [68, 158], "6-12": [271, 309], "92-165, T:0-1": [43, 153]}},
{"id": "000159", "name": "Pyramids of Giza", "description": "The Pyramids of Giza, also called the Giza necropolis, is an ancient complex of stone pyramids that house the tombs of Ancient Egypt's rulers, the pharoahs. The complex is located on the Giza Plateau in Greater Cairo, Egypt, and was built during the Fourth Dynasty of the Old Kingdom of Ancient Egypt between 2600 and 2500 BC. Landmarks include the Great Pyramid of Giza (tomb of pharoah Khufu), the Pyramid of Khafre, the Pyramid of Menkaure, the Great Sphinx of Giza, and smaller complexes such as cemeteries and the remains of a workers' village. The largest pyramid in the complex, the Great Pyramid, is the only surviving member of the Seven Wonders of the Ancient World.", "links": {"website": ["https://en.wikipedia.org/wiki/Giza_pyramid_complex"], "subreddit": ["Egypt"]}, "path": {"35-57": [[68, 151], [59, 160], [59, 161], [77, 161], [77, 160]], "58-165, T:0-1": [[52, 160], [80, 160], [74, 154], [72, 155], [68, 152], [66, 154], [62, 150]]}, "center": {"35-57": [68, 157], "58-165, T:0-1": [62, 156]}},
{"id": "000160", "name": "Homestuck", "description": "Homestuck is a webcomic created by Andrew Hussie that ran from 2009 to 2016. The image depicts a captcha card, part of the comic's inventory system. It contains the comic's logo, the symbols of the 4 main characters, the \"==>\" forward command taking you to the next page on the website, and a character from the in-story joke comic called Sweet Bro and Hella Jeff.", "links": {"website": ["https://homestuck.com", "https://en.wikipedia.org/wiki/Homestuck"], "subreddit": ["homestuck"]}, "path": {"1": [[221, 137], [221, 176], [276, 176], [276, 146], [271, 137]], "2-165, T:0-1": [[221, 126], [266, 126], [275, 135], [275, 164], [221, 164]]}, "center": {"1": [249, 157], "2-165, T:0-1": [248, 145]}},
{"id": "000161", "name": "Hiveswap", "description": "An adventure game set in the same multiverse as Homestuck.", "links": {"website": ["https://hiveswap.com"], "subreddit": ["homestuck"]}, "path": {"68-165, T:0-1": [[245, 165], [245, 171], [276, 171], [276, 165]]}, "center": {"68-165, T:0-1": [261, 168]}},
{"id": "000164", "name": "Flag of Japan", "description": "Japan is an island country in East Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Japan", "https://en.wikipedia.org/wiki/Flag_of_Japan"]}, "path": {"40-152": [[316, 158], [316, 171], [337, 171], [337, 158]], "6-10": [[721, 254], [718, 257], [721, 260], [724, 257]], "159-165, T:0-1": [[317, 158], [317, 171], [340, 171], [340, 158]]}, "center": {"40-152": [327, 165], "6-10": [721, 257], "159-165, T:0-1": [329, 165]}},
{"id": "000166", "name": "Nepeta Leijon", "description": "A character from Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Nepeta_Leijon"], "subreddit": ["homestuck"]}, "path": {"3-13": [[211, 142], [205, 145], [204, 147], [204, 151], [206, 156], [208, 157], [207, 165], [218, 165], [218, 164], [216, 162], [216, 157], [220, 155], [220, 144], [218, 142]], "14-165, T:0-1": [[171, 141], [188, 141], [188, 165], [171, 165]]}, "center": {"3-13": [212, 150], "14-165, T:0-1": [180, 153]}},
{"id": "000167", "name": "Flag of the Faroe Islands", "description": "The Faroe Islands are an archipelago of islands in the North Atlantic Ocean. They are part of the Kingdom of Denmark.", "links": {"website": ["https://en.wikipedia.org/wiki/Faroe_Islands", "https://en.wikipedia.org/wiki/Flag_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"5-165, T:0-1": [[412, 103], [461, 103], [461, 136], [412, 136]]}, "center": {"5-165, T:0-1": [437, 120]}},
{"id": "000168", "name": "Flag of Norway", "description": "Norway is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Norway", "https://en.wikipedia.org/wiki/Flag_of_Norway"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"41-48": [[245, 35], [245, 120], [334, 121], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [495, 103], [495, 35]], "1-40": [[245, 35], [245, 45], [301, 45], [301, 84], [245, 84], [245, 88], [274, 88], [274, 116], [334, 116], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [494, 103], [494, 35]], "49-165, T:0-1": [[493, 36], [215, 36], [215, 95], [231, 95], [231, 100], [259, 100], [259, 124], [268, 125], [334, 124], [334, 78], [400, 78], [400, 124], [412, 124], [412, 103], [461, 103], [461, 119], [475, 119], [475, 103], [495, 102], [494, 79]]}, "center": {"41-48": [291, 78], "1-40": [432, 69], "49-165, T:0-1": [293, 77]}},
{"id": "000169", "name": "The Scream", "description": "A painting by Norwegian artist Edvard Munch.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Scream"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"50-165, T:0-1": [[248, 41], [249, 39], [269, 41], [275, 39], [283, 39], [286, 37], [289, 37], [292, 39], [294, 37], [310, 37], [311, 38], [305, 43], [304, 46], [301, 50], [301, 54], [301, 58], [300, 60], [298, 62], [299, 66], [302, 70], [305, 70], [307, 74], [309, 75], [309, 79], [310, 80], [309, 82], [308, 82], [306, 83], [300, 91], [255, 91], [253, 87], [251, 91], [245, 91], [245, 87], [247, 87], [247, 83], [247, 74], [246, 72], [247, 67], [251, 61], [253, 56], [253, 53], [250, 47], [248, 44], [248, 40]]}, "center": {"50-165, T:0-1": [275, 67]}},
{"id": "000171", "name": "Gnome child", "description": "An NPC from RuneScape who became a meme for its weird, philosophical quotes. It is the mascot of r/dankmemes.", "links": {"website": ["https://knowyourmeme.com/memes/gnome-child", "https://oldschool.runescape.wiki/w/Gnome_child"], "subreddit": ["dankmemes", "2007scape"]}, "path": {"22-164, T:0-1": [[146, 34], [137, 57], [146, 71], [135, 83], [138, 86], [144, 82], [168, 84], [168, 77], [161, 71], [164, 65], [164, 54], [155, 43], [151, 43], [150, 34]]}, "center": {"22-164, T:0-1": [152, 58]}},
{"id": "000173", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. The developers received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis piece consists of the Hytale logo, a questionable release date, and several characters from the game, including a Mosshorn, a Pigeon, Varyn, a Trork, a Kweebec, a Cactee, Kyros, and Gaia. The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleInfo was allied with r/Philippines, r/OnePiece, r/belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/Hypixel.", "links": {"website": ["https://hytale.com/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"1-166, T:0-1": [[361, 613], [323, 613], [323, 645], [361, 645]]}, "center": {"1-166, T:0-1": [342, 629]}},
{"id": "000174", "name": "Truttle1", "description": "An animated YouTube channel dedicated to showcasing esoteric programming languages, old game engines, and other miscellaneous cartoons.", "links": {"website": ["http://truttle1.xyz/", "http://youtube.com/c/truttle1"], "subreddit": ["Truttle1"]}, "path": {"62-92": [[1851, 491], [1851, 493], [1850, 493], [1850, 498], [1854, 498], [1856, 500], [1860, 500], [1862, 498], [1862, 496], [1859, 493], [1854, 493], [1854, 491]], "57-61": [[1848, 482], [1845, 485], [1845, 486], [1847, 488], [1850, 488], [1852, 490], [1856, 490], [1859, 487], [1859, 485], [1855, 481], [1852, 481], [1851, 482]], "93-167, T:0-1": [[1849, 491], [1849, 493], [1848, 493], [1848, 498], [1852, 498], [1854, 500], [1858, 500], [1860, 498], [1860, 496], [1857, 493], [1852, 493], [1852, 491]]}, "center": {"62-92": [1858, 496], "57-61": [1854, 486], "93-167, T:0-1": [1856, 496]}},
{"id": "000175", "name": "Indomie", "description": "Indomie is an instant noodle brand made by Indonesian company Indofood, which is the largest noodle company in the world. It is very delicious. Beloved product of Indonesia and SEA.\n\nMade with love by the r/Indonesia subreddit. Indomie, seleraku!", "links": {"website": ["https://www.indomie.com/"], "subreddit": ["indonesia"]}, "path": {"109-166, T:0-1": [[873, 1703], [929, 1703], [929, 1724], [888, 1724], [888, 1728], [873, 1728]]}, "center": {"109-166, T:0-1": [900, 1714]}},
{"id": "000178", "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM), known in German as Technische Universität München, is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"137-146": [[1238, 1173], [1238, 1190], [1261, 1190], [1261, 1173]], "133-136": [[1238, 1177], [1238, 1190], [1263, 1190], [1263, 1177]], "118-132": [[1238, 1177], [1238, 1190], [1262, 1190], [1262, 1177]], "62-78, 87-114": [[1333, 763], [1333, 778], [1348, 778], [1351, 776], [1355, 776], [1358, 778], [1362, 778], [1362, 763]], "147-165, T:0-1": [[1235, 1177], [1238, 1181], [1238, 1183], [1233, 1189], [1233, 1190], [1261, 1190], [1261, 1177], [1245, 1177], [1245, 1173], [1234, 1173], [1234, 1175], [1235, 1175]]}, "center": {"137-146": [1250, 1182], "133-136": [1251, 1184], "118-132": [1250, 1184], "62-78, 87-114": [1341, 771], "147-165, T:0-1": [1244, 1183]}},
{"id": "000179", "name": "SiIvaGunner", "description": "SiIvaGunner (SG) is a collaborative YouTube channel that uploads \"high-quality rips\" of video game soundtracks that are in reality memetic remixes, parodies, and mashups, with the intent of tricking unaware viewers. It is a parody of the former video game music channel GilvaSunner.\n\nThis artwork is based on the channel banner, which features the title screen character from the bootleg game 7 GRAND DAD and the lighthouse from the game Tengami.\n\nDuring r/place's run, the SiIva community allied with the Jerma985 and Vinesauce subreddits to protect one another.", "links": {"website": ["https://www.youtube.com/c/SiIvaGunner"], "subreddit": ["GiIvaSunner"]}, "path": {"132-165, T:0-1": [[62, 942], [62, 982], [92, 982], [92, 942]]}, "center": {"132-165, T:0-1": [77, 952]}},
{"id": "000180", "name": "TeosGame", "description": "TeosGame is a Swedish YouTuber who plays a variety of games.\n\nThis mural was made by the TeosGame community.", "links": {"website": ["https://www.youtube.com/teosgame"], "subreddit": ["TeosGame"]}, "path": {"56-108": [[1083, 962], [1083, 999], [1160, 999], [1160, 962]], "52-55": [[567, 989], [567, 1000], [619, 1000], [619, 989]], "109-165, T:0-1": [[1083, 962], [1083, 1038], [1116, 1038], [1116, 1003], [1118, 1001], [1127, 1001], [1129, 1003], [1129, 1038], [1160, 1038], [1160, 962]]}, "center": {"56-108": [1122, 981], "52-55": [593, 995], "109-165, T:0-1": [1105, 984]}},
{"id": "000181", "name": "Rhythm Doctor", "description": "Rhythm Doctor is a rhythm game. This art depicts the auto-play robot Otto from the game. RDL is the acronym for the community Discord, Rhythm Doctor Lounge.", "links": {"website": ["https://rhythmdr.com/"], "subreddit": ["rhythmdr"], "discord": ["rhythmdr"]}, "path": {"14-166, T:0-1": [[73, 703], [71, 705], [71, 716], [83, 716], [83, 705], [81, 703]]}, "center": {"14-166, T:0-1": [77, 710]}},
{"id": "000182", "name": "Hello Internet", "description": "Hello Internet is a podcast by YouTubers CGP Grey and Dr. Brady Haran.", "links": {"website": ["https://www.hellointernet.fm/", "https://en.wikipedia.org/wiki/Hello_Internet"], "subreddit": ["HelloInternet", "BradyHaran", "CGPGrey"]}, "path": {"71-84": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [58, 830], [58, 809], [89, 809], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "63-70": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "43-62": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 817], [80, 817], [80, 792], [89, 792], [89, 777]], "1-42": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 826], [80, 826], [80, 792], [89, 792], [89, 777]], "85-166, T:0-1": [[48, 777], [48, 787], [58, 787], [58, 798], [48, 798], [48, 830], [94, 830], [94, 820], [89, 820], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]]}, "center": {"71-84": [69, 798], "63-70": [67, 813], "43-62": [64, 813], "1-42": [64, 813], "85-166, T:0-1": [67, 799]}},
{"id": "000183", "name": "Coldplay", "description": "Coldplay is a British rock band. This art shows several of the band's albums: Viva la Vida (2008), A Rush of Blood to the Head (2002), X&Y (2005), Mylo Xyloto (2011), Parachutes (2000), and A Head Full of Dreams (2015).", "links": {"website": ["https://coldplay.com", "https://en.wikipedia.org/wiki/Coldplay"], "subreddit": ["Coldplay"], "discord": ["coldplay"]}, "path": {"58-98": [[1717, 35], [1717, 52], [1744, 52], [1744, 35]], "99-166, T:0-1": [[1695, 35], [1745, 35], [1745, 45], [1744, 45], [1744, 52], [1717, 52], [1717, 47], [1695, 47]]}, "center": {"58-98": [1731, 44], "99-166, T:0-1": [1724, 43]}},
{"id": "000185", "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"5-22": [[174, 719], [174, 750], [182, 750], [182, 749], [199, 749], [199, 719]], "23-166, T:0-1": [[182, 719], [182, 724], [178, 724], [173, 727], [170, 730], [168, 734], [168, 740], [170, 744], [170, 747], [168, 750], [168, 751], [169, 751], [172, 749], [175, 749], [179, 751], [185, 751], [190, 748], [195, 741], [195, 737], [200, 737], [200, 721], [199, 721], [196, 724], [191, 719]]}, "center": {"5-22": [187, 735], "23-166, T:0-1": [181, 737]}},
{"id": "000188", "name": "VShojo", "description": "VShojo is a VTuber organization founded by TheGunrun and based in San Francisco, California, United States. VShojo brands itself as a talent-first VTuber company. Unlike Japan-based VTuber organizations, VShojo primarily uses Twitch for livestreaming, with YouTube reserved primarily for highlight clips and edited content.", "links": {"website": ["https://www.vshojo.com/", "https://en.wikipedia.org/wiki/VShojo"], "subreddit": ["VShojo"]}, "path": {"35-71": [[175, 751], [172, 754], [172, 761], [175, 764], [180, 764], [183, 761], [183, 754], [180, 751]], "72-166, T:0-1": [[170, 750], [165, 755], [165, 759], [167, 764], [170, 765], [177, 764], [180, 764], [182, 759], [182, 756], [181, 753], [175, 749]]}, "center": {"35-71": [178, 758], "72-166, T:0-1": [174, 757]}},
{"id": "000189", "name": "Shuba Duck", "description": "Shuba Duck, a.k.a. Dancing Duck Oozora Subaru or Subaru Duck, refers to an animation of a duck in a backwards baseball cap dancing alongside virtual Hololive influencer Oozora Subaru. The duck is a representation of Subaru, who is often likened to a duck for her raspy ASMR voice, among other reasons. The duck took on the nickname \"Shuba Duck\" or \"Shubaduck\" based on Subaru's habit of regularly saying \"shuba\" when excited.", "links": {"website": ["https://knowyourmeme.com/memes/shuba-duck-dancing-duck-oozora-subaru"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"11-165, T:0-1": [[238, 782], [235, 787], [235, 790], [233, 791], [238, 793], [237, 796], [232, 801], [232, 805], [238, 809], [235, 813], [246, 813], [246, 810], [252, 806], [253, 802], [250, 798], [248, 797], [246, 799], [243, 797], [243, 792], [247, 790], [247, 789], [245, 787], [244, 782]]}, "center": {"11-165, T:0-1": [241, 803]}},
{"id": "000190", "name": "Udin", "description": "Udin is the mascot of Kureiji Ollie, a VTuber from Hololive Indonesia.", "links": {"website": ["https://www.youtube.com/channel/UCYz_5n-uDuChHtLo7My1HnQ", "https://virtualyoutuber.fandom.com/wiki/Kureiji_Ollie"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"5-166, T:0-1": [[282, 759], [280, 757], [280, 756], [282, 754], [285, 754], [287, 756], [290, 753], [293, 753], [293, 755], [295, 754], [297, 754], [299, 756], [299, 767], [298, 768], [298, 769], [295, 772], [294, 772], [292, 773], [286, 773], [285, 772], [284, 772], [281, 769], [281, 768], [280, 767], [280, 762], [281, 761]]}, "center": {"5-166, T:0-1": [289, 765]}},
{"id": "000191", "name": "PEKO!!!", "description": "\"Peko\" is the catchphrase used by Usada Pekora, a VTuber from Hololive 3rd Gen. Japan branch.", "links": {"website": ["https://www.youtube.com/channel/UC1DCedRgGHBdm81E1llLhOQ", "https://virtualyoutuber.fandom.com/wiki/Usada_Pekora"], "subreddit": ["Pekora", "Hololive"], "discord": ["holofans"]}, "path": {"33-166, T:0-1": [[225, 781], [225, 805], [231, 805], [231, 781]]}, "center": {"33-166, T:0-1": [228, 793]}},
{"id": "000192", "name": "Mini YAGOO", "description": "YAGOO is the nickname of Motoaki Tanigo, the CEO of the company behind Hololive Production, COVER Corporation. His nickname originated from a misreading of his name \"Tanigo\" as \"YAGOO\" by Oozora Subaru, one of Hololive's talents.\n\nTanigo's profile pictures mostly use his portrait without his body, so limbs were drawn for him during one stream. This depiction of Tanigo, named Mini YAGOO, became a running gag.", "links": {"website": ["https://twitter.com/tanigox", "https://hololive.wiki/wiki/YAGOO"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"24-166, T:0-1": [[232, 813], [232, 817], [229, 817], [229, 828], [233, 828], [233, 829], [250, 829], [250, 817], [246, 813]]}, "center": {"24-166, T:0-1": [240, 821]}},
{"id": "000193", "name": "Haaton", "description": "Haaton (はあとん) is the official name of the fanbase of Akai Haato (nicknamed \"Haachama\"), a VTuber from Hololive's 1st Generation from Japan. The name \"Haaton\" is a combination of \"Haato\" and \"ton\" 豚 (pig). Haaton is represented by a yellow plush pig that also works as Haato's mascot.", "links": {"website": ["https://www.youtube.com/channel/UC1CfXB_kRs3C-zaeTG3oGyg", "https://virtualyoutuber.fandom.com/wiki/Akai_Haato"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1354, 893], [1354, 898], [1353, 899], [1353, 902], [1371, 902], [1371, 899], [1370, 898], [1370, 893], [1369, 893], [1365, 896], [1359, 896], [1355, 893]]}, "center": {"66-166, T:0-1": [1366, 899]}},
{"id": "000196", "name": "Oaklands", "description": "Oaklands is a game on the game platform Roblox, made by Typical Developers.", "links": {"website": ["https://www.roblox.com/games/9938675423/Oaklands", "https://twitter.com/TypicalDevelops"], "subreddit": ["oaklands"]}, "path": {"121-166, T:0-1": [[0, 1113], [41, 1113], [41, 1122], [0, 1122]]}, "center": {"121-166, T:0-1": [21, 1118]}},
{"id": "000199", "name": "McMaster University", "description": "The school crest of McMaster University (Mac), located in Hamilton, Ontario, Canada.", "links": {"website": ["https://www.mcmaster.ca/", "https://en.wikipedia.org/wiki/McMaster_University"], "subreddit": ["McMaster"]}, "path": {"74-87": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35], [1263, 35], [1263, 30], [1247, 30], [1247, 35]], "58-73": [[1246, 34], [1246, 49], [1255, 58], [1264, 49], [1264, 34]], "88-166, T:0-1": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35]]}, "center": {"74-87": [1255, 43], "58-73": [1255, 44], "88-166, T:0-1": [1255, 45]}},
{"id": "000200", "name": "ImmutableX", "description": "ImmutableX is a Layer 2 scaling solution for NFTs built on Ethereum.", "links": {"website": ["https://www.immutable.com/"]}, "path": {"11-14": [[842, 855], [842, 897], [907, 897], [907, 855]], "106-140, 15-40, 51-103": [[841, 856], [906, 856], [906, 896], [841, 896], [853, 879], [853, 876], [841, 857]], "141-165, T:0-1": [[841, 856], [905, 856], [906, 865], [900, 870], [896, 878], [896, 885], [904, 890], [904, 896], [841, 896], [853, 880], [853, 876]]}, "center": {"11-14": [875, 876], "106-140, 15-40, 51-103": [874, 876], "141-165, T:0-1": [874, 876]}},
{"id": "000201", "name": "Loopring", "description": "Loopring is a zero-knowledge exchange and payment protocol built on the blockchain platform Ethereum. It is a zkRollup protocol and a layer-2 solution for securely scaling Ethereum to build high-performance, non-custodial exchanges and payment applications. Loopring operates products atop the protocol, including the Loopring Wallet, and Loopring Exchange.", "links": {"website": ["https://loopring.org/"]}, "path": {"15-139": [[774, 855], [774, 896], [839, 896], [839, 895], [828, 880], [828, 877], [839, 858], [841, 858], [841, 855]], "3-14": [[774, 855], [774, 897], [842, 897], [842, 855]], "140-164, T:0-1": [[774, 855], [774, 870], [778, 870], [782, 875], [782, 884], [780, 886], [778, 886], [775, 889], [775, 896], [821, 896], [821, 893], [817, 889], [817, 882], [819, 879], [827, 879], [841, 855]]}, "center": {"15-139": [808, 876], "3-14": [808, 876], "140-164, T:0-1": [801, 874]}},
{"id": "000202", "name": "Flag of Morocco", "description": "Morocco is a country in North Africa. Its flag consists of a green pentagram over a red background.", "links": {"website": ["https://en.wikipedia.org/wiki/Morocco", "https://en.wikipedia.org/wiki/Flag_of_Morocco"], "subreddit": ["Morocco"]}, "path": {"153-157": [[1634, 798], [1634, 806], [1626, 811], [1622, 811], [1620, 813], [1620, 832], [1700, 832], [1700, 798]], "140-152": [[1600, 798], [1600, 832], [1700, 832], [1700, 798]], "113-139": [[1623, 798], [1623, 832], [1681, 832], [1681, 798]], "18-48": [[222, 53], [222, 77], [245, 77], [245, 53]], "59-61": [[1646, 264], [1646, 284], [1666, 284], [1666, 264]], "62-84": [[1486, 713], [1486, 739], [1515, 739], [1515, 713]], "T:0-1": [[1629, 798], [1629, 805], [1622, 812], [1618, 812], [1617, 815], [1617, 832], [1699, 832], [1699, 798]], "104-106": [[1890, 985], [1890, 999], [1908, 999], [1908, 985]], "158-165": [[1600, 766], [1600, 798], [1628, 798], [1629, 799], [1629, 806], [1628, 807], [1628, 808], [1626, 808], [1622, 812], [1619, 812], [1618, 813], [1618, 814], [1617, 815], [1617, 832], [1699, 832], [1699, 781], [1694, 776], [1694, 774], [1692, 772], [1692, 770], [1691, 769], [1691, 767], [1690, 766], [1656, 766], [1656, 781], [1626, 781], [1626, 766]]}, "center": {"153-157": [1660, 815], "140-152": [1650, 815], "113-139": [1652, 815], "18-48": [234, 65], "59-61": [1656, 274], "62-84": [1501, 726], "T:0-1": [1658, 815], "104-106": [1899, 992], "158-165": [1671, 804]}},
{"id": "000203", "name": "Paimon", "description": "Paimon is the mascot character of Genshin Impact. Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Paimon", "https://genshin.hoyoverse.com/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["Genshin_Impact", "GenshinPlace"]}, "path": {"109-165, T:0-1": [[1736, 1773], [1736, 1761], [1772, 1761], [1772, 1809], [1723, 1809], [1723, 1803], [1727, 1803], [1727, 1802], [1728, 1802], [1728, 1801], [1729, 1801], [1729, 1800], [1730, 1800], [1730, 1798], [1731, 1798], [1731, 1792], [1730, 1792], [1730, 1791], [1729, 1791], [1729, 1790], [1728, 1790], [1728, 1789], [1727, 1789], [1727, 1788], [1723, 1788], [1723, 1773]]}, "center": {"109-165, T:0-1": [1750, 1786]}},
{"id": "000204", "name": "The Sun", "description": "The Sun is the name of the lightbulb held by protagonist Niko in the indie video game OneShot. Breaking the Sun will end the world.\n\nFittingly, the Sun was consumed by the Polish flag shortly before the end of r/place.", "links": {"website": ["https://oneshot.fandom.com/wiki/The_Sun", "https://www.oneshot-game.com", "https://en.wikipedia.org/wiki/OneShot"], "subreddit": ["oneshot"]}, "path": {"59-164, T:0-1": [[1678, 542], [1673, 545], [1668, 552], [1668, 558], [1670, 561], [1667, 564], [1667, 566], [1670, 569], [1672, 569], [1675, 566], [1679, 568], [1684, 568], [1689, 565], [1694, 558], [1694, 552], [1691, 547], [1684, 542]]}, "center": {"59-164, T:0-1": [1681, 555]}},
{"id": "000205", "name": "Divergence Meter", "description": "The Divergence Meter is a device from the anime & visual novel Steins;Gate. The meter reads the \"Steins Gate\" worldline of 1.048596.", "links": {"website": ["https://steins-gate.fandom.com/wiki/Divergence_Meter"], "subreddit": ["steinsplace"]}, "path": {"103-118": [[1110, 22], [1107, 25], [1107, 33], [1106, 34], [1106, 35], [1152, 35], [1152, 33], [1151, 33], [1151, 25], [1148, 22]], "63-78, 96-102": [[1510, 1], [1507, 4], [1507, 14], [1551, 14], [1551, 4], [1548, 1]], "79-95": [[1511, 1], [1508, 4], [1508, 13], [1550, 13], [1550, 5], [1547, 1]], "119-167, T:0-1": [[1182, 34], [1226, 34], [1226, 23], [1182, 23]]}, "center": {"103-118": [1129, 29], "63-78, 96-102": [1529, 8], "79-95": [1529, 7], "119-167, T:0-1": [1204, 29]}},
{"id": "000206", "name": "forsenE", "description": "forsenE is an emote from the popular streamer forsen, a.k.a. Sebastian Forsen Fors.", "links": {"website": ["https://www.twitch.tv/forsen"], "subreddit": ["forsen"]}, "path": {"9-165, T:0-1": [[705, 905], [705, 943], [743, 943], [743, 944], [749, 944], [749, 905]]}, "center": {"9-165, T:0-1": [727, 924]}},
{"id": "000207", "name": "Interlingue", "description": "Interlingue is an international auxiliary language (IAL) to communicate between Western European languages.", "links": {"website": ["https://occidental-lang.com", "https://en.wikipedia.org/wiki/Interlingue"], "subreddit": ["interlingue"]}, "path": {"64-86, 93-166, T:0-1": [[764, 325], [764, 330], [771, 330], [771, 325]]}, "center": {"64-86, 93-166, T:0-1": [768, 328]}},
{"id": "000208", "name": "Viossa", "description": "Viossa is a constructed pidgin, a simplified language with limited expressiveness.", "links": {"website": ["https://conlang.fandom.com/wiki/Viossa"], "subreddit": ["Viossa"]}, "path": {"42-48": [[769, 299], [769, 312], [782, 312], [782, 299]], "33-41": [[756, 314], [756, 327], [769, 327], [769, 314]], "49-166, T:0-1": [[768, 289], [768, 302], [781, 302], [781, 289]]}, "center": {"42-48": [776, 306], "33-41": [763, 321], "49-166, T:0-1": [775, 296]}},
{"id": "000209", "name": "Lojban", "description": "Lojban is a constructed language.", "links": {"website": ["https://lojban.org", "https://en.wikipedia.org/wiki/Lojban"], "subreddit": ["lojban"]}, "path": {"72-90, 93-166, T:0-1": [[756, 325], [756, 331], [764, 331], [764, 325]]}, "center": {"72-90, 93-166, T:0-1": [760, 328]}},
{"id": "000210", "name": "De Montfort University LGBT Society", "description": "\"DMU!\" in rainbow-pride-flag-coloured lettering, representing an LGBT social group in De Montfort University, a public university in Leicester, England, United Kingdom. Collaboratively made by DMU LGBTQ+ Society and DMU Vibes.", "links": {"website": ["https://www.demontfortsu.com/organisation/lgbtsociety/"]}, "path": {"109-165, T:0-1": [[909, 1420], [929, 1420], [929, 1430], [909, 1430]]}, "center": {"109-165, T:0-1": [919, 1425]}},
{"id": "000211", "name": "University of Texas at Austin", "description": "The University of Texas at Austin is a university in Austin, Texas, United States. This art depicts the \"Hook 'em Horns\" hand sign and signature Longhorn logo of the University of Texas at Austin. Hook 'em!\n\nThe UT Austin tower used to be located next to this art.", "links": {"website": ["https://utexas.edu", "https://en.wikipedia.org/wiki/University_of_Texas_at_Austin"], "subreddit": ["UTAustin", "place_CentralAlliance"]}, "path": {"79-84": [[580, 947], [580, 960], [593, 960], [593, 947]], "49-78": [[572, 947], [572, 974], [594, 974], [594, 947]], "46-48": [[579, 949], [579, 974], [594, 974], [594, 949]], "19-26": [[571, 960], [571, 974], [594, 974], [594, 960]], "27-45": [[571, 960], [571, 974], [594, 974], [594, 949], [579, 949], [579, 960]], "16-18": [[573, 955], [573, 963], [584, 969], [593, 965], [597, 961], [597, 957], [594, 957], [593, 958], [589, 958], [586, 955], [583, 955], [582, 954], [578, 954], [578, 955]], "85-165, T:0-1": [[580, 947], [580, 974], [593, 974], [593, 947]]}, "center": {"79-84": [587, 954], "49-78": [583, 961], "46-48": [587, 962], "19-26": [583, 967], "27-45": [586, 965], "16-18": [583, 961], "85-165, T:0-1": [587, 970]}},
{"id": "000212", "name": "Vinesauce", "description": "Vinesauce is a group Twitch channel focused on video games. This art features Vinesauce's logo and mascot, Vineshroom.", "links": {"website": ["https://www.twitch.tv/Vinesauce", "https://en.wikipedia.org/wiki/Vinesauce", "https://vinesauce.fandom.com/wiki/Vineshroom"], "subreddit": ["Vinesauce"]}, "path": {"3-27": [[78, 669], [74, 673], [74, 677], [76, 679], [77, 679], [77, 687], [85, 687], [85, 679], [86, 679], [88, 677], [88, 673], [84, 669]], "28-165, T:0-1": [[73, 667], [70, 670], [70, 677], [72, 677], [72, 683], [74, 685], [78, 685], [80, 683], [80, 677], [81, 677], [83, 675], [83, 672], [79, 667]]}, "center": {"3-27": [81, 675], "28-165, T:0-1": [76, 673]}},
{"id": "000213", "name": "SMP Online", "description": "SMP Online is a server community for the game Minecraft.", "links": {"website": ["https://callmecarson.live"], "subreddit": ["CallMeCarson", "gavintino"]}, "path": {"38-48": [[56, 868], [56, 883], [108, 883], [108, 868]], "35-37": [[254, 877], [254, 891], [283, 891], [283, 890], [296, 890], [296, 877]], "110-166, T:0-1": [[499, 1673], [537, 1673], [536, 1685], [530, 1685], [530, 1699], [500, 1700], [500, 1688], [499, 1688], [499, 1680]]}, "center": {"38-48": [82, 876], "35-37": [275, 884], "110-166, T:0-1": [515, 1686]}},
{"id": "000214", "name": "Loky Ronin", "description": "a piece of art drawn by Videoyun Community", "links": {"website": ["https://www.twitch.tv/videoyun"], "subreddit": ["videoyun"]}, "path": {"109-166, T:0-1": [[735, 1403], [735, 1439], [809, 1439], [809, 1403]]}, "center": {"109-166, T:0-1": [772, 1421]}},
{"id": "000215", "name": "Windows XP taskbar", "description": "A Start menu for r/place, styled after Windows XP. It has a collection of tabs that reference other communities on r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Windows_XP"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[0, 1969], [0, 1999], [1522, 1999], [1522, 1969]]}, "center": {"109-166, T:0-1": [761, 1984]}},
{"id": "000217", "name": "Rust", "description": "Rust is a C++ inspired programming language focused on speed and reliability. The crab in the center is named Ferris, and is Rust's mascot.", "links": {"website": ["https://rust-lang.org", "https://en.wikipedia.org/wiki/Rust_(programming_language)"], "subreddit": ["rust"]}, "path": {"24-57": [[722, 615], [722, 636], [748, 636], [748, 615]], "10-22": [[722, 615], [722, 634], [732, 634], [735, 637], [738, 634], [748, 634], [748, 615]], "58-164, T:0-1": [[725, 607], [722, 610], [722, 631], [725, 634], [732, 634], [734, 636], [736, 636], [738, 634], [745, 634], [748, 631], [748, 610], [745, 607]]}, "center": {"24-57": [735, 626], "10-22": [735, 625], "58-164, T:0-1": [735, 621]}},
{"id": "000218", "name": "Realm of the Mad God", "description": "Realm of the Mad God (RotMG) is an 8-bit-style perma-death bullet hell and massively multiplayer online role-playing game (MMORPG) created in 2010 by Wild Shadow Studios and currently maintained by DECA Games.\n\nThis image once showed all 18 of the playable classes in the game, but only 10 are still visible. A white bag, the rarest loot container, is also still visible. A Ring of Greater Speed was added on top of one of the classes in the final moments of r/place. The head of endgame boss Oryx the Mad God and the friendly non-player character Craig the Intern were completely covered. Archbishop Leucoryx, another endgame boss, is partially covered and was pictured holding the German autobahn sign in collaboration with r/placeDE.", "links": {"website": ["https://www.realmofthemadgod.com/", "https://en.wikipedia.org/wiki/Realm_of_the_Mad_God"], "subreddit": ["RotMG"]}, "path": {"164": [[470, 866], [470, 890], [504, 890], [504, 866], [548, 866], [548, 858], [546, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 866]], "103-119": [[470, 866], [470, 890], [536, 890], [536, 872], [549, 872], [549, 868], [550, 867], [550, 866], [548, 864], [548, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 864], [535, 865], [535, 866]], "80-102": [[470, 866], [470, 890], [536, 890], [536, 866]], "65-67": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "25-64": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 872], [552, 872], [552, 887], [536, 887], [536, 866]], "2-24": [[470, 866], [470, 877], [513, 877], [513, 890], [536, 890], [552, 890], [552, 891], [554, 891], [555, 892], [557, 890], [562, 890], [562, 882], [552, 882], [552, 890], [536, 890], [536, 866]], "68-79": [[470, 866], [470, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "120-163, T:0-1": [[470, 866], [470, 890], [562, 890], [562, 885], [536, 885], [536, 871], [549, 871], [549, 868], [550, 868], [550, 865], [549, 865], [549, 864], [548, 864], [548, 862], [547, 862], [548, 862], [548, 856], [545, 856], [545, 857], [544, 857], [544, 856], [543, 856], [543, 855], [541, 855], [541, 856], [540, 856], [540, 857], [539, 857], [539, 856], [536, 856], [536, 862], [537, 862], [536, 862], [536, 864], [535, 864], [535, 866]]}, "center": {"164": [483, 878], "103-119": [508, 878], "80-102": [503, 878], "65-67": [525, 878], "25-64": [525, 877], "2-24": [524, 878], "68-79": [506, 878], "120-163, T:0-1": [510, 878]}},
{"id": "000219", "name": "Forgotten King and Shattered Queen", "description": "Endgame Bosses from the video game Realm of the Mad God. The Forgotten King on the left shown holding a tri-force to symbolize the alliance between r/Zelda and r/RoTMG, while the Shattered Queen is shown on the right. In the bottom right corner is the iconic level 20 grave representing the permadeath nature of the game.", "links": {"subreddit": ["Rotmg"]}, "path": {"109-166, T:0-1": [[1326, 1876], [1326, 1900], [1366, 1900], [1366, 1876]]}, "center": {"109-166, T:0-1": [1346, 1888]}},
{"id": "000220", "name": "Shotbow Network", "description": "Shotbow Network is a server network for the game Minecraft. It is home to classic game modes like MineZ, Annihilation, and Smash.", "links": {"website": ["https://shotbow.net/"], "subreddit": ["ShotBow"]}, "path": {"119-165, T:0-1": [[998, 465], [998, 494], [1001, 494], [1012, 486], [1020, 486], [1020, 465]]}, "center": {"119-165, T:0-1": [1009, 476]}},
{"id": "000221", "name": "MineZ", "description": "MineZ is a mode in the game Minecraft, maintained by the Shotbow Network. It is based on DayZ, a popular mod for the game ARMA 2.", "links": {"website": ["https://wiki.shotbow.net/MineZ"], "subreddit": ["MineZ", "ShotBow"]}, "path": {"140-165, T:0-1": [[1002, 456], [1002, 464], [1004, 464], [1006, 466], [1019, 466], [1019, 464], [1020, 464], [1020, 456], [1018, 456], [1018, 455], [1004, 455], [1004, 456]]}, "center": {"140-165, T:0-1": [1011, 461]}},
{"id": "000222", "name": "Blasphemous", "description": "Blasphemous is a Spanish indie metroidvania game created by TheGameKitchen and released in 2019.", "links": {"website": ["https://store.steampowered.com/app/774361/Blasphemous/"], "subreddit": ["Blasphemous"]}, "path": {"93-105": [[1181, 312], [1181, 346], [1206, 346], [1206, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1191, 320], [1196, 317], [1196, 312]], "82-92": [[1178, 319], [1178, 324], [1186, 324], [1186, 328], [1183, 334], [1183, 338], [1185, 344], [1187, 344], [1187, 346], [1205, 346], [1205, 330], [1201, 330], [1196, 327], [1194, 327], [1188, 320], [1182, 320], [1181, 319]], "64-81": [[1187, 326], [1187, 346], [1209, 346], [1209, 335], [1205, 331], [1202, 332], [1200, 332], [1200, 328], [1196, 328], [1194, 326]], "106-166, T:0-1": [[1185, 319], [1181, 323], [1181, 346], [1203, 346], [1205, 344], [1205, 331], [1203, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1192, 321], [1192, 319]]}, "center": {"93-105": [1191, 336], "82-92": [1193, 337], "64-81": [1195, 338], "106-166, T:0-1": [1191, 336]}},
{"id": "000223", "name": "KAF", "description": "KAF is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio.\n\nThis artwork found its way onto the canvas through the collective effort of the Kamitsubaki English community in collaboration with r/place VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCQ1U65-CQdIoZ2_NA4Z4F7A", "https://kamitsubaki.fandom.com/wiki/Kaf"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"114-165, T:0-1": [[1421, 1092], [1421, 1097], [1419, 1099], [1419, 1101], [1418, 1102], [1416, 1102], [1416, 1106], [1418, 1108], [1418, 1114], [1420, 1117], [1420, 1118], [1418, 1120], [1412, 1120], [1412, 1121], [1413, 1122], [1413, 1126], [1446, 1126], [1446, 1124], [1451, 1124], [1451, 1117], [1452, 1117], [1452, 1106], [1450, 1103], [1423, 1103], [1423, 1092]]}, "center": {"114-165, T:0-1": [1433, 1115]}},
{"id": "000224", "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States.\n\nThis area is the eastern claim of the Big Ten on the canvas. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "IndianaUniversity", "msu", "Northwestern", "uofm"]}, "path": {"56-78": [[1508, 747], [1508, 780], [1531, 780], [1531, 768], [1550, 768], [1550, 747]], "79-165, T:0-1": [[1508, 780], [1552, 780], [1552, 768], [1551, 768], [1551, 747], [1508, 747]]}, "center": {"56-78": [1521, 760], "79-165, T:0-1": [1530, 764]}},
{"id": "000225", "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"61-75": [[848, 969], [848, 976], [858, 976], [858, 968], [852, 968], [852, 969]], "28-60": [[848, 969], [848, 976], [856, 976], [856, 968], [852, 968], [852, 969]], "76-165, T:0-1": [[848, 970], [848, 977], [858, 977], [858, 969], [850, 969], [850, 970]]}, "center": {"61-75": [854, 972], "28-60": [852, 972], "76-165, T:0-1": [853, 973]}},
{"id": "000226", "name": "Hu Tao Poland", "description": "Poland from Polandball dressed up as Hu Tao from Genshin Impact, our allies!", "links": {"website": ["https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball", "GenshinPlace", "Genshin_Impact"]}, "path": {"109-166, T:0-1": [[1576, 1761], [1576, 1801], [1577, 1801], [1578, 1801], [1578, 1802], [1580, 1802], [1581, 1802], [1581, 1803], [1586, 1803], [1586, 1799], [1586, 1798], [1587, 1798], [1588, 1798], [1588, 1797], [1589, 1797], [1589, 1796], [1590, 1796], [1591, 1796], [1591, 1795], [1592, 1795], [1594, 1795], [1596, 1795], [1596, 1796], [1597, 1796], [1597, 1797], [1597, 1798], [1596, 1798], [1596, 1799], [1596, 1800], [1595, 1800], [1595, 1801], [1596, 1801], [1596, 1800], [1597, 1800], [1598, 1800], [1599, 1800], [1599, 1801], [1599, 1802], [1600, 1802], [1601, 1802], [1600, 1802], [1600, 1801], [1600, 1800], [1601, 1800], [1602, 1800], [1603, 1800], [1603, 1801], [1603, 1802], [1604, 1802], [1605, 1802], [1604, 1802], [1603, 1802], [1603, 1801], [1603, 1800], [1602, 1800], [1602, 1799], [1602, 1798], [1603, 1798], [1603, 1797], [1604, 1797], [1605, 1797], [1606, 1797], [1607, 1797], [1607, 1798], [1608, 1798], [1609, 1798], [1609, 1799], [1610, 1799], [1610, 1800], [1611, 1800], [1611, 1801], [1611, 1800], [1612, 1800], [1612, 1799], [1613, 1799], [1613, 1798], [1614, 1798], [1615, 1798], [1615, 1797], [1615, 1795], [1615, 1794], [1615, 1792], [1616, 1792], [1616, 1791], [1616, 1790], [1617, 1790], [1617, 1789], [1618, 1789], [1618, 1788], [1619, 1788], [1618, 1788], [1618, 1787], [1618, 1786], [1618, 1785], [1618, 1784], [1618, 1783], [1619, 1783], [1619, 1782], [1620, 1782], [1620, 1781], [1620, 1780], [1621, 1780], [1622, 1780], [1623, 1780], [1623, 1779], [1624, 1779], [1624, 1778], [1624, 1776], [1622, 1775], [1621, 1775], [1621, 1774], [1621, 1773], [1620, 1773], [1620, 1772], [1620, 1771], [1619, 1771], [1619, 1770], [1618, 1770], [1618, 1769], [1617, 1769], [1617, 1768], [1616, 1768], [1616, 1767], [1615, 1767], [1615, 1766], [1614, 1766], [1614, 1765], [1613, 1765], [1613, 1764], [1612, 1764], [1611, 1764], [1611, 1763], [1610, 1763], [1610, 1761]]}, "center": {"109-166, T:0-1": [1597, 1780]}},
{"id": "000227", "name": "Polandball", "description": "Polandball (countryballs) is a meme art style involving balls adorned with the flags of countries. These balls joke about their countries' stereotypes and relations with other countries. The original Polandball depicted the country of Poland.\n\nThis Polandball wears the hat of Hu Tao, a player character from the game Genshin Impact.", "links": {"website": ["https://knowyourmeme.com/memes/polandball", "https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball"]}, "path": {"76-80": [[1137, 73], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1144, 73]], "62-75": [[1168, 42], [1164, 46], [1164, 51], [1168, 55], [1175, 55], [1179, 51], [1179, 48], [1175, 42]], "59-61": [[1152, 42], [1148, 45], [1148, 51], [1154, 55], [1175, 55], [1178, 52], [1178, 46], [1173, 41], [1170, 41], [1167, 43], [1160, 43], [1159, 42]], "57-58": [[1153, 41], [1150, 43], [1148, 46], [1148, 50], [1151, 54], [1153, 55], [1157, 55], [1162, 51], [1162, 46], [1157, 41]], "81-166, T:0-1": [[1135, 76], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1146, 76]]}, "center": {"76-80": [1141, 80], "62-75": [1172, 49], "59-61": [1171, 48], "57-58": [1155, 48], "81-166, T:0-1": [1141, 81]}},
{"id": "000229", "name": "Scott", "description": "Scott is a character created by Atlanta-based independent art pop musician Nick Elward (Nelward). Scott first appeared as a track cover of \"Stinky Boy Strut\" which then became Nelward's logo.", "links": {"website": ["https://www.nelward.com"], "subreddit": ["Nelward"]}, "path": {"26-129": [[87, 53], [87, 62], [100, 62], [100, 53]], "130-165, T:0-1": [[1, 65], [12, 65], [12, 72], [1, 72]]}, "center": {"26-129": [94, 58], "130-165, T:0-1": [7, 69]}},
{"id": "000230", "name": "Flag of Taiwan", "description": "Taiwan, also known as the Republic of China, is an island country in East Asia.\n\nThis area was r/taiwan's first claim on r/place, starting from the big Republic of China flag. Other symbols on it include Taipei 101, boba/pearl milk tea, Taiwan blue magpie, and the Formosan black bear mascot for the city of Taipei, named Bravo.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan", "https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China"], "subreddit": ["taiwan"]}, "path": {"94-105": [[910, 535], [910, 567], [978, 567], [978, 542], [934, 542], [934, 519], [946, 519], [946, 515], [934, 515], [934, 535]], "55-93": [[910, 567], [978, 567], [978, 542], [934, 542], [934, 527], [928, 527], [923, 530], [921, 530], [916, 527], [910, 527]], "32-48": [[911, 531], [911, 547], [904, 547], [904, 567], [978, 567], [978, 542], [934, 542], [934, 531]], "49-54, 5-29": [[940, 542], [940, 567], [978, 567], [978, 542]], "106-166, T:0-1": [[978, 567], [910, 567], [910, 515], [958, 515], [959, 519], [934, 519], [934, 542], [978, 542]]}, "center": {"94-105": [924, 553], "55-93": [925, 553], "32-48": [925, 553], "49-54, 5-29": [959, 555], "106-166, T:0-1": [924, 553]}},
{"id": "000231", "name": "Taiwan independence flag", "description": "The flag is commonly used to represent the Taiwanese independence movement from China. It is officially used by the World Taiwanese Congress, a yearly meeting of organizations supporting formal independence of Taiwan. The flag features the word Táiwān written in traditional Chinese (台灣). The \"Taiwan\" part of \"r/taiwan\" was converted to \"Taiwan #1\" for the popular \"Taiwan number one\" saying.\n\nThis flag was made during the first canvas expansion by r/taiwan, leading to an alliance with Ireland and strengthening the Czech alliance. The Chinese writing was added on the last day of r/place.\n\nThis flag came under heavy attack by an aggressive expansion of a nearly Turkish flag led by streamers, which it resiliently defended against with the help of its allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan_independence_movement"], "subreddit": ["taiwan"]}, "path": {"61-142": [[1206, 134], [1206, 161], [1248, 161], [1248, 134]], "143-166, T:0-1": [[1197, 134], [1248, 134], [1248, 161], [1197, 161]]}, "center": {"61-142": [1227, 148], "143-166, T:0-1": [1223, 148]}},
{"id": "000232", "name": "Taipei 101", "description": "r/Taiwan tried to make a 101-pixel high Taipei 101 at this location, in coordination with many other allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taipei_101"], "subreddit": ["Taipei", "TaipeiCity", "taiwan"]}, "path": {"109-165, T:0-1": [[1178, 1275], [1219, 1275], [1219, 1265], [1217, 1265], [1217, 1264], [1216, 1264], [1216, 1262], [1214, 1262], [1214, 1261], [1213, 1261], [1213, 1260], [1212, 1260], [1212, 1259], [1211, 1259], [1211, 1258], [1210, 1258], [1210, 1257], [1209, 1257], [1209, 1256], [1207, 1256], [1207, 1254], [1206, 1254], [1206, 1251], [1205, 1251], [1205, 1247], [1204, 1247], [1204, 1241], [1202, 1241], [1202, 1250], [1199, 1250], [1199, 1257], [1199, 1258], [1198, 1258], [1198, 1263], [1179, 1263], [1178, 1263]]}, "center": {"109-165, T:0-1": [1200, 1266]}},
{"id": "000233", "name": "Super Smash Bros. Melee", "description": "Super Smash Bros. Melee (SSBM) is a crossover fighting game of Nintendo characters made by HAL Laboratory. Made for the Nintendo GameCube in 2001, it is the second game in the Super Smash Bros. series. The SSBM fighting game community is incredibly dedicated to their game, which they have not abandoned after 20 years and 3 subsequent entries in the series.\n\nThe SSBM community never abandoned their main slippi.gg logo, which stood for the whole duration of r/place. They also collaborated with r/PlaceTrees to construct Dream Land, one of the six legal stages in competitive Melee, featuring the tree character Whispy Woods. They also added stock icons for the characters Fox and Falco.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Smash_Bros._Melee"], "subreddit": ["SSBM"]}, "path": {"22-27": [[775, 928], [798, 915], [801, 915], [824, 928], [823, 957], [818, 960], [818, 979], [815, 982], [784, 982], [781, 979], [781, 960], [775, 956], [775, 928], [771, 932], [753, 932], [749, 928], [749, 905], [775, 905], [777, 908], [777, 911], [778, 912], [778, 913], [776, 915]], "3-21": [[798, 915], [775, 928], [775, 956], [781, 960], [781, 979], [784, 982], [815, 982], [818, 979], [818, 960], [824, 956], [824, 928], [801, 915]], "28-165, T:0-1": [[776, 927], [775, 961], [781, 962], [781, 978], [800, 982], [817, 979], [818, 962], [824, 962], [823, 926], [800, 915], [777, 926], [773, 913], [773, 908], [774, 905], [749, 905], [749, 928], [750, 929], [750, 942], [752, 945], [775, 945], [775, 928]]}, "center": {"22-27": [799, 942], "3-21": [799, 944], "28-165, T:0-1": [800, 928]}},
{"id": "000234", "name": "VRChat", "description": "VRChat is an online virtual reality social platform. The platform allows users to interact with others with user-created 3D avatars and worlds.", "links": {"website": ["https://vrchat.com/", "https://en.wikipedia.org/wiki/VRChat"], "subreddit": ["VRChat"]}, "path": {"16-165, T:0-1": [[929, 88], [929, 105], [983, 105], [990, 113], [991, 113], [991, 105], [995, 105], [995, 88]]}, "center": {"16-165, T:0-1": [986, 97]}},
{"id": "000235", "name": "University of Wisconsin-Madison", "description": "The University of Wisconsin-Madison is a university in Madison, Wisconsin, United States. This logo, known as the \"Motion W\", is used by the school's athletics teams, the Wisconsin Badgers.", "links": {"website": ["https://wisc.edu", "https://en.wikipedia.org/wiki/University_of_Wisconsin%E2%80%93Madison"], "subreddit": ["UWMadison"]}, "path": {"7-9": [[117, 581], [117, 607], [125, 607], [125, 581]], "10-165, T:0-1": [[99, 579], [99, 607], [125, 607], [125, 579]]}, "center": {"7-9": [121, 594], "10-165, T:0-1": [112, 593]}},
{"id": "000236", "name": "Bucky Badger", "description": "University of Wisconsin-Madison's mascot Bucky U Badger.", "links": {"website": ["https://wisc.edu"], "subreddit": ["UWMadison"]}, "path": {"109-164, T:0-1": [[289, 1555], [282, 1555], [282, 1556], [283, 1557], [283, 1558], [284, 1559], [281, 1559], [279, 1561], [279, 1562], [281, 1564], [283, 1564], [287, 1568], [285, 1570], [287, 1572], [289, 1572], [290, 1571], [291, 1571], [293, 1569], [293, 1567], [295, 1565], [295, 1563], [292, 1560], [294, 1558], [294, 1557], [295, 1556], [294, 1555], [291, 1555], [290, 1554]]}, "center": {"109-164, T:0-1": [288, 1562]}},
{"id": "000238", "name": "Shisheyu_Mayamoto's Logo", "description": "Shisheyu Mayamoto's Twitch channel's logo", "links": {"website": ["https://www.twitch.tv/shisheyu_mayamoto"]}, "path": {"109-165, T:0-1": [[1909, 1562], [1909, 1573], [1921, 1573], [1921, 1562]]}, "center": {"109-165, T:0-1": [1915, 1568]}},
{"id": "000239", "name": "Esperanto", "description": "Esperanto is a constructed auxiliary language. It was created in 1887 by L. L. Zamenhof as a project for an international language that would be neutral and easy to learn. It is the most popular constructed language, spoken by 200,000 to 2,000,000 people.\n\nThis art was created by people from many Esperanto communities for at least five different social media and messaging platforms on the place of one of the voids. The team had alliances with Mr. Robot, r/Cubers and r/popheads.", "links": {"website": ["https://esperanto.net/", "https://en.wikipedia.org/wiki/Esperanto"], "subreddit": ["Esperanto"]}, "path": {"62-157": [[1433, 486], [1433, 501], [1499, 501], [1499, 486]], "158-166, T:0-1": [[1433, 487], [1433, 501], [1509, 501], [1509, 487]]}, "center": {"62-157": [1466, 494], "158-166, T:0-1": [1471, 494]}},
{"id": "000240", "name": "VRChat Modding Group", "description": "Logo of the VRChat Modding Group, a community dedicated to creating and maintaining mods for the VR social platform VRChat.", "links": {"subreddit": ["placestart"], "discord": ["vrcmg"]}, "path": {"109-166, T:0-1": [[1303, 1975], [1290, 1975], [1290, 1994], [1291, 1994], [1291, 1996], [1294, 1996], [1294, 1995], [1294, 1996], [1297, 1996], [1297, 1995], [1297, 1996], [1300, 1996], [1300, 1994], [1303, 1994]]}, "center": {"109-166, T:0-1": [1296, 1985]}},
{"id": "000241", "name": "Disco Elysium", "description": "Main characters of the game, Harrier \"Harry\" Du Bois and Kim Kitsuragi.", "links": {"website": ["https://discoelysium.com/"], "subreddit": ["DiscoElysium"]}, "path": {"109-166, T:0-1": [[1362, 1884], [1403, 1884], [1403, 1917], [1364, 1917]]}, "center": {"109-166, T:0-1": [1383, 1900]}},
{"id": "000242", "name": "Pokémon Mystery Dungeon", "description": "Pokémon Mystery Dungeon is a roguelike game series that is a crossover between the Pokémon and Mystery Dungeon series. This art features a depiction of the rescue team badge in Pokémon Mystery Dungeon: Rescue Team DX. The background has the pattern of the Harmony Scarf, an accessory and key plot item from Pokémon Super Mystery Dungeon. The picture also contains a Seed and an Orb, two usable items in the game.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Mystery_Dungeon", "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Mystery_Dungeon_series"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"7-154": [[709, 778], [709, 803], [734, 803], [734, 778]], "155-165, T:0-1": [[709, 778], [709, 804], [734, 804], [734, 778]]}, "center": {"7-154": [722, 791], "155-165, T:0-1": [722, 791]}},
{"id": "000243", "name": "Time Gear", "description": "A Time Gear is an artifact that regulates time in the second set of Pokémon Mystery Dungeon games, Explorers of Time/Darkness/Sky. If a Time Gear is removed from its place, time stops in the region. A major part of the plot involves traveling the world to locate Time Gears and stop the thief Grovyle from stealing them.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Time_Gear"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"57-164, T:0-1": [[1078, 465], [1078, 488], [1101, 488], [1101, 465]]}, "center": {"57-164, T:0-1": [1090, 477]}},
{"id": "000244", "name": "Shiny Celebi", "description": "Celebi is a Grass/Psychic-type mythical Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Celebi has its pink Shiny colors instead of the usual green. This is an in-game sprite from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky for the Nintendo DS, which feature Shiny Celebi as a supporting character.\n\nThis art was a collaboration between r/MysteryDungeon, Pokémon in r/place, and r/HollowKnight.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Celebi_(Explorers_of_Time,_Darkness,_and_Sky)"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"69-166, T:0-1": [[1323, 49], [1320, 54], [1320, 61], [1317, 61], [1317, 63], [1320, 66], [1319, 67], [1319, 69], [1324, 69], [1325, 70], [1326, 70], [1327, 69], [1330, 69], [1330, 64], [1331, 63], [1331, 58], [1332, 57], [1332, 55], [1330, 53], [1329, 54], [1326, 54]]}, "center": {"69-166, T:0-1": [1326, 60]}},
{"id": "000245", "name": "V-Wheel", "description": "A depiction of Mythical Pokémon Victini and his V-Wheel from Pokémon Mystery Dungeon: Gates to Infinity. The art is a collaboration between r/MysteryDungeon and r/Victini.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Paradise#V-Wheel"], "subreddit": ["MysteryDungeon", "Victini"], "discord": ["mysterydungeon"]}, "path": {"109-166, T:0-1": [[1734, 1473], [1734, 1496], [1770, 1496], [1770, 1473]]}, "center": {"109-166, T:0-1": [1752, 1485]}},
{"id": "000246", "name": "Dream Land", "description": "Dream Land is one of the six tournament-legal stages in Super Smash Bros. Melee. It is a returning stage from the original Super Smash Bros. game for the Nintendo 64. The stage is based on the Kirby games, and features the tree character Whispy Woods, also from the Kirby games.\n\nThis art was a collaboration between r/PlaceTrees and the Super Smash Bros. Melee community. It depicts the characters Pikachu, Fox, Falco, and Jigglypuff fighting.", "links": {"website": ["https://www.ssbwiki.com/Dream_Land_(SSB)"], "subreddit": ["PlaceTrees", "ssbm"]}, "path": {"23-165, T:0-1": [[751, 905], [749, 908], [749, 928], [753, 932], [771, 932], [775, 928], [775, 923], [776, 923], [776, 921], [773, 913], [773, 908], [774, 907], [774, 905]]}, "center": {"23-165, T:0-1": [762, 919]}},
{"id": "000247", "name": "Veloren", "description": "Veloren is an open-source multiplayer voxel role-playing game (RPG) written in Rust.", "links": {"website": ["https://veloren.net/"], "subreddit": ["Veloren"]}, "path": {"44-164, T:0-1": [[735, 636], [735, 647], [746, 647], [746, 636]]}, "center": {"44-164, T:0-1": [741, 642]}},
{"id": "000249", "name": "King protea", "description": "The king protea is the national flower of South Africa. It is a kind of protea, a species of plant mostly found in South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Protea_cynaroides"], "subreddit": ["SouthAfrica"]}, "path": {"125-144": [[754, 990], [754, 994], [752, 994], [752, 995], [757, 1000], [760, 1000], [760, 1003], [762, 1003], [762, 1000], [765, 1000], [770, 995], [770, 994], [768, 994], [768, 990], [767, 990], [765, 992], [762, 989], [762, 987], [760, 987], [760, 989], [757, 992], [755, 990]], "147-165, T:0-1": [[771, 1045], [770, 1046], [766, 1046], [766, 1049], [764, 1049], [764, 1055], [766, 1058], [766, 1060], [768, 1062], [768, 1063], [770, 1065], [772, 1065], [774, 1063], [774, 1062], [776, 1060], [776, 1058], [778, 1056], [778, 1050], [779, 1049], [779, 1047], [776, 1047], [775, 1046], [772, 1046]]}, "center": {"125-144": [761, 995], "147-165, T:0-1": [771, 1053]}},
{"id": "000250", "name": "Alula", "description": "A smaller version of the character Alula from Oneshot. Original sprite by Glitchious404.", "links": {"website": ["https://oneshot.fandom.com/wiki/Alula"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1084, 1705], [1083, 1705], [1083, 1704], [1082, 1704], [1079, 1704], [1079, 1703], [1079, 1702], [1079, 1701], [1079, 1698], [1078, 1698], [1078, 1697], [1078, 1693], [1077, 1697], [1077, 1696], [1079, 1693], [1079, 1691], [1080, 1691], [1080, 1690], [1081, 1690], [1081, 1689], [1081, 1688], [1081, 1686], [1081, 1683], [1083, 1683], [1083, 1684], [1084, 1684], [1084, 1685], [1085, 1685], [1085, 1686], [1085, 1687], [1086, 1688], [1086, 1687], [1087, 1688], [1088, 1688], [1088, 1687], [1088, 1686], [1089, 1686], [1089, 1685], [1090, 1685], [1090, 1684], [1091, 1684], [1092, 1684], [1092, 1689], [1091, 1690], [1092, 1690], [1092, 1692], [1093, 1692], [1093, 1697], [1092, 1697], [1092, 1700], [1093, 1700], [1093, 1701], [1093, 1702], [1093, 1704], [1090, 1704], [1090, 1705], [1087, 1705]]}, "center": {"109-166, T:0-1": [1086, 1695]}},
{"id": "000251", "name": "Atlas", "description": "The Atlas is an iconic symbol of the game No Man's Sky.", "links": {"website": ["https://nomanssky.fandom.com/wiki/The_Atlas"], "subreddit": ["NoMansSkyTheGame"]}, "path": {"109-166, T:0-1": [[1633, 1611], [1616, 1628], [1616, 1629], [1633, 1656], [1650, 1629], [1650, 1628]]}, "center": {"109-166, T:0-1": [1633, 1632]}},
{"id": "000252", "name": "Holostars", "description": "Holostars is the male branch of Hololive.", "links": {"website": ["https://holostars.hololivepro.com/en/", "https://hololive.wiki/wiki/Holostars"], "subreddit": ["Holostars", "Hololive"], "discord": ["holofans"]}, "path": {"11-166, T:0-1": [[302, 758], [321, 758], [321, 777], [302, 777]]}, "center": {"11-166, T:0-1": [312, 768]}},
{"id": "000253", "name": "r/baduk", "description": "the subreddit for the ancient board game Go/Baduk/Weiqi", "links": {"subreddit": ["baduk"]}, "path": {"109-166, T:0-1": [[1494, 1279], [1550, 1279], [1550, 1289], [1494, 1289]]}, "center": {"109-166, T:0-1": [1522, 1284]}},
{"id": "000258", "name": "Green Lattice", "description": "Green Lattice was a peaceful faction determined to fill the canvas with a beautiful orderly light and dark green lattice. This would serve as a safe home for art to live.", "links": {"subreddit": ["GreenLattice"]}, "path": {"119-122": [[624, 1069], [636, 1069], [636, 1077], [630, 1077], [630, 1079], [624, 1079]]}, "center": {"119-122": [629, 1073]}},
{"id": "000259", "name": "Scott Munley", "description": "Scott Manley's head nightmarishly projected onto the Mun. Fly nś̟̬a̗̪͓̬f̟͓̮̕e̴̙͇̞.", "links": {"website": ["https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A"], "subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[938, 1519], [940, 1516], [943, 1513], [948, 1513], [952, 1515], [953, 1518], [953, 1523], [951, 1527], [949, 1528], [944, 1529], [940, 1526], [938, 1523]]}, "center": {"109-165, T:0-1": [946, 1521]}},
{"id": "000261", "name": "University of Washington", "description": "The University of Washington is a university in Seattle, Washington, United States. The university was founded in 1861, and is known for cherry trees and lots of rain. The school's mascot is a husky.\n\nThis art features some of the school's characteristic cherry tree blossoms. It was allied with Washington State University, Simon Fraser University, Hermitcraft, and more.", "links": {"website": ["http://uw.edu/", "https://en.wikipedia.org/wiki/University_of_Washington"], "subreddit": ["udub"]}, "path": {"66-73": [[889, 520], [889, 528], [905, 528], [905, 520]], "32-65": [[889, 520], [889, 528], [901, 528], [901, 520]], "26-31": [[884, 520], [884, 528], [895, 528], [895, 520]], "74-165, T:0-1": [[889, 520], [889, 534], [905, 534], [905, 520]]}, "center": {"66-73": [897, 524], "32-65": [895, 524], "26-31": [890, 524], "74-165, T:0-1": [897, 527]}},
{"id": "000262", "name": "Green Bay Packers", "description": "The Green Bay Packers are a historic American football team based in Green Bay, Wisconsin, United States that competes in the National Football League (NFL).\n\nIt is the third-oldest franchise in the NFL, dating back to 1919, and is the only non-profit, community-owned major league professional sports team based in the United States.\n\nThe Packers have won 13 league championships, the most in NFL history, with nine pre-Super Bowl NFL titles and four Super Bowl victories.\n\nGO PACK GO!", "links": {"website": ["https://www.packers.com/", "https://en.wikipedia.org/wiki/Green_Bay_Packers"], "subreddit": ["GreenBayPackers", "place_CentralAlliance"]}, "path": {"1-164, T:0-1": [[407, 913], [428, 913], [428, 931], [407, 931]]}, "center": {"1-164, T:0-1": [418, 922]}},
{"id": "000263", "name": "Roskilde Cathedral", "description": "A cathedral from the Danish city of Roskilde.", "links": {"website": ["https://roskildedomkirke.dk/english/", "https://en.wikipedia.org/wiki/Roskilde_Cathedral"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"97-165, T:0-1": [[281, 118], [281, 127], [280, 129], [277, 132], [277, 138], [276, 139], [276, 158], [303, 158], [303, 139], [301, 137], [301, 131], [298, 127], [298, 117], [297, 117], [295, 119], [295, 127], [292, 131], [292, 135], [287, 131], [284, 127], [284, 118]]}, "center": {"97-165, T:0-1": [290, 146]}},
{"id": "000264", "name": "Club Atlético River Plate", "description": "Club Atlético River Plate is a sports club based in Buenos Aires, Argentina. They are rivals with the Boca Juniors club, also from Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Club_Atl%C3%A9tico_River_Plate"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"158-165, T:0-1": [[1129, 645], [1127, 647], [1127, 651], [1128, 652], [1128, 661], [1138, 661], [1138, 652], [1132, 646], [1131, 646], [1130, 645]]}, "center": {"158-165, T:0-1": [1133, 654]}},
{"id": "000266", "name": "Flag of Liechtenstein", "description": "Liechtenstein is a small country in Central Europe.\n\nThis space was donated by Switzerland on day 2 of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Liechtenstein", "https://en.wikipedia.org/wiki/Flag_of_Liechtenstein"], "discord": ["JS9eFKty"]}, "path": {"38-166, T:0-1": [[583, 682], [583, 683], [588, 689], [588, 691], [595, 697], [595, 699], [598, 699], [598, 682]]}, "center": {"38-166, T:0-1": [593, 687]}},
{"id": "000268", "name": "University of Michigan logo", "description": "The logo of the University of Michigan.", "links": {"website": ["https://umich.edu", "https://en.wikipedia.org/wiki/University_of_Michigan"], "subreddit": ["uofm", "MichiganWolverines"]}, "path": {"4-165, T:0-1": [[396, 274], [428, 274], [428, 297], [396, 297]]}, "center": {"4-165, T:0-1": [412, 286]}},
{"id": "000269", "name": "Average Greek vs. Turk Debate", "description": "\"Average Greek vs. Turk Debate\" is a popular meme video in Greece and Turkey, created by wow_mao. It's about the most peaceful and chad debate in the Balkans ever. This image features the thumbnail of the video, with the flags of Greece and Turkey along with gigachads from each country.", "links": {"website": ["https://www.youtube.com/watch?v=HfFx5UvzSxc"], "subreddit": ["Wow_Mao", "2balkan4you"]}, "path": {"58-165, T:0-1": [[1200, 700], [1200, 773], [1329, 773], [1329, 700]]}, "center": {"58-165, T:0-1": [1265, 737]}},
{"id": "000270", "name": "Terraria Calamity Mod", "description": "The Terraria Calamity Mod logo (1.5 update), for the largest ever Terraria mod.", "links": {"subreddit": ["CalamityMod"], "discord": ["calamity"]}, "path": {"109-165, T:0-1": [[853, 1453], [880, 1453], [880, 1480], [853, 1480]]}, "center": {"109-165, T:0-1": [867, 1467]}},
{"id": "000271", "name": "Gondola", "description": "A mutation of the Spurdo Spärde meme. He peacefully observes. Placed by pxls.space.", "links": {"website": ["https://pxls.space/"]}, "path": {"109-166, T:0-1": [[736, 1692], [743, 1694], [750, 1699], [755, 1705], [756, 1708], [757, 1713], [754, 1723], [749, 1729], [745, 1732], [737, 1733], [737, 1736], [742, 1735], [750, 1731], [758, 1724], [760, 1715], [760, 1707], [758, 1701], [753, 1695], [744, 1691], [740, 1691], [739, 1685], [732, 1685], [730, 1692], [725, 1695], [719, 1701], [716, 1704], [716, 1710], [716, 1721], [719, 1727], [729, 1734], [736, 1735], [736, 1733], [731, 1733], [723, 1728], [718, 1721], [716, 1715], [717, 1707], [721, 1700], [728, 1695], [737, 1693]]}, "center": {"109-166, T:0-1": [742, 1708]}},
{"id": "000272", "name": "lgwMlem", "description": "A Twitch emote from streamer DumbDog. Mlem.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-166, T:0-1": [[1838, 1383], [1838, 1423], [1873, 1423], [1873, 1383]]}, "center": {"109-166, T:0-1": [1856, 1403]}},
{"id": "000274", "name": "Starship", "description": "Starship is an upcoming super heavy launch vehicle developed by SpaceX. It is planned to support crewed missions to the Moon and Mars.", "links": {"website": ["https://en.wikipedia.org/wiki/SpaceX_Starship"], "subreddit": ["spacexplace"]}, "path": {"16-165, T:0-1": [[819, 607], [812, 615], [812, 620], [815, 620], [815, 626], [812, 631], [812, 637], [813, 640], [815, 640], [815, 651], [819, 659], [819, 661], [816, 661], [816, 677], [811, 682], [811, 684], [828, 684], [828, 681], [824, 677], [824, 640], [825, 640], [827, 637], [827, 631], [824, 626], [824, 620], [827, 620], [827, 615], [820, 607]]}, "center": {"16-165, T:0-1": [819, 634]}},
{"id": "000279", "name": "lgwWoof", "description": "Twitch emote from streamer DumbDog. A barking dog, woof.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-165, T:0-1": [[1803, 1383], [1803, 1418], [1805, 1416], [1806, 1416], [1808, 1418], [1808, 1421], [1806, 1423], [1838, 1423], [1838, 1383]]}, "center": {"109-165, T:0-1": [1821, 1403]}},
{"id": "000280", "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"150": [[765, 1068], [765, 1073], [771, 1073], [771, 1072], [770, 1071], [770, 1068]], "128-138": [[893, 1184], [893, 1191], [900, 1191], [900, 1187], [899, 1186], [899, 1184]], "151-165, T:0-1": [[773, 1068], [781, 1068], [781, 1073], [773, 1073]]}, "center": {"150": [768, 1071], "128-138": [896, 1188], "151-165, T:0-1": [777, 1071]}},
{"id": "000285", "name": "Flag of Zimbabwe", "description": "Zimbabwe is a country in southern Africa.\n\nThis is one of two Zimbabwean flags on r/place, the other being to the north in the Green Lattice.", "links": {"website": ["https://en.wikipedia.org/wiki/Zimbabwe", "https://en.wikipedia.org/wiki/Flag_of_Zimbabwe"], "subreddit": ["Zimbabwe"]}, "path": {"151-165, T:0-1": [[765, 1067], [773, 1067], [773, 1073], [765, 1073]]}, "center": {"151-165, T:0-1": [769, 1070]}},
{"id": "000286", "name": "r/spacexplace", "description": "r/spacexplace is a subreddit that focused on drawing space exploration organizations on r/place. This art depicts the logos three leading space agencies (NASA, SpaceX, Rocket Lab) along with Earth.", "links": {"subreddit": ["spacexplace"]}, "path": {"49-166, T:0-1": [[755, 580], [755, 596], [851, 596], [851, 580]]}, "center": {"49-166, T:0-1": [803, 588]}},
{"id": "000288", "name": "Gensokyo Radio", "description": "Gensokyo Radio's icon, featuring a torii gate. They stream Touhou music.", "links": {"website": ["https://gensokyoradio.net/"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1649, 1513], [1650, 1513], [1650, 1512], [1658, 1512], [1658, 1513], [1659, 1513], [1659, 1521], [1658, 1521], [1658, 1522], [1650, 1522], [1650, 1521], [1649, 1521]]}, "center": {"109-166, T:0-1": [1654, 1517]}},
{"id": "000291", "name": "Girls' Last Tour", "description": "Girls' Last Tour is a Japanese manga illustrated by Tsukumizu. The manga features protagonists Chito and Yuuri as they travel through a post-apocalyptic world in their Kettenkrad. At some point they find Nuko, an animal that resembles a cat. This artwork shows Yuuri, Nuko and Chito on their Kettenkrad.", "links": {"website": ["https://en.wikipedia.org/wiki/Girls%27_Last_Tour"], "subreddit": ["GirlsLastTour"]}, "path": {"125-160, T:0-1": [[1334, 1170], [1353, 1170], [1352, 1169], [1353, 1169], [1353, 1168], [1354, 1168], [1354, 1167], [1354, 1166], [1353, 1166], [1353, 1165], [1353, 1164], [1353, 1163], [1352, 1163], [1352, 1162], [1351, 1162], [1351, 1161], [1352, 1161], [1352, 1160], [1353, 1160], [1353, 1159], [1353, 1156], [1353, 1157], [1353, 1158], [1353, 1159], [1353, 1156], [1353, 1155], [1352, 1155], [1352, 1154], [1351, 1154], [1350, 1154], [1350, 1153], [1349, 1153], [1348, 1153], [1347, 1153], [1346, 1153], [1345, 1153], [1344, 1153], [1344, 1154], [1343, 1153], [1342, 1153], [1340, 1153], [1339, 1153], [1338, 1153], [1337, 1153], [1336, 1153], [1335, 1153], [1335, 1154], [1334, 1154], [1334, 1155], [1334, 1156], [1333, 1156], [1333, 1157], [1332, 1157], [1332, 1158], [1332, 1159], [1332, 1160], [1332, 1161], [1333, 1161], [1333, 1162], [1333, 1163], [1333, 1164], [1332, 1164], [1332, 1165], [1332, 1166], [1333, 1166], [1332, 1167], [1332, 1168], [1332, 1169], [1333, 1169], [1333, 1170]]}, "center": {"125-160, T:0-1": [1341, 1162]}},
{"id": "000292", "name": "Juggernaut", "description": "Juggernaut is a melee-classed hero from the massively online battle arena (MOBA) game Dota 2. This art depicts Juggernaut's mask.", "links": {"website": ["https://www.dota2.com/hero/juggernaut", "https://dota2.fandom.com/wiki/Juggernaut"], "subreddit": ["DotA2"]}, "path": {"33-165, T:0-1": [[6, 177], [22, 177], [22, 183], [23, 183], [27, 187], [27, 188], [28, 189], [28, 190], [25, 193], [23, 191], [22, 192], [22, 196], [16, 202], [12, 202], [6, 196], [6, 192], [5, 191], [3, 193], [0, 190], [0, 189], [1, 188], [1, 187], [2, 186], [3, 185], [3, 184], [4, 183]]}, "center": {"33-165, T:0-1": [13, 187]}},
{"id": "000293", "name": "Flag of Ghana", "description": "Ghana is a West African nation with a population of 31 million. Previously on the Nigerian flag to the south, it was moved here after being removed due to their inability to find a space for a larger flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghana", "https://en.wikipedia.org/wiki/Flag_of_Ghana"]}, "path": {"121-141": [[792, 1089], [792, 1095], [796, 1095], [796, 1089]], "158-165, T:0-1": [[758, 1067], [765, 1067], [765, 1073], [758, 1073]]}, "center": {"121-141": [794, 1092], "158-165, T:0-1": [762, 1070]}},
{"id": "000294", "name": "Doki Doki Literature Club!", "description": "Doki Doki Literature Club! is a 2017 Japanese freeware romance visual novel developed by American independent game studio Team Salvato for Microsoft Windows, macOS, and Linux. You play as a high school student who must woo the girls of the literature club... through poetry! While the game starts out innocuous, it eventually turns into a psychological horror.\n\nThis art depicts the four main girls from the novel: Sayori, Natsuki, Yuri, and Monika. It was allied with Katawa Shoujo above.", "links": {"website": ["https://ddlc.moe/", "https://en.wikipedia.org/wiki/Doki_Doki_Literature_Club!"], "subreddit": ["DDLC"]}, "path": {"110-165, T:0-1": [[1550, 1184], [1550, 1200], [1600, 1200], [1600, 1184]]}, "center": {"110-165, T:0-1": [1575, 1192]}},
{"id": "000295", "name": "r/spaceXPlace and affiliates mural", "description": "SpaceX and related interests. Features Starship S20, Starman / Roadster, The Hubble Space Telescope, Starhopper, and the logos for Tesla and LabPadre. Also features shoutouts to RGV Aerial Photography, Tim Dodd (The Everyday Astronaut), NasaSpaceflightLive, and Kerbal Space Program", "links": {"subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[941, 1638], [941, 1631], [900, 1631], [905, 1620], [930, 1620], [930, 1610], [916, 1610], [916, 1606], [933, 1599], [934, 1592], [943, 1591], [949, 1585], [949, 1556], [954, 1551], [955, 1543], [952, 1535], [936, 1528], [935, 1524], [931, 1524], [930, 1528], [926, 1529], [919, 1522], [915, 1519], [901, 1519], [902, 1524], [894, 1522], [882, 1539], [881, 1546], [887, 1547], [887, 1580], [845, 1580], [846, 1612], [890, 1611], [894, 1637]]}, "center": {"109-165, T:0-1": [906, 1576]}},
{"id": "000297", "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo. This art features Kirby flying in the clouds with a night sky backdrop.\n\nA picture of Kirby was originally built here by Russian streamer Bratishkinoff. YouTube streamer Ludwig Ahgren used his chat to overtake Bratishkinoff's Kirby and build his own Kirby art, dividing his chat into nine teams to draw the piece quickly and efficiently. The art was overall loved by all communities (including Bratishkinoff) and saw minimal sabotage throughout the rest of r/place.\n\nIn a small but nevertheless amusing struggle, many attempted to give Kirby goofy-looking \"teeth\" right up to the very end.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)", "https://www.youtube.com/c/Ludwigahgren"], "subreddit": ["LudwigAhgren"]}, "path": {"103-108": [[1800, 539], [1800, 637], [1892, 637], [1892, 539]], "109-166, T:0-1": [[1800, 539], [1890, 539], [1890, 623], [1800, 623]]}, "center": {"103-108": [1846, 588], "109-166, T:0-1": [1845, 581]}},
{"id": "000299", "name": "Marisad", "description": "Marisa Kirisame is a character from Touhou Project. In the fan-made anime Fantasy Kaleidoscope ~The Memories of Phantasm~, she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom after being popularized by Touhou YouTuber Chiruno, and was dubbed \"Marisad\" (Marisa + sad). Additionally the emote of Marisa crying spread across many Touhou-related Discord servers, further adding to its popularity.", "links": {"website": ["https://en.touhouwiki.net/wiki/Marisa_Kirisame"], "subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"118-123": [[1869, 929], [1869, 950], [1871, 950], [1871, 954], [1894, 954], [1894, 929]], "125-166, T:0-1": [[1784, 868], [1784, 889], [1787, 889], [1789, 891], [1789, 895], [1798, 895], [1800, 897], [1802, 895], [1810, 895], [1810, 868]]}, "center": {"118-123": [1882, 942], "125-166, T:0-1": [1797, 881]}},
{"id": "000300", "name": "New Zealand", "description": "New Zealand, known as Aotearoa in the indigineous Māori language, is a country in Oceania. This art features icons of New Zealand, including the Laser Kiwi, kākāpō, Goodnight Kiwi, Tino Rangatiratanga, kiwifruit, flanders (Anzac) poppies, and a map of New Zealand.\n\nThis art was made by r/newzealand and allied with the Seattle Seahawks and Thailand.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Zealand"], "subreddit": ["newzealand"]}, "path": {"76-81": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1514, 731], [1514, 747], [1547, 747], [1552, 752], [1552, 767], [1577, 767], [1577, 729], [1554, 729], [1554, 714], [1554, 709]], "61-75": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1515, 731], [1515, 747], [1552, 747], [1552, 709]], "31-48": [[666, 943], [666, 984], [686, 984], [686, 1000], [695, 1000], [695, 984], [710, 984], [710, 957], [682, 957], [682, 943]], "21-30": [[666, 943], [666, 984], [710, 984], [710, 957], [681, 957], [681, 943]], "82-165, T:0-1": [[1514, 731], [1514, 747], [1550, 747], [1550, 768], [1579, 768], [1579, 760], [1577, 760], [1577, 728], [1554, 728], [1554, 714], [1557, 711], [1563, 711], [1563, 706], [1562, 706], [1562, 689], [1515, 689], [1515, 711], [1539, 711], [1539, 728], [1514, 728]]}, "center": {"76-81": [1563, 743], "61-75": [1542, 737], "31-48": [690, 971], "21-30": [696, 970], "82-165, T:0-1": [1563, 742]}},
{"id": "000305", "name": "Zero", "description": "The main character of the indie game \"Katana ZERO\", a stylish neo-noir, action-platformer.", "links": {"website": ["https://katanazero.com/", "https://store.steampowered.com/app/460950/Katana_ZERO/", "https://katana-zero.fandom.com/wiki/Katana_Zero_Wiki"], "subreddit": ["KatanaZero"], "discord": ["katanazero"]}, "path": {"109-166, T:0-1": [[1136, 1857], [1164, 1857], [1164, 1871], [1166, 1871], [1166, 1885], [1166, 1883], [1165, 1883], [1163, 1881], [1159, 1885], [1159, 1890], [1159, 1893], [1136, 1893]]}, "center": {"109-166, T:0-1": [1150, 1874]}},
{"id": "000306", "name": "The Stormlight Archive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance\n\nIn the middle of this art is a piece combining symbols from both The Stormlight Archive and Malazan. Around the symbol are elements from both series. From The Stormlight Archive, the sword at the top is Nightblood from Warbreaker and the top two characters are Shallan (left) and Kaladin (right), accompanied by their respective sprens, Pattern and Sylphrena. From Malazan, the main character Anomander Rake is pictured.", "links": {"website": ["https://www.brandonsanderson.com/the-stormlight-archive-series/", "https://en.wikipedia.org/wiki/Malazan_Book_of_the_Fallen"], "subreddit": ["Stormlight_Archive", "Malazan", "Cosmere", "SFFA"]}, "path": {"58-78, 81-87": [[1829, 879], [1829, 950], [1869, 950], [1869, 879]], "88-166, T:0-1": [[1829, 869], [1829, 950], [1869, 950], [1869, 869]]}, "center": {"58-78, 81-87": [1849, 915], "88-166, T:0-1": [1849, 910]}},
{"id": "000308", "name": "Koishi Komeiji", "description": "She is a satori, a mind reading yokai from Touhou Project. She also loves her hat.", "links": {"website": ["https://en.touhouwiki.net/wiki/Koishi_Komeiji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1484], [1621, 1517], [1654, 1517], [1654, 1484]]}, "center": {"109-166, T:0-1": [1638, 1501]}},
{"id": "000310", "name": "The Last Dance", "description": "A picture of Lionel Messi and Cristiano Ronaldo in representation of the brotherhood between Portuguese and Argentinian communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Messi%E2%80%93Ronaldo_rivalry"], "subreddit": ["portugal", "PORTUGALCARALHO", "argentina", "ArgPixelArt", "Republica_Argentina"]}, "path": {"109-165, T:0-1": [[1532, 1831], [1536, 1831], [1534, 1824], [1537, 1821], [1543, 1823], [1542, 1831], [1548, 1835], [1555, 1845], [1559, 1857], [1558, 1869], [1554, 1871], [1551, 1868], [1552, 1860], [1551, 1854], [1549, 1857], [1550, 1874], [1550, 1884], [1548, 1891], [1547, 1904], [1546, 1909], [1541, 1911], [1533, 1910], [1520, 1912], [1514, 1912], [1512, 1901], [1510, 1884], [1511, 1871], [1511, 1868], [1505, 1863], [1503, 1856], [1504, 1850], [1510, 1839], [1515, 1836], [1520, 1830], [1522, 1827], [1528, 1825], [1531, 1830]]}, "center": {"109-165, T:0-1": [1531, 1868]}},
{"id": "000311", "name": "Flag of Lebanon", "description": "The Republic of Lebanon (Arabic: لبنان) is a small country (10,452km² in area) with 3.7 million inhabitants. It is located in the Middle East region, and its capital being Beirut. It has a long coastline on the eastern shore of the Mediterranean Sea, sharing a long land border with its much larger neighbour Syria to the north and east, and a much shorter (and conflict-ridden) border with Israel to the south.", "links": {"website": ["https://en.wikipedia.org/wiki/Lebanon", "https://en.wikipedia.org/wiki/Flag_of_Lebanon"], "subreddit": ["lebanon"]}, "path": {"3-12": [[0, 430], [19, 430], [19, 452], [0, 452]], "13-43": [[0, 429], [32, 429], [32, 452], [0, 452]], "132-161, 44-122, T:0-1": [[0, 428], [36, 428], [36, 464], [0, 464]]}, "center": {"3-12": [10, 441], "13-43": [16, 441], "132-161, 44-122, T:0-1": [18, 446]}},
{"id": "000312", "name": "Flag of Namibia", "description": "Namibia is a largely desert nation to South Africa's north.", "links": {"website": ["https://en.wikipedia.org/wiki/Namibia", "https://en.wikipedia.org/wiki/Flag_of_Namibia"]}, "path": {"149": [[727, 1068], [727, 1073], [734, 1073], [734, 1068]], "150-165, T:0-1": [[750, 1067], [758, 1067], [758, 1073], [750, 1073]]}, "center": {"149": [731, 1071], "150-165, T:0-1": [754, 1070]}},
{"id": "000315", "name": "Flag of Botswana", "description": "Botswana is a Southern African nation. It is bordered by Namibia, Zambia, Zimbabwe, and South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Botswana", "https://en.wikipedia.org/wiki/Flag_of_Botswana"], "subreddit": ["Botswana"]}, "path": {"150-165, T:0-1": [[743, 1067], [750, 1067], [750, 1073], [743, 1073]]}, "center": {"150-165, T:0-1": [747, 1070]}},
{"id": "000317", "name": "Avali", "description": "A fictional species of feathered raptors created by RyuujinZERO and popularized by a mod for the game Starbound. The art is a sprite from the mod.", "links": {"website": ["https://community.playstarbound.com/resources/avali-triage.2852/triage.2852/"], "subreddit": ["avali"]}, "path": {"109-166, T:0-1": [[1477, 1260], [1477, 1302], [1446, 1302], [1446, 1260]]}, "center": {"109-166, T:0-1": [1462, 1281]}},
{"id": "000318", "name": "2014 FIFA World Cup", "description": "A representation of the trophy from the 2014 FIFA World Cup hosted in Brazil. It was built by Brazil in collaboration with Argentina, respectively the 4th and 2nd placed countries in the event. Later an alliance was made, ironically and poetically, with Germany (the winner of the event) to give the trophy a better design and help protect it from griefing, as people constantly tried to write \"7-1\" in it (explained below) or turn it into a phallic object.\n\nThe most infamous game was the semifinal between Brazil and Germany. The Brazil vs. Germany football match that took place on 8 July 2014 at the Estádio Mineirão in Belo Horizonte was the first of two semifinal matches of the 2014 FIFA World Cup.\n\nBoth Brazil and Germany reached the semifinals with an undefeated record in the competition, with the Brazilians' quarterfinal with Colombia causing them to lose forward Neymar to injury, and defender and captain Thiago Silva to accumulation of yellow cards. Despite the absence of these players, a close match was expected, given both teams were traditional FIFA World Cup forces, sharing eight tournaments won and having previously met in the 2002 FIFA World Cup Final, where Brazil won 2-0 and earned their fifth title. This match, however, ended in a shocking loss for Brazil; Germany led 5-0 at half time, with four goals scored within six minutes, and subsequently brought the score up to 7-0 in the second half. Brazil scored a consolation goal in the last minute, ending the match 7-1. Germany's Toni Kroos was selected as the man of the match.\n\nThe game marked several tournament records. Germany's win marked the largest margin of victory in a FIFA World Cup semifinal. The game saw Germany overtake Brazil as the highest scoring team in World Cup tournament history and become the first team to reach eight World Cup Finals. Miroslav Klose scored his 16th career World Cup goal and surpassed Brazil's own Ronaldo as the tournament's all-time record goalscorer. Brazil's loss broke their 62-match unbeaten streak at home in competitive matches, going back to the 1975 Copa América (where they lost 3-1 to Peru in the same stadium), and equalled their biggest margin of defeat in a match alongside a 6-0 loss to Uruguay in 1920. Ultimately, the match was described as a national humiliation.\n\nThe game has subsequently been dubbed the Mineirazo (Mineiraço [minejˈɾasu], Agony of Mineirão), evoking a previous \"spirit of national shame\" known as the Maracanazo (Maracanaço) in which Brazil unexpectedly lost the 1950 FIFA World Cup on home soil to Uruguay. Brazil subsequently lost 3-0 to the Netherlands in the third-place play-off. Germany went on to win the World Cup for the fourth time, defeating Argentina in the final.", "links": {"website": ["https://en.wikipedia.org/wiki/2014_FIFA_World_Cup"], "subreddit": ["brasil", "argentina", "Republica_Argentina", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"62-164, T:0-1": [[1023, 634], [1029, 639], [1039, 638], [1043, 633], [1040, 628], [1039, 619], [1040, 612], [1043, 606], [1041, 597], [1036, 590], [1030, 589], [1024, 593], [1022, 600], [1022, 607], [1024, 610], [1025, 614], [1028, 617], [1028, 624], [1025, 628], [1024, 634]]}, "center": {"62-164, T:0-1": [1032, 604]}},
{"id": "000319", "name": "Flag of Lesotho", "description": "Lesotho is a landlocked enclave nation of South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesotho", "https://en.wikipedia.org/wiki/Flag_of_Lesotho"]}, "path": {"150-165, T:0-1": [[735, 1067], [743, 1067], [743, 1073], [735, 1073]]}, "center": {"150-165, T:0-1": [739, 1070]}},
{"id": "000320", "name": "osu!hungary", "description": "The Hungarian osu! community. An insanely dedicated osu! group. With the help from the osu! Storyboarder Banquet community, and after the negotiations with the Star Wars community, our logo and our community efforts will live forever and ever.", "links": {"subreddit": ["osuplace", "osugame"], "discord": ["rFYD6Pq"]}, "path": {"109-166, T:0-1": [[713, 1657], [719, 1654], [726, 1658], [726, 1664], [713, 1664]]}, "center": {"109-166, T:0-1": [719, 1660]}},
{"id": "000321", "name": "Serball", "description": "A parody of the character Serval from the anime Kemono Friends. She is a playable character in the Roblox game Become Fumo", "links": {"website": ["https://www.roblox.com/games/6238705697/Become-Fumo"]}, "path": {"109-166, T:0-1": [[607, 1569], [603, 1574], [604, 1581], [608, 1583], [617, 1583], [620, 1580], [620, 1578], [620, 1574], [620, 1572], [617, 1571], [611, 1569]]}, "center": {"109-166, T:0-1": [612, 1576]}},
{"id": "000323", "name": "Hat Mouse", "description": "Hat Mouse is a mouse who sells hats in the game Stardew Valley. Hat Mouse is located in the Abandoned House (known as Ruined House on the in-game map), and sells hats that correspond with the achievements the player has unlocked.\n\n\"Hi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines.\" - Hat Mouse", "links": {"website": ["https://stardewvalleywiki.com/Abandoned_House"], "subreddit": ["StardewValley"], "discord": ["stardewvalley"]}, "path": {"56-122": [[1708, 964], [1708, 999], [1768, 999], [1768, 964]], "125-166, T:0-1": [[1708, 1008], [1768, 1008], [1768, 1043], [1708, 1043]]}, "center": {"56-122": [1738, 982], "125-166, T:0-1": [1738, 1026]}},
{"id": "000325", "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "links": {"website": ["https://spacein3d.com/where-is-starman-live-tracker/"], "subreddit": ["spacexplace"]}, "path": {"109-166, T:0-1": [[908, 1608], [911, 1609], [932, 1599], [933, 1589], [930, 1587], [931, 1572], [929, 1560], [921, 1554], [912, 1554], [903, 1561], [904, 1584], [910, 1594], [910, 1604], [908, 1605], [905, 1605]]}, "center": {"109-166, T:0-1": [918, 1580]}},
{"id": "000328", "name": "Capybara", "description": "The capybara (called \"carpincho\" in Argentina) is a symbolic animal in the region.", "links": {"website": ["https://en.wikipedia.org/wiki/Capybara"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"8-165, T:0-1": [[923, 662], [923, 665], [922, 666], [919, 666], [917, 668], [917, 669], [916, 669], [916, 674], [919, 677], [924, 677], [925, 676], [927, 676], [928, 677], [932, 677], [932, 671], [934, 671], [936, 669], [936, 665], [934, 663], [928, 663], [927, 662]]}, "center": {"8-165, T:0-1": [926, 670]}},
{"id": "000330", "name": "Hubble Space Telescope", "description": "NASA's HST, launched in 1990 aboard the Space Shuttle Discovery.", "links": {"website": ["https://www.nasa.gov/mission_pages/hubble/main/index.html"], "subreddit": ["spaceXPlace"]}, "path": {"109-165, T:0-1": [[919, 1535], [918, 1534], [913, 1528], [913, 1526], [916, 1522], [919, 1522], [924, 1527], [925, 1529], [933, 1533], [931, 1528], [931, 1526], [934, 1525], [935, 1526], [935, 1533], [938, 1530], [953, 1537], [950, 1540], [954, 1543], [955, 1548], [952, 1552], [949, 1554], [946, 1554], [941, 1551], [936, 1555], [921, 1548], [926, 1543], [921, 1539], [920, 1534]]}, "center": {"109-165, T:0-1": [935, 1540]}},
{"id": "000333", "name": "Sakuya Izayoi", "description": "The perfect and elegant maid from Touhou Project.", "links": {"website": ["https://en.touhouwiki.net/wiki/Sakuya_Izayoi"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1654, 1451], [1654, 1484], [1687, 1484], [1687, 1451]]}, "center": {"109-166, T:0-1": [1671, 1468]}},
{"id": "000334", "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art was made by the Battle for Dream Island r/place community, with the characters Firey, Donut, Four, X, Cloudy, and the announcers.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland", "place_CentralAlliance"]}, "path": {"18-106": [[608, 865], [608, 886], [609, 886], [609, 894], [628, 894], [628, 886], [631, 886], [631, 865]], "111-166, T:0-1": [[481, 1062], [481, 1069], [480, 1070], [477, 1070], [477, 1092], [511, 1092], [511, 1062]]}, "center": {"18-106": [620, 890], "111-166, T:0-1": [494, 1087]}},
{"id": "000336", "name": "r/duck_place", "description": "A chain of ducks holding hands, originally created by r/duck_place. r/croatia, r/serbia, and r/outerwilds helped out by adding hats and a marshmallow on a stick to sit on.", "links": {"website": ["https://en.wikipedia.org/wiki/Duck"], "subreddit": ["duck_place", "serbia", "croatia", "outerwilds", "place_CentralAlliance"]}, "path": {"20-35": [[255, 905], [255, 908], [254, 909], [254, 911], [255, 912], [255, 915], [339, 916], [339, 917], [401, 917], [401, 910], [303, 910], [303, 909], [301, 909], [301, 905]], "3-19": [[256, 907], [253, 910], [255, 912], [255, 913], [257, 915], [261, 916], [261, 922], [305, 922], [305, 917], [466, 917], [466, 915], [472, 915], [479, 911], [479, 908], [478, 908], [478, 905], [260, 905]], "36-166, T:0-1": [[293, 901], [293, 907], [291, 907], [292, 907], [292, 912], [293, 912], [293, 916], [294, 916], [294, 917], [295, 917], [295, 918], [296, 918], [297, 918], [297, 917], [368, 917], [368, 918], [368, 919], [389, 919], [389, 920], [394, 920], [394, 919], [395, 919], [395, 918], [396, 918], [396, 917], [404, 917], [404, 909], [400, 909], [400, 906], [393, 906], [393, 909], [389, 909], [389, 906], [382, 906], [382, 909], [378, 909], [378, 906], [371, 906], [371, 909], [367, 909], [367, 906], [361, 906], [360, 906], [360, 909], [357, 909], [357, 905], [353, 905], [353, 906], [352, 906], [352, 905], [348, 905], [348, 909], [346, 909], [346, 905], [343, 905], [342, 905], [342, 906], [341, 906], [341, 905], [338, 905], [337, 905], [337, 909], [335, 909], [335, 905], [331, 905], [331, 906], [330, 906], [330, 905], [327, 905], [326, 905], [326, 909], [324, 909], [324, 905], [321, 905], [320, 905], [320, 906], [319, 906], [319, 905], [315, 905], [315, 909], [313, 909], [313, 902], [309, 902], [309, 903], [308, 903], [308, 902], [304, 902], [304, 909], [302, 909], [302, 900], [293, 900]]}, "center": {"20-35": [282, 910], "3-19": [296, 914], "36-166, T:0-1": [374, 913]}},
{"id": "000337", "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America. This Argentinian flag has tango dancers, fernet con coca, mate, Obelisco, Mafalda, and San Martín crossing the Andes.\n\nThis flag was allied with Love Live!, Brazil, Uruguay, the Minnesota Vikings, and more. They successfully defended their art against large streamer raids.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"1-54": [[905, 619], [905, 665], [999, 665], [999, 619]], "55-165, T:0-1": [[905, 619], [1290, 620], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1243, 657], [1243, 665], [905, 665]]}, "center": {"1-54": [952, 642], "55-165, T:0-1": [928, 642]}},
{"id": "000340", "name": "Etika", "description": "A memorial dedicated to the iconic YouTube streamer Desmond Daniel Amofah, more commonly known as Etika. This art features 2 Joy-Cons, a Minecraft heart, a Smash Ball, a Subway sandwich, his iconic 'E' logo, and his saying FRFX meaning \"for real facts\". Etika's Sponsor Discord worked together to gather as many Joy-Con Boyz as possible to work on both Etika memorials.", "links": {"website": ["http://etikaworldnetwork.com/", "https://en.wikipedia.org/wiki/Etika"], "subreddit": ["EtikaRedditNetwork"], "discord": ["VHzRpZ3327"]}, "path": {"78-103": [[1579, 165], [1579, 176], [1660, 176], [1660, 147], [1615, 147], [1615, 165]], "56-77": [[1615, 147], [1615, 176], [1660, 176], [1660, 147]], "104-166, T:0-1": [[1578, 165], [1616, 165], [1616, 148], [1617, 147], [1659, 147], [1659, 176], [1588, 174], [1578, 174], [1569, 177], [1568, 165]]}, "center": {"78-103": [1630, 162], "56-77": [1638, 162], "104-166, T:0-1": [1627, 154]}},
{"id": "000342", "name": "Flag of Azerbaijan", "description": "Azerbaijan is a country in the Caucasus region of Eastern Europe and Western Asia.\n\nThis flag was originally a little bit more left, but its moon and star have been moved to the middle.\n\nAzerbaijan and Hungary squabbled initially in multiple border conflicts. Despite the prickly start (e.g., Azerbaijan's war with r/furry_irl), Azerbaijan and Hungary became valued allies to their local group. Both territories were lost due to the expansion of the Nordic territories, and the flag moved to its current location.", "links": {"website": ["https://en.wikipedia.org/wiki/Azerbaijan", "https://en.wikipedia.org/wiki/Flag_of_Azerbaijan"], "subreddit": ["placeazerbaijan", "azerbaijan"]}, "path": {"96-97": [[1008, 166], [1008, 197], [1072, 197], [1072, 166]], "89-93": [[852, 166], [852, 197], [1065, 197], [1065, 166], [893, 166], [893, 67], [799, 67], [799, 89], [893, 89], [893, 166]], "94-95": [[852, 166], [852, 197], [1072, 197], [1072, 166]], "80-88": [[799, 67], [799, 89], [893, 89], [893, 67]], "52-79": [[799, 69], [799, 89], [893, 89], [893, 69]], "39-51": [[800, 69], [800, 89], [929, 89], [929, 69]], "35-37": [[875, 69], [875, 76], [893, 76], [893, 69]], "3-4": [[968, 78], [968, 88], [977, 88], [977, 78]], "20-27": [[299, 299], [367, 299], [367, 318], [299, 318]], "7-19": [[333, 299], [367, 299], [367, 318], [333, 318]], "98-166, T:0-1": [[825, 166], [825, 198], [1072, 198], [1072, 166]]}, "center": {"96-97": [1040, 182], "89-93": [929, 182], "94-95": [962, 182], "80-88": [846, 78], "52-79": [846, 79], "39-51": [865, 79], "35-37": [884, 73], "3-4": [973, 83], "20-27": [333, 309], "7-19": [350, 309], "98-166, T:0-1": [949, 182]}},
{"id": "000345", "name": "Obelisco de Buenos Aires", "description": "The Obelisco de Buenos Aires (Obelisk of Buenos Aires) is a national historic monument and icon of Buenos Aires, Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Obelisco_de_Buenos_Aires"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"61-165, T:0-1": [[1126, 624], [1124, 627], [1124, 653], [1123, 653], [1123, 656], [1129, 656], [1129, 653], [1128, 653], [1128, 627]]}, "center": {"61-165, T:0-1": [1126, 641]}},
{"id": "000347", "name": "Crossing of the Andes", "description": "The Crossing of the Andes (Spanish: Cruce de los Andes) was one of the most important feats in the Argentine and Chilean wars of independence, in which a combined army of Argentine soldiers and Chilean exiles invaded Chile, leading to Chile's liberation from Spanish rule. Crossing the Andes mountain range was a major step in the strategy devised by José de San Martín to defeat the royalist forces at their stronghold of Lima, Viceroyalty of Perú, and secure the Spanish-American independence movements.", "links": {"website": ["https://en.wikipedia.org/wiki/Crossing_of_the_Andes"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"72-148": [[1203, 640], [1200, 643], [1200, 650], [1199, 651], [1199, 653], [1197, 653], [1197, 657], [1200, 657], [1200, 660], [1201, 661], [1201, 665], [1243, 665], [1243, 657], [1240, 654], [1240, 652], [1246, 652], [1246, 654], [1260, 654], [1260, 664], [1290, 664], [1290, 645], [1287, 640], [1280, 635], [1274, 642], [1266, 634], [1264, 634], [1256, 642], [1253, 639], [1246, 647], [1245, 647], [1243, 645], [1238, 651], [1237, 651], [1234, 648], [1231, 651], [1230, 651], [1227, 648], [1225, 648], [1217, 656], [1213, 662], [1213, 658], [1211, 656], [1211, 649], [1213, 649], [1213, 647], [1211, 647], [1208, 644], [1207, 644], [1204, 647], [1204, 640]], "149-165, T:0-1": [[1201, 665], [1201, 658], [1197, 656], [1196, 655], [1196, 654], [1198, 654], [1198, 651], [1199, 650], [1199, 646], [1200, 646], [1200, 621], [1201, 621], [1203, 623], [1203, 647], [1205, 647], [1207, 645], [1212, 645], [1212, 656], [1213, 657], [1213, 659], [1214, 659], [1224, 649], [1224, 644], [1230, 644], [1230, 652], [1233, 649], [1233, 644], [1239, 644], [1239, 648], [1240, 648], [1242, 646], [1242, 641], [1248, 641], [1248, 644], [1252, 640], [1252, 635], [1258, 635], [1258, 640], [1264, 634], [1264, 630], [1270, 630], [1270, 638], [1272, 640], [1272, 635], [1278, 635], [1278, 638], [1280, 636], [1280, 631], [1286, 631], [1286, 635], [1289, 638], [1289, 639], [1287, 639], [1287, 645], [1290, 648], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1246, 652], [1240, 652], [1240, 654], [1243, 657], [1243, 665]]}, "center": {"72-148": [1278, 653], "149-165, T:0-1": [1276, 652]}},
{"id": "000352", "name": "Kawashiro Nitori", "description": "Kawashiro Nitori is a character from the Touhou Project. She is one of the kappas, a tech-savvy group in Touhou.\n\nNitori was the first of the three Touhou artworks in this region to be constructed in this area, established on the first day of the event. She was later attacked by a streamers, and was redesigned into a leaning position to avoid further streamer attacks. This art was originally designed by BoopyLoops, and was redesigned by Roger 22 and Sakuya Izaoyi.", "links": {"website": ["https://en.touhouwiki.net/wiki/Nitori_Kawashiro"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"134-147, 28-114, T:0-1": [[477, 528], [473, 530], [470, 534], [469, 537], [469, 540], [471, 542], [471, 548], [473, 548], [473, 549], [475, 551], [476, 551], [476, 553], [485, 553], [485, 551], [486, 551], [488, 549], [488, 548], [490, 548], [490, 542], [492, 540], [492, 537], [491, 536], [491, 534], [489, 532], [489, 531], [487, 529], [484, 528]], "115-133, 148-157": [[477, 528], [473, 530], [470, 533], [470, 536], [469, 537], [469, 541], [492, 541], [492, 537], [490, 533], [488, 530], [485, 528]], "158-166": [[474, 528], [470, 533], [469, 536], [469, 538], [471, 541], [501, 541], [501, 540], [499, 538], [499, 536], [497, 534], [494, 534], [493, 533], [490, 533], [488, 529], [487, 528], [485, 528], [484, 527], [477, 527], [476, 528]]}, "center": {"134-147, 28-114, T:0-1": [480, 538], "115-133, 148-157": [481, 535], "158-166": [482, 534]}},
{"id": "000354", "name": "Nordic Union", "description": "A collection of countries in northern Europe, including Denmark, Finland, Iceland, Norway, and Sweden.", "links": {"website": ["https://en.wikipedia.org/wiki/Nordic_countries"], "subreddit": ["place_nordicunion", "AlandIslands", "Denmark", "FaroeIslands", "Greenland", "Iceland", "Norge", "SaamiPeople", "Suomi", "sweden"]}, "path": {"109-146": [[215, 35], [215, 93], [186, 93], [186, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [271, 128], [271, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 171], [433, 171], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 70], [885, 70], [885, 68], [840, 68], [840, 70], [707, 70], [707, 35]], "94-108": [[180, 93], [180, 96], [207, 96], [207, 100], [234, 100], [234, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 160], [431, 160], [431, 179], [439, 179], [439, 193], [433, 193], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 69], [840, 69], [840, 70], [707, 70], [707, 35], [215, 35], [215, 93]], "61-93": [[215, 35], [215, 96], [231, 96], [231, 101], [258, 101], [258, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [333, 133], [333, 136], [337, 136], [339, 138], [339, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [536, 298], [536, 202], [634, 202], [634, 106], [799, 106], [799, 67], [842, 67], [842, 35], [791, 36], [791, 70], [707, 70], [707, 71], [656, 71], [656, 35]], "1-60": [[297, 35], [297, 45], [301, 45], [301, 84], [245, 84], [245, 104], [265, 104], [265, 108], [274, 116], [291, 116], [291, 134], [290, 134], [290, 156], [293, 156], [293, 159], [337, 159], [337, 160], [372, 160], [372, 162], [634, 162], [634, 106], [781, 106], [781, 94], [785, 94], [785, 85], [790, 85], [790, 70], [602, 70], [602, 35]], "147-166, T:0-1": [[187, 93], [187, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [340, 158], [340, 171], [433, 171], [433, 298], [540, 298], [541, 297], [541, 290], [542, 289], [554, 289], [555, 288], [555, 285], [594, 285], [594, 202], [634, 202], [634, 189], [635, 189], [635, 186], [634, 186], [634, 185], [636, 182], [636, 179], [634, 179], [634, 138], [799, 138], [799, 89], [893, 89], [893, 69], [886, 69], [886, 67], [840, 67], [840, 70], [707, 70], [707, 35], [538, 35], [538, 33], [536, 31], [534, 31], [532, 33], [530, 31], [528, 31], [526, 33], [526, 35], [501, 35], [501, 33], [499, 31], [497, 31], [496, 32], [495, 32], [494, 31], [492, 31], [490, 33], [490, 35], [363, 35], [359, 39], [355, 35], [296, 35], [294, 33], [254, 33], [252, 35], [215, 35], [215, 93]]}, "center": {"109-146": [524, 133], "94-108": [525, 133], "61-93": [508, 121], "1-60": [518, 99], "147-166, T:0-1": [524, 133]}},
{"id": "000359", "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino. It has been translated into 20 languages.", "links": {"website": ["https://en.wikipedia.org/wiki/Mafalda"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"67-164, T:0-1": [[1174, 665], [1174, 659], [1169, 657], [1168, 656], [1168, 647], [1167, 646], [1167, 642], [1170, 637], [1171, 636], [1172, 636], [1172, 632], [1186, 632], [1186, 636], [1187, 636], [1191, 641], [1191, 656], [1189, 658], [1186, 659], [1186, 665]]}, "center": {"67-164, T:0-1": [1180, 648]}},
{"id": "000361", "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. Blue managed to recover from being nuked by Dr. Pepper before r/place's final moments.", "links": {"website": ["https://www.youtube.com/c/OverlySarcasticProductionsChannel"], "subreddit": ["osp"]}, "path": {"109-166, T:0-1": [[1703, 1648], [1714, 1648], [1714, 1625], [1705, 1625], [1705, 1622], [1700, 1622], [1697, 1624], [1693, 1624], [1691, 1628], [1702, 1638]]}, "center": {"109-166, T:0-1": [1705, 1634]}},
{"id": "000365", "name": "The untitled Teddy and Ben show", "description": "The untitled Teddy and Ben show is the final web series by wavetro, a former YouTuber who created original 3D animated web series. The pictured characters are Teddy and Ben, the show's main characters. The series was cut short when wavetro left his YouTube career to pursue new interests.", "links": {"website": ["https://www.youtube.com/watch?v=MSOEsx8DbkQ", "https://wavetro.net/"], "subreddit": ["wavetro"]}, "path": {"115-165, T:0-1": [[1049, 400], [1049, 409], [1052, 409], [1052, 411], [1055, 414], [1060, 414], [1063, 411], [1063, 402], [1061, 400]]}, "center": {"115-165, T:0-1": [1057, 406]}},
{"id": "000366", "name": "Shade", "description": "Shade, the main character from the game The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. The Longing is an unusual mix of a point-and-click adventure and an idle game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: these 400 days start to count down in real-time.", "links": {"website": ["http://www.399d-23h-59m-59s.com/"], "subreddit": ["TheLonging"]}, "path": {"91-166, T:0-1": [[1561, 179], [1558, 183], [1558, 191], [1561, 191], [1563, 193], [1567, 193], [1567, 186], [1568, 185], [1568, 179]]}, "center": {"91-166, T:0-1": [1563, 184]}},
{"id": "000367", "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of loyalty, and is depicted here saluting to the future and the world.\n\nThis artwork was part of the first piece of art that the MLP fandom worked on at the start of r/place. However, after getting decapitated by the Ukraine flag numerous times and being raided by various Twitch streamers early on, the MLP fandom was forced to move and rework this artwork multiple times until it reached its final iteration as shown. This depiction of the element of loyalty and the caption below it now stand as a representation of the fandom's will to persevere despite the end of Friendship is Magic in 2019.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"82-84": [[1808, 450], [1795, 460], [1795, 465], [1788, 473], [1788, 474], [1803, 487], [1803, 496], [1850, 496], [1849, 488], [1842, 483], [1832, 483], [1825, 486], [1821, 486], [1827, 478], [1827, 452]], "111-165, T:0-1": [[925, 1830], [892, 1830], [892, 1885], [961, 1886], [961, 1830]]}, "center": {"82-84": [1810, 472], "111-165, T:0-1": [927, 1858]}},
{"id": "000368", "name": "Touhou Project", "description": "The Touhou Project, commonly known as Touhou, is a bullet hell shoot 'em up video game series created by one-man independent Japanese doujin software developer Team Shanghai Alice. These three pixel arts are Nitori, Bad Apple, and Touhou's kanji logo 東方, and represent the Touhou r/place group's first major expansion.\n\nNitori was built first on top of the Rainbow Road, and eventually supplanted the latter with a black background to defend against the void that formed above this art piece. Then Bad Apple was built, and then the Touhou logo. The three art pieces faced multiple menaces as they were placed near the American flag, which was prone to being invaded. A casualty of these invasions was a drawing of the Touhou character Marisa/Marisad; this space was reclaimed by the flag, and eventually became a Minion in the final canvas. The purple void created by streamer xQc against the flag also grazed Touhou's position. This threat eventually subsided once the American flag was relocated due to constant griefing. Touhou was later raided by a Peruvian streamer multiple times on April 4, and was forced to cede a large chunk of area in the end with a redesign.", "links": {"website": ["https://en.wikipedia.org/wiki/Touhou_Project"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"39-45": [[468, 528], [468, 553], [505, 553], [505, 554], [510, 554], [510, 528]], "132-157, 46-114": [[480, 513], [480, 528], [468, 528], [468, 553], [511, 553], [511, 529], [527, 529], [527, 513]], "115-131, 158-166, T:0-1": [[468, 527], [468, 541], [511, 541], [511, 529], [527, 529], [527, 513], [480, 513], [480, 527]]}, "center": {"39-45": [489, 541], "132-157, 46-114": [495, 536], "115-131, 158-166, T:0-1": [497, 527]}},
{"id": "000371", "name": "Institut National des Sciences Appliquées", "description": "Institut National des Sciences Appliquées (INSA) is the largest group of public engineering schools in France.\n\nThe letters on the right represent the location of its schools (with associated colors): L for Lyon, T for Toulouse, H for Hauts-de-France, C for Centre Val de Loire, orange R for Rennes, blue R for Rouen, and S for Strasbourg.", "links": {"website": ["https://www.groupe-insa.fr/", "https://en.wikipedia.org/wiki/Institut_national_des_sciences_appliqu%C3%A9es"], "subreddit": ["insa"]}, "path": {"143-150": [[0, 1068], [19, 1068], [19, 1076], [0, 1076]], "151-159": [[0, 1068], [25, 1068], [25, 1079], [0, 1079]], "160-165, T:0-1": [[0, 1068], [40, 1068], [40, 1079], [0, 1079]]}, "center": {"143-150": [10, 1072], "151-159": [13, 1074], "160-165, T:0-1": [20, 1074]}},
{"id": "000376", "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.\n\nThis art was added along the way while maintaining the larger Derpy Hooves art.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony", "MLP_Pixel"], "discord": ["manechat"]}, "path": {"53-57": [[668, 207], [666, 209], [666, 211], [661, 211], [658, 214], [658, 219], [669, 219], [672, 217], [675, 212], [675, 210], [672, 207]], "111, 135-165, T:0-1": [[1986, 357], [1983, 360], [1983, 362], [1984, 363], [1984, 364], [1986, 366], [1986, 367], [1987, 368], [1988, 368], [1989, 369], [1999, 369], [1999, 363], [1997, 361], [1994, 361], [1994, 363], [1992, 363], [1992, 357]]}, "center": {"53-57": [670, 211], "111, 135-165, T:0-1": [1988, 361]}},
{"id": "000377", "name": "Bow", "description": "Bow is a character from the YouTube show Inanimate Insanity. She is pictured holding up the Earth drawn by r/BuildTheEarth.", "links": {"website": ["https://inanimateinsanity.fandom.com/wiki/Bow", "https://www.inanimateinsanity.com/"], "subreddit": ["inanimateinsanity"]}, "path": {"12-166, T:0-1": [[59, 631], [59, 643], [77, 643], [77, 631]]}, "center": {"12-166, T:0-1": [68, 637]}},
{"id": "000378", "name": "Touhou 6: Embodiment of Scarlet Devil", "description": "The icon of Touhou 6: Embodiment of Scarlet Devil, depicting the character Kirisame Marisa. It was originally allocated a spot near the beginning of the start button beside the League of Legends logo, but the area was invaded by the League of Legends community, and after much fighting the Touhou r/place Discord made the decision to place it here.", "links": {"website": ["https://en.wikipedia.org/wiki/Embodiment_of_Scarlet_Devil"], "subreddit": ["touhou", "placestart"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1109, 1973], [1109, 1997], [1135, 1996], [1135, 1973]]}, "center": {"109-166, T:0-1": [1122, 1985]}},
{"id": "000381", "name": "Starscape", "description": "Starscape is a game on the game platform Roblox.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["StarscapeRoblox"]}, "path": {"151-166, T:0-1": [[1632, 832], [1632, 842], [1692, 842], [1692, 832]]}, "center": {"151-166, T:0-1": [1662, 837]}},
{"id": "000383", "name": "r/unixporn", "description": "r/unixporn is a subreddit focused on customization of Unix-based (*NIX) operating systems like Linux and macOS. Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make \"ricers\" (desktop customizers) happy. Maybe a server running on an Amiga computer, or a ThinkPad laptop signed by C++ creator Bjarne Stroustrup? Show the world how sexy your computer can be!", "links": {"website": ["https://unixporn.github.io/"], "subreddit": ["unixporn"]}, "path": {"114-144": [[9, 756], [9, 765], [20, 765], [20, 756]], "145-164, T:0-1": [[0, 756], [0, 765], [11, 765], [12, 766], [17, 766], [20, 763], [20, 758], [17, 755], [13, 755], [12, 756]]}, "center": {"114-144": [15, 761], "145-164, T:0-1": [14, 761]}},
{"id": "000398", "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes. The pictures in the banner feature a white-tailed fawn (a national symbol), the 1968 Arenal volcano eruption, a red-eyed tree frog, Lizano sauce, \"Pura Vida\" (popular greeting and slogan), a keel-billed toucan, a sloth, a hummingbird, and the national flower (Guaria Morada or country purple girl). The hearts were made to show Spanish YouTuber Ticos's support, with seven drawn to represent Costa Rica's seven provinces.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"117-143": [[1246, 426], [1596, 427], [1596, 421], [1621, 421], [1621, 446], [1246, 446]], "79-96": [[1239, 427], [1481, 427], [1481, 416], [1495, 416], [1495, 427], [1597, 427], [1597, 446], [1239, 446]], "57-78": [[1403, 427], [1621, 427], [1621, 446], [1403, 446]], "109-116": [[1246, 426], [1416, 426], [1416, 414], [1424, 414], [1427, 418], [1427, 426], [1621, 427], [1621, 446], [1246, 446]], "144-166, 97-108, T:0-1": [[1246, 426], [1621, 427], [1621, 446], [1246, 446]]}, "center": {"117-143": [1609, 434], "79-96": [1488, 435], "57-78": [1512, 437], "109-116": [1422, 435], "144-166, 97-108, T:0-1": [1465, 436]}},
{"id": "000399", "name": "Tumindig", "description": "Tumindig is a drawing of a fist raised upwards, and is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country. The original Tumindig artwork was created in 2021 by Filipino satirist and cartoonist Kevin Eric Raymundo, a.k.a. Tarantadong Kalbo. Raymundo created the artwork out of frustration at the government response to the COVID-19 pandemic. The word \"tumindig\" means \"standing up\", \"raise your voice\", or \"arise\" in the Filipino language.\n\nTumindig is also the mascot of r/Philippines, who placed this art. Rather than Tumindig's regular white color scheme, this artwork features Tumindig in the colors of the flag of the Philippines. Tumindig is wearing a salakót, a traditional Filipino hat. The pink background represents Leni Robredo, a presidential candidate for the Philippines in the election cycle that was ongoing during r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Tumindig"], "subreddit": ["Philippines"]}, "path": {"60-86": [[1333, 599], [1333, 671], [1347, 671], [1347, 644], [1373, 644], [1373, 599]], "158-166, 87-145, T:0-1": [[1374, 599], [1333, 599], [1333, 648], [1374, 648]]}, "center": {"60-86": [1353, 619], "158-166, 87-145, T:0-1": [1354, 624]}},
{"id": "000400", "name": "Chicago Bears", "description": "The Chicago Bears are an American football team based in Chicago, Illinois, United States. The team is one of the oldest teams currently in the NFL (National Football League).", "links": {"website": ["https://www.chicagobears.com/", "https://en.wikipedia.org/wiki/Chicago_Bears"], "subreddit": ["CHIBears"]}, "path": {"3-165, T:0-1": [[773, 548], [813, 548], [813, 581], [773, 581]]}, "center": {"3-165, T:0-1": [793, 565]}},
{"id": "000407", "name": "Olive Higgins", "description": "The protagonist of the Purrfect Apawcalypse game series.", "links": {"website": ["https://purrfectapawcalypse.fandom.com/wiki/Olive_Higgins"]}, "path": {"146-165, T:0-1": [[488, 477], [485, 480], [485, 483], [487, 487], [490, 489], [493, 489], [496, 487], [498, 483], [498, 480], [495, 477]]}, "center": {"146-165, T:0-1": [492, 483]}},
{"id": "000422", "name": "Flag of Nunavut", "description": "Nunavut is a territory of Canada.", "links": {"website": ["https://en.wikipedia.org/wiki/Nunavut", "https://en.wikipedia.org/wiki/Flag_of_Nunavut"], "subreddit": ["nunavut", "placecanada", "canada"]}, "path": {"157-160": [[193, 450], [193, 460], [209, 460], [209, 450]], "161-165, T:0-1": [[193, 462], [209, 462], [209, 452], [193, 452]]}, "center": {"157-160": [201, 455], "161-165, T:0-1": [201, 457]}},
{"id": "000429", "name": "Ninji", "description": "Ninji is an enemy from the Mario franchise, appearing in the games Super Mario Bros. 2 (USA), Super Mario World, Super Mario Run, Super Mario Maker 2, and more. Super Mario Maker 2's v2.0.0 update added a Ninji Speedruns mode, where players complete to beat levels designed by Nintendo in the fastest time possible. In that mode, you can race against other players' times, with their ghosts appearing as Ninjis.", "links": {"website": ["https://www.mariowiki.com/Ninji"], "subreddit": ["MarioMaker2"], "discord": ["5ECWF94"]}, "path": {"89-165, T:0-1": [[1761, 138], [1761, 152], [1773, 152], [1773, 138]]}, "center": {"89-165, T:0-1": [1767, 145]}},
{"id": "000430", "name": "Flag of Colorado", "description": "Colorado is a state in the United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Colorado", "https://en.wikipedia.org/wiki/Flag_of_Colorado"], "subreddit": ["Colorado"]}, "path": {"6-165, T:0-1": [[0, 745], [20, 745], [20, 730], [0, 730]]}, "center": {"6-165, T:0-1": [10, 738]}},
{"id": "000433", "name": "Flag of Denver", "description": "The flag of Denver, Colorado, United States.", "links": {"subreddit": ["denver"]}, "path": {"1-165, T:0-1": [[0, 756], [20, 756], [20, 745], [0, 745]]}, "center": {"1-165, T:0-1": [10, 751]}},
{"id": "000448", "name": "Cuca from XTale (Undertale AU)", "description": "Cuca is a butterfly. Became a local character on Discord Server. XTale is a YT animation series by Jael Peñaloza", "links": {"website": ["https://www.youtube.com/c/JakeiHazen"], "subreddit": ["XTale"]}, "path": {"109-166, T:0-1": [[1851, 1699], [1855, 1708], [1852, 1709], [1850, 1711], [1844, 1706], [1844, 1704], [1849, 1706], [1849, 1703], [1850, 1703], [1850, 1700]]}, "center": {"109-166, T:0-1": [1850, 1706]}},
{"id": "000450", "name": "Newgrounds", "description": "The logo of Newgrounds, a site for online animations and games. Drawn by streamer and animator Ross \"RubberRoss\" O'Donovan's community.", "links": {"website": ["https://www.newgrounds.com"], "subreddit": ["newgrounds"]}, "path": {"109-166, T:0-1": [[878, 1947], [878, 1895], [929, 1896], [929, 1947]]}, "center": {"109-166, T:0-1": [903, 1921]}},
{"id": "000457", "name": "Zyzz", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder and entertainer who gained a cult following in the late 2000s after posting on YouTube.\n\nThis was placed by Twitch streamer xQc and his community. They originally made Menchi from Hunter x Hunter, before abandoning it when people kept making her naked and getting her censored by Reddit admins.", "links": {"website": ["https://en.wikipedia.org/wiki/Aziz_Shavershian"], "subreddit": ["Zyzz"]}, "path": {"109-166, T:0-1": [[1332, 1612], [1332, 1682], [1332, 1753], [1439, 1754], [1439, 1658], [1417, 1658], [1413, 1654], [1413, 1638], [1394, 1637], [1394, 1612]]}, "center": {"109-166, T:0-1": [1381, 1689]}},
{"id": "000255", "name": "Red vs. Blue", "description": "Red vs. Blue (RvB) is an American machinima and animated web series created by Rooster Teeth, based on the Halo games. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "links": {"website": ["https://roosterteeth.com/channel/red-vs-blue-universe", "https://en.wikipedia.org/wiki/Red_vs._Blue"], "subreddit": ["RedvsBlue"]}, "path": {"25-166, T:0-1": [[449, 682], [472, 682], [472, 713], [449, 713]]}, "center": {"25-166, T:0-1": [461, 698]}},
{"id": "000256", "name": "Half-life 3 Lambda", "description": "Half-Life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.\n\nFans of the series have been waiting for a third installment to the main series since 2007, and jokes about the wait time and nonexistent release date of \"Half-Life 3\" have become one of the most iconic memes within the gaming community.", "links": {"website": ["https://half-life.fandom.com/wiki/Development_of_the_next_Half-Life_game", "https://knowyourmeme.com/memes/half-life-3-confirmed"], "subreddit": ["HalfLife"]}, "path": {"158-166, T:0-1": [[1558, 1918], [1558, 1932], [1561, 1932], [1561, 1934], [1574, 1934], [1574, 1918]]}, "center": {"158-166, T:0-1": [1566, 1926]}},
{"id": "000257", "name": "Flag of Saudi Arabia", "description": "Saudi Arabia, officially the Kingdom of Saudi Arabia (KSA), is a country in the Arabian Peninsula of West Asia. This flag displays traditional palm trees and swords, a mabkhara, a dallah, and a Peepo wearing a thobe.\n\nThis Saudi flag was drawn by the r/SaudiArabia Discord.", "links": {"website": ["https://en.wikipedia.org/wiki/Saudi_Arabia", "https://en.wikipedia.org/wiki/Flag_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"110-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"110-166, T:0-1": [1621, 1049]}},
{"id": "000260", "name": "Amaterasu", "description": "Amaterasu is the lupine protagonist of the video game Ōkami (2006).\n\nThis placement was organized mainly by the Ōkami speedrunning community, and contributed to by all loving fans.", "links": {"website": ["https://okami.speedruns.wiki/Main_Page", "https://en.wikipedia.org/wiki/%C5%8Ckami"], "subreddit": ["Okami"]}, "path": {"29-45": [[886, 212], [886, 228], [905, 228], [905, 212]], "25-28": [[874, 206], [874, 213], [877, 220], [881, 223], [883, 223], [888, 220], [888, 215], [884, 212], [879, 212], [879, 205]], "74-166, T:0-1": [[996, 389], [991, 394], [991, 399], [993, 401], [993, 404], [996, 404], [996, 406], [1000, 406], [1000, 407], [1003, 407], [1010, 398], [1010, 390], [1007, 390], [1007, 389]]}, "center": {"29-45": [896, 220], "25-28": [882, 217], "74-166, T:0-1": [1000, 397]}},
{"id": "000275", "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.\n\nThis Danish flag contains a Lego brick and the famous Lego astronaut, since Lego is a Danish company. A swan, the national bird of Denmark, is also on the flag. The three shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen. They make up the group called \"Olsen-banden\", a series of Danish crime comedies.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"83-118": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "1-79": [[542, 285], [542, 342], [689, 342], [689, 320], [638, 320], [638, 285]], "T:0-1": [[555, 285], [536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "130-166": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 294], [658, 294], [658, 285]]}, "center": {"83-118": [565, 314], "1-79": [571, 314], "T:0-1": [565, 314], "130-166": [565, 314]}},
{"id": "000281", "name": "Cosmere", "description": "The Cosmere is the greater universe of Brandon Sanderson's adult fiction books, such as The Stormlight Archive.", "links": {"website": ["https://stormlightarchive.fandom.com/wiki/Cosmere"], "subreddit": ["placeCosmere", "Cosmere"]}, "path": {"5-165, T:0-1": [[860, 923], [860, 975], [902, 975], [902, 923]]}, "center": {"5-165, T:0-1": [881, 949]}},
{"id": "000284", "name": "Gir from Invader Zim", "description": "Gir from the show 'Invader Zim'", "links": {"subreddit": ["invaderzim"]}, "path": {"109-166, T:0-1": [[1332, 1344], [1331, 1344], [1347, 1317], [1332, 1317], [1332, 1344], [1347, 1344], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1317], [1348, 1318], [1349, 1318], [1347, 1317], [1331, 1344]]}, "center": {"109-166, T:0-1": [1340, 1330]}},
{"id": "000287", "name": "Arctic Monkeys", "description": "Arctic Monkeys are a British rock band. This space contains six studio albums: Tranquility Base Hotel & Casino; Suck It And See; Humbug; Whatever People Say I Am, That's What I'm Not; Favourite Worst Nightmare; and AM. The art also contains a solo extended play (EP) by the band's lead singer Alex Turner: Submarine. There are also references to the Monkeys' fandom favorite meme: \"bric[c]\" and a song of theirs called 505 from Favourite Worst Nightmare.", "links": {"website": ["http://arcticmonkeys.com/", "https://en.wikipedia.org/wiki/Arctic_Monkeys"], "subreddit": ["arcticmonkeys"]}, "path": {"122-134": [[1315, 344], [1315, 382], [1330, 382], [1330, 368], [1345, 368], [1345, 382], [1360, 382], [1360, 367], [1357, 367], [1357, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 367], [1345, 367], [1345, 368], [1329, 368], [1329, 344]], "90-121": [[1315, 344], [1315, 369], [1314, 369], [1314, 382], [1330, 382], [1330, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 344]], "135-166, T:0-1": [[1315, 344], [1315, 382], [1361, 382], [1361, 344]]}, "center": {"122-134": [1349, 352], "90-121": [1322, 373], "135-166, T:0-1": [1338, 363]}},
{"id": "000298", "name": "Futurama", "description": "The Futurama section, created by r/futurama users (with help from several allied communities). It depicts many characters from the show, as well as their spaceship The Planet Express Ship, seen flying against a starry background. Underneath that is the subreddit's handle. Allied communities featured in this space include:\n\nr/IASIP - The main cast of 'It's Always Sunny in Philadelphia' can be seen in the taskbar section.\nHolly HQ - the 'H' trans flag behind the spaceship.\nr/byzantium - The Byzantium flag to the right.\nr/panama - The Panamanian flag was flying from the ship's turret for much of r/place.\nMushrooms - placed by a lone redditor in memoriam of a loved one.\nPurple Dragon - Another small community sharing space with r/futurama.\nr/kiminonawa - Towards the very end of r/place, a mini version of the Comet Tiamat from the anime film 'Your Name' was also added to the canvas above the Planet Express.", "links": {"subreddit": ["futurama", "IASIP", "Panama", "kiminonawa", "byzantium", "placestart"]}, "path": {"109-166, T:0-1": [[1201, 1954], [1299, 1954], [1300, 1970], [1286, 1972], [1288, 2000], [1219, 1999], [1219, 1971], [1201, 1971]]}, "center": {"109-166, T:0-1": [1252, 1975]}},
{"id": "000303", "name": "Five Nights at Freddy's", "description": "Five Nights at Freddy's (FNaF) is a popular indie horror franchise. To the left sits the iconic Purple Guy, and to the right is a version of Michael Afton from a fan comic called Children Rekindled.\n\nThe banner was originally located underneath My Little Pony. It was planned to be bigger, but this ran into complications with the early Ukraine flag, several streamer raids, multiple fights with the Denmark flag, and trolls attempting to change the words \"Nights\" and \"Freddy's\" into offensive words. It was wiped out and messed with at least three times, but it prevailed thanks to allies from MLP, Deltarune, Asexual Flag Gang, The Swifties, and Berserk.", "links": {"website": ["https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s"], "subreddit": ["fivenightsatfreddys"]}, "path": {"3-75, 81-133, T:0-1": [[595, 277], [595, 285], [638, 285], [638, 294], [658, 294], [658, 284], [688, 284], [689, 277]], "134-166": [[595, 277], [595, 285], [688, 284], [688, 281], [689, 281], [689, 277]]}, "center": {"3-75, 81-133, T:0-1": [646, 285], "134-166": [599, 281]}},
{"id": "000307", "name": "Ryan the Bun", "description": "A small icon representing Ryan the Bun (ITBERYAN), a content creator known for being a bunny with a bowtie. He is closely linked with the VRChat community.", "links": {"website": ["https://twitter.com/ITBERYAN2"], "subreddit": ["VRChat"]}, "path": {"92-166, T:0-1": [[980, 105], [980, 108], [979, 108], [979, 111], [981, 113], [985, 113], [987, 111], [987, 109], [984, 106], [983, 106], [983, 105]]}, "center": {"92-166, T:0-1": [983, 110]}},
{"id": "000313", "name": "Foxhole", "description": "Foxhole is a massively multiplayer action-strategy war game where hundreds or thousands of players battle for control of the map. It is set in the World War I/II era. Each hexagonal tile represents a subdivision of the map in a war, and the colors represent which team controls that area on the tile. Wars, also known as \"shards\", take place over the span of weeks.\n\nThis is the first of three artworks made by a group of gamers who play Foxhole. The piece depicts a map of the fictional land of Caoiva from the game, colored in green and blue to represent the \"Colonial\" and \"Warden\" (logos at the bottom of the map) battling for control. Participants chose a team to represent and started replacing the other team colour with their own inside the artwork hexagons. This resulted in a back-and-forth interactive simulated war throughout the duration of r/place. With more blue on the map at the end, the Wardens achieved victory in war 1 of r/place.", "links": {"website": ["https://www.foxholegame.com", "https://en.wikipedia.org/wiki/Foxhole_(video_game)"], "subreddit": ["foxholegame"]}, "path": {"1-164, T:0-1": [[753, 535], [703, 535], [703, 607], [753, 607], [753, 604], [755, 602], [755, 547], [753, 547]]}, "center": {"1-164, T:0-1": [729, 541]}},
{"id": "000314", "name": "Will Wood", "description": "Will Wood is a musician who has released albums both solo and with his band the Tapeworms. The piece references the hit single, \"Love, Me Normally\", and Mr. Boy, Will's pet rat.\n\nThis art was created by a mishmash of r/willwood users and other individuals, as well as aid from Green Lattice and r/ENA after the previous location on the right wall (above The Wave) was destroyed.", "links": {"website": ["https://www.willwood.net/", "https://en.wikipedia.org/wiki/Will_Wood_(musician)"], "subreddit": ["willwood"]}, "path": {"122-165, T:0-1": [[1099, 407], [1063, 407], [1063, 400], [1077, 400], [1077, 390], [1099, 390]]}, "center": {"122-165, T:0-1": [1089, 399]}},
{"id": "000316", "name": "Say Gay Florida", "description": "A depiction of the state of Florida, United States with the words \"Say Gay\" on it. This art is in opposition to a recent Florida state law, the Parental Rights in Education Act (commonly known as \"Don't Say Gay\"), which restricts education on sexual orientation and gender identity in public schools.\n\nThis art was a collaboration by r/PlacePride and r/transplace.", "links": {"website": ["https://en.wikipedia.org/wiki/Florida_Parental_Rights_in_Education_Act"], "subreddit": ["PlacePride", "transplace"]}, "path": {"159-165, T:0-1": [[539, 482], [539, 486], [541, 488], [544, 488], [547, 491], [551, 491], [553, 499], [559, 505], [560, 505], [565, 500], [565, 491], [563, 489], [561, 489], [560, 487], [560, 484], [558, 482]]}, "center": {"159-165, T:0-1": [559, 495]}},
{"id": "000326", "name": "Kaaba", "description": "Kaaba is a building at the center of Islam's most important mosque, the Masjid al-Haram in Mecca, Saudi Arabia.\n\nDrawn by the community \"Kanelbollens hjemland\" of Norwegian streamer Tappelino.", "links": {"website": ["https://en.wikipedia.org/wiki/Kaaba"], "discord": ["Gc8Y2xs7W7"]}, "path": {"159-161": [[779, 120], [799, 120], [799, 138], [779, 138]]}, "center": {"159-161": [789, 129]}},
{"id": "000335", "name": "Three Cheers for Sweet Revenge", "description": "Three Cheers for Sweet Revenge is an album by the American rock band My Chemical Romance (MCR).", "links": {"website": ["https://en.wikipedia.org/wiki/Three_Cheers_for_Sweet_Revenge"], "subreddit": ["MyChemicalRomance"]}, "path": {"62-136": [[1118, 120], [1118, 148], [1152, 148], [1152, 120]], "149-165, T:0-1": [[1722, 1328], [1722, 1357], [1742, 1357], [1756, 1352], [1756, 1328]]}, "center": {"62-136": [1135, 134], "149-165, T:0-1": [1739, 1343]}},
{"id": "000341", "name": "esfandL", "description": "esfandL is an emote from Twitch streamer Esfand, the #1 ret. paladin.", "links": {"website": ["https://www.twitchmetrics.net/e/300272604-esfandL", "https://www.twitch.tv/esfandtv"], "subreddit": ["EsfandTV"]}, "path": {"109-165, T:0-1": [[624, 999], [666, 999], [666, 1038], [624, 1038]]}, "center": {"109-165, T:0-1": [645, 1019]}},
{"id": "000395", "name": "Evolve", "description": "Evolve is the third studio album of American pop rock band Imagine Dragon. This logo includes the signature E's that are associated with the Evolve name, as well as a backdrop of colors that represents \"Believe\", one of the songs inside Evolve.", "links": {"website": ["https://www.imaginedragonsmusic.com", "https://en.wikipedia.org/wiki/Imagine_Dragons", "https://en.wikipedia.org/wiki/Evolve_(Imagine_Dragons_album)", "https://en.wikipedia.org/wiki/Believer_(Imagine_Dragons_song)"], "subreddit": ["imaginedragons"]}, "path": {"15-17": [[44, 436], [44, 451], [48, 451], [48, 450], [52, 450], [52, 436]], "3-14": [[54, 436], [54, 450], [62, 450], [62, 436]], "18-165, T:0-1": [[36, 439], [36, 451], [52, 451], [52, 439]]}, "center": {"15-17": [48, 444], "3-14": [58, 443], "18-165, T:0-1": [44, 445]}},
{"id": "000402", "name": "SCP Foundation", "description": "The SCP Foundation is a fictional organisation dedicated to the cataloguing and containing of sometimes lethal paranormal phenomena. It started on 4chan in 2007 with SCP-173, The Sculpture.\n\nThe acronym SCP stands for Special Containment Procedures, an iconic piece of formatting within SCP articles that details how the Foundation keeps an anomaly secure. The SCP wiki is a collaborative project, spanning many authors, articles, and canons, and uses a Creative Commons license such that anyone can participate in adding to the website. The stories told are generally horror flicks but also encompass mythical tales. They have been nicknamed \"The Jailors\" by their opposition.", "links": {"website": ["https://en.wikipedia.org/wiki/SCP_Foundation"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"5-7": [[622, 389], [622, 410], [636, 410], [636, 389]], "8-166, T:0-1": [[622, 392], [622, 412], [634, 412], [634, 392]]}, "center": {"5-7": [629, 400], "8-166, T:0-1": [628, 402]}},
{"id": "000403", "name": "Global Occult Coalition", "description": "The GOC, or Global Occult Coalition, is a notable Group of Interest from the canon of the SCP Foundation. The GOC's goals are similar to that of the foundation, and both organisations sometimes begrudgingly collaborate to preserve normalcy and keep the public unaware of anomalous entities. However, the GOC is much more likely than the SCP to use lethal force to permanently keep these anomalies away from the prying eyes of the outside world. They are nicknamed the bookburners.", "links": {"website": ["https://hero.fandom.com/wiki/Global_Occult_Coalition"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"12-166, T:0-1": [[622, 412], [622, 429], [634, 429], [634, 412]]}, "center": {"12-166, T:0-1": [628, 421]}},
{"id": "000404", "name": "Z event flag", "description": "the Z event is a french charity event organised by the french streamer Zerator and it raised over 10m€ in the 2021 edition for 'Action against Hunger' with the help of 50 streamers.", "links": {"website": ["https://zevent.fr/"], "subreddit": ["ZEvent"]}, "path": {"109-165, T:0-1": [[1166, 1419], [1166, 1489], [1276, 1489], [1276, 1418]]}, "center": {"109-165, T:0-1": [1221, 1454]}},
{"id": "000409", "name": "Stargate", "description": "Stargate is a military science fiction movie and television franchise involving travel to other planets through wormholes created with a ring-shaped \"Stargate\", connecting galaxies and creating alliances. The franchise debuted with the 1994 movie Stargate, and continued in a series of TV shows, starting in 1997 with Stargate: SG-1 and continuing with Stargate: Atlantis and Stargate: Universe.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[511, 1100], [511, 1104], [510, 1104], [510, 1107], [509, 1107], [509, 1130], [551, 1130], [551, 1100]]}, "center": {"114-166, T:0-1": [536, 1113]}},
{"id": "000413", "name": "NASCAR - Dale Earnhardt, Sr. Tribute", "description": "Dale Earnhardt, Sr. aka 'The Intimidator,'' most known for piloting the #3 Chevrolet in the NASCAR Cup Series, is a legendary seven-time champion of the series. This artwork was created by the r/NASCAR subreddit to honor him.", "links": {"website": ["https://en.wikipedia.org/wiki/Dale_Earnhardt"], "subreddit": ["NASCAR"]}, "path": {"109-165, T:0-1": [[754, 1511], [797, 1511], [797, 1542], [811, 1542], [811, 1555], [805, 1561], [777, 1561], [777, 1560], [769, 1560], [769, 1544], [753, 1544], [753, 1511]]}, "center": {"109-165, T:0-1": [780, 1536]}},
{"id": "000447", "name": "Manneken Pis", "description": "The Manneken Pis, or \"the little boy that pees\", is a famous Belgian statue located in Brussels, Belgium.\n\nUnlike the real statue, the boy's penis is censored by flowers in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Manneken_Pis"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"61-111": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1318, 958], [1314, 964], [1311, 969], [1314, 969], [1316, 971], [1316, 974], [1312, 974], [1312, 976], [1314, 978], [1314, 983], [1315, 984], [1315, 990], [1316, 991], [1316, 996], [1325, 999], [1325, 1000], [1287, 1000], [1287, 999], [1294, 995], [1286, 987], [1285, 984], [1286, 983], [1286, 970], [1288, 970], [1290, 965], [1290, 963], [1286, 960], [1286, 955], [1292, 951], [1294, 945], [1304, 930], [1304, 929], [1297, 923], [1296, 910], [1297, 906]], "112-165, T:0-1": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1316, 954], [1316, 963], [1309, 972], [1313, 977], [1317, 982], [1319, 990], [1291, 991], [1287, 988], [1286, 977], [1290, 964], [1286, 959], [1286, 956], [1291, 952], [1298, 938], [1304, 930], [1304, 929], [1298, 925], [1296, 910], [1297, 906]]}, "center": {"61-111": [1299, 981], "112-165, T:0-1": [1306, 938]}},
{"id": "000462", "name": "Octavia", "description": "Octavia is a minor character from My Little Pony: Friendship is Magic. She is often seen playing her prized cello. The '2SET' in her mane refers to TwoSetViolin, a comedy duo.\n\nAfter seeing the similarities between their arts, The My Little Pony and the TwoSet fandoms decided to combine their works together as part of the r/place Windows XP taskbar.", "links": {"website": ["https://mlp.fandom.com/wiki/Octavia_Melody"], "subreddit": ["mylittlepony", "placestart"]}, "path": {"109-166, T:0-1": [[1316, 1973], [1370, 1973], [1370, 1997], [1316, 1997]]}, "center": {"109-166, T:0-1": [1343, 1985]}},
{"id": 1, "name": "Robin", "description": "Robin was Reddit's 2016 April Fools' event. Users were matched randomly with other users in a chatroom setting, and could vote to merge with other groups or leave the chatroom.", "links": {"subreddit": ["ccKufiPrFaShleWoli0"]}, "path": {"69-152": [[768, 660], [768, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [804, 664], [804, 660]], "22-68": [[772, 661], [770, 663], [768, 663], [768, 664], [770, 666], [770, 668], [779, 668], [779, 672], [778, 672], [771, 679], [771, 680], [755, 680], [755, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664], [782, 664], [780, 666], [779, 668], [773, 668], [773, 664], [774, 664], [775, 663], [773, 661]], "9-21": [[782, 664], [780, 666], [779, 668], [779, 672], [778, 672], [769, 681], [769, 684], [791, 684], [791, 680], [784, 680], [784, 678], [787, 675], [787, 671], [788, 671], [789, 670], [788, 669], [788, 666], [786, 664]], "153-165, T:0-1": [[769, 660], [769, 662], [771, 664], [776, 664], [776, 665], [774, 667], [772, 667], [772, 668], [774, 670], [774, 676], [771, 679], [771, 680], [774, 680], [775, 679], [783, 679], [787, 675], [787, 671], [789, 671], [789, 670], [788, 669], [788, 666], [786, 664], [803, 664], [803, 660]]}, "center": {"69-152": [781, 673], "22-68": [779, 679], "9-21": [779, 679], "153-165, T:0-1": [781, 670]}},
{"id": 2, "name": "Narrator Nexus", "description": "Narrator Nexus is a group of users who coordinated the storyline in Reddit's 2019 April Fools' event, Sequence.", "links": {"website": ["https://knowyourmeme.com/memes/events/reddit-sequence"], "subreddit": ["NarraNexus"]}, "path": {"8-165, T:0-1": [[757, 669], [755, 671], [755, 674], [756, 674], [756, 677], [759, 680], [768, 680], [771, 677], [771, 674], [772, 674], [772, 671], [770, 669], [765, 669], [765, 667], [766, 666], [768, 666], [768, 664], [766, 664], [763, 667], [763, 669]]}, "center": {"8-165, T:0-1": [762, 674]}},
{"id": 3, "name": "r/AprilKnights", "description": "r/AprilKnights is a subreddit formed for Reddit's 2015 April Fools' event \"The Button\".", "links": {"website": ["https://aprilknights.org/"], "subreddit": ["AprilKnights"]}, "path": {"69-76": [[789, 664], [789, 673], [792, 677], [792, 680], [756, 680], [756, 685], [801, 685], [801, 676], [803, 673], [803, 664]], "26-68": [[789, 664], [789, 673], [791, 676], [795, 679], [797, 679], [800, 677], [803, 673], [803, 664]], "78-165, T:0-1": [[755, 680], [755, 685], [806, 685], [806, 680], [800, 680], [800, 677], [803, 673], [803, 664], [789, 664], [789, 673], [793, 678], [793, 680]]}, "center": {"69-76": [796, 671], "26-68": [796, 671], "78-165, T:0-1": [796, 671]}},
{"id": 4, "name": "Triforce", "description": "The Triforce is the ultimate source of power in The Legend of Zelda game series, and serves as the balance that weighs the three forces: power, wisdom, and courage.\n\nThis place was first supposed to be a representation of the past Reddit April Fools' games, but the iconic shape of the Triforce made users believe that it was a Zelda symbol.", "links": {"website": ["https://en.wikipedia.org/wiki/Triforce", "https://zeldapedia.wiki/wiki/Triforce"], "subreddit": ["zelda"]}, "path": {"2-165, T:0-1": [[788, 598], [756, 661], [819, 661], [819, 660]]}, "center": {"2-165, T:0-1": [788, 642]}},
{"id": 5, "name": "She-Ra and the Princesses of Power", "description": "She-Ra and the Princesses of Power is a 2018 Netflix series.", "links": {"website": ["https://www.netflix.com/title/80179762", "https://en.wikipedia.org/wiki/She-Ra_and_the_Princesses_of_Power"], "subreddit": ["PrincessesOfPower"]}, "path": {"68-115": [[1531, 413], [1556, 413], [1556, 427], [1531, 427]], "62-67": [[1526, 413], [1526, 427], [1552, 427], [1552, 422], [1555, 418], [1555, 413]], "137-166, T:0-1": [[1333, 408], [1361, 408], [1361, 422], [1333, 422]]}, "center": {"68-115": [1544, 420], "62-67": [1541, 420], "137-166, T:0-1": [1347, 415]}},
{"id": 6, "name": "2b2t", "description": "2builders2tools (2b2t) is the second-oldest running multiplayer server for the game Minecraft. It uses an anarchy format, meaning there are minimal rules in place for players.\n\nThe 2b2t logo was one of the first factions to form, with pixels being placed within the first few seconds. Though many groups and streamers tried to attack or replace it through many means, 2b2t prevailed.", "links": {"website": ["https://www.youtube.com/watch?v=vD8yaW447H4", "https://en.wikipedia.org/wiki/2b2t"], "subreddit": ["2b2tplace", "2b2t"]}, "path": {"1-165, T:0-1": [[912, 421], [912, 481], [960, 481], [960, 421]]}, "center": {"1-165, T:0-1": [936, 451]}},
{"id": 7, "name": "Fancade", "description": "Fancade is a cross-platform game builder made by Martin Magni. Players can use Fancade's built-in game engine and editor tools either create or play custom games.", "links": {"website": ["https://www.fancade.com"], "subreddit": ["Fancade"]}, "path": {"44-101": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [105, 705], [105, 711], [109, 711], [109, 689], [94, 689], [91, 694], [87, 694], [84, 692], [84, 689]], "27-43": [[71, 689], [71, 705], [73, 705], [73, 703], [81, 703], [81, 705], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 712], [108, 712], [108, 698], [109, 698], [109, 689], [94, 689], [89, 694], [87, 694], [84, 691], [84, 689]], "24-26": [[71, 689], [71, 705], [73, 705], [73, 703], [108, 703], [108, 701], [109, 701], [109, 689]], "5-23": [[71, 690], [71, 705], [73, 705], [73, 703], [85, 703], [85, 702], [96, 702], [96, 716], [107, 716], [107, 712], [108, 711], [108, 690]], "102-166, T:0-1": [[71, 689], [71, 704], [81, 704], [82, 705], [82, 712], [85, 712], [85, 702], [96, 702], [96, 705], [109, 705], [109, 689], [94, 689], [90, 694], [87, 694], [84, 691], [84, 689]]}, "center": {"44-101": [101, 697], "27-43": [101, 696], "24-26": [90, 696], "5-23": [101, 697], "102-166, T:0-1": [101, 697]}},
{"id": 8, "name": "NotITG", "description": "NotITG (Not In The Groove) is fork of the rhythm game Stepmania that adds greater support for modded stepcharts (modcharts).", "links": {"website": ["https://noti.tg/", "https://step-mania.fandom.com/wiki/NotITG"], "subreddit": ["Stepmania"]}, "path": {"56-62": [[1198, 49], [1198, 63], [1195, 63], [1195, 67], [1212, 67], [1212, 68], [1215, 68], [1215, 63], [1212, 63], [1212, 57], [1211, 57], [1211, 49]], "18-22": [[906, 507], [906, 520], [914, 520], [915, 521], [916, 521], [920, 517], [920, 516], [919, 515], [919, 507]], "27-43": [[283, 782], [283, 796], [280, 796], [280, 802], [297, 802], [297, 803], [302, 803], [302, 796], [299, 796], [299, 792], [298, 791], [298, 782]], "63-166, T:0-1": [[1179, 60], [1183, 56], [1180, 53], [1183, 50], [1184, 49], [1213, 49], [1213, 63], [1215, 63], [1215, 68], [1212, 68], [1212, 67], [1195, 67], [1195, 64], [1183, 64]]}, "center": {"56-62": [1205, 60], "18-22": [913, 514], "27-43": [291, 794], "63-166, T:0-1": [1203, 58]}},
{"id": 10, "name": "Deep Rock Galactic", "description": "Deep Rock Galactic is a 1-4-player co-op first-person shooter (FPS) game featuring badass space dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.", "links": {"website": ["https://www.deeprockgalactic.com/", "https://en.wikipedia.org/wiki/Deep_Rock_Galactic"], "subreddit": ["DeepRockGalacticPlace", "DeepRockGalactic"]}, "path": {"7-15": [[179, 275], [179, 308], [237, 308], [237, 299], [241, 299], [241, 275]], "16-165, T:0-1": [[175, 262], [241, 262], [241, 298], [237, 298], [237, 308], [175, 308]]}, "center": {"7-15": [210, 292], "16-165, T:0-1": [208, 285]}},
{"id": 12, "name": "Star Wars: Episode IV - A New Hope", "description": "Star Wars: Episode IV - A New Hope, originally known as simply \"Star Wars\", is the first movie in the Star Wars series and the fourth movie in the chronology of the story.\n\nThis art was done by the Redditors at r/starwars_place. Heavy battles were fought against Among Us, and the poster once briefly disappeared to xQc before being reinstated.", "links": {"website": ["https://en.wikipedia.org/wiki/Star_Wars_(film)"], "subreddit": ["starwars_place", "StarWars"]}, "path": {"1-166, T:0-1": [[572, 700], [572, 842], [669, 842], [669, 700]]}, "center": {"1-166, T:0-1": [621, 815]}},
{"id": 13, "name": "Cang", "description": "It's quite literally just cang.", "links": {}, "path": {"58-121": [[1953, 321], [1953, 334], [1966, 334], [1966, 321]], "124-166, T:0-1": [[1960, 321], [1958, 323], [1958, 324], [1957, 325], [1956, 325], [1954, 327], [1954, 328], [1958, 332], [1963, 332], [1965, 330], [1965, 329], [1962, 326], [1962, 325], [1964, 323], [1962, 321]]}, "center": {"58-121": [1960, 328], "124-166, T:0-1": [1959, 328]}},
{"id": 14, "name": "Avicii", "description": "The logo of the Swedish DJ and electronic dance music artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/place_nordicunion.", "links": {"website": ["http://avicii.com/", "https://en.wikipedia.org/wiki/Avicii"], "subreddit": ["Avicii", "place_nordicunion", "sweden"], "discord": ["9zTbdMSUea"]}, "path": {"16-165, T:0-1": [[753, 70], [740, 83], [740, 91], [774, 91], [774, 85], [761, 85], [761, 83], [772, 72], [772, 70]]}, "center": {"16-165, T:0-1": [753, 82]}},
{"id": 16, "name": "Trackmania", "description": "Trackmania is an arcade racing game series. This art depicts the original logo of the game.", "links": {"website": ["https://www.trackmania.com", "https://en.wikipedia.org/wiki/TrackMania"], "subreddit": ["trackmania"]}, "path": {"16-43": [[363, 740], [363, 751], [373, 751], [373, 757], [433, 757], [433, 740]], "7-15": [[363, 740], [363, 751], [433, 751], [433, 740]], "44-166, T:0-1": [[373, 740], [448, 740], [448, 757], [373, 757]]}, "center": {"16-43": [398, 749], "7-15": [398, 746], "44-166, T:0-1": [411, 749]}},
{"id": 17, "name": "Flag of the Czech Republic", "description": "The Czech Republic, also known as Czechia, is a country in Central Europe.\n\nThis Czech flag was made by the community of r/czech and features pixel arts from Czech culture.", "links": {"website": ["https://en.wikipedia.org/wiki/Czech_Republic", "https://en.wikipedia.org/wiki/Flag_of_the_Czech_Republic"], "subreddit": ["czech"]}, "path": {"53-56": [[800, 35], [800, 69], [870, 69], [870, 35]], "23-45": [[602, 35], [602, 70], [656, 70], [656, 35]], "2-22": [[575, 35], [575, 70], [657, 70], [657, 35]], "57-166, T:0-1": [[1197, 161], [1325, 161], [1325, 249], [1197, 249]]}, "center": {"53-56": [835, 52], "23-45": [629, 53], "2-22": [616, 53], "57-166, T:0-1": [1261, 205]}},
{"id": 18, "name": "Duck Game", "description": "A lovely duck from Duck Game, a multiplayer action-platformer game made by Landon Podbielski.", "links": {"website": ["http://store.steampowered.com/app/312530", "https://en.wikipedia.org/wiki/Duck_Game"], "subreddit": ["duckgame"]}, "path": {"56-166, T:0-1": [[1717, 127], [1717, 149], [1716, 150], [1716, 151], [1731, 151], [1731, 148], [1730, 148], [1730, 127]]}, "center": {"56-166, T:0-1": [1724, 139]}},
{"id": 20, "name": "Statue of Saint Wenceslas", "description": "A statue of Saint Wenceslas, patron of the Czech state, located at Wenceslas Square in Prague, Czech Republic.", "links": {"website": ["https://en.wikipedia.org/wiki/Statue_of_Saint_Wenceslas,_Wenceslas_Square"], "subreddit": ["czech"]}, "path": {"144-158": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1233, 189], [1232, 190], [1221, 192], [1220, 191], [1218, 194], [1204, 196], [1200, 199], [1198, 199], [1198, 202], [1197, 203], [1198, 204], [1199, 203], [1200, 203], [1203, 200], [1210, 198], [1219, 198], [1220, 197], [1232, 197], [1232, 201], [1229, 201], [1229, 200], [1226, 200]], "107-114": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 189], [1232, 189], [1225, 192], [1223, 192], [1222, 191], [1219, 191], [1219, 193], [1206, 197], [1206, 200], [1209, 200], [1210, 199], [1215, 199], [1217, 197], [1225, 197], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 199], [1227, 199], [1227, 201]], "117-143": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 198], [1235, 197], [1235, 188], [1231, 188], [1224, 192], [1223, 192], [1222, 191], [1221, 191], [1216, 195], [1217, 196], [1220, 196], [1221, 197], [1226, 197], [1227, 196], [1232, 196], [1232, 201]], "67-106": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1256, 222], [1256, 219], [1258, 219], [1258, 218], [1249, 212], [1245, 212], [1239, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1235, 193], [1235, 188], [1233, 188], [1233, 189], [1226, 189], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1229, 200], [1227, 200], [1227, 201]], "159-166, T:0-1": [[1226, 201], [1226, 205], [1225, 205], [1225, 208], [1226, 208], [1226, 213], [1227, 214], [1227, 217], [1226, 218], [1226, 220], [1224, 220], [1223, 219], [1212, 221], [1209, 224], [1209, 230], [1214, 234], [1212, 236], [1212, 239], [1211, 240], [1211, 244], [1207, 248], [1207, 249], [1247, 249], [1247, 247], [1248, 246], [1248, 242], [1250, 238], [1250, 236], [1244, 232], [1246, 230], [1246, 228], [1252, 228], [1252, 226], [1262, 217], [1262, 215], [1258, 209], [1253, 206], [1251, 206], [1238, 217], [1237, 216], [1236, 216], [1236, 213], [1234, 211], [1233, 211], [1233, 203], [1234, 202], [1234, 197], [1235, 196], [1235, 189], [1228, 189], [1227, 190], [1224, 190], [1221, 193], [1221, 195], [1220, 196], [1217, 196], [1215, 198], [1215, 199], [1210, 199], [1210, 200], [1212, 202], [1215, 202], [1217, 200], [1222, 200], [1226, 196], [1232, 196], [1232, 201], [1229, 201], [1228, 200], [1227, 201]]}, "center": {"144-158": [1230, 234], "107-114": [1229, 234], "117-143": [1230, 234], "67-106": [1230, 234], "159-166, T:0-1": [1230, 234]}},
{"id": 21, "name": "Jerma985", "description": "Jerma985 is long-time streamer and a retired YouTuber. Most of the time he's streaming games from various eras, but he's most famous for these special, semi-scripted streams, like playing archeologist on real excavation site, holiday streams or creating Jerma Dollhouse. The hat on top of his head is the one worn by Jotaro Kujo in JoJo's Bizarre Adventure: Stardust Crusaders.\n\nThe mural in the bottom half contains inside jokes and characters from Jerma985's community. It is complete with his logo, a subreddit advertisement, a rat character, his beloved pet Otto, Fireman, and more. The streamer himself is represented with a meme called \"Jerma Sus\", which needs no further explanation. Created in collaboration with fellow streamer Vinesauce's mural below.", "links": {"website": ["https://www.twitch.tv/jerma985", "https://en.wikipedia.org/wiki/Jerma985"], "subreddit": ["jerma985"]}, "path": {"109-121": [[92, 960], [92, 1096], [136, 1096], [136, 1000], [141, 1000], [144, 997], [145, 989], [145, 983], [140, 978], [136, 978], [131, 978], [133, 970], [132, 951], [126, 951], [111, 958]], "122-166, T:0-1": [[92, 960], [92, 1068], [94, 1068], [95, 1067], [102, 1067], [102, 1066], [103, 1065], [103, 1062], [104, 1061], [106, 1061], [106, 1066], [108, 1066], [110, 1064], [111, 1064], [113, 1066], [114, 1066], [115, 1065], [118, 1065], [119, 1066], [121, 1066], [121, 1062], [124, 1062], [124, 1064], [126, 1066], [126, 1068], [129, 1068], [130, 1067], [134, 1067], [135, 1068], [136, 1068], [136, 1000], [141, 1000], [144, 996], [145, 992], [145, 981], [141, 978], [136, 978], [136, 957], [128, 953], [121, 953], [107, 959]]}, "center": {"109-121": [115, 993], "122-166, T:0-1": [102, 1022]}},
{"id": 22, "name": "Flag of the United Kingdom", "description": "The United Kingdom is a country in northwestern Europe. Its flag is known as the Union Jack.\n\nThis flag features pixel art of (right to left) the Palace of Westminster and Big Ben (often defaced with a phallus), a teapot and mug, Saint Piran's flag (Cornwall), the Cross of Saint Patrick (Northern Ireland), the Welsh flag, the Scottish saltire, and the logo of the National Health Service.", "links": {"website": ["https://en.wikipedia.org/wiki/United_Kingdom", "https://en.wikipedia.org/wiki/Flag_of_the_United_Kingdom"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"125-132": [[569, 476], [569, 541], [575, 541], [575, 557], [701, 557], [701, 476]], "T:0-1": [[570, 476], [570, 548], [568, 548], [568, 551], [570, 551], [570, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "38-49": [[550, 429], [568, 452], [568, 503], [469, 504], [469, 514], [550, 514], [557, 503], [567, 503], [571, 511], [571, 518], [573, 518], [573, 554], [578, 558], [618, 558], [618, 587], [654, 587], [654, 576], [661, 568], [661, 574], [675, 574], [675, 557], [701, 557], [701, 429]], "17-37": [[595, 476], [570, 499], [552, 499], [542, 506], [558, 513], [561, 513], [589, 541], [587, 546], [587, 557], [658, 557], [658, 553], [652, 553], [652, 534], [671, 534], [671, 513], [664, 513], [664, 476]], "8-16": [[566, 476], [551, 508], [551, 512], [564, 558], [619, 558], [620, 557], [652, 557], [652, 530], [701, 530], [701, 509], [644, 507], [638, 490], [636, 490], [646, 476]], "2-7": [[610, 403], [610, 409], [587, 428], [585, 428], [571, 441], [567, 454], [554, 456], [550, 459], [563, 463], [573, 494], [541, 529], [543, 529], [578, 496], [609, 496], [609, 558], [615, 558], [615, 496], [641, 496], [635, 488], [653, 467], [659, 460], [676, 460], [676, 455], [661, 455], [642, 432], [651, 421], [651, 418], [648, 418], [638, 428], [620, 410], [615, 409], [614, 403]], "133-161, 50-121": [[569, 476], [569, 557], [633, 557], [633, 558], [661, 558], [661, 557], [701, 557], [701, 476]], "162-165": [[570, 476], [570, 541], [575, 541], [575, 557], [623, 557], [623, 558], [661, 558], [661, 557], [701, 557], [701, 476]]}, "center": {"125-132": [636, 516], "T:0-1": [635, 517], "38-49": [635, 495], "17-37": [618, 515], "8-16": [604, 517], "2-7": [611, 458], "133-161, 50-121": [639, 517], "162-165": [636, 517]}},
{"id": 23, "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art features characters Leafy and Bubble standing on Yoyleland, a location in BFDI with a distinctive purple terrain and yellow sky.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland"]}, "path": {"146-156": [[1561, 41], [1561, 48], [1562, 48], [1562, 69], [1590, 69], [1590, 41]], "114-145": [[1560, 41], [1560, 69], [1589, 69], [1589, 41]], "61-113": [[1560, 41], [1560, 68], [1589, 68], [1589, 41]], "157-166, T:0-1": [[1562, 41], [1562, 69], [1590, 69], [1590, 41]]}, "center": {"146-156": [1576, 55], "114-145": [1575, 55], "61-113": [1575, 55], "157-166, T:0-1": [1576, 55]}},
{"id": 25, "name": "Northeastern University", "description": "Northeastern University is a university in Boston, Massachusetts, United States. The university's initials and husky mascot are shown here.\n\nThis art was coordinated by Redditors from r/NEU with a Discord server.", "links": {"website": ["http://www.northeastern.edu/", "https://en.wikipedia.org/wiki/Northeastern_University", "https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/"], "subreddit": ["NEU"]}, "path": {"1-166, T:0-1": [[183, 698], [183, 715], [259, 715], [259, 698]]}, "center": {"1-166, T:0-1": [221, 707]}},
{"id": 27, "name": "Club Penguin", "description": "A blue penguin from the massively multiplayer online (MMO) video game Club Penguin, which officially closed in March 2017.", "links": {"website": ["http://clubpenguin.com/", "https://en.wikipedia.org/wiki/Club_Penguin"], "subreddit": ["ClubPenguin"]}, "path": {"56-124": [[1887, 141], [1881, 141], [1880, 142], [1879, 142], [1879, 144], [1878, 145], [1877, 145], [1877, 151], [1876, 151], [1876, 152], [1875, 153], [1875, 154], [1874, 155], [1874, 156], [1873, 157], [1872, 158], [1872, 159], [1871, 160], [1871, 161], [1871, 162], [1871, 165], [1871, 166], [1872, 167], [1873, 166], [1874, 165], [1875, 164], [1875, 165], [1875, 167], [1876, 168], [1877, 169], [1875, 169], [1875, 170], [1875, 171], [1874, 171], [1874, 174], [1879, 174], [1880, 173], [1881, 172], [1882, 173], [1883, 174], [1884, 173], [1885, 172], [1886, 172], [1886, 173], [1887, 173], [1887, 174], [1893, 174], [1893, 173], [1892, 172], [1892, 171], [1891, 170], [1891, 169], [1890, 169], [1891, 168], [1892, 168], [1892, 164], [1893, 165], [1893, 166], [1894, 166], [1894, 167], [1896, 167], [1896, 160], [1895, 159], [1895, 156], [1894, 155], [1893, 154], [1893, 153], [1892, 152], [1891, 151], [1891, 149], [1890, 148], [1890, 145], [1889, 144], [1889, 143], [1888, 142]]}, "center": {"56-124": [1884, 159]}},
{"id": 31, "name": "Flag of Turkey", "description": "Turkey is a country in Southeastern Europe and Western Asia. The national flag of Turkey, officially the Turkish flag (Turkish: Türk bayrağı), is a red flag featuring a white star and crescent.\n\nThis Turkish flag has a silhouette of Istanbul, the largest city in Turkey, in its background. In the center is Anıtkabir, a monument in Ankara (the Turkish capital) that houses the mausoleum of Mustafa Kemal Atatürk, the founder and the first president of Republic of Turkey.\n\nThis area was hotly contested throughout the entirety of r/place, with the flag overtaken and rebuilt many times.", "links": {"website": ["https://en.wikipedia.org/wiki/Turkey", "https://en.wikipedia.org/wiki/Flag_of_Turkey"], "subreddit": ["Turkey"]}, "path": {"41-106": [[299, 449], [480, 449], [480, 343], [299, 343]], "35-38": [[299, 398], [480, 398], [480, 343], [299, 343]], "6-28": [[299, 399], [432, 399], [432, 318], [299, 318]], "3-5": [[323, 399], [432, 399], [432, 318], [323, 318]], "39-40": [[299, 429], [480, 429], [480, 343], [299, 343]], "145-151": [[299, 343], [299, 450], [480, 450], [480, 430], [507, 430], [507, 422], [480, 422], [480, 343]], "107-144, 152-165, T:0-1": [[299, 343], [299, 450], [480, 450], [480, 343]]}, "center": {"41-106": [390, 396], "35-38": [390, 371], "6-28": [366, 359], "3-5": [378, 359], "39-40": [390, 386], "145-151": [403, 397], "107-144, 152-165, T:0-1": [390, 397]}},
{"id": 32, "name": "Mustafa Kemal Atatürk", "description": "The founder and first president of the Republic of Turkey.", "links": {"website": ["https://en.wikipedia.org/wiki/Mustafa_Kemal_Atat%C3%BCrk"], "subreddit": ["Turkey"]}, "path": {"15-51": [[871, 0], [871, 69], [929, 69], [929, 0]], "59-165, T:0-1": [[1001, 1], [1103, 1], [1103, 119], [1001, 119]]}, "center": {"15-51": [900, 35], "59-165, T:0-1": [1052, 60]}},
{"id": 33, "name": "Moka pot", "description": "An traditional Italian coffee maker.", "links": {"website": ["https://en.wikipedia.org/wiki/Moka_pot"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"54-100": [[821, 361], [814, 367], [814, 371], [816, 373], [816, 375], [818, 377], [818, 385], [821, 390], [821, 392], [820, 395], [815, 400], [815, 405], [819, 408], [842, 408], [846, 402], [846, 396], [851, 396], [851, 393], [850, 393], [850, 387], [842, 381], [840, 381], [840, 377], [837, 374], [836, 374], [833, 377], [833, 381], [831, 381], [824, 387], [823, 387], [823, 380], [824, 375], [830, 373], [831, 372], [831, 368], [825, 361]], "101-166, 41-53, T:0-1": [[846, 404], [846, 400], [845, 400], [844, 399], [844, 396], [843, 395], [843, 393], [847, 389], [848, 390], [848, 391], [847, 392], [847, 393], [848, 394], [848, 395], [849, 394], [849, 387], [848, 386], [848, 385], [847, 385], [846, 384], [845, 384], [843, 382], [839, 382], [837, 380], [836, 380], [834, 382], [828, 382], [828, 383], [825, 386], [825, 387], [822, 390], [822, 391], [820, 393], [820, 395], [819, 396], [819, 397], [817, 399], [816, 399], [816, 403], [817, 404], [817, 405], [818, 405], [819, 406], [824, 406], [826, 404], [826, 398], [825, 397], [824, 396], [824, 392], [825, 391], [825, 390], [826, 389], [827, 389], [830, 392], [830, 393], [831, 394], [831, 395], [829, 397], [829, 399], [828, 400], [828, 406], [830, 406], [831, 407], [843, 407], [844, 406], [845, 406], [846, 405]]}, "center": {"54-100": [833, 395], "101-166, 41-53, T:0-1": [837, 389]}},
{"id": 34, "name": "Toki Pona", "description": "Toki Pona is a minimalist constructed language by Sonja Lang (jan Sonja).\n\nThis the first site on the canvas decorated by the Toki Pona community.", "links": {"website": ["https://tokipona.org/", "https://en.wikipedia.org/wiki/Toki_Pona"], "subreddit": ["tokipona"]}, "path": {"63-71": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [757, 330], [757, 325]], "53-62": [[740, 327], [740, 360], [786, 360], [786, 330], [760, 330], [760, 327]], "16-52": [[740, 327], [740, 360], [786, 360], [786, 330], [778, 330], [778, 327]], "1-15": [[742, 329], [739, 332], [739, 345], [741, 347], [741, 355], [742, 355], [742, 361], [783, 361], [783, 355], [784, 355], [784, 347], [786, 345], [786, 332], [783, 329]], "72-164, T:0-1": [[739, 325], [739, 330], [740, 330], [740, 360], [786, 360], [786, 330], [764, 330], [764, 331], [756, 331], [756, 330], [749, 330], [749, 325]]}, "center": {"63-71": [755, 345], "53-62": [756, 345], "16-52": [763, 344], "1-15": [763, 345], "72-164, T:0-1": [770, 345]}},
{"id": 35, "name": ":happysperm:/:squirtyay:", "description": "This blue squirt originally appeared as an enemy in the game Bastion, but has since become an icon in several communities (often unrelated to Bastion), most notably as a series of Discord server emotes. Its current form on the canvas represents the :happysperm:/:squirtyay: variant. It was built together by r/civbattleroyale, r/CivHybridGames, r/civAIgames, r/civmoddingcentral, The Legacy, The Nerd Hive, and other individuals who recognised the art from Bastion.", "links": {"website": ["https://bastion.fandom.com/wiki/Squirt"], "subreddit": ["civbattleroyale", "CivHybridGames", "civAIgames", "civmoddingcentral"]}, "path": {"6-18": [[720, 361], [716, 363], [713, 367], [713, 373], [715, 376], [728, 376], [730, 374], [730, 367], [727, 363], [723, 361]], "19-164, T:0-1": [[720, 361], [716, 363], [713, 367], [713, 374], [715, 378], [719, 380], [724, 380], [728, 377], [730, 374], [730, 367], [727, 363], [723, 361]]}, "center": {"6-18": [722, 369], "19-164, T:0-1": [722, 371]}},
{"id": 36, "name": "Java", "description": "Java is an object-oriented programming language.\n\nThis art was built and maintained by the Java Discord server.", "links": {"website": ["https://www.java.com/en/", "https://en.wikipedia.org/wiki/Java_(programming_language)"], "discord": ["java"]}, "path": {"93-165, T:0-1": [[1220, 869], [1216, 873], [1214, 877], [1214, 879], [1216, 881], [1224, 881], [1227, 878], [1227, 877], [1224, 874], [1224, 872], [1221, 869]]}, "center": {"93-165, T:0-1": [1220, 876]}},
{"id": 37, "name": "Tally Hall", "description": "Tally Hall is an American rock band.\n\nThis art was a joint effort between r/tallyhall and r/lemondemon. Above it, in the trans pride flag, is \"Ally Hall\", a joint project between r/tallyhall and r/transplace.", "links": {"website": ["https://www.tallyhall.com", "https://en.wikipedia.org/wiki/Tally_Hall"], "subreddit": ["tallyhall", "lemondemon"], "discord": ["jZjmeq86tV"]}, "path": {"7-12": [[766, 476], [766, 507], [800, 507], [800, 476]], "5-6": [[575, 70], [541, 70], [540, 53], [574, 53]], "3-4": [[603, 89], [603, 118], [635, 118], [635, 89]], "13-164, T:0-1": [[753, 476], [753, 521], [763, 521], [763, 507], [787, 507], [787, 476]]}, "center": {"7-12": [783, 492], "5-6": [558, 62], "3-4": [619, 104], "13-164, T:0-1": [771, 492]}},
{"id": 39, "name": "Miracle butterfly", "description": "The miracle butterfly is a major plot element in the Disney movie Encanto.\n\nA piece created by r/Encanto, this butterfly's place was granted in a deal with Oyasumi Punpun in exchange for guarding their piece. It saw minimal griefing, as both parties defended it.", "links": {"website": ["https://en.wikipedia.org/wiki/Encanto_(film)"], "subreddit": ["Encanto"]}, "path": {"101-167, 65-96, T:0-1": [[1919, 270], [1919, 281], [1928, 281], [1933, 270]]}, "center": {"101-167, 65-96, T:0-1": [1925, 276]}},
{"id": 41, "name": "Amulet of Yendor", "description": "The Amulet of Yendor is a powerful artifact in the game Pixel Dungeon. It is a reference to the same item in Brogue and Rogue, two roguelike games that influenced Pixel Dungeon.", "links": {"website": ["https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor"], "subreddit": ["PixelDungeon"]}, "path": {"2-12": [[696, 362], [691, 367], [691, 374], [696, 379], [703, 379], [708, 374], [708, 367], [703, 362]], "13-166, T:0-1": [[697, 360], [692, 365], [692, 370], [697, 375], [702, 375], [707, 370], [707, 365], [702, 360]]}, "center": {"2-12": [700, 371], "13-166, T:0-1": [700, 368]}},
{"id": 42, "name": "Hatchling", "description": "Hatchling is the main character of the game Outer Wilds. The name \"hatchling\" is a fan name, and the character has not been named officially.", "links": {"website": ["https://outerwilds.fandom.com/wiki/The_Protagonist"], "subreddit": ["outerwilds", "place_CentralAlliance"]}, "path": {"6-165, T:0-1": [[382, 921], [380, 923], [380, 924], [382, 928], [382, 930], [379, 935], [379, 938], [381, 940], [383, 940], [383, 945], [392, 945], [392, 940], [393, 940], [395, 938], [395, 935], [393, 932], [393, 929], [392, 928], [392, 924], [388, 920], [385, 920], [384, 921]]}, "center": {"6-165, T:0-1": [387, 935]}},
{"id": 43, "name": "Corridor Digital", "description": "Logo from the Corridor YouTube channel, a group of visual effects (VFX) artists.", "links": {"website": ["https://www.youtube.com/c/Corridor", "https://en.wikipedia.org/wiki/Corridor_Digital"], "subreddit": ["Corridor"]}, "path": {"16-100": [[120, 87], [114, 93], [122, 101], [128, 95], [128, 93], [122, 87]], "101-165, T:0-1": [[109, 90], [120, 79], [122, 79], [133, 90], [133, 92], [122, 103], [122, 104], [121, 104], [109, 92]]}, "center": {"16-100": [121, 94], "101-165, T:0-1": [121, 91]}},
{"id": 46, "name": "The Elder Scrolls V: Skyrim", "description": "The logo for the fifth Elder Scrolls game, Skyrim.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Elder_Scrolls_V:_Skyrim"], "subreddit": ["skyrim"]}, "path": {"56-167, T:0-1": [[1969, 238], [1999, 238], [1999, 276], [1969, 276]]}, "center": {"56-167, T:0-1": [1984, 257]}},
{"id": 47, "name": "Moon Lord", "description": "The Moon Lord is the final boss from the game Terraria.\n\nThis art was created by the Terraria community and the community of Twitch streamer Chance \"Sodapoppin\" Morris.", "links": {"website": ["https://terraria.fandom.com/wiki/Moon_Lord"], "subreddit": ["Terraria"]}, "path": {"59-154": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1811, 343], [1811, 341], [1813, 340], [1818, 340], [1818, 328], [1824, 324], [1827, 324], [1835, 331], [1839, 337], [1839, 340], [1835, 344], [1835, 350], [1830, 357], [1825, 378], [1824, 394], [1818, 401], [1812, 401], [1796, 378], [1791, 404], [1771, 408], [1757, 405], [1755, 378], [1752, 378], [1738, 401], [1731, 401], [1722, 388], [1720, 356], [1709, 338], [1709, 336], [1713, 329], [1722, 322], [1733, 326], [1732, 343], [1737, 338], [1740, 338], [1741, 342], [1730, 354], [1730, 366], [1733, 370], [1739, 362], [1739, 356], [1745, 349], [1757, 345], [1756, 329], [1756, 323], [1760, 313]], "155-166, T:0-1": [[1768, 304], [1782, 304], [1792, 315], [1792, 345], [1798, 345], [1809, 353], [1809, 359], [1816, 369], [1817, 369], [1819, 354], [1816, 351], [1816, 346], [1814, 344], [1814, 339], [1820, 331], [1822, 331], [1823, 333], [1835, 341], [1825, 352], [1824, 389], [1819, 399], [1813, 399], [1803, 388], [1797, 377], [1793, 384], [1793, 392], [1788, 402], [1769, 402], [1765, 398], [1760, 398], [1757, 392], [1758, 380], [1754, 374], [1749, 383], [1743, 383], [1743, 390], [1739, 399], [1735, 401], [1733, 401], [1723, 389], [1723, 355], [1713, 342], [1721, 335], [1729, 335], [1731, 328], [1741, 339], [1740, 342], [1730, 352], [1730, 368], [1732, 370], [1735, 370], [1740, 354], [1747, 348], [1757, 346], [1759, 314]]}, "center": {"59-154": [1775, 364], "155-166, T:0-1": [1776, 364]}},
{"id": 50, "name": "Mass Effect", "description": "Mass Effect is a series of third-person science fiction role-playing games developed by BioWare.", "links": {"website": ["https://en.wikipedia.org/wiki/Mass_Effect"], "subreddit": ["masseffect"]}, "path": {"115-123": [[801, 984], [801, 997], [800, 997], [800, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [827, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984]], "26-114": [[801, 985], [801, 998], [841, 998], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [821, 963], [818, 966], [818, 985]], "124-165, T:0-1": [[796, 981], [796, 1018], [841, 1018], [841, 983], [843, 983], [843, 979], [835, 979], [832, 977], [829, 979], [829, 966], [826, 963], [820, 963], [818, 965], [818, 979], [820, 979], [820, 984], [800, 984], [800, 981]]}, "center": {"115-123": [822, 1001], "26-114": [827, 988], "124-165, T:0-1": [819, 1001]}},
{"id": 51, "name": "Mass Relay", "description": "A Mass Relay is a form of faster-than-light (FTL) travel from the Mass Effect games.", "links": {"website": ["https://masseffect.fandom.com/wiki/Mass_Relay"], "subreddit": ["masseffect"]}, "path": {"32-165, T:0-1": [[832, 977], [831, 978], [830, 978], [827, 981], [830, 984], [835, 984], [835, 983], [843, 983], [843, 979], [835, 979], [835, 978], [833, 978]]}, "center": {"32-165, T:0-1": [832, 981]}},
{"id": 52, "name": "Tali'Zorah", "description": "Tali'Zorah is a popular character from the Mass Effect game series.", "links": {"website": ["https://en.wikipedia.org/wiki/Tali'Zorah", "https://masseffect.fandom.com/wiki/Tali%27Zorah_nar_Rayya"], "subreddit": ["masseffect"]}, "path": {"26-165, T:0-1": [[820, 963], [818, 965], [818, 979], [820, 979], [820, 983], [821, 983], [823, 981], [824, 981], [826, 983], [827, 983], [827, 979], [829, 979], [829, 966], [826, 963]]}, "center": {"26-165, T:0-1": [824, 973]}},
{"id": 53, "name": "Rec Room", "description": "Rec Room is a cross-platform virtual reality, console, mobile, & PC social video game with an integrated game creation system. It is developed and published by Rec Room Inc. (formerly Against Gravity) on June 1st, 2016.", "links": {"website": ["https://recroom.com", "https://en.wikipedia.org/wiki/Rec_Room_(video_game)"], "subreddit": ["RecRoom", "place_CentralAlliance"], "discord": ["recroom"], "wiki": ["Rec_Room"]}, "path": {"27-60": [[390, 973], [402, 973], [402, 985], [390, 985]], "61-63": [[392, 985], [404, 985], [404, 997], [392, 997]], "64-109": [[392, 981], [404, 981], [404, 1000], [392, 1000]], "T:0-1": [[363, 1040], [363, 1067], [403, 1067], [403, 1040]], "110-166": [[362, 1039], [362, 1068], [404, 1068], [404, 1039]]}, "center": {"27-60": [396, 979], "61-63": [398, 991], "64-109": [398, 991], "T:0-1": [383, 1054], "110-166": [383, 1054]}},
{"id": 54, "name": "Smiling Friends", "description": "Smiling Friends is an animated television series created by Zach Hadel and Michael Cusack for Cartoon Network's night-time programming block Adult Swim.", "links": {"website": ["https://en.wikipedia.org/wiki/Smiling_Friends"], "subreddit": ["SmilingFriends", "place_CentralAlliance"]}, "path": {"2-166, T:0-1": [[512, 900], [548, 900], [548, 932], [551, 935], [551, 954], [550, 954], [542, 946], [534, 954], [515, 954], [513, 952], [513, 932], [512, 932]]}, "center": {"2-166, T:0-1": [530, 926]}},
{"id": 55, "name": "Mikio Fujioka", "description": "A star in tribute to Mikio Fujioka, a guitarist of BABYMETAL's backing band the KAMI band who sadly passed away in 2018.", "links": {"website": ["https://babymetal.fandom.com/wiki/Fujioka_Mikio"], "subreddit": ["BABYMETAL"]}, "path": {"134-165, 70-127, T:0-1": [[1123, 478], [1123, 481], [1120, 481], [1120, 483], [1123, 483], [1123, 486], [1125, 486], [1125, 483], [1128, 483], [1128, 481], [1125, 481], [1125, 478]]}, "center": {"134-165, 70-127, T:0-1": [1124, 482]}},
{"id": 56, "name": "The Adventures of Tintin", "description": "The Adventures of Tintin is a Belgian comic series by cartoonist Georges Remi (pen name Hergé), following the exploits of the titular reporter and adventurer Tintin, who travels the world with his dog Snowy. The character was created in 1929 and introduced in Le Petit Vingtième, a weekly youth supplement to the Belgian newspaper Le Vingtième Siècle.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Adventures_of_Tintin"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"4-166, T:0-1": [[295, 607], [295, 599], [296, 598], [297, 597], [296, 596], [295, 595], [294, 594], [294, 591], [295, 591], [295, 588], [296, 587], [300, 583], [300, 582], [301, 581], [302, 580], [304, 580], [305, 581], [306, 582], [306, 585], [307, 586], [308, 587], [308, 588], [309, 589], [310, 588], [311, 587], [312, 588], [313, 589], [314, 588], [315, 587], [316, 588], [317, 589], [317, 592], [318, 593], [318, 596], [319, 597], [321, 597], [322, 598], [322, 602], [321, 603], [319, 603], [318, 602], [317, 603], [317, 604], [315, 606], [313, 606], [310, 603], [310, 607], [309, 608], [309, 609], [308, 610], [307, 611], [299, 611]]}, "center": {"4-166, T:0-1": [305, 596]}},
{"id": 57, "name": "Queen Margrethe II", "description": "A picture of Her Majesty Queen Margrethe II, Queen of Denmark. She is depicted smoking a cigarette, as she is well known for her tobacco habit.", "links": {"website": ["https://en.wikipedia.org/wiki/Margrethe_II_of_Denmark"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"63-166, T:0-1": [[478, 215], [484, 215], [484, 216], [486, 216], [486, 217], [488, 217], [488, 218], [490, 218], [490, 219], [491, 219], [491, 220], [493, 220], [493, 221], [494, 221], [494, 222], [495, 222], [495, 293], [437, 294], [437, 287], [448, 277], [449, 275], [449, 272], [448, 271], [448, 269], [448, 266], [448, 265], [447, 262], [448, 262], [450, 260], [449, 258], [449, 256], [447, 255], [450, 253], [453, 249], [448, 248], [452, 245], [457, 249], [458, 247], [456, 245], [456, 243], [458, 241], [459, 240], [459, 237], [459, 235], [461, 237], [463, 235], [463, 234], [464, 231], [458, 228], [459, 225], [458, 224], [458, 221], [458, 220], [463, 220], [466, 220], [467, 222], [473, 219], [474, 219]]}, "center": {"63-166, T:0-1": [472, 270]}},
{"id": 58, "name": "Kaj & Andrea", "description": "Popular children's cartoon in Denmark containing two puppets named Kaj (the frog) and Andrea (the parrot).", "links": {"website": ["https://en.wikipedia.org/wiki/Kaj_%26_Andrea"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"18-30": [[470, 314], [464, 322], [463, 334], [461, 336], [462, 337], [462, 341], [497, 341], [497, 339], [496, 338], [496, 330], [490, 323], [488, 322], [481, 322], [478, 324], [476, 324], [476, 321], [477, 320], [479, 320], [479, 319], [476, 314]], "62-165, T:0-1": [[437, 215], [454, 218], [457, 222], [457, 226], [459, 226], [457, 226], [457, 228], [459, 230], [456, 232], [452, 232], [453, 234], [453, 243], [446, 250], [442, 250], [441, 248], [439, 248], [437, 251], [434, 249], [435, 245], [436, 242], [437, 234], [435, 233], [435, 226], [436, 224], [437, 224], [437, 222], [434, 221], [437, 216]]}, "center": {"18-30": [484, 332], "62-165, T:0-1": [446, 226]}},
{"id": 59, "name": "Art Heaven", "description": "Art Heaven is an art community started on Discord. This is an image of our mascot, Abby!", "links": {"subreddit": ["artheaven"]}, "path": {"28-166, T:0-1": [[641, 631], [641, 648], [661, 648], [661, 631]]}, "center": {"28-166, T:0-1": [651, 640]}},
{"id": 61, "name": "Hermitcraft", "description": "Hermitcraft is a popular SMP (Survival Multiplayer) for the game Minecraft, featuring many of the most popular creators in the Minecraft YouTube community.", "links": {"website": ["https://hermitcraft.com", "https://hermitcraft.fandom.com/wiki/Hermitcraft"], "subreddit": ["HermitCraft"]}, "path": {"10-114": [[851, 607], [851, 631], [860, 631], [860, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [899, 630], [902, 630], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584], [880, 584], [880, 591], [860, 591], [860, 607]], "1-9": [[880, 584], [880, 590], [924, 590], [924, 584]], "115-165, T:0-1": [[880, 584], [880, 591], [857, 591], [857, 587], [851, 587], [851, 591], [860, 591], [860, 607], [851, 607], [851, 631], [860, 631], [860, 639], [862, 639], [862, 638], [866, 634], [869, 634], [869, 631], [894, 631], [895, 632], [897, 632], [898, 631], [902, 631], [902, 615], [905, 615], [905, 591], [924, 591], [924, 584]]}, "center": {"10-114": [882, 611], "1-9": [902, 587], "115-165, T:0-1": [903, 588]}},
{"id": 62, "name": "Notte Boom sticker", "description": "An in-game emote used in the Dragalia Lost mobile game featuring the character Notte.", "links": {"website": ["https://dragalialost.com/", "https://dragalialost.wiki/w/Stickers", "https://dragalialost.wiki/w/Notte", "https://en.wikipedia.org/wiki/Dragalia_Lost"], "subreddit": ["DragaliaLost"]}, "path": {"10-33": [[182, 34], [182, 64], [215, 64], [215, 34]], "3-8": [[73, 725], [71, 727], [71, 735], [73, 737], [77, 737], [78, 736], [84, 736], [85, 735], [89, 735], [91, 732], [91, 727], [88, 727], [87, 728], [81, 728], [78, 725]], "34-165, T:0-1": [[178, 34], [215, 34], [215, 64], [178, 64]]}, "center": {"10-33": [199, 49], "3-8": [76, 731], "34-165, T:0-1": [197, 49]}},
{"id": 63, "name": "Patriotic Dragonite", "description": "Dragonite is a Dragon/Flying-type Pokémon from the Generation I Pokémon games (Pokémon Red/Blue). It has become a symbol of Spanish patriotism on many memes featuring it in front of a Spanish flag.", "links": {"website": ["https://twitter.com/ladamadel_lago/status/1143813408141316096", "https://bulbapedia.bulbagarden.net/wiki/Dragonite_(Pok%C3%A9mon)"], "subreddit": ["esPlace", "spain", "pokemon"]}, "path": {"67-160, T:0-1": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [995, 307], [990, 311], [990, 312], [989, 313], [989, 314], [985, 318], [983, 318], [982, 317], [982, 316], [983, 315], [983, 313], [982, 312], [981, 311], [980, 312], [980, 313], [977, 313], [977, 314], [975, 316], [973, 316], [972, 315], [972, 314], [973, 313], [974, 312], [974, 311], [973, 310]], "161-166, 42-66": [[973, 308], [973, 306], [974, 305], [974, 303], [973, 302], [972, 301], [972, 300], [972, 299], [973, 298], [974, 297], [973, 296], [973, 295], [972, 294], [970, 294], [968, 296], [967, 295], [967, 291], [969, 289], [970, 288], [970, 286], [971, 287], [972, 288], [974, 288], [975, 287], [976, 286], [977, 285], [980, 285], [981, 286], [985, 285], [986, 286], [987, 286], [988, 285], [989, 286], [987, 288], [986, 288], [985, 287], [984, 288], [984, 293], [985, 293], [987, 293], [989, 291], [989, 290], [990, 288], [991, 287], [992, 286], [993, 287], [994, 288], [995, 289], [995, 296], [996, 296], [996, 297], [995, 297], [993, 297], [993, 295], [990, 295], [989, 296], [988, 296], [988, 298], [989, 300], [989, 301], [988, 302], [989, 303], [992, 303], [992, 302], [991, 301], [991, 298], [994, 298], [995, 299], [995, 300], [997, 300], [997, 301], [998, 301], [998, 305], [997, 306], [996, 306], [994, 308]]}, "center": {"67-160, T:0-1": [981, 301], "161-166, 42-66": [981, 300]}},
{"id": 64, "name": "Shane Keith Warne", "description": "Shane Warne (1969-2022) was an Australian cricketer. A right-arm leg spinner, he is widely regarded as one of the greatest bowlers in cricket history. Lovingly known as \"Warnie\", he will forever stay immortal in the hearts of cricket fans all around the world.", "links": {"website": ["https://www.instagram.com/shanewarne23/?hl=en", "https://en.wikipedia.org/wiki/Shane_Warne"], "subreddit": ["Cricket"]}, "path": {"74-87": [[293, 252], [334, 252], [334, 298], [323, 298], [323, 282], [293, 282]], "39-73, 88-165, T:0-1": [[293, 252], [293, 282], [334, 282], [334, 252]]}, "center": {"74-87": [315, 267], "39-73, 88-165, T:0-1": [314, 267]}},
{"id": 65, "name": "Mayreel", "description": "Mayreel is an alpaca character from the gacha mobile game Guardian Tales. She has the power of grass and flowers, and is the god of harvest Kamael's divine beast. Usually, she tags along in her alpaca form with the player character Bari, but she can change into human form.", "links": {"website": ["https://guardian-tales.fandom.com/wiki/Mayreel"], "subreddit": ["GuardianTales"]}, "path": {"31-166, T:0-1": [[688, 194], [692, 194], [692, 195], [693, 196], [693, 199], [696, 199], [696, 200], [697, 200], [697, 203], [698, 204], [700, 204], [700, 205], [701, 205], [701, 207], [702, 207], [702, 211], [701, 211], [701, 214], [700, 214], [696, 218], [695, 219], [694, 219], [693, 218], [691, 218], [690, 219], [689, 219], [688, 218], [685, 218], [684, 219], [683, 219], [677, 213], [677, 205], [682, 199], [682, 196], [684, 194], [686, 194], [686, 195], [687, 196], [688, 196], [689, 195]]}, "center": {"31-166, T:0-1": [688, 208]}},
{"id": 66, "name": "BABYMETAL", "description": "BABYMETAL is a Japanese metal band. This art pictures band members Yuimetal, Su-metal, and Moametal.\n\nOnce you've heard it, you'll never unhear it. BABYMETAL is a band that you'll either love or hate. Amuse producer Key Kobayashi delved into the unknown and fused idol (J-pop) and metal, creating a sub-group of Sakura Gakuin: BABYMETAL! Having blossomed in Japan, they exploded into the Western world after their first album release in February 2014. Going on to tour the world within just four years of their creation, they have taken the metal scene by storm.", "links": {"website": ["https://www.babymetal.com/en/", "https://en.wikipedia.org/wiki/Babymetal"], "subreddit": ["BABYMETAL"]}, "path": {"4-29": [[648, 591], [648, 604], [701, 604], [701, 591]], "30-165, T:0-1": [[649, 591], [701, 591], [701, 631], [649, 631]]}, "center": {"4-29": [675, 598], "30-165, T:0-1": [675, 599]}},
{"id": 67, "name": "Metal Resistance", "description": "Metal Resistance is an album by BABYMETAL, a Japanese heavy metal band.", "links": {"website": ["https://en.wikipedia.org/wiki/Metal_Resistance"], "subreddit": ["BABYMETAL"]}, "path": {"61-164, T:0-1": [[1115, 465], [1125, 465], [1125, 461], [1164, 461], [1164, 465], [1167, 465], [1167, 466], [1159, 474], [1157, 474], [1157, 481], [1149, 481], [1144, 478], [1139, 478], [1134, 481], [1125, 481], [1125, 474], [1123, 474], [1115, 466]]}, "center": {"61-164, T:0-1": [1133, 471]}},
{"id": 68, "name": "Nomai mask", "description": "This is the mask of the Nomai, an old, dead civilization in the solar system of Outer Wilds.", "links": {"website": ["https://outerwilds.fandom.com/wiki/Nomai"], "subreddit": ["outerwilds"]}, "path": {"61-166, T:0-1": [[1677, 644], [1676, 645], [1674, 645], [1669, 650], [1669, 659], [1667, 659], [1667, 661], [1666, 662], [1666, 665], [1669, 668], [1669, 669], [1668, 670], [1671, 673], [1671, 675], [1672, 675], [1673, 674], [1674, 674], [1680, 680], [1682, 680], [1683, 679], [1688, 679], [1689, 680], [1691, 680], [1697, 674], [1698, 674], [1699, 675], [1700, 674], [1700, 672], [1701, 671], [1702, 671], [1703, 670], [1702, 669], [1702, 668], [1705, 665], [1705, 662], [1704, 661], [1704, 659], [1702, 659], [1702, 650], [1697, 645], [1695, 645], [1694, 644], [1690, 644], [1687, 641], [1684, 641], [1681, 644]]}, "center": {"61-166, T:0-1": [1685, 661]}},
{"id": 70, "name": "Michigun", "description": "Michigun was a famous and skilled player of the game Geometry Dash who died in 2021. This is a memorial dedicated to Michigun.", "links": {"website": ["https://www.youtube.com/c/Michigun", "https://geometry-dash-fan.fandom.com/wiki/Michigun"], "subreddit": ["geometrydashplace", "geometrydash"]}, "path": {"31-39": [[940, 354], [940, 356], [931, 364], [925, 364], [922, 367], [922, 419], [961, 419], [961, 367], [958, 364], [953, 364]], "2-30, 40-166, T:0-1": [[922, 366], [922, 419], [961, 419], [961, 366]]}, "center": {"31-39": [942, 387], "2-30, 40-166, T:0-1": [942, 393]}},
{"id": 71, "name": "Georgia Institute of Technology", "description": "The Georgia Institute of Technology (Georgia Tech) is a university in Atlanta, Georgia, United States. This area features the head of Georgia Tech's mascot Buzz and the interlocking GT logo at the top, ECH down the side (an homage to stealing the T), and the Ramblin' Wreck at the bottom.", "links": {"website": ["https://www.gatech.edu", "https://en.wikipedia.org/wiki/Georgia_Tech"], "subreddit": ["gatech"]}, "path": {"6-166, T:0-1": [[421, 528], [378, 528], [378, 549], [412, 549], [412, 583], [378, 583], [378, 608], [421, 608]]}, "center": {"6-166, T:0-1": [409, 537]}},
{"id": 72, "name": "Formula 1", "description": "Formula 1 is a professional car racing organization and championship. This art features logos of all 2022 teams. The Williams-W with the addition of \"FW\" is in honour of the late founder Frank Williams.\n\n\"Keep fighting Michael\" honours Michael Schumacher who is still fighting for his life after a devastating skiing accident many years ago.\n\n\"JB17\" is a testiment to Jules Bianchi, who suffered a fatal accident during the 2014 Japanese Grand Prix.\n\n\"AH19\" is a testiment to the late Anthoine Hubert who lost his life during the 2019 Belgian Grand Prix in the Saturday race in Formula 2.", "links": {"website": ["https://en.wikipedia.org/wiki/Formula_One"], "subreddit": ["formula1"]}, "path": {"1-42": [[447, 761], [447, 830], [571, 830], [571, 761]], "43-165, T:0-1": [[448, 762], [571, 762], [571, 829], [433, 829], [433, 757], [448, 757]]}, "center": {"1-42": [509, 796], "43-165, T:0-1": [540, 810]}},
{"id": 73, "name": "Technische Universität Hansestadt Hamburg", "description": "Technische Universität Hansestadt Hamburg (English: Hamburg University of Technology) is a university near Hamburg, Germany.", "links": {"website": ["https://www.tuhh.de", "https://en.wikipedia.org/wiki/Hamburg_University_of_Technology"], "subreddit": ["TU_HH"]}, "path": {"55-68": [[221, 165], [221, 171], [239, 171], [239, 165]], "44-54": [[221, 165], [221, 169], [239, 169], [239, 165]], "69-165, T:0-1": [[221, 165], [245, 165], [245, 171], [221, 171]]}, "center": {"55-68": [230, 168], "44-54": [230, 167], "69-165, T:0-1": [233, 168]}},
{"id": 74, "name": "Ethereum", "description": "Ethereum is a blockchain powering smart contracts and cryptocurrencies, including the cryptocurrency ETH itself.\n\nThe Ethereum logo is drawn between Loopring and Immutable X, two Ethereum layer 2 solutions that have a partnership with GameStop for an upcoming marketplace. It was built by a small team of about 50 people after a smaller version south of the current location was taken over. It was rebuilt after an attack by the trees below in conjunction with the German flag, and later added a prism effect with a laser coming from the Loopring logo, through the ETH crystal, and splitting into a rainbow on the Immutable side.", "links": {"website": ["http://ethereum.org/", "https://en.wikipedia.org/wiki/Ethereum"], "discord": ["BMCdDHvNm6"]}, "path": {"9-19": [[783, 898], [783, 922], [784, 922], [795, 916], [795, 898]], "20-44, 51-165, T:0-1": [[840, 857], [828, 877], [828, 880], [840, 896], [841, 896], [853, 880], [853, 877], [841, 857]]}, "center": {"9-19": [789, 910], "20-44, 51-165, T:0-1": [841, 877]}},
{"id": 75, "name": "Destiny", "description": "Steven Kenneth \"Destiny\" Bonnell II is a gaming and politics Twitch streamer and YouTuber.", "links": {"website": ["https://destiny.gg", "https://en.wikipedia.org/wiki/Destiny_(streamer)"], "subreddit": ["Destiny"]}, "path": {"3-165, T:0-1": [[334, 78], [399, 78], [399, 131], [334, 131]]}, "center": {"3-165, T:0-1": [367, 105]}},
{"id": 76, "name": "lttstore.com", "description": "lttstore.com is an online store for branded merchandise from the YouTube channel Linus Tech Tips. It is commonly shouted out on Linus Tech Tips videos.\n\nSpammers made repeated attempts to replace two pixels of the 'O' in .com with orange in order to alter the text to .cum.", "links": {"website": ["https://www.lttstore.com/"], "subreddit": ["LinusTechTips"]}, "path": {"45-64": [[48, 765], [48, 777], [125, 777], [125, 765]], "65-166, 9-44, T:0-1": [[48, 765], [48, 777], [117, 777], [117, 765]]}, "center": {"45-64": [87, 771], "65-166, 9-44, T:0-1": [83, 771]}},
{"id": 77, "name": "Löwenzahn", "description": "Löwenzahn (German for \"dandelion\") is a popular German children's TV show.", "links": {"website": ["https://en.wikipedia.org/wiki/L%C3%B6wenzahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"85-95": [[509, 831], [509, 836], [507, 836], [504, 839], [503, 841], [503, 844], [504, 845], [504, 848], [507, 851], [507, 854], [506, 856], [503, 856], [503, 860], [504, 861], [504, 863], [503, 863], [501, 865], [501, 866], [534, 866], [536, 864], [536, 861], [534, 861], [530, 857], [533, 857], [533, 854], [537, 854], [537, 848], [539, 848], [539, 843], [538, 843], [536, 845], [535, 845], [533, 843], [533, 841], [543, 836], [549, 836], [553, 838], [559, 838], [560, 839], [563, 839], [563, 840], [564, 841], [564, 844], [566, 846], [576, 846], [576, 848], [581, 848], [581, 849], [582, 852], [584, 854], [589, 854], [591, 856], [592, 860], [603, 860], [603, 862], [605, 864], [607, 865], [609, 862], [609, 858], [605, 854], [608, 851], [611, 851], [612, 850], [614, 850], [614, 856], [616, 856], [619, 853], [623, 853], [623, 855], [625, 857], [625, 860], [630, 860], [632, 862], [633, 861], [633, 859], [634, 858], [634, 855], [637, 855], [638, 856], [640, 854], [648, 854], [649, 855], [651, 855], [651, 856], [653, 857], [653, 859], [656, 859], [656, 857], [659, 857], [661, 855], [659, 853], [660, 852], [665, 852], [665, 849], [668, 849], [669, 847], [673, 847], [673, 844], [674, 844], [677, 837], [677, 836], [674, 836], [673, 835], [672, 836], [672, 840], [671, 841], [671, 844], [667, 844], [666, 843], [665, 844], [665, 845], [663, 845], [661, 847], [661, 849], [659, 850], [657, 850], [657, 846], [655, 846], [655, 849], [647, 849], [650, 846], [648, 844], [646, 846], [646, 847], [645, 848], [642, 848], [642, 846], [640, 844], [638, 846], [638, 847], [632, 847], [632, 845], [631, 845], [629, 847], [629, 849], [626, 849], [626, 847], [624, 847], [623, 846], [618, 846], [618, 843], [616, 843], [613, 846], [613, 847], [607, 847], [605, 845], [601, 843], [571, 843], [571, 839], [568, 839], [568, 836], [565, 836], [563, 834], [568, 833], [571, 830], [571, 828], [570, 828], [569, 829], [565, 829], [565, 831], [555, 831], [555, 829], [540, 829], [539, 830], [534, 832], [523, 832], [520, 829], [519, 830], [512, 830], [511, 831]], "53-84, 96-166, T:0-1": [[512, 829], [508, 831], [508, 833], [510, 836], [507, 836], [504, 838], [502, 841], [502, 844], [503, 845], [503, 849], [505, 849], [509, 853], [509, 855], [507, 855], [507, 858], [505, 858], [505, 863], [510, 865], [518, 865], [519, 866], [522, 866], [523, 865], [525, 865], [527, 862], [533, 862], [536, 859], [536, 855], [537, 855], [537, 847], [539, 845], [539, 839], [537, 839], [537, 834], [534, 834], [534, 832], [527, 832], [525, 834], [524, 834], [520, 830], [518, 830], [516, 832], [515, 832], [515, 831], [513, 829]]}, "center": {"85-95": [520, 846], "53-84, 96-166, T:0-1": [523, 848]}},
{"id": 78, "name": "Colosseum", "description": "The Colosseum is an ancient Roman gladiator arena and amphitheater built in Rome, Italy.", "links": {"website": ["https://en.wikipedia.org/wiki/Colosseum"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"43-101": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [820, 421], [820, 425], [822, 427], [825, 429], [830, 429], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 427], [789, 419], [787, 419], [787, 417], [789, 417]], "102-165, T:0-1": [[789, 404], [811, 404], [814, 409], [814, 412], [817, 417], [824, 417], [824, 419], [825, 419], [825, 428], [830, 428], [834, 422], [855, 422], [855, 450], [789, 450], [789, 441], [787, 441], [787, 439], [789, 439], [789, 430], [787, 430], [787, 428], [789, 428], [789, 419], [787, 419], [787, 417], [789, 417]]}, "center": {"43-101": [806, 433], "102-165, T:0-1": [808, 432]}},
{"id": 79, "name": "Dante Alighieri", "description": "An Italian poet, known for writing the Divine Comedy (Italian: Divina Commedia).", "links": {"website": ["https://en.wikipedia.org/wiki/Dante_Alighieri"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"]}, "path": {"46-165, T:0-1": [[858, 366], [852, 371], [848, 371], [842, 366], [842, 357], [846, 353], [849, 353], [849, 352], [845, 351], [843, 348], [842, 342], [847, 338], [846, 333], [848, 325], [852, 325], [853, 324], [855, 324], [859, 328], [861, 329], [863, 352], [864, 353], [864, 360], [854, 360], [854, 361], [857, 362], [858, 363]]}, "center": {"46-165, T:0-1": [853, 344]}},
{"id": 80, "name": "Flag of Poland", "description": "Poland is a country in Central Europe.\n\nThis Polish flag has dumplings, a bottle of vodka, Pope John Paul II, footballer Robert Lewandowski, a Polish hussar, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.", "links": {"website": ["https://en.wikipedia.org/wiki/Poland", "https://en.wikipedia.org/wiki/Flag_of_Poland"], "subreddit": ["Polska", "poland"]}, "path": {"2-7": [[448, 342], [601, 342], [601, 376], [448, 376]], "8-31": [[432, 342], [689, 342], [689, 376], [432, 376]], "32-165, T:0-1": [[480, 343], [689, 343], [689, 376], [480, 376]]}, "center": {"2-7": [525, 359], "8-31": [561, 359], "32-165, T:0-1": [585, 360]}},
{"id": 83, "name": "Karlsruhe Institute of Technology", "description": "The Karlsruhe Institute of Technology (Karlsruher Institut für Technologie; KIT) is national research center and the biggest university in the city of Karlsruhe, Germany.", "links": {"website": ["https://kit.edu", "https://en.wikipedia.org/wiki/Karlsruhe_Institute_of_Technology"], "subreddit": ["KaIT"]}, "path": {"3-15": [[765, 521], [765, 547], [832, 547], [832, 521]], "16-166, T:0-1": [[760, 521], [760, 547], [832, 547], [832, 521]]}, "center": {"3-15": [799, 534], "16-166, T:0-1": [796, 534]}},
{"id": 85, "name": "Cave Story", "description": "Cave Story, originally released as Dōkutsu Monogatari, is a 2004 Metroidvania platform-adventure game for Microsoft Windows. It was developed over five years by Japanese developer Daisuke \"Pixel\" Amaya in his free time. The characters in this plot are (from left to right, top to bottom) Quote, Curly Brace, Toroko, Misery, Little Man, Sue Sakamoto, Balrog, Puu Black, a Colon, Kanpachi, and King.", "links": {"website": ["https://en.wikipedia.org/wiki/Cave_Story"], "subreddit": ["cavestory", "place_CentralAlliance"]}, "path": {"117-129": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [629, 866]], "107-116": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [595, 900], [597, 900], [597, 898], [597, 886], [628, 886], [628, 891], [627, 892], [627, 893], [628, 894], [628, 896], [629, 897], [629, 900], [637, 900], [637, 897], [639, 895], [639, 892], [640, 891], [636, 888], [629, 888], [628, 886], [597, 886], [597, 866]], "68-106": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [602, 899], [605, 901], [605, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [636, 900], [638, 898], [639, 896], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [599, 895], [595, 891], [595, 888], [597, 885], [597, 866]], "24-67": [[562, 866], [562, 894], [567, 894], [567, 900], [591, 900], [600, 895], [600, 899], [602, 899], [606, 903], [608, 903], [608, 899], [611, 899], [611, 894], [629, 894], [629, 896], [630, 897], [630, 900], [637, 900], [637, 897], [639, 895], [639, 891], [636, 888], [631, 888], [628, 892], [628, 894], [610, 894], [608, 892], [603, 892], [600, 895], [595, 891], [595, 888], [599, 884], [599, 878], [597, 878], [597, 866]], "1-23": [[562, 865], [562, 890], [566, 890], [566, 900], [588, 900], [593, 898], [595, 898], [595, 888], [598, 884], [598, 881], [599, 880], [597, 878], [597, 865]], "134-166, T:0-1": [[562, 866], [562, 894], [567, 894], [567, 900], [589, 900], [590, 908], [591, 909], [596, 909], [600, 905], [598, 903], [601, 899], [606, 903], [608, 903], [612, 907], [616, 906], [614, 904], [614, 898], [620, 897], [621, 898], [628, 898], [629, 900], [636, 900], [639, 896], [643, 896], [644, 902], [648, 909], [654, 909], [654, 898], [646, 898], [644, 895], [638, 895], [638, 889], [629, 888], [629, 866], [606, 866], [606, 870], [604, 872], [603, 873], [596, 873], [593, 870], [590, 870], [590, 866]]}, "center": {"117-129": [580, 883], "107-116": [580, 883], "68-106": [579, 882], "24-67": [579, 882], "1-23": [580, 881], "134-166, T:0-1": [616, 888]}},
{"id": 86, "name": "Blender", "description": "Blender is a free and open-source 3D computer graphics software.", "links": {"website": ["https://www.blender.org/", "https://en.wikipedia.org/wiki/Blender_(software)"], "subreddit": ["blender"]}, "path": {"41-48": [[93, 94], [92, 95], [94, 97], [94, 99], [90, 99], [88, 105], [95, 113], [102, 113], [102, 111], [103, 110], [120, 110], [121, 111], [130, 111], [133, 107], [133, 105], [127, 99], [125, 99], [125, 102], [122, 102], [120, 104], [120, 110], [104, 110], [104, 103], [95, 94]], "28-40, 51-165, T:0-1": [[127, 99], [133, 105], [133, 108], [130, 111], [127, 111], [125, 109], [124, 109], [122, 111], [120, 111], [120, 109], [124, 105], [124, 104], [120, 104], [120, 102], [126, 102], [126, 99]]}, "center": {"41-48": [97, 106], "28-40, 51-165, T:0-1": [128, 106]}},
{"id": 87, "name": "Flag of Catalonia", "description": "Catalonia is an autonomous community in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Catalonia", "https://en.wikipedia.org/wiki/Flag_of_Catalonia"], "subreddit": ["catalunya"]}, "path": {"4-164, T:0-1": [[689, 360], [740, 360], [740, 332], [689, 332]]}, "center": {"4-164, T:0-1": [715, 346]}},
{"id": 89, "name": "Flag of Indonesia", "description": "Indonesia is a country in Southeast Asia. This flag features the Indonesian archipelago and some penguins that were allied with the art.", "links": {"website": ["https://en.wikipedia.org/wiki/Indonesia", "https://en.wikipedia.org/wiki/Flag_of_Indonesia"], "subreddit": ["indonesia"]}, "path": {"1-166, T:0-1": [[89, 781], [89, 811], [110, 811], [110, 804], [143, 804], [143, 781]]}, "center": {"1-166, T:0-1": [102, 794]}},
{"id": 90, "name": "League of Legends", "description": "League of Legends is a multiplayer online battle arena (MOBA) game.", "links": {"website": ["https://www.leagueoflegends.com/en-us/", "https://en.wikipedia.org/wiki/League_of_Legends"], "subreddit": ["leagueoflegends"], "discord": ["lol"]}, "path": {"52-104": [[715, 204], [718, 207], [714, 214], [709, 225], [709, 232], [713, 240], [717, 245], [714, 249], [714, 250], [747, 250], [753, 244], [753, 243], [747, 243], [750, 238], [753, 232], [753, 224], [746, 212], [743, 209], [729, 206], [729, 203], [715, 203]]}, "center": {"52-104": [731, 228]}},
{"id": 91, "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire. This flag has a Mayan pyramid on it.\n\nThis flag was the first Mexican flag, made during the first day of r/place. At first it was a very small flag, but it expanded to the north when the LGBT flag was attacked by the Mexican and Italian alliance, dividing the won territories in half. This territory lived in peace from the first to the last day and was never invaded.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"6-164, T:0-1": [[787, 521], [865, 521], [865, 451], [787, 451]]}, "center": {"6-164, T:0-1": [826, 486]}},
{"id": 92, "name": "Lego", "description": "Lego is a construction toy consisting of colored bricks and figures that can be assembled together. This Lego logo is drawn next to the flag of Denmark, its country of origin.", "links": {"website": ["https://www.lego.com/", "https://en.wikipedia.org/wiki/Lego"], "subreddit": ["lego", "Denmark"]}, "path": {"11-165, T:0-1": [[638, 320], [638, 343], [689, 343], [689, 320]]}, "center": {"11-165, T:0-1": [664, 332]}},
{"id": 94, "name": "The Great Wave off Kanagawa", "description": "The Great Wave off Kanagawa (神奈川沖浪裏), also known as The Great Wave or The Wave, is a woodblock print created in 1831 by the Japanese ukiyo-e artist Katsushika Hokusai (葛飾北斎). This was the first of his landscape painting series, Thirty-six Views of Mount Fuji. The painting depicts three boats sailing off the coast of Sagami Bay, Kanagawa Prefecture (神奈川県相模湾).\n\nDuring r/place, the wave was destroyed three times, first by infamous French streamer xQc (replaced by Super Meat Boy) and then twice by Russian streamer Dmitry_Lixx (replaced by blue void, then blackout). With the help of an overlay and support from Germany, Tunisia, and many more factions, we were able to quickly rebuild our artwork each time!", "links": {"website": ["https://en.wikipedia.org/wiki/The_Great_Wave_off_Kanagawa"], "subreddit": ["place_the_wave"]}, "path": {"105-148": [[1920, 769], [1920, 830], [2000, 830], [2000, 769]], "74-88": [[1920, 775], [1920, 870], [2000, 870], [2000, 775]], "149-166, 57-73, 89-104, T:0-1": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"105-148": [1960, 800], "74-88": [1960, 823], "149-166, 57-73, 89-104, T:0-1": [1960, 802]}},
{"id": 95, "name": "ƎNA", "description": "Turron! Turron! Turron! Turrrrron! ENA (stylized ƎNA) is the Pablo Picasso-inspired protagonist of the eponymous animated surrealist web series, created by Peruvian animator Joel Guerra. The surrealist series takes place in a digital world, and has a distinct aesthetic reminiscent of early web animations inspired by the graphics of computer adventure and PlayStation 1 games.", "links": {"website": ["https://joelgc.com/", "https://enajoelg.fandom.com/wiki/ENA_(series)"], "subreddit": ["enaplace", "ENA"]}, "path": {"100-144": [[1130, 384], [1130, 393], [1123, 393], [1123, 402], [1124, 403], [1124, 408], [1129, 414], [1155, 414], [1155, 384]], "40-50": [[504, 243], [501, 245], [499, 247], [497, 257], [497, 259], [499, 263], [508, 263], [514, 256], [514, 249], [510, 244], [508, 243]], "56-91": [[1972, 732], [1972, 754], [1981, 763], [1985, 763], [1985, 756], [1987, 754], [1989, 754], [1991, 752], [1991, 751], [2000, 751], [2000, 732]], "145-165, T:0-1": [[1133, 385], [1130, 388], [1130, 392], [1129, 393], [1122, 393], [1122, 402], [1124, 404], [1124, 406], [1130, 412], [1144, 412], [1145, 412], [1145, 406], [1146, 405], [1149, 405], [1150, 406], [1152, 406], [1152, 402], [1154, 402], [1154, 385]]}, "center": {"100-144": [1142, 400], "40-50": [506, 253], "56-91": [1983, 743], "145-165, T:0-1": [1140, 396]}},
{"id": 96, "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States. This area was started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, Penn State, and Ohio State. As a joke, the block letter logos of the universities were arranged to spell out the word \"porn\".\n\nKirby was created from the start by a group of friends unaffiliated with the subreddit. Not wanting to destroy it, the B1G allied with Kirby and maintained it until the end.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "Huskers", "OSU", "PennStateUniversity", "Purdue", "rutgers", "UIUC"]}, "path": {"7-165, T:0-1": [[151, 609], [174, 609], [174, 629], [257, 629], [257, 582], [175, 582], [163, 582], [163, 583], [160, 589], [160, 590], [165, 590], [165, 592], [163, 596], [163, 597], [161, 601], [154, 601], [154, 602], [153, 602], [153, 605], [152, 605], [152, 607], [151, 607]]}, "center": {"7-165, T:0-1": [193, 606]}},
{"id": 97, "name": "Niko", "description": "Niko is the main character in the indie video game OneShot. Here they are depicted riding a Roomba and holding a lightbulb (The Sun).\n\nThis artwork was originally located slightly higher up. However, it couldn't survive the massive Ukrainian flag, so it was relocated here, where it stayed for the rest of the event. The green dot on the Roomba represents that it's on and is present in the original game. Since it is a small detail, many people thought it was a mistake and replaced the light with a purple pixel, but the green light made it to the final canvas.", "links": {"website": ["https://oneshot.fandom.com/wiki/Niko"], "subreddit": ["oneshot"], "discord": ["5dQMafBgGZ"]}, "path": {"1-3": [[917, 218], [917, 225], [916, 225], [916, 236], [914, 239], [914, 240], [921, 248], [921, 251], [929, 251], [929, 249], [939, 238], [939, 237], [937, 237], [937, 225], [936, 225], [936, 218]], "4-166, T:0-1": [[911, 252], [911, 259], [910, 260], [910, 274], [913, 277], [913, 279], [917, 284], [925, 284], [929, 279], [929, 277], [930, 277], [933, 274], [933, 259], [932, 259], [932, 252]]}, "center": {"1-3": [927, 235], "4-166, T:0-1": [922, 268]}},
{"id": 98, "name": "r/196", "description": "r/196 is a shitposting subreddit. The only directly stated rule of r/196 is that you must post before you leave.", "links": {"subreddit": ["196"]}, "path": {"1-165, T:0-1": [[174, 629], [241, 629], [241, 698], [174, 698]]}, "center": {"1-165, T:0-1": [190, 647]}},
{"id": 99, "name": "Lemon Demon", "description": "Lemon Demon is an American band.\n\nThis Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall", "links": {"website": ["https://en.wikipedia.org/wiki/Lemon_Demon"], "subreddit": ["lemondemon", "tallyhall"], "discord": ["jZjmeq86tV"]}, "path": {"8-11": [[766, 398], [766, 429], [800, 429], [800, 398]], "12-166, T:0-1": [[752, 397], [752, 430], [788, 430], [788, 397]]}, "center": {"8-11": [783, 414], "12-166, T:0-1": [770, 414]}},
{"id": 100, "name": "Project Inkunzi", "description": "Project Inkunzi is a geopolitical nation role-play where you role-play as nations on a fantasy planet. It was made by YouTuber CalmDownLevelUp.", "links": {"website": ["https://project-inkunzi.fandom.com/wiki/Project_Inkunzi_Wiki", "https://www.youtube.com/watch?v=gLXxk7ZsrDM"], "subreddit": ["Inkunzi", "CalmDownLevelUp"]}, "path": {"150-165, T:0-1": [[1836, 805], [1833, 808], [1833, 810], [1838, 815], [1843, 810], [1843, 808], [1840, 805], [1838, 807]]}, "center": {"150-165, T:0-1": [1838, 810]}},
{"id": 103, "name": "Ohio State University", "description": "The Ohio State University (OSU, not to be confused with the rhythm game \"osu!\") is a university located in Columbus, Ohio, United States. OSU's school colors are scarlet and gray, which can be seen around their Block O logo at the bottom left of the artwork. The Block O, together with the Buckeye nut, are the logos for the Ohio State University. OSU is famous for its American football rivalry with the University of Michigan, with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the \"Script Ohio\", a long-time Ohio State tradition from the school's marching band where members of the band will form the word \"Ohio\" in script during football games.\n\nA second Block O is situated next to Purdue University & Rutgers University elsewhere on r/place.", "links": {"website": ["https://www.osu.edu", "https://en.wikipedia.org/wiki/Ohio_State_University"], "subreddit": ["OSU"]}, "path": {"28-36": [[705, 889], [705, 905], [759, 905], [759, 889]], "9-19": [[712, 865], [712, 887], [772, 887], [772, 865]], "2-8": [[716, 858], [712, 862], [712, 883], [716, 887], [726, 887], [730, 883], [730, 862], [726, 858]], "22-27": [[712, 866], [712, 889], [772, 889], [772, 866]], "60-165, T:0-1": [[1331, 794], [1331, 830], [1364, 830], [1364, 794]]}, "center": {"28-36": [732, 897], "9-19": [742, 876], "2-8": [721, 873], "22-27": [742, 878], "60-165, T:0-1": [1348, 812]}},
{"id": 105, "name": "PotatoMcWhiskey", "description": "PotatoMcWhiskey is a YouTuber and Twitch streamer who plays games such as Civilization VI.", "links": {"website": ["https://www.youtube.com/user/PotatoMcWhiskey/", "https://www.twitch.tv/potatomcwhiskey"], "subreddit": ["PotatoMcWhiskey"]}, "path": {"64-66": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 78], [1502, 79], [1502, 87], [1500, 91], [1500, 95], [1503, 102], [1505, 105], [1507, 105], [1508, 106], [1512, 106], [1513, 107], [1514, 107], [1515, 106], [1523, 106], [1533, 90], [1533, 73], [1525, 65], [1528, 62], [1526, 60], [1515, 60]], "67-166, T:0-1": [[1513, 61], [1508, 68], [1508, 73], [1503, 73], [1501, 75], [1501, 79], [1502, 80], [1502, 87], [1501, 88], [1501, 93], [1503, 95], [1506, 95], [1510, 98], [1519, 98], [1522, 105], [1524, 105], [1532, 89], [1532, 83], [1533, 82], [1533, 77], [1531, 75], [1531, 70], [1527, 67], [1527, 62], [1525, 60], [1518, 60], [1517, 61]]}, "center": {"64-66": [1517, 86], "67-166, T:0-1": [1518, 84]}},
{"id": 106, "name": "Canada", "description": "Canada is a country in North America.\n\nThis art, known as Operation Gooseflight, was a splinter from r/canada to escape the meme of messing with the Canadian flag in the initial canvas.", "links": {"website": ["https://en.wikipedia.org/wiki/Canada"], "subreddit": ["placecanada", "canada"]}, "path": {"56-122": [[1779, 869], [1785, 873], [1786, 877], [1786, 882], [1783, 884], [1783, 887], [1788, 887], [1790, 889], [1806, 889], [1806, 911], [1807, 912], [1807, 916], [1793, 930], [1793, 934], [1830, 934], [1830, 869]], "124-166, T:0-1": [[1810, 869], [1810, 895], [1807, 895], [1807, 916], [1794, 929], [1792, 929], [1792, 932], [1793, 932], [1793, 935], [1803, 935], [1804, 936], [1805, 935], [1830, 935], [1830, 869]]}, "center": {"56-122": [1817, 882], "124-166, T:0-1": [1817, 923]}},
{"id": 107, "name": "Critical Role", "description": "Critical Role is an actual-play web series where a group of professional voice actors play the tabletop role-playing game Dungeons & Dragons.", "links": {"website": ["https://critrole.com/", "https://www.youtube.com/@criticalrole"], "subreddit": ["criticalrole", "place_CentralAlliance"]}, "path": {"13-166, T:0-1": [[512, 962], [512, 992], [539, 992], [539, 962]]}, "center": {"13-166, T:0-1": [526, 977]}},
{"id": 108, "name": "Palico", "description": "An iconic character from the game series, Monster Hunter.", "links": {"website": ["https://monsterhunterworld.wiki.fextralife.com/Palicoes"], "subreddit": ["MonsterHunter"]}, "path": {"23-90": [[748, 608], [748, 635], [769, 635], [776, 622], [776, 608]], "13-22": [[748, 613], [748, 634], [760, 634], [760, 637], [769, 637], [769, 613]], "92-165, T:0-1": [[748, 608], [748, 636], [768, 636], [782, 609], [782, 608]]}, "center": {"23-90": [761, 621], "13-22": [759, 624], "92-165, T:0-1": [761, 621]}},
{"id": 109, "name": "Flag of Portugal", "description": "Portugal is a country in Southwestern Europe. This flag of Portugal contains depictions of Portuguese poet Luís de Camões, Pena National Palace, cartoon character Zé Povinho, and Afonso Henriques (first king of Portugal).", "links": {"website": ["https://en.wikipedia.org/wiki/Portugal", "https://en.wikipedia.org/wiki/Flag_of_Portugal"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"56-64": [[865, 308], [864, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1099, 360], [1107, 353], [1113, 353], [1120, 360], [1121, 360], [1121, 312], [1098, 312], [1090, 308]], "41-55": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [952, 360], [952, 308]], "35-40": [[865, 308], [865, 360], [856, 360], [856, 371], [865, 371], [865, 408], [923, 408], [923, 368], [942, 357], [942, 308]], "18-34": [[865, 312], [865, 360], [856, 360], [856, 371], [865, 371], [865, 407], [923, 407], [923, 367], [952, 367], [952, 312]], "1-17": [[865, 312], [865, 360], [856, 360], [856, 371], [921, 371], [921, 360], [952, 360], [952, 312]], "65-166, T:0-1": [[865, 308], [865, 360], [856, 360], [856, 371], [923, 371], [923, 360], [1043, 360], [1096, 308]]}, "center": {"56-64": [900, 339], "41-55": [900, 339], "35-40": [899, 343], "18-34": [898, 345], "1-17": [898, 341], "65-166, T:0-1": [900, 339]}},
{"id": 110, "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.\n\nThis flag is emblazoned with a variety of pixel arts related to the trans and LGBT communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"], "subreddit": ["transplace"]}, "path": {"86-89": [[480, 429], [480, 449], [299, 449], [299, 476], [421, 476], [421, 449], [469, 449], [469, 476], [787, 476], [787, 429]], "54-55": [[569, 429], [569, 476], [787, 476], [787, 429]], "42-45": [[701, 429], [701, 476], [787, 476], [787, 429]], "36-41": [[299, 429], [299, 476], [421, 476], [787, 476], [787, 429], [469, 429], [469, 449], [421, 449], [421, 429]], "19-21": [[565, 429], [565, 476], [787, 476], [787, 429]], "1-18": [[448, 429], [448, 476], [858, 476], [876, 467], [884, 457], [892, 451], [895, 451], [900, 458], [903, 458], [903, 439], [883, 439], [869, 437], [869, 429]], "90-94": [[480, 449], [480, 429], [787, 429], [787, 476], [469, 476], [469, 449], [421, 449], [421, 476], [299, 476], [299, 449]], "107-164, T:0-1": [[480, 429], [480, 450], [468, 450], [468, 476], [787, 476], [787, 429]], "22-35, 46-53, 56-85, 95-106": [[480, 429], [480, 476], [787, 476], [787, 429]]}, "center": {"86-89": [558, 453], "54-55": [678, 453], "42-45": [744, 453], "36-41": [543, 453], "19-21": [676, 453], "1-18": [660, 453], "90-94": [558, 453], "107-164, T:0-1": [633, 453], "22-35, 46-53, 56-85, 95-106": [634, 453]}},
{"id": 111, "name": "Connection lost", "description": "The \"Connection lost... Please wait - attempting to reestablish.\" message originates from RuneScape, a popular free massively multiplayer online role-playing game (MMORPG). This message appears in the top-left corner of the screen when the player's network connection to the RuneScape servers is lost.", "links": {"website": ["https://oldschool.runescape.com/"], "subreddit": ["2007scape"]}, "path": {"1-165, T:0-1": [[0, 0], [231, 0], [231, 33], [0, 33]]}, "center": {"1-165, T:0-1": [116, 17]}},
{"id": 112, "name": "Froggy Chair", "description": "The Froggy Chair is a piece of furniture Nintendo game Animal Crossing. It became a meme because of its goofy appearance.", "links": {"website": ["https://nookipedia.com/wiki/Ithttps://knowyourmeme.com/memes/froggy-chairem:Froggy_Chair_(New_Horizons)", "https://knowyourmeme.com/memes/froggy-chair"]}, "path": {"17-20": [[41, 112], [41, 117], [42, 117], [42, 123], [52, 123], [52, 117], [53, 117], [53, 111], [49, 111], [49, 112]], "21-165, T:0-1": [[54, 115], [66, 113], [67, 121], [70, 125], [71, 133], [70, 134], [67, 134], [66, 131], [62, 131], [62, 136], [57, 136], [57, 133], [53, 133], [53, 126], [54, 125]]}, "center": {"17-20": [47, 117], "21-165, T:0-1": [61, 125]}},
{"id": 113, "name": "Flag of Wales", "description": "Wales is one of the countries in the United Kingdom. Its flag features the Dragon of Cadwaladr, also known as Y Ddraig Goch (The Red Dragon).", "links": {"website": ["https://en.wikipedia.org/wiki/Wales", "https://en.wikipedia.org/wiki/Flag_of_Wales"], "subreddit": ["Wales"]}, "path": {"92-127": [[44, 115], [44, 137], [72, 137], [72, 147], [130, 147], [130, 115], [67, 115], [67, 121], [71, 125], [71, 133], [70, 134], [67, 134], [66, 133], [66, 131], [62, 131], [62, 135], [61, 136], [57, 136], [57, 133], [53, 133], [52, 132], [52, 126], [53, 126], [54, 125], [54, 121], [53, 120], [53, 115]], "16-91": [[74, 117], [74, 147], [130, 147], [130, 117]], "2-14": [[601, 342], [601, 363], [638, 363], [638, 342]], "128-165, T:0-1": [[67, 115], [67, 120], [71, 125], [71, 133], [70, 134], [67, 134], [67, 137], [72, 137], [72, 147], [130, 147], [130, 115]]}, "center": {"92-127": [92, 131], "16-91": [102, 132], "2-14": [620, 353], "128-165, T:0-1": [99, 131]}},
{"id": 114, "name": "Crying Minotaur", "description": "The Crying Minotaur is a symbol on the cover of the 2001 album \"Amnesiac\" by Radiohead.\n\nA group of people organized at r/RadioheadPlacePenis to try giving the minotaur a penis. They attempted this for hours, re-placing the same pixels as r/radiohead people were trying to stop the cock.", "links": {"website": ["https://en.wikipedia.org/wiki/Amnesiac_(album)", "http://radiohead.com/", "https://en.wikipedia.org/wiki/Radiohead"], "subreddit": ["radiohead"]}, "path": {"1-166, T:0-1": [[78, 529], [78, 579], [125, 579], [125, 529]]}, "center": {"1-166, T:0-1": [102, 554]}},
{"id": 116, "name": "Pizza John", "description": "Pizza John is a logo/meme surrounding Pizzamas, an annual celebration by the Green brothers of the YouTube channel Vlogbrothers.", "links": {"website": ["https://pizzamas.com/pages/what-is-this"], "subreddit": ["nerdfighters"]}, "path": {"57-165, T:0-1": [[1363, 778], [1363, 830], [1392, 830], [1392, 778]]}, "center": {"57-165, T:0-1": [1378, 804]}},
{"id": 117, "name": "e621", "description": "e621 is a mature imageboard for furries.\n\nWarning: website contains NSFW images.", "links": {"website": ["https://e621.net/"], "subreddit": ["e621", "furry_irl"]}, "path": {"57-166, T:0-1": [[1603, 636], [1628, 636], [1628, 620], [1630, 620], [1630, 609], [1603, 609]]}, "center": {"57-166, T:0-1": [1615, 622]}},
{"id": 118, "name": "Bad Dragon", "description": "Bad Dragon is a manufacturer of fantasy adult toys.\n\nWARNING: WEBSITE CONTAINS NSFW CONTENT.", "links": {"website": ["https://bad-dragon.com/", "https://en.wikipedia.org/wiki/Bad_Dragon"], "subreddit": ["BadDragon"]}, "path": {"63-123": [[1586, 619], [1586, 636], [1603, 636], [1603, 619]], "124-166, T:0-1": [[1587, 636], [1603, 636], [1603, 619], [1587, 619]]}, "center": {"63-123": [1595, 628], "124-166, T:0-1": [1595, 628]}},
{"id": 120, "name": "Sausage roll", "description": "A sausage roll is a common snack in the United Kingdom and other Commonwealth nations, consisting of a sausage wrapped in a pastry.", "links": {"website": ["https://en.wikipedia.org/wiki/Sausage_roll"], "subreddit": ["Greggs"]}, "path": {"102-164, T:0-1": [[734, 477], [734, 481], [752, 481], [752, 477]]}, "center": {"102-164, T:0-1": [743, 479]}},
{"id": 121, "name": "Peppy", "description": "Peppy, real name Dean Herbert, is the creator of the rhythm game osu!\n\nPeppy is outlined with a slider from osu!", "links": {"website": ["https://github.com/peppy"], "subreddit": ["osuplace", "osugame"]}, "path": {"62-165, T:0-1": [[1726, 676], [1720, 682], [1719, 682], [1715, 686], [1715, 687], [1714, 688], [1714, 690], [1709, 695], [1709, 698], [1708, 699], [1708, 704], [1709, 705], [1709, 706], [1710, 707], [1710, 708], [1713, 711], [1713, 716], [1712, 717], [1712, 719], [1709, 722], [1707, 722], [1706, 723], [1704, 723], [1700, 725], [1696, 729], [1696, 731], [1695, 732], [1695, 733], [1694, 734], [1694, 737], [1693, 738], [1693, 755], [1694, 756], [1694, 763], [1695, 764], [1695, 766], [1696, 767], [1696, 769], [1697, 770], [1697, 772], [1699, 774], [1699, 775], [1700, 776], [1747, 776], [1748, 775], [1755, 775], [1758, 772], [1758, 766], [1759, 765], [1759, 753], [1758, 752], [1758, 751], [1757, 750], [1757, 747], [1756, 746], [1756, 738], [1755, 737], [1754, 734], [1754, 733], [1753, 732], [1753, 730], [1748, 725], [1747, 725], [1741, 723], [1740, 722], [1739, 722], [1738, 721], [1738, 719], [1741, 716], [1741, 715], [1743, 713], [1745, 708], [1746, 707], [1746, 695], [1744, 693], [1744, 692], [1743, 691], [1742, 691], [1738, 687], [1738, 686], [1732, 680], [1731, 680], [1728, 677], [1727, 677]]}, "center": {"62-165, T:0-1": [1724, 747]}},
{"id": 122, "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, a painting by Dutch artist Johannes Vermeer.", "links": {"website": ["https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"53-166, T:0-1": [[928, 0], [928, 68], [886, 68], [886, 0]]}, "center": {"53-166, T:0-1": [907, 34]}},
{"id": 123, "name": "Flag of Palestine", "description": "Palestine is a state in the Middle East. Its territory, including the holy city of Jerusalem, is disputed with Israel.\n\nThe flag of Palestine was a collaborative effort between r/Palestine and r/Islam. The flag's length was shortened to give room to r/chess and r/AnarchyChess as part of an alliance. The place was originally an Israeli flag made by r/Israel. With the help of the two chess subreddits, many more subreddits, and 4chan, the flag was changed to the Palestine flag. The Israelis attempted to raid the flag and change it back, but the Palestinians and their allies held their ground.", "links": {"website": ["https://en.wikipedia.org/wiki/State_of_Palestine", "https://en.wikipedia.org/wiki/Flag_of_Palestine"], "subreddit": ["Palestine", "Islam"]}, "path": {"13-14, 18-39, 43-165, T:0-1": [[20, 643], [20, 679], [70, 679], [70, 643]]}, "center": {"13-14, 18-39, 43-165, T:0-1": [45, 661]}},
{"id": 124, "name": "Intercity Express", "description": "Intercity Express (ICE) is a high-speed train system operating in Germany. It is known for having really bad network reception while travelling with the Deutsche Bahn, Germany's national railway company; this is denoted by the nearby EDGE (E) symbol with red connection bars indicating a slow connection, in contrast to the fast internet on the French TGV train on the other side of the EU flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Intercity_Express"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"49-61": [[344, 848], [330, 854], [325, 859], [325, 864], [328, 867], [334, 867], [335, 866], [373, 866], [373, 848]], "62-85": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [373, 868], [373, 848]], "86-166, T:0-1": [[344, 848], [330, 854], [325, 859], [325, 865], [296, 865], [296, 868], [403, 868], [403, 866], [373, 866], [373, 848]]}, "center": {"49-61": [363, 857], "62-85": [346, 858], "86-166, T:0-1": [350, 858]}},
{"id": 125, "name": "End of speed limit", "description": "German road sign used on the Autobahn (German highway) to indicate the end of all speed and passing limits.", "links": {"website": ["https://en.wikipedia.org/wiki/Autobahn"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"135-151": [[570, 845], [565, 850], [565, 854], [570, 859], [570, 863], [569, 864], [571, 866], [573, 866], [575, 864], [574, 863], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845]], "67-134": [[570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 866], [573, 866], [573, 860], [574, 860], [579, 855], [579, 850], [574, 845]], "152-166, T:0-1": [[568, 866], [575, 866], [575, 863], [573, 863], [573, 860], [574, 860], [580, 854], [580, 850], [576, 846], [574, 845], [570, 845], [565, 850], [565, 854], [569, 858], [569, 859], [570, 860], [570, 863], [568, 863]]}, "center": {"135-151": [573, 852], "67-134": [572, 852], "152-166, T:0-1": [573, 852]}},
{"id": 126, "name": "arte", "description": "arte is a European public service channel that promotes culture. It is a collaboration between French and German broadcasting companies, hence its location on the canvas between the French and German flags.", "links": {"website": ["https://www.arte.tv/en/", "https://en.wikipedia.org/wiki/Arte"], "subreddit": ["placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"59-84": [[1125, 829], [1125, 869], [1201, 869], [1201, 829]], "85-165, T:0-1": [[1128, 828], [1128, 870], [1201, 870], [1201, 828]]}, "center": {"59-84": [1163, 849], "85-165, T:0-1": [1165, 849]}},
{"id": 127, "name": "Die Sendung mit der Maus", "description": "Die Sendung mit der Maus (The Show with the Mouse) is a German children's television series, popular nation-wide for its educational content. It usually runs for 30 minutes every Sunday and teaches things about the world with some short cartoons in between. The mouse, the elephant, and the duck are the mascots of the show and are often featured in the in-between cartoons.", "links": {"website": ["https://www.wdrmaus.de/", "https://en.wikipedia.org/wiki/Die_Sendung_mit_der_Maus"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"77-87": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [57, 863], [57, 864], [59, 866], [64, 868]], "72-76": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [54, 863], [52, 862], [57, 857], [57, 856], [54, 853], [48, 853], [45, 856], [45, 857], [52, 864], [64, 868]], "68-71": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [61, 863], [56, 863], [54, 861], [54, 860], [55, 859], [55, 858], [53, 856], [49, 856], [47, 858], [47, 859], [52, 864], [56, 866], [61, 866], [64, 868]], "13-67": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 858], [57, 856], [54, 859], [56, 861], [56, 866], [60, 866], [63, 868]], "88-166, T:0-1": [[73, 868], [74, 867], [93, 867], [94, 868], [104, 868], [104, 863], [106, 863], [106, 856], [108, 854], [105, 851], [102, 853], [100, 853], [100, 852], [103, 848], [103, 844], [101, 841], [98, 839], [94, 841], [92, 846], [90, 844], [92, 841], [92, 840], [84, 835], [82, 835], [82, 832], [78, 832], [78, 834], [76, 834], [74, 836], [75, 837], [75, 843], [76, 844], [76, 846], [74, 849], [70, 846], [69, 846], [61, 850], [59, 853], [59, 856], [63, 860], [59, 864], [56, 862], [54, 862], [58, 858], [58, 857], [56, 855], [54, 854], [48, 854], [45, 857], [45, 858], [51, 864], [56, 864], [59, 866], [64, 868]]}, "center": {"77-87": [84, 855], "72-76": [84, 855], "68-71": [84, 855], "13-67": [84, 855], "88-166, T:0-1": [84, 855]}},
{"id": 128, "name": "Flag of the European Union", "description": "The European Union (EU) is an international organization of European countries.\n\nThis EU flag is drawn at the intersection of the flags of France and Germany, both founding members of the EU, to symbolize an alliance between the two. A peace dove was later added to the flag.", "links": {"website": ["http://europa.eu/", "https://en.wikipedia.org/wiki/European_Union", "https://en.wikipedia.org/wiki/Flag_of_the_European_Union"], "subreddit": ["PlaceEU", "placefrance", "franceplace", "placeFR", "france", "placeDE", "de", "germany"], "discord": ["uxm3wbrHke", "placeDE"]}, "path": {"10-166, T:0-1": [[373, 829], [433, 829], [433, 867], [373, 867]]}, "center": {"10-166, T:0-1": [403, 848]}},
{"id": 129, "name": "Bernd das Brot", "description": "Bernd das Brot is a puppet character, star mascot, and cult figure of the German children's television channel KI.KA. He is holding a beer and saying his catchphrase \"Mist\" (English: \"Damn\").", "links": {"website": ["https://en.wikipedia.org/wiki/Bernd_das_Brot"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"54-90": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [236, 844], [232, 844], [228, 847], [228, 848], [220, 848], [220, 850], [215, 850], [215, 845], [217, 843], [217, 833], [214, 831], [207, 830], [200, 830], [198, 829]], "41-53": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 866], [218, 870], [222, 870], [222, 868], [224, 868], [226, 866], [226, 862], [228, 860], [228, 858], [226, 856], [222, 856], [224, 853], [224, 851], [222, 849], [220, 849], [215, 851], [215, 843], [217, 834], [214, 831], [191, 829]], "91-166, T:0-1": [[189, 829], [185, 833], [185, 850], [183, 850], [181, 848], [179, 848], [176, 851], [176, 854], [174, 854], [173, 855], [171, 855], [169, 857], [169, 860], [171, 862], [169, 864], [169, 865], [172, 868], [175, 868], [177, 870], [181, 870], [181, 868], [183, 865], [184, 864], [185, 864], [185, 874], [214, 874], [214, 863], [217, 863], [219, 865], [221, 865], [222, 866], [223, 866], [227, 870], [228, 870], [229, 871], [238, 871], [239, 872], [241, 872], [243, 869], [247, 871], [254, 866], [254, 864], [251, 864], [250, 865], [248, 865], [246, 863], [245, 863], [245, 855], [244, 854], [244, 850], [241, 847], [241, 835], [239, 832], [219, 832], [217, 835], [216, 835], [216, 832]]}, "center": {"54-90": [200, 856], "41-53": [200, 857], "91-166, T:0-1": [203, 848]}},
{"id": 130, "name": "Pochita", "description": "Pochita is the lovable dog of Denji from the manga Chainsaw Man.\n\nPochita is shown being held by a Takodachi, after being suggested as a mutual work from the Hololive group during the first hours of r/place.", "links": {"website": ["https://chainsaw-man.fandom.com/wiki/Pochita"], "subreddit": ["ChainsawMan"], "discord": ["chainsawman"]}, "path": {"9-166, T:0-1": [[198, 779], [204, 779], [207, 782], [207, 783], [215, 783], [215, 782], [216, 782], [216, 781], [219, 781], [223, 785], [224, 786], [224, 789], [222, 791], [223, 792], [223, 793], [225, 793], [225, 799], [224, 799], [224, 800], [222, 800], [222, 802], [219, 802], [219, 803], [215, 803], [215, 801], [212, 801], [212, 802], [206, 802], [206, 800], [208, 798], [205, 798], [202, 795], [202, 789], [201, 789], [199, 787], [198, 786], [198, 784], [197, 784], [197, 780]]}, "center": {"9-166, T:0-1": [213, 792]}},
{"id": 131, "name": "Neopets", "description": "Neopets is a virtual pet game that peaked in popularity in the 1990s-2000s. The pet featured is a yellow Kacheek, stood in front of a Jelly World background. The slogan \"Feed your Neopets\" was chosen as a nod to official merchandise for the site, as well as a tongue-in-cheek reminder to all of the now-20-30-year olds who played as children.\n\nThis piece was created by players of Neopets, and was one of the earliest pieces to go up in r/place 2022, lasting until the end.", "links": {"website": ["https://www.neopets.com/", "https://en.wikipedia.org/wiki/Neopets"], "subreddit": ["neopets"]}, "path": {"1-166, T:0-1": [[310, 702], [352, 702], [352, 743], [310, 743]]}, "center": {"1-166, T:0-1": [331, 723]}},
{"id": 133, "name": "Flag of Singapore", "description": "Singapore is a city-state in Southeast Asia with a population of 5.5M. This flag is overlaid by a silhouette of the country and its prominent landmarks: the Merlion, Marina Bay Sands, Changi Airport control tower, and the Mass Rapid Transit system. The greenery showcases Singapore as a City in Nature, while the purple flower on the Merlion represents our national flower, Vanda Ms. Joaquim.", "links": {"website": ["https://en.wikipedia.org/wiki/Singapore", "https://en.wikipedia.org/wiki/Flag_of_Singapore"], "subreddit": ["singapore", "place_CentralAlliance"]}, "path": {"57-129": [[285, 960], [285, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "46-56": [[297, 960], [297, 978], [316, 978], [316, 974], [318, 972], [321, 972], [323, 974], [323, 960]], "39-45": [[298, 960], [298, 978], [323, 978], [323, 960]], "130-166, T:0-1": [[285, 960], [285, 985], [315, 985], [315, 980], [317, 978], [320, 978], [323, 981], [323, 960]]}, "center": {"57-129": [304, 969], "46-56": [306, 969], "39-45": [311, 969], "130-166, T:0-1": [304, 973]}},
{"id": 134, "name": "Chrome Dino", "description": "Chrome Dino is a game that appears when the Google Chrome internet browser is offline.\n\nThe dinosaur is holding the light stick of K-pop girl group LOONA as a result of r/DinoPlace's alliance with them.", "links": {"website": ["https://en.wikipedia.org/wiki/Dinosaur_Game"], "subreddit": ["DinoPlace"]}, "path": {"3-166, T:0-1": [[302, 777], [321, 777], [321, 780], [343, 780], [343, 808], [302, 808]]}, "center": {"3-166, T:0-1": [317, 794]}},
{"id": 135, "name": "Flag of Malaysia", "description": "Malaysia is a country in Southeast Asia with a population of 32 million. The background is the flag of Malaysia, known as Jalur Gemilang. The towers in the middle are the Petronas Twin Towers, the tallest twin towers in the world. At the back of the towers is Mount Kinabalu, the highest summit in the country, and Borneo island. The bird at the left is a rhinoceros hornbill, Malaysia's national bird.", "links": {"website": ["https://en.wikipedia.org/wiki/Malaysia", "https://en.wikipedia.org/wiki/Flag_of_Malaysia"], "subreddit": ["malaysia", "malaysians", "Bolehland", "place_CentralAlliance"]}, "path": {"60-130": [[323, 961], [393, 961], [393, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "46-59": [[323, 961], [390, 961], [390, 992], [323, 992], [323, 985], [330, 978], [330, 974], [328, 972], [325, 972], [323, 974]], "30-45": [[323, 961], [390, 961], [390, 992], [323, 992]], "131-166, T:0-1": [[323, 961], [393, 961], [393, 992], [323, 992], [331, 984], [331, 980], [329, 978], [326, 978], [323, 981]]}, "center": {"60-130": [358, 977], "46-59": [357, 977], "30-45": [357, 977], "131-166, T:0-1": [358, 977]}},
{"id": 136, "name": "Factorio", "description": "Factorio is a factory simulation game. This art depicts the Factorio gear logo with items from the game such as the belts surrounding it, splitters, an inserter, and a laser turret.\n\nThe west-facing underground belt is vertically aligned with the underground belt at Factorio's claim in the first area of r/place, nicknamed \"main base\".", "links": {"website": ["https://factorio.com/", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"60": [[1622, 579], [1622, 551], [1618, 547], [1572, 547], [1572, 579]], "156": [[1482, 535], [1482, 553], [1548, 553], [1548, 568], [1577, 568], [1577, 570], [1579, 573], [1579, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543], [1488, 543], [1488, 535]], "157": [[1548, 543], [1548, 568], [1581, 568], [1581, 579], [1618, 579], [1622, 575], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "69-78": [[1470, 524], [1470, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 574], [1574, 577], [1578, 579], [1618, 579], [1622, 575], [1622, 551], [1617, 546], [1617, 545], [1615, 543], [1489, 543], [1488, 542], [1488, 525], [1482, 525], [1482, 527], [1476, 527], [1476, 524]], "79-87": [[1474, 526], [1474, 533], [1482, 533], [1482, 553], [1572, 553], [1572, 562], [1564, 562], [1561, 565], [1564, 568], [1572, 568], [1572, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1618, 548], [1618, 543], [1488, 543], [1488, 530], [1485, 527], [1481, 527], [1481, 526]], "88-112": [[1482, 526], [1482, 553], [1557, 553], [1557, 562], [1554, 562], [1554, 568], [1573, 568], [1576, 571], [1577, 571], [1577, 579], [1618, 579], [1622, 575], [1622, 551], [1619, 548], [1617, 548], [1617, 545], [1615, 543], [1488, 543], [1488, 530], [1485, 526]], "113-127": [[1489, 543], [1490, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 576], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543]], "128-141": [[1482, 534], [1482, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1580, 579], [1619, 579], [1622, 576], [1622, 546], [1619, 543], [1488, 543], [1488, 536], [1486, 534]], "158-159": [[1548, 543], [1548, 568], [1581, 568], [1581, 576], [1622, 576], [1622, 551], [1618, 547], [1617, 547], [1617, 545], [1615, 543]], "61-68": [[1572, 579], [1622, 579], [1622, 551], [1618, 547], [1617, 547], [1617, 543], [1572, 543]], "57-59": [[1622, 579], [1622, 551], [1618, 547], [1586, 547], [1586, 579]], "142-155, T:0-1": [[1483, 553], [1549, 553], [1549, 568], [1577, 568], [1577, 575], [1581, 579], [1619, 579], [1622, 576], [1622, 551], [1619, 548], [1617, 547], [1617, 545], [1615, 543], [1490, 543], [1490, 546], [1487, 546], [1483, 549]]}, "center": {"60": [1597, 563], "156": [1601, 561], "157": [1602, 561], "69-78": [1603, 561], "79-87": [1592, 561], "88-112": [1592, 561], "113-127": [1594, 561], "128-141": [1594, 561], "158-159": [1598, 560], "61-68": [1597, 561], "57-59": [1604, 563], "142-155, T:0-1": [1594, 561]}},
{"id": 137, "name": "BTS", "description": "Bangtan Sonyeondan (BTS) is Korea's hottest boy band. This art features a colourful hot-air balloon from the album cover of BTS's \"Young Forever\".", "links": {"website": ["https://www.youtube.com/watch?v=7m-4u4GONsA", "https://en.wikipedia.org/wiki/BTS"], "subreddit": ["bangtan"]}, "path": {"97-104": [[1950, 175], [1943, 184], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194], [1960, 194], [1960, 175]], "56-96": [[1943, 194], [1943, 198], [1957, 198], [1957, 217], [1943, 217], [1943, 238], [2000, 238], [2000, 194]], "109-166, T:0-1": [[1999, 195], [1941, 195], [1941, 238], [1999, 238]]}, "center": {"97-104": [1978, 216], "56-96": [1978, 216], "109-166, T:0-1": [1970, 217]}},
{"id": 138, "name": "Aang", "description": "Avatar Aang is the main character of the hit animated series Avatar: The Last Airbender (ATLA). The world is divided into four nations - the Water Tribe, the Earth Kingdom, the Fire Nation and the Air Nomads - each represented by a natural element for which the nation is named. Benders have the ability to control and manipulate the element from their nation. Only the Avatar is the master of all four elements, and Aang conquers them all!", "links": {"website": ["https://en.wikipedia.org/wiki/Aang", "http://www.nick.co.uk/shows/avatar/q03fvj", "https://en.wikipedia.org/wiki/Avatar:_The_Last_Airbender"], "subreddit": ["ATLA", "place_CentralAlliance"]}, "path": {"20-22": [[759, 922], [756, 925], [757, 926], [757, 930], [761, 933], [763, 933], [767, 929], [767, 924], [765, 922]], "23-166, T:0-1": [[281, 938], [281, 956], [297, 956], [297, 938]]}, "center": {"20-22": [762, 927], "23-166, T:0-1": [289, 947]}},
{"id": 139, "name": "Sailor Moon", "description": "Sailor Moon is the titular protagonist of the 1990s Japanese anime Sailor Moon.", "links": {"website": ["https://en.wikipedia.org/wiki/Sailor_Moon_(character)", "https://wikimoon.org/index.php/Sailor_Moon"], "subreddit": ["sailormoon", "place_CentralAlliance"]}, "path": {"26-166, T:0-1": [[382, 964], [384, 962], [385, 962], [388, 965], [388, 966], [386, 968], [387, 969], [387, 971], [388, 972], [389, 974], [391, 978], [392, 979], [392, 983], [389, 985], [388, 986], [387, 986], [386, 985], [385, 986], [383, 984], [385, 982], [386, 981], [386, 979], [385, 978], [385, 975], [382, 978], [385, 981], [383, 983], [382, 983], [382, 986], [376, 986], [376, 983], [375, 983], [373, 981], [376, 978], [373, 975], [373, 978], [372, 979], [372, 981], [375, 984], [373, 986], [372, 985], [371, 986], [370, 986], [369, 985], [368, 985], [366, 983], [366, 979], [367, 978], [370, 972], [371, 971], [372, 968], [370, 966], [370, 965], [373, 962], [374, 962], [376, 964]]}, "center": {"26-166, T:0-1": [379, 971]}},
{"id": 140, "name": "Ghost", "description": "\"Grucifix\" symbol for the Swedish metal band Ghost.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghost_(Swedish_band)"], "subreddit": ["GhostBC"]}, "path": {"93-103": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 68], [1298, 68], [1298, 72], [1301, 75], [1305, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "64-92": [[1304, 49], [1304, 57], [1303, 58], [1299, 58], [1299, 66], [1303, 66], [1304, 67], [1304, 71], [1312, 71], [1312, 67], [1313, 66], [1317, 66], [1317, 58], [1313, 58], [1312, 57], [1312, 49]], "57-62": [[1323, 54], [1323, 77], [1341, 77], [1341, 54]], "104-166, T:0-1": [[1304, 49], [1304, 51], [1298, 51], [1298, 72], [1301, 75], [1305, 71], [1311, 71], [1315, 75], [1318, 72], [1318, 68], [1317, 68], [1317, 56], [1318, 56], [1318, 51], [1312, 51], [1312, 49]]}, "center": {"93-103": [1306, 64], "64-92": [1308, 62], "57-62": [1332, 66], "104-166, T:0-1": [1308, 61]}},
{"id": 141, "name": "Factorio", "description": "Factorio is a factory simulation game. This artwork includes seven types of science and fish on the belt along with the three types of circuits produced in the game.", "links": {"website": ["https://factorio.com", "https://en.wikipedia.org/wiki/Factorio"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"13": [[330, 568], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 568]], "7-12": [[330, 563], [330, 547], [295, 547], [292, 550], [263, 550], [261, 547], [254, 547], [254, 548], [253, 548], [250, 551], [250, 552], [249, 552], [249, 561], [255, 561], [255, 563]], "14-166, T:0-1": [[329, 568], [329, 547], [314, 547], [314, 543], [298, 543], [295, 548], [293, 549], [263, 549], [263, 547], [255, 547], [249, 553], [249, 563], [250, 565], [252, 567], [254, 568]]}, "center": {"13": [302, 558], "7-12": [305, 555], "14-166, T:0-1": [305, 556]}},
{"id": 142, "name": "Giralda", "description": "Giralda is a Moorish & Christian tower from Seville, Spain. It is one of the most iconic monuments in Spain.", "links": {"website": ["https://en.wikipedia.org/wiki/Giralda"], "subreddit": ["esPlace", "spain"]}, "path": {"70-95": [[1334, 283], [1334, 288], [1333, 288], [1333, 294], [1331, 294], [1331, 308], [1339, 308], [1339, 294], [1337, 294], [1337, 288], [1336, 288], [1336, 283]], "96-164, T:0-1": [[1335, 280], [1334, 281], [1332, 281], [1332, 283], [1331, 284], [1331, 308], [1339, 308], [1339, 289], [1337, 289], [1337, 285], [1336, 285], [1336, 280]]}, "center": {"70-95": [1335, 298], "96-164, T:0-1": [1335, 294]}},
{"id": 143, "name": "Taylor Swift", "description": "A tribute to singer-songerwriter Taylor Swift. The 13 represents her lucky number, which is particularly referenced in the art she creates. Her initials are below, and the whole is surrounded by a border of colours representing her 9 studio albums (as of r/place 2022).\n\nA special thank you to our alliances with Lego, WEiTI, Shovel Knight, and Five Nights at Freddy's.", "links": {"website": ["https://taylorswift.com", "https://en.wikipedia.org/wiki/Taylor_Swift"], "subreddit": ["TaylorSwift"]}, "path": {"2-7": [[628, 294], [628, 320], [653, 320], [653, 294]], "8-166, T:0-1": [[638, 294], [659, 294], [660, 295], [663, 295], [663, 320], [638, 320]]}, "center": {"2-7": [641, 307], "8-166, T:0-1": [651, 316]}},
{"id": 145, "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place. This is the first fish tank made by the Fish Cult, created in the first few minutes of r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult.", "links": {"website": ["https://www.reddit.com/r/PlaceFishCult/comments/twi7o3/i_not_only_made_a_fish_but_a_whole_fishmaking/"], "subreddit": ["PlaceFishCult", "place_CentralAlliance"]}, "path": {"15-47": [[448, 890], [448, 905], [500, 905], [500, 890]], "2-14": [[448, 867], [448, 900], [458, 900], [458, 905], [460, 905], [460, 907], [463, 907], [463, 910], [473, 910], [473, 908], [479, 908], [479, 904], [483, 900], [489, 906], [490, 906], [492, 904], [494, 904], [494, 898], [490, 893], [490, 890], [493, 887], [499, 887], [500, 888], [500, 892], [504, 892], [509, 897], [513, 897], [513, 886], [510, 882], [505, 877], [470, 877], [470, 867]], "48-166, T:0-1": [[448, 890], [448, 914], [453, 914], [453, 906], [454, 906], [454, 905], [499, 905], [499, 904], [500, 904], [500, 890]]}, "center": {"15-47": [474, 898], "2-14": [470, 892], "48-166, T:0-1": [474, 898]}},
{"id": 146, "name": "Black Bauhinia flag", "description": "The Black Bauhinia flag is a variant on the flag of the Chinese city of Hong Kong, with both flags featuring a white Hong Kong orchid tree flower (bauhinia × blakeana). The represents the 2019-2020 Hong Kong Protests against the government and the Communist Party of China following a controversial extradition bill proposal. Protestors demanded a higher degree of democracy in the region, and were met by violent crackdowns and mass arrests. The yellow umbrella is in reference to the 2014 Umbrella Revolution, a series of earlier protests demanding the right to elect the leader of Hong Kong democratically.\n\nAs r/place began, this was one of the first artworks and one of the least griefed. It started with the black Bauhinia flag, and soon expanded to add the yellow umbrella. The wording also changed from \"Free Hong Kong!\" to \"Free HK\". Streamer xQc spared this art in his massive purple raids, but that didn't stop everyone.", "links": {"website": ["https://en.wikipedia.org/wiki/Black_Bauhinia_flag"], "subreddit": ["HongKong"]}, "path": {"1-11": [[598, 649], [652, 649], [652, 699], [598, 699]], "12-166, T:0-1": [[599, 649], [599, 699], [669, 699], [669, 649]]}, "center": {"1-11": [625, 674], "12-166, T:0-1": [634, 674]}},
{"id": 147, "name": "Lover", "description": "Lover logo is a 2019 studio album by American singer-songwriter Taylor Swift.\n\nSpecial thanks to our allies r/TenseiSlime, r/madeon, and r/YTTD for helping with this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Lover_(album)"], "subreddit": ["TaylorSwift"]}, "path": {"65-165, T:0-1": [[1809, 98], [1837, 98], [1837, 129], [1832, 129], [1835, 126], [1835, 124], [1836, 123], [1836, 116], [1830, 110], [1829, 110], [1828, 109], [1820, 109], [1819, 110], [1817, 110], [1815, 112], [1814, 112], [1810, 116], [1810, 117], [1809, 117]]}, "center": {"65-165, T:0-1": [1816, 104]}},
{"id": 150, "name": "Hawaii: Part II", "description": "An album by Miracle Musical, a music project made by members of the American rock band Tally Hall.", "links": {"website": ["https://www.hawaiipartii.com/"], "subreddit": ["tallyhall"]}, "path": {"58-166, T:0-1": [[1495, 180], [1518, 180], [1518, 201], [1495, 201]]}, "center": {"58-166, T:0-1": [1507, 191]}},
{"id": 154, "name": "EVE Online", "description": "The logo for EVE Online, an economy-based space MMORPG.", "links": {"website": ["https://eveonline.com", "https://en.wikipedia.org/wiki/Eve_Online"], "subreddit": ["Eve"]}, "path": {"16-164, T:0-1": [[13, 34], [62, 34], [62, 53], [13, 53]]}, "center": {"16-164, T:0-1": [38, 44]}},
{"id": 155, "name": "o7", "description": "An emoticon depicting a person saluting.", "links": {"website": ["https://www.urbandictionary.com/define.php?term=o7"]}, "path": {"15-164, T:0-1": [[12, 35], [12, 53], [0, 53], [0, 46]]}, "center": {"15-164, T:0-1": [7, 48]}},
{"id": 157, "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.\n\nThe Dota 2 community was an early ally of r/placeukraine, contributing to art such as the Ukrainian esports organization NAVI.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"119-134": [[0, 139], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 139]], "137-142, 25-118": [[0, 143], [0, 177], [7, 177], [7, 184], [5, 184], [1, 188], [1, 191], [2, 192], [4, 192], [5, 191], [6, 191], [7, 192], [7, 197], [12, 201], [16, 201], [21, 197], [21, 192], [22, 191], [23, 191], [24, 192], [26, 192], [27, 191], [27, 188], [24, 185], [24, 184], [21, 184], [21, 177], [27, 177], [27, 143]], "143-165, T:0-1": [[0, 137], [0, 177], [7, 177], [7, 184], [4, 184], [1, 189], [1, 190], [3, 192], [5, 190], [7, 192], [7, 196], [12, 201], [15, 201], [21, 196], [21, 192], [23, 190], [25, 192], [27, 190], [25, 186], [23, 184], [21, 184], [21, 177], [27, 177], [27, 137]]}, "center": {"119-134": [14, 174], "137-142, 25-118": [14, 174], "143-165, T:0-1": [14, 174]}},
{"id": 158, "name": "Flag of Egypt", "description": "Egypt is a country in Northern Africa with a population of 100 million. This art features Egypt's flag with the pyramids to represent the Pyramids of Giza, a crescent and a cross to symbolize the religions in Egypt, and the Eye of Ra.", "links": {"website": ["https://en.wikipedia.org/wiki/Egypt", "https://en.wikipedia.org/wiki/Flag_of_Egypt"], "subreddit": ["Egypt"]}, "path": {"87-91": [[44, 137], [44, 143], [27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137]], "54-86": [[27, 143], [27, 169], [108, 169], [108, 147], [74, 147], [74, 137], [52, 137], [47, 144], [41, 144], [40, 143]], "16-53": [[27, 147], [27, 168], [109, 169], [109, 147]], "6-12": [[243, 299], [299, 299], [299, 318], [246, 318], [243, 313]], "92-165, T:0-1": [[27, 137], [27, 169], [108, 169], [108, 147], [72, 147], [72, 137], [27, 137], [27, 139]]}, "center": {"87-91": [59, 153], "54-86": [60, 153], "16-53": [68, 158], "6-12": [271, 309], "92-165, T:0-1": [43, 153]}},
{"id": 159, "name": "Pyramids of Giza", "description": "The Pyramids of Giza, also called the Giza necropolis, is an ancient complex of stone pyramids that house the tombs of Ancient Egypt's rulers, the pharoahs. The complex is located on the Giza Plateau in Greater Cairo, Egypt, and was built during the Fourth Dynasty of the Old Kingdom of Ancient Egypt between 2600 and 2500 BC. Landmarks include the Great Pyramid of Giza (tomb of pharoah Khufu), the Pyramid of Khafre, the Pyramid of Menkaure, the Great Sphinx of Giza, and smaller complexes such as cemeteries and the remains of a workers' village. The largest pyramid in the complex, the Great Pyramid, is the only surviving member of the Seven Wonders of the Ancient World.", "links": {"website": ["https://en.wikipedia.org/wiki/Giza_pyramid_complex"], "subreddit": ["Egypt"]}, "path": {"35-57": [[68, 151], [59, 160], [59, 161], [77, 161], [77, 160]], "58-165, T:0-1": [[52, 160], [80, 160], [74, 154], [72, 155], [68, 152], [66, 154], [62, 150]]}, "center": {"35-57": [68, 157], "58-165, T:0-1": [62, 156]}},
{"id": 160, "name": "Homestuck", "description": "Homestuck is a webcomic created by Andrew Hussie that ran from 2009 to 2016. The image depicts a captcha card, part of the comic's inventory system. It contains the comic's logo, the symbols of the 4 main characters, the \"==>\" forward command taking you to the next page on the website, and a character from the in-story joke comic called Sweet Bro and Hella Jeff.", "links": {"website": ["https://homestuck.com", "https://en.wikipedia.org/wiki/Homestuck"], "subreddit": ["homestuck"]}, "path": {"1": [[221, 137], [221, 176], [276, 176], [276, 146], [271, 137]], "2-165, T:0-1": [[221, 126], [266, 126], [275, 135], [275, 164], [221, 164]]}, "center": {"1": [249, 157], "2-165, T:0-1": [248, 145]}},
{"id": 161, "name": "Hiveswap", "description": "An adventure game set in the same multiverse as Homestuck.", "links": {"website": ["https://hiveswap.com"], "subreddit": ["homestuck"]}, "path": {"68-165, T:0-1": [[245, 165], [245, 171], [276, 171], [276, 165]]}, "center": {"68-165, T:0-1": [261, 168]}},
{"id": 164, "name": "Flag of Japan", "description": "Japan is an island country in East Asia.", "links": {"website": ["https://en.wikipedia.org/wiki/Japan", "https://en.wikipedia.org/wiki/Flag_of_Japan"]}, "path": {"40-152": [[316, 158], [316, 171], [337, 171], [337, 158]], "6-10": [[721, 254], [718, 257], [721, 260], [724, 257]], "159-165, T:0-1": [[317, 158], [317, 171], [340, 171], [340, 158]]}, "center": {"40-152": [327, 165], "6-10": [721, 257], "159-165, T:0-1": [329, 165]}},
{"id": 166, "name": "Nepeta Leijon", "description": "A character from Homestuck.", "links": {"website": ["https://mspaintadventures.fandom.com/wiki/Nepeta_Leijon"], "subreddit": ["homestuck"]}, "path": {"3-13": [[211, 142], [205, 145], [204, 147], [204, 151], [206, 156], [208, 157], [207, 165], [218, 165], [218, 164], [216, 162], [216, 157], [220, 155], [220, 144], [218, 142]], "14-165, T:0-1": [[171, 141], [188, 141], [188, 165], [171, 165]]}, "center": {"3-13": [212, 150], "14-165, T:0-1": [180, 153]}},
{"id": 167, "name": "Flag of the Faroe Islands", "description": "The Faroe Islands are an archipelago of islands in the North Atlantic Ocean. They are part of the Kingdom of Denmark.", "links": {"website": ["https://en.wikipedia.org/wiki/Faroe_Islands", "https://en.wikipedia.org/wiki/Flag_of_the_Faroe_Islands"], "subreddit": ["place_nordicunion", "FaroeIslands"]}, "path": {"5-165, T:0-1": [[412, 103], [461, 103], [461, 136], [412, 136]]}, "center": {"5-165, T:0-1": [437, 120]}},
{"id": 168, "name": "Flag of Norway", "description": "Norway is a country in Northern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Norway", "https://en.wikipedia.org/wiki/Flag_of_Norway"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"41-48": [[245, 35], [245, 120], [334, 121], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [495, 103], [495, 35]], "1-40": [[245, 35], [245, 45], [301, 45], [301, 84], [245, 84], [245, 88], [274, 88], [274, 116], [334, 116], [334, 78], [399, 78], [399, 121], [412, 121], [412, 103], [461, 103], [461, 120], [476, 120], [476, 103], [494, 103], [494, 35]], "49-165, T:0-1": [[493, 36], [215, 36], [215, 95], [231, 95], [231, 100], [259, 100], [259, 124], [268, 125], [334, 124], [334, 78], [400, 78], [400, 124], [412, 124], [412, 103], [461, 103], [461, 119], [475, 119], [475, 103], [495, 102], [494, 79]]}, "center": {"41-48": [291, 78], "1-40": [432, 69], "49-165, T:0-1": [293, 77]}},
{"id": 169, "name": "The Scream", "description": "A painting by Norwegian artist Edvard Munch.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Scream"], "subreddit": ["place_nordicunion", "Norge"]}, "path": {"50-165, T:0-1": [[248, 41], [249, 39], [269, 41], [275, 39], [283, 39], [286, 37], [289, 37], [292, 39], [294, 37], [310, 37], [311, 38], [305, 43], [304, 46], [301, 50], [301, 54], [301, 58], [300, 60], [298, 62], [299, 66], [302, 70], [305, 70], [307, 74], [309, 75], [309, 79], [310, 80], [309, 82], [308, 82], [306, 83], [300, 91], [255, 91], [253, 87], [251, 91], [245, 91], [245, 87], [247, 87], [247, 83], [247, 74], [246, 72], [247, 67], [251, 61], [253, 56], [253, 53], [250, 47], [248, 44], [248, 40]]}, "center": {"50-165, T:0-1": [275, 67]}},
{"id": 171, "name": "Gnome child", "description": "An NPC from RuneScape who became a meme for its weird, philosophical quotes. It is the mascot of r/dankmemes.", "links": {"website": ["https://knowyourmeme.com/memes/gnome-child", "https://oldschool.runescape.wiki/w/Gnome_child"], "subreddit": ["dankmemes", "2007scape"]}, "path": {"22-164, T:0-1": [[146, 34], [137, 57], [146, 71], [135, 83], [138, 86], [144, 82], [168, 84], [168, 77], [161, 71], [164, 65], [164, 54], [155, 43], [151, 43], [150, 34]]}, "center": {"22-164, T:0-1": [152, 58]}},
{"id": 173, "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. The developers received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis piece consists of the Hytale logo, a questionable release date, and several characters from the game, including a Mosshorn, a Pigeon, Varyn, a Trork, a Kweebec, a Cactee, Kyros, and Gaia. The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleInfo was allied with r/Philippines, r/OnePiece, r/belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/Hypixel.", "links": {"website": ["https://hytale.com/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"1-166, T:0-1": [[361, 613], [323, 613], [323, 645], [361, 645]]}, "center": {"1-166, T:0-1": [342, 629]}},
{"id": 174, "name": "Truttle1", "description": "An animated YouTube channel dedicated to showcasing esoteric programming languages, old game engines, and other miscellaneous cartoons.", "links": {"website": ["http://truttle1.xyz/", "http://youtube.com/c/truttle1"], "subreddit": ["Truttle1"]}, "path": {"62-92": [[1851, 491], [1851, 493], [1850, 493], [1850, 498], [1854, 498], [1856, 500], [1860, 500], [1862, 498], [1862, 496], [1859, 493], [1854, 493], [1854, 491]], "57-61": [[1848, 482], [1845, 485], [1845, 486], [1847, 488], [1850, 488], [1852, 490], [1856, 490], [1859, 487], [1859, 485], [1855, 481], [1852, 481], [1851, 482]], "93-167, T:0-1": [[1849, 491], [1849, 493], [1848, 493], [1848, 498], [1852, 498], [1854, 500], [1858, 500], [1860, 498], [1860, 496], [1857, 493], [1852, 493], [1852, 491]]}, "center": {"62-92": [1858, 496], "57-61": [1854, 486], "93-167, T:0-1": [1856, 496]}},
{"id": 175, "name": "Indomie", "description": "Indomie is an instant noodle brand made by Indonesian company Indofood, which is the largest noodle company in the world. It is very delicious. Beloved product of Indonesia and SEA.\n\nMade with love by the r/Indonesia subreddit. Indomie, seleraku!", "links": {"website": ["https://www.indomie.com/"], "subreddit": ["indonesia"]}, "path": {"109-166, T:0-1": [[873, 1703], [929, 1703], [929, 1724], [888, 1724], [888, 1728], [873, 1728]]}, "center": {"109-166, T:0-1": [900, 1714]}},
{"id": 178, "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM), known in German as Technische Universität München, is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"137-146": [[1238, 1173], [1238, 1190], [1261, 1190], [1261, 1173]], "133-136": [[1238, 1177], [1238, 1190], [1263, 1190], [1263, 1177]], "118-132": [[1238, 1177], [1238, 1190], [1262, 1190], [1262, 1177]], "62-78, 87-114": [[1333, 763], [1333, 778], [1348, 778], [1351, 776], [1355, 776], [1358, 778], [1362, 778], [1362, 763]], "147-165, T:0-1": [[1235, 1177], [1238, 1181], [1238, 1183], [1233, 1189], [1233, 1190], [1261, 1190], [1261, 1177], [1245, 1177], [1245, 1173], [1234, 1173], [1234, 1175], [1235, 1175]]}, "center": {"137-146": [1250, 1182], "133-136": [1251, 1184], "118-132": [1250, 1184], "62-78, 87-114": [1341, 771], "147-165, T:0-1": [1244, 1183]}},
{"id": 179, "name": "SiIvaGunner", "description": "SiIvaGunner (SG) is a collaborative YouTube channel that uploads \"high-quality rips\" of video game soundtracks that are in reality memetic remixes, parodies, and mashups, with the intent of tricking unaware viewers. It is a parody of the former video game music channel GilvaSunner.\n\nThis artwork is based on the channel banner, which features the title screen character from the bootleg game 7 GRAND DAD and the lighthouse from the game Tengami.\n\nDuring r/place's run, the SiIva community allied with the Jerma985 and Vinesauce subreddits to protect one another.", "links": {"website": ["https://www.youtube.com/c/SiIvaGunner"], "subreddit": ["GiIvaSunner"]}, "path": {"132-165, T:0-1": [[62, 942], [62, 982], [92, 982], [92, 942]]}, "center": {"132-165, T:0-1": [77, 952]}},
{"id": 180, "name": "TeosGame", "description": "TeosGame is a Swedish YouTuber who plays a variety of games.\n\nThis mural was made by the TeosGame community.", "links": {"website": ["https://www.youtube.com/teosgame"], "subreddit": ["TeosGame"]}, "path": {"56-108": [[1083, 962], [1083, 999], [1160, 999], [1160, 962]], "52-55": [[567, 989], [567, 1000], [619, 1000], [619, 989]], "109-165, T:0-1": [[1083, 962], [1083, 1038], [1116, 1038], [1116, 1003], [1118, 1001], [1127, 1001], [1129, 1003], [1129, 1038], [1160, 1038], [1160, 962]]}, "center": {"56-108": [1122, 981], "52-55": [593, 995], "109-165, T:0-1": [1105, 984]}},
{"id": 181, "name": "Rhythm Doctor", "description": "Rhythm Doctor is a rhythm game. This art depicts the auto-play robot Otto from the game. RDL is the acronym for the community Discord, Rhythm Doctor Lounge.", "links": {"website": ["https://rhythmdr.com/"], "subreddit": ["rhythmdr"], "discord": ["rhythmdr"]}, "path": {"14-166, T:0-1": [[73, 703], [71, 705], [71, 716], [83, 716], [83, 705], [81, 703]]}, "center": {"14-166, T:0-1": [77, 710]}},
{"id": 182, "name": "Hello Internet", "description": "Hello Internet is a podcast by YouTubers CGP Grey and Dr. Brady Haran.", "links": {"website": ["https://www.hellointernet.fm/", "https://en.wikipedia.org/wiki/Hello_Internet"], "subreddit": ["HelloInternet", "BradyHaran", "CGPGrey"]}, "path": {"71-84": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [58, 830], [58, 809], [89, 809], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "63-70": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]], "43-62": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 817], [80, 817], [80, 792], [89, 792], [89, 777]], "1-42": [[48, 777], [48, 786], [58, 786], [58, 798], [48, 798], [48, 830], [89, 830], [89, 826], [80, 826], [80, 792], [89, 792], [89, 777]], "85-166, T:0-1": [[48, 777], [48, 787], [58, 787], [58, 798], [48, 798], [48, 830], [94, 830], [94, 820], [89, 820], [89, 801], [80, 801], [80, 792], [89, 792], [89, 777]]}, "center": {"71-84": [69, 798], "63-70": [67, 813], "43-62": [64, 813], "1-42": [64, 813], "85-166, T:0-1": [67, 799]}},
{"id": 183, "name": "Coldplay", "description": "Coldplay is a British rock band. This art shows several of the band's albums: Viva la Vida (2008), A Rush of Blood to the Head (2002), X&Y (2005), Mylo Xyloto (2011), Parachutes (2000), and A Head Full of Dreams (2015).", "links": {"website": ["https://coldplay.com", "https://en.wikipedia.org/wiki/Coldplay"], "subreddit": ["Coldplay"], "discord": ["coldplay"]}, "path": {"58-98": [[1717, 35], [1717, 52], [1744, 52], [1744, 35]], "99-166, T:0-1": [[1695, 35], [1745, 35], [1745, 45], [1744, 45], [1744, 52], [1717, 52], [1717, 47], [1695, 47]]}, "center": {"58-98": [1731, 44], "99-166, T:0-1": [1724, 43]}},
{"id": 185, "name": "NIJISANJI", "description": "NIJISANJI is a VTuber agency featuring a variety of talented influencers who create exciting content. The objective of this project is to accelerate the beginning of the next generation of entertainment through various activities and services such as events, goods and digital content, original music, etc. Currently, over 200 VTubers are active, regularly creating unique content on various video streaming platforms such as YouTube.", "links": {"website": ["https://www.nijisanji.jp/en", "https://en.wikipedia.org/wiki/Nijisanji"], "subreddit": ["Nijisanji"]}, "path": {"5-22": [[174, 719], [174, 750], [182, 750], [182, 749], [199, 749], [199, 719]], "23-166, T:0-1": [[182, 719], [182, 724], [178, 724], [173, 727], [170, 730], [168, 734], [168, 740], [170, 744], [170, 747], [168, 750], [168, 751], [169, 751], [172, 749], [175, 749], [179, 751], [185, 751], [190, 748], [195, 741], [195, 737], [200, 737], [200, 721], [199, 721], [196, 724], [191, 719]]}, "center": {"5-22": [187, 735], "23-166, T:0-1": [181, 737]}},
{"id": 188, "name": "VShojo", "description": "VShojo is a VTuber organization founded by TheGunrun and based in San Francisco, California, United States. VShojo brands itself as a talent-first VTuber company. Unlike Japan-based VTuber organizations, VShojo primarily uses Twitch for livestreaming, with YouTube reserved primarily for highlight clips and edited content.", "links": {"website": ["https://www.vshojo.com/", "https://en.wikipedia.org/wiki/VShojo"], "subreddit": ["VShojo"]}, "path": {"35-71": [[175, 751], [172, 754], [172, 761], [175, 764], [180, 764], [183, 761], [183, 754], [180, 751]], "72-166, T:0-1": [[170, 750], [165, 755], [165, 759], [167, 764], [170, 765], [177, 764], [180, 764], [182, 759], [182, 756], [181, 753], [175, 749]]}, "center": {"35-71": [178, 758], "72-166, T:0-1": [174, 757]}},
{"id": 189, "name": "Shuba Duck", "description": "Shuba Duck, a.k.a. Dancing Duck Oozora Subaru or Subaru Duck, refers to an animation of a duck in a backwards baseball cap dancing alongside virtual Hololive influencer Oozora Subaru. The duck is a representation of Subaru, who is often likened to a duck for her raspy ASMR voice, among other reasons. The duck took on the nickname \"Shuba Duck\" or \"Shubaduck\" based on Subaru's habit of regularly saying \"shuba\" when excited.", "links": {"website": ["https://knowyourmeme.com/memes/shuba-duck-dancing-duck-oozora-subaru"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"11-165, T:0-1": [[238, 782], [235, 787], [235, 790], [233, 791], [238, 793], [237, 796], [232, 801], [232, 805], [238, 809], [235, 813], [246, 813], [246, 810], [252, 806], [253, 802], [250, 798], [248, 797], [246, 799], [243, 797], [243, 792], [247, 790], [247, 789], [245, 787], [244, 782]]}, "center": {"11-165, T:0-1": [241, 803]}},
{"id": 190, "name": "Udin", "description": "Udin is the mascot of Kureiji Ollie, a VTuber from Hololive Indonesia.", "links": {"website": ["https://www.youtube.com/channel/UCYz_5n-uDuChHtLo7My1HnQ", "https://virtualyoutuber.fandom.com/wiki/Kureiji_Ollie"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"5-166, T:0-1": [[282, 759], [280, 757], [280, 756], [282, 754], [285, 754], [287, 756], [290, 753], [293, 753], [293, 755], [295, 754], [297, 754], [299, 756], [299, 767], [298, 768], [298, 769], [295, 772], [294, 772], [292, 773], [286, 773], [285, 772], [284, 772], [281, 769], [281, 768], [280, 767], [280, 762], [281, 761]]}, "center": {"5-166, T:0-1": [289, 765]}},
{"id": 191, "name": "PEKO!!!", "description": "\"Peko\" is the catchphrase used by Usada Pekora, a VTuber from Hololive 3rd Gen. Japan branch.", "links": {"website": ["https://www.youtube.com/channel/UC1DCedRgGHBdm81E1llLhOQ", "https://virtualyoutuber.fandom.com/wiki/Usada_Pekora"], "subreddit": ["Pekora", "Hololive"], "discord": ["holofans"]}, "path": {"33-166, T:0-1": [[225, 781], [225, 805], [231, 805], [231, 781]]}, "center": {"33-166, T:0-1": [228, 793]}},
{"id": 192, "name": "Mini YAGOO", "description": "YAGOO is the nickname of Motoaki Tanigo, the CEO of the company behind Hololive Production, COVER Corporation. His nickname originated from a misreading of his name \"Tanigo\" as \"YAGOO\" by Oozora Subaru, one of Hololive's talents.\n\nTanigo's profile pictures mostly use his portrait without his body, so limbs were drawn for him during one stream. This depiction of Tanigo, named Mini YAGOO, became a running gag.", "links": {"website": ["https://twitter.com/tanigox", "https://hololive.wiki/wiki/YAGOO"], "subreddit": ["oozorasubaru", "Hololive"], "discord": ["holofans"]}, "path": {"24-166, T:0-1": [[232, 813], [232, 817], [229, 817], [229, 828], [233, 828], [233, 829], [250, 829], [250, 817], [246, 813]]}, "center": {"24-166, T:0-1": [240, 821]}},
{"id": 193, "name": "Haaton", "description": "Haaton (はあとん) is the official name of the fanbase of Akai Haato (nicknamed \"Haachama\"), a VTuber from Hololive's 1st Generation from Japan. The name \"Haaton\" is a combination of \"Haato\" and \"ton\" 豚 (pig). Haaton is represented by a yellow plush pig that also works as Haato's mascot.", "links": {"website": ["https://www.youtube.com/channel/UC1CfXB_kRs3C-zaeTG3oGyg", "https://virtualyoutuber.fandom.com/wiki/Akai_Haato"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"66-166, T:0-1": [[1354, 893], [1354, 898], [1353, 899], [1353, 902], [1371, 902], [1371, 899], [1370, 898], [1370, 893], [1369, 893], [1365, 896], [1359, 896], [1355, 893]]}, "center": {"66-166, T:0-1": [1366, 899]}},
{"id": 196, "name": "Oaklands", "description": "Oaklands is a game on the game platform Roblox, made by Typical Developers.", "links": {"website": ["https://www.roblox.com/games/9938675423/Oaklands", "https://twitter.com/TypicalDevelops"], "subreddit": ["oaklands"]}, "path": {"121-166, T:0-1": [[0, 1113], [41, 1113], [41, 1122], [0, 1122]]}, "center": {"121-166, T:0-1": [21, 1118]}},
{"id": 199, "name": "McMaster University", "description": "The school crest of McMaster University (Mac), located in Hamilton, Ontario, Canada.", "links": {"website": ["https://www.mcmaster.ca/", "https://en.wikipedia.org/wiki/McMaster_University"], "subreddit": ["McMaster"]}, "path": {"74-87": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35], [1263, 35], [1263, 30], [1247, 30], [1247, 35]], "58-73": [[1246, 34], [1246, 49], [1255, 58], [1264, 49], [1264, 34]], "88-166, T:0-1": [[1246, 35], [1246, 51], [1255, 59], [1264, 51], [1264, 35]]}, "center": {"74-87": [1255, 43], "58-73": [1255, 44], "88-166, T:0-1": [1255, 45]}},
{"id": 200, "name": "ImmutableX", "description": "ImmutableX is a Layer 2 scaling solution for NFTs built on Ethereum.", "links": {"website": ["https://www.immutable.com/"]}, "path": {"11-14": [[842, 855], [842, 897], [907, 897], [907, 855]], "106-140, 15-40, 51-103": [[841, 856], [906, 856], [906, 896], [841, 896], [853, 879], [853, 876], [841, 857]], "141-165, T:0-1": [[841, 856], [905, 856], [906, 865], [900, 870], [896, 878], [896, 885], [904, 890], [904, 896], [841, 896], [853, 880], [853, 876]]}, "center": {"11-14": [875, 876], "106-140, 15-40, 51-103": [874, 876], "141-165, T:0-1": [874, 876]}},
{"id": 201, "name": "Loopring", "description": "Loopring is a zero-knowledge exchange and payment protocol built on the blockchain platform Ethereum. It is a zkRollup protocol and a layer-2 solution for securely scaling Ethereum to build high-performance, non-custodial exchanges and payment applications. Loopring operates products atop the protocol, including the Loopring Wallet, and Loopring Exchange.", "links": {"website": ["https://loopring.org/"]}, "path": {"15-139": [[774, 855], [774, 896], [839, 896], [839, 895], [828, 880], [828, 877], [839, 858], [841, 858], [841, 855]], "3-14": [[774, 855], [774, 897], [842, 897], [842, 855]], "140-164, T:0-1": [[774, 855], [774, 870], [778, 870], [782, 875], [782, 884], [780, 886], [778, 886], [775, 889], [775, 896], [821, 896], [821, 893], [817, 889], [817, 882], [819, 879], [827, 879], [841, 855]]}, "center": {"15-139": [808, 876], "3-14": [808, 876], "140-164, T:0-1": [801, 874]}},
{"id": 202, "name": "Flag of Morocco", "description": "Morocco is a country in North Africa. Its flag consists of a green pentagram over a red background.", "links": {"website": ["https://en.wikipedia.org/wiki/Morocco", "https://en.wikipedia.org/wiki/Flag_of_Morocco"], "subreddit": ["Morocco"]}, "path": {"153-157": [[1634, 798], [1634, 806], [1626, 811], [1622, 811], [1620, 813], [1620, 832], [1700, 832], [1700, 798]], "140-152": [[1600, 798], [1600, 832], [1700, 832], [1700, 798]], "113-139": [[1623, 798], [1623, 832], [1681, 832], [1681, 798]], "18-48": [[222, 53], [222, 77], [245, 77], [245, 53]], "59-61": [[1646, 264], [1646, 284], [1666, 284], [1666, 264]], "62-84": [[1486, 713], [1486, 739], [1515, 739], [1515, 713]], "T:0-1": [[1629, 798], [1629, 805], [1622, 812], [1618, 812], [1617, 815], [1617, 832], [1699, 832], [1699, 798]], "104-106": [[1890, 985], [1890, 999], [1908, 999], [1908, 985]], "158-165": [[1600, 766], [1600, 798], [1628, 798], [1629, 799], [1629, 806], [1628, 807], [1628, 808], [1626, 808], [1622, 812], [1619, 812], [1618, 813], [1618, 814], [1617, 815], [1617, 832], [1699, 832], [1699, 781], [1694, 776], [1694, 774], [1692, 772], [1692, 770], [1691, 769], [1691, 767], [1690, 766], [1656, 766], [1656, 781], [1626, 781], [1626, 766]]}, "center": {"153-157": [1660, 815], "140-152": [1650, 815], "113-139": [1652, 815], "18-48": [234, 65], "59-61": [1656, 274], "62-84": [1501, 726], "T:0-1": [1658, 815], "104-106": [1899, 992], "158-165": [1671, 804]}},
{"id": 203, "name": "Paimon", "description": "Paimon is the mascot character of Genshin Impact. Genshin Impact is an action role-playing game developed by Chinese developer miHoYo and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.", "links": {"website": ["https://genshin-impact.fandom.com/wiki/Paimon", "https://genshin.hoyoverse.com/", "https://en.wikipedia.org/wiki/Genshin_Impact"], "subreddit": ["Genshin_Impact", "GenshinPlace"]}, "path": {"109-165, T:0-1": [[1736, 1773], [1736, 1761], [1772, 1761], [1772, 1809], [1723, 1809], [1723, 1803], [1727, 1803], [1727, 1802], [1728, 1802], [1728, 1801], [1729, 1801], [1729, 1800], [1730, 1800], [1730, 1798], [1731, 1798], [1731, 1792], [1730, 1792], [1730, 1791], [1729, 1791], [1729, 1790], [1728, 1790], [1728, 1789], [1727, 1789], [1727, 1788], [1723, 1788], [1723, 1773]]}, "center": {"109-165, T:0-1": [1750, 1786]}},
{"id": 204, "name": "The Sun", "description": "The Sun is the name of the lightbulb held by protagonist Niko in the indie video game OneShot. Breaking the Sun will end the world.\n\nFittingly, the Sun was consumed by the Polish flag shortly before the end of r/place.", "links": {"website": ["https://oneshot.fandom.com/wiki/The_Sun", "https://www.oneshot-game.com", "https://en.wikipedia.org/wiki/OneShot"], "subreddit": ["oneshot"]}, "path": {"59-164, T:0-1": [[1678, 542], [1673, 545], [1668, 552], [1668, 558], [1670, 561], [1667, 564], [1667, 566], [1670, 569], [1672, 569], [1675, 566], [1679, 568], [1684, 568], [1689, 565], [1694, 558], [1694, 552], [1691, 547], [1684, 542]]}, "center": {"59-164, T:0-1": [1681, 555]}},
{"id": 205, "name": "Divergence Meter", "description": "The Divergence Meter is a device from the anime & visual novel Steins;Gate. The meter reads the \"Steins Gate\" worldline of 1.048596.", "links": {"website": ["https://steins-gate.fandom.com/wiki/Divergence_Meter"], "subreddit": ["steinsplace"]}, "path": {"103-118": [[1110, 22], [1107, 25], [1107, 33], [1106, 34], [1106, 35], [1152, 35], [1152, 33], [1151, 33], [1151, 25], [1148, 22]], "63-78, 96-102": [[1510, 1], [1507, 4], [1507, 14], [1551, 14], [1551, 4], [1548, 1]], "79-95": [[1511, 1], [1508, 4], [1508, 13], [1550, 13], [1550, 5], [1547, 1]], "119-167, T:0-1": [[1182, 34], [1226, 34], [1226, 23], [1182, 23]]}, "center": {"103-118": [1129, 29], "63-78, 96-102": [1529, 8], "79-95": [1529, 7], "119-167, T:0-1": [1204, 29]}},
{"id": 206, "name": "forsenE", "description": "forsenE is an emote from the popular streamer forsen, a.k.a. Sebastian Forsen Fors.", "links": {"website": ["https://www.twitch.tv/forsen"], "subreddit": ["forsen"]}, "path": {"9-165, T:0-1": [[705, 905], [705, 943], [743, 943], [743, 944], [749, 944], [749, 905]]}, "center": {"9-165, T:0-1": [727, 924]}},
{"id": 207, "name": "Interlingue", "description": "Interlingue is an international auxiliary language (IAL) to communicate between Western European languages.", "links": {"website": ["https://occidental-lang.com", "https://en.wikipedia.org/wiki/Interlingue"], "subreddit": ["interlingue"]}, "path": {"64-86, 93-166, T:0-1": [[764, 325], [764, 330], [771, 330], [771, 325]]}, "center": {"64-86, 93-166, T:0-1": [768, 328]}},
{"id": 208, "name": "Viossa", "description": "Viossa is a constructed pidgin, a simplified language with limited expressiveness.", "links": {"website": ["https://conlang.fandom.com/wiki/Viossa"], "subreddit": ["Viossa"]}, "path": {"42-48": [[769, 299], [769, 312], [782, 312], [782, 299]], "33-41": [[756, 314], [756, 327], [769, 327], [769, 314]], "49-166, T:0-1": [[768, 289], [768, 302], [781, 302], [781, 289]]}, "center": {"42-48": [776, 306], "33-41": [763, 321], "49-166, T:0-1": [775, 296]}},
{"id": 209, "name": "Lojban", "description": "Lojban is a constructed language.", "links": {"website": ["https://lojban.org", "https://en.wikipedia.org/wiki/Lojban"], "subreddit": ["lojban"]}, "path": {"72-90, 93-166, T:0-1": [[756, 325], [756, 331], [764, 331], [764, 325]]}, "center": {"72-90, 93-166, T:0-1": [760, 328]}},
{"id": 210, "name": "De Montfort University LGBT Society", "description": "\"DMU!\" in rainbow-pride-flag-coloured lettering, representing an LGBT social group in De Montfort University, a public university in Leicester, England, United Kingdom. Collaboratively made by DMU LGBTQ+ Society and DMU Vibes.", "links": {"website": ["https://www.demontfortsu.com/organisation/lgbtsociety/"]}, "path": {"109-165, T:0-1": [[909, 1420], [929, 1420], [929, 1430], [909, 1430]]}, "center": {"109-165, T:0-1": [919, 1425]}},
{"id": 211, "name": "University of Texas at Austin", "description": "The University of Texas at Austin is a university in Austin, Texas, United States. This art depicts the \"Hook 'em Horns\" hand sign and signature Longhorn logo of the University of Texas at Austin. Hook 'em!\n\nThe UT Austin tower used to be located next to this art.", "links": {"website": ["https://utexas.edu", "https://en.wikipedia.org/wiki/University_of_Texas_at_Austin"], "subreddit": ["UTAustin", "place_CentralAlliance"]}, "path": {"79-84": [[580, 947], [580, 960], [593, 960], [593, 947]], "49-78": [[572, 947], [572, 974], [594, 974], [594, 947]], "46-48": [[579, 949], [579, 974], [594, 974], [594, 949]], "19-26": [[571, 960], [571, 974], [594, 974], [594, 960]], "27-45": [[571, 960], [571, 974], [594, 974], [594, 949], [579, 949], [579, 960]], "16-18": [[573, 955], [573, 963], [584, 969], [593, 965], [597, 961], [597, 957], [594, 957], [593, 958], [589, 958], [586, 955], [583, 955], [582, 954], [578, 954], [578, 955]], "85-165, T:0-1": [[580, 947], [580, 974], [593, 974], [593, 947]]}, "center": {"79-84": [587, 954], "49-78": [583, 961], "46-48": [587, 962], "19-26": [583, 967], "27-45": [586, 965], "16-18": [583, 961], "85-165, T:0-1": [587, 970]}},
{"id": 212, "name": "Vinesauce", "description": "Vinesauce is a group Twitch channel focused on video games. This art features Vinesauce's logo and mascot, Vineshroom.", "links": {"website": ["https://www.twitch.tv/Vinesauce", "https://en.wikipedia.org/wiki/Vinesauce", "https://vinesauce.fandom.com/wiki/Vineshroom"], "subreddit": ["Vinesauce"]}, "path": {"3-27": [[78, 669], [74, 673], [74, 677], [76, 679], [77, 679], [77, 687], [85, 687], [85, 679], [86, 679], [88, 677], [88, 673], [84, 669]], "28-165, T:0-1": [[73, 667], [70, 670], [70, 677], [72, 677], [72, 683], [74, 685], [78, 685], [80, 683], [80, 677], [81, 677], [83, 675], [83, 672], [79, 667]]}, "center": {"3-27": [81, 675], "28-165, T:0-1": [76, 673]}},
{"id": 213, "name": "SMP Online", "description": "SMP Online is a server community for the game Minecraft.", "links": {"website": ["https://callmecarson.live"], "subreddit": ["CallMeCarson", "gavintino"]}, "path": {"38-48": [[56, 868], [56, 883], [108, 883], [108, 868]], "35-37": [[254, 877], [254, 891], [283, 891], [283, 890], [296, 890], [296, 877]], "110-166, T:0-1": [[499, 1673], [537, 1673], [536, 1685], [530, 1685], [530, 1699], [500, 1700], [500, 1688], [499, 1688], [499, 1680]]}, "center": {"38-48": [82, 876], "35-37": [275, 884], "110-166, T:0-1": [515, 1686]}},
{"id": 214, "name": "Loky Ronin", "description": "a piece of art drawn by Videoyun Community", "links": {"website": ["https://www.twitch.tv/videoyun"], "subreddit": ["videoyun"]}, "path": {"109-166, T:0-1": [[735, 1403], [735, 1439], [809, 1439], [809, 1403]]}, "center": {"109-166, T:0-1": [772, 1421]}},
{"id": 215, "name": "Windows XP taskbar", "description": "A Start menu for r/place, styled after Windows XP. It has a collection of tabs that reference other communities on r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Windows_XP"], "subreddit": ["placestart"]}, "path": {"109-166, T:0-1": [[0, 1969], [0, 1999], [1522, 1999], [1522, 1969]]}, "center": {"109-166, T:0-1": [761, 1984]}},
{"id": 217, "name": "Rust", "description": "Rust is a C++ inspired programming language focused on speed and reliability. The crab in the center is named Ferris, and is Rust's mascot.", "links": {"website": ["https://rust-lang.org", "https://en.wikipedia.org/wiki/Rust_(programming_language)"], "subreddit": ["rust"]}, "path": {"24-57": [[722, 615], [722, 636], [748, 636], [748, 615]], "10-22": [[722, 615], [722, 634], [732, 634], [735, 637], [738, 634], [748, 634], [748, 615]], "58-164, T:0-1": [[725, 607], [722, 610], [722, 631], [725, 634], [732, 634], [734, 636], [736, 636], [738, 634], [745, 634], [748, 631], [748, 610], [745, 607]]}, "center": {"24-57": [735, 626], "10-22": [735, 625], "58-164, T:0-1": [735, 621]}},
{"id": 218, "name": "Realm of the Mad God", "description": "Realm of the Mad God (RotMG) is an 8-bit-style perma-death bullet hell and massively multiplayer online role-playing game (MMORPG) created in 2010 by Wild Shadow Studios and currently maintained by DECA Games.\n\nThis image once showed all 18 of the playable classes in the game, but only 10 are still visible. A white bag, the rarest loot container, is also still visible. A Ring of Greater Speed was added on top of one of the classes in the final moments of r/place. The head of endgame boss Oryx the Mad God and the friendly non-player character Craig the Intern were completely covered. Archbishop Leucoryx, another endgame boss, is partially covered and was pictured holding the German autobahn sign in collaboration with r/placeDE.", "links": {"website": ["https://www.realmofthemadgod.com/", "https://en.wikipedia.org/wiki/Realm_of_the_Mad_God"], "subreddit": ["RotMG"]}, "path": {"164": [[470, 866], [470, 890], [504, 890], [504, 866], [548, 866], [548, 858], [546, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 866]], "103-119": [[470, 866], [470, 890], [536, 890], [536, 872], [549, 872], [549, 868], [550, 867], [550, 866], [548, 864], [548, 856], [543, 856], [542, 855], [541, 856], [536, 856], [536, 864], [535, 865], [535, 866]], "80-102": [[470, 866], [470, 890], [536, 890], [536, 866]], "65-67": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "25-64": [[470, 866], [470, 877], [513, 877], [513, 890], [562, 890], [562, 872], [552, 872], [552, 887], [536, 887], [536, 866]], "2-24": [[470, 866], [470, 877], [513, 877], [513, 890], [536, 890], [552, 890], [552, 891], [554, 891], [555, 892], [557, 890], [562, 890], [562, 882], [552, 882], [552, 890], [536, 890], [536, 866]], "68-79": [[470, 866], [470, 890], [562, 890], [562, 887], [536, 887], [536, 866]], "120-163, T:0-1": [[470, 866], [470, 890], [562, 890], [562, 885], [536, 885], [536, 871], [549, 871], [549, 868], [550, 868], [550, 865], [549, 865], [549, 864], [548, 864], [548, 862], [547, 862], [548, 862], [548, 856], [545, 856], [545, 857], [544, 857], [544, 856], [543, 856], [543, 855], [541, 855], [541, 856], [540, 856], [540, 857], [539, 857], [539, 856], [536, 856], [536, 862], [537, 862], [536, 862], [536, 864], [535, 864], [535, 866]]}, "center": {"164": [483, 878], "103-119": [508, 878], "80-102": [503, 878], "65-67": [525, 878], "25-64": [525, 877], "2-24": [524, 878], "68-79": [506, 878], "120-163, T:0-1": [510, 878]}},
{"id": 219, "name": "Forgotten King and Shattered Queen", "description": "Endgame Bosses from the video game Realm of the Mad God. The Forgotten King on the left shown holding a tri-force to symbolize the alliance between r/Zelda and r/RoTMG, while the Shattered Queen is shown on the right. In the bottom right corner is the iconic level 20 grave representing the permadeath nature of the game.", "links": {"subreddit": ["Rotmg"]}, "path": {"109-166, T:0-1": [[1326, 1876], [1326, 1900], [1366, 1900], [1366, 1876]]}, "center": {"109-166, T:0-1": [1346, 1888]}},
{"id": 220, "name": "Shotbow Network", "description": "Shotbow Network is a server network for the game Minecraft. It is home to classic game modes like MineZ, Annihilation, and Smash.", "links": {"website": ["https://shotbow.net/"], "subreddit": ["ShotBow"]}, "path": {"119-165, T:0-1": [[998, 465], [998, 494], [1001, 494], [1012, 486], [1020, 486], [1020, 465]]}, "center": {"119-165, T:0-1": [1009, 476]}},
{"id": 221, "name": "MineZ", "description": "MineZ is a mode in the game Minecraft, maintained by the Shotbow Network. It is based on DayZ, a popular mod for the game ARMA 2.", "links": {"website": ["https://wiki.shotbow.net/MineZ"], "subreddit": ["MineZ", "ShotBow"]}, "path": {"140-165, T:0-1": [[1002, 456], [1002, 464], [1004, 464], [1006, 466], [1019, 466], [1019, 464], [1020, 464], [1020, 456], [1018, 456], [1018, 455], [1004, 455], [1004, 456]]}, "center": {"140-165, T:0-1": [1011, 461]}},
{"id": 222, "name": "Blasphemous", "description": "Blasphemous is a Spanish indie metroidvania game created by TheGameKitchen and released in 2019.", "links": {"website": ["https://store.steampowered.com/app/774361/Blasphemous/"], "subreddit": ["Blasphemous"]}, "path": {"93-105": [[1181, 312], [1181, 346], [1206, 346], [1206, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1191, 320], [1196, 317], [1196, 312]], "82-92": [[1178, 319], [1178, 324], [1186, 324], [1186, 328], [1183, 334], [1183, 338], [1185, 344], [1187, 344], [1187, 346], [1205, 346], [1205, 330], [1201, 330], [1196, 327], [1194, 327], [1188, 320], [1182, 320], [1181, 319]], "64-81": [[1187, 326], [1187, 346], [1209, 346], [1209, 335], [1205, 331], [1202, 332], [1200, 332], [1200, 328], [1196, 328], [1194, 326]], "106-166, T:0-1": [[1185, 319], [1181, 323], [1181, 346], [1203, 346], [1205, 344], [1205, 331], [1203, 332], [1200, 332], [1200, 328], [1196, 328], [1195, 327], [1195, 324], [1192, 321], [1192, 319]]}, "center": {"93-105": [1191, 336], "82-92": [1193, 337], "64-81": [1195, 338], "106-166, T:0-1": [1191, 336]}},
{"id": 223, "name": "KAF", "description": "KAF is a Japanese female virtual singer on YouTube. She is a performer signed to Kamitsubaki Studio.\n\nThis artwork found its way onto the canvas through the collective effort of the Kamitsubaki English community in collaboration with r/place VTubers.", "links": {"website": ["https://www.youtube.com/channel/UCQ1U65-CQdIoZ2_NA4Z4F7A", "https://kamitsubaki.fandom.com/wiki/Kaf"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"114-165, T:0-1": [[1421, 1092], [1421, 1097], [1419, 1099], [1419, 1101], [1418, 1102], [1416, 1102], [1416, 1106], [1418, 1108], [1418, 1114], [1420, 1117], [1420, 1118], [1418, 1120], [1412, 1120], [1412, 1121], [1413, 1122], [1413, 1126], [1446, 1126], [1446, 1124], [1451, 1124], [1451, 1117], [1452, 1117], [1452, 1106], [1450, 1103], [1423, 1103], [1423, 1092]]}, "center": {"114-165, T:0-1": [1433, 1115]}},
{"id": 224, "name": "Big Ten Conference", "description": "The Big Ten (B1G) Conference is an athletic conference of colleges in the United States.\n\nThis area is the eastern claim of the Big Ten on the canvas. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "links": {"website": ["http://bigten.org/", "https://en.wikipedia.org/wiki/Big_Ten_Conference"], "subreddit": ["TheB1G", "IndianaUniversity", "msu", "Northwestern", "uofm"]}, "path": {"56-78": [[1508, 747], [1508, 780], [1531, 780], [1531, 768], [1550, 768], [1550, 747]], "79-165, T:0-1": [[1508, 780], [1552, 780], [1552, 768], [1551, 768], [1551, 747], [1508, 747]]}, "center": {"56-78": [1521, 760], "79-165, T:0-1": [1530, 764]}},
{"id": 225, "name": "Shelly", "description": "Shelly the snail is the player character in Jonas Tyroller's indie platformer game Will You Snail?", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"61-75": [[848, 969], [848, 976], [858, 976], [858, 968], [852, 968], [852, 969]], "28-60": [[848, 969], [848, 976], [856, 976], [856, 968], [852, 968], [852, 969]], "76-165, T:0-1": [[848, 970], [848, 977], [858, 977], [858, 969], [850, 969], [850, 970]]}, "center": {"61-75": [854, 972], "28-60": [852, 972], "76-165, T:0-1": [853, 973]}},
{"id": 226, "name": "Hu Tao Poland", "description": "Poland from Polandball dressed up as Hu Tao from Genshin Impact, our allies!", "links": {"website": ["https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball", "GenshinPlace", "Genshin_Impact"]}, "path": {"109-166, T:0-1": [[1576, 1761], [1576, 1801], [1577, 1801], [1578, 1801], [1578, 1802], [1580, 1802], [1581, 1802], [1581, 1803], [1586, 1803], [1586, 1799], [1586, 1798], [1587, 1798], [1588, 1798], [1588, 1797], [1589, 1797], [1589, 1796], [1590, 1796], [1591, 1796], [1591, 1795], [1592, 1795], [1594, 1795], [1596, 1795], [1596, 1796], [1597, 1796], [1597, 1797], [1597, 1798], [1596, 1798], [1596, 1799], [1596, 1800], [1595, 1800], [1595, 1801], [1596, 1801], [1596, 1800], [1597, 1800], [1598, 1800], [1599, 1800], [1599, 1801], [1599, 1802], [1600, 1802], [1601, 1802], [1600, 1802], [1600, 1801], [1600, 1800], [1601, 1800], [1602, 1800], [1603, 1800], [1603, 1801], [1603, 1802], [1604, 1802], [1605, 1802], [1604, 1802], [1603, 1802], [1603, 1801], [1603, 1800], [1602, 1800], [1602, 1799], [1602, 1798], [1603, 1798], [1603, 1797], [1604, 1797], [1605, 1797], [1606, 1797], [1607, 1797], [1607, 1798], [1608, 1798], [1609, 1798], [1609, 1799], [1610, 1799], [1610, 1800], [1611, 1800], [1611, 1801], [1611, 1800], [1612, 1800], [1612, 1799], [1613, 1799], [1613, 1798], [1614, 1798], [1615, 1798], [1615, 1797], [1615, 1795], [1615, 1794], [1615, 1792], [1616, 1792], [1616, 1791], [1616, 1790], [1617, 1790], [1617, 1789], [1618, 1789], [1618, 1788], [1619, 1788], [1618, 1788], [1618, 1787], [1618, 1786], [1618, 1785], [1618, 1784], [1618, 1783], [1619, 1783], [1619, 1782], [1620, 1782], [1620, 1781], [1620, 1780], [1621, 1780], [1622, 1780], [1623, 1780], [1623, 1779], [1624, 1779], [1624, 1778], [1624, 1776], [1622, 1775], [1621, 1775], [1621, 1774], [1621, 1773], [1620, 1773], [1620, 1772], [1620, 1771], [1619, 1771], [1619, 1770], [1618, 1770], [1618, 1769], [1617, 1769], [1617, 1768], [1616, 1768], [1616, 1767], [1615, 1767], [1615, 1766], [1614, 1766], [1614, 1765], [1613, 1765], [1613, 1764], [1612, 1764], [1611, 1764], [1611, 1763], [1610, 1763], [1610, 1761]]}, "center": {"109-166, T:0-1": [1597, 1780]}},
{"id": 227, "name": "Polandball", "description": "Polandball (countryballs) is a meme art style involving balls adorned with the flags of countries. These balls joke about their countries' stereotypes and relations with other countries. The original Polandball depicted the country of Poland.\n\nThis Polandball wears the hat of Hu Tao, a player character from the game Genshin Impact.", "links": {"website": ["https://knowyourmeme.com/memes/polandball", "https://en.wikipedia.org/wiki/Countryballs"], "subreddit": ["polandball"]}, "path": {"76-80": [[1137, 73], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1144, 73]], "62-75": [[1168, 42], [1164, 46], [1164, 51], [1168, 55], [1175, 55], [1179, 51], [1179, 48], [1175, 42]], "59-61": [[1152, 42], [1148, 45], [1148, 51], [1154, 55], [1175, 55], [1178, 52], [1178, 46], [1173, 41], [1170, 41], [1167, 43], [1160, 43], [1159, 42]], "57-58": [[1153, 41], [1150, 43], [1148, 46], [1148, 50], [1151, 54], [1153, 55], [1157, 55], [1162, 51], [1162, 46], [1157, 41]], "81-166, T:0-1": [[1135, 76], [1133, 78], [1133, 82], [1137, 86], [1144, 86], [1148, 82], [1148, 78], [1146, 76]]}, "center": {"76-80": [1141, 80], "62-75": [1172, 49], "59-61": [1171, 48], "57-58": [1155, 48], "81-166, T:0-1": [1141, 81]}},
{"id": 229, "name": "Scott", "description": "Scott is a character created by Atlanta-based independent art pop musician Nick Elward (Nelward). Scott first appeared as a track cover of \"Stinky Boy Strut\" which then became Nelward's logo.", "links": {"website": ["https://www.nelward.com"], "subreddit": ["Nelward"]}, "path": {"26-129": [[87, 53], [87, 62], [100, 62], [100, 53]], "130-165, T:0-1": [[1, 65], [12, 65], [12, 72], [1, 72]]}, "center": {"26-129": [94, 58], "130-165, T:0-1": [7, 69]}},
{"id": 230, "name": "Flag of Taiwan", "description": "Taiwan, also known as the Republic of China, is an island country in East Asia.\n\nThis area was r/taiwan's first claim on r/place, starting from the big Republic of China flag. Other symbols on it include Taipei 101, boba/pearl milk tea, Taiwan blue magpie, and the Formosan black bear mascot for the city of Taipei, named Bravo.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan", "https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China"], "subreddit": ["taiwan"]}, "path": {"94-105": [[910, 535], [910, 567], [978, 567], [978, 542], [934, 542], [934, 519], [946, 519], [946, 515], [934, 515], [934, 535]], "55-93": [[910, 567], [978, 567], [978, 542], [934, 542], [934, 527], [928, 527], [923, 530], [921, 530], [916, 527], [910, 527]], "32-48": [[911, 531], [911, 547], [904, 547], [904, 567], [978, 567], [978, 542], [934, 542], [934, 531]], "49-54, 5-29": [[940, 542], [940, 567], [978, 567], [978, 542]], "106-166, T:0-1": [[978, 567], [910, 567], [910, 515], [958, 515], [959, 519], [934, 519], [934, 542], [978, 542]]}, "center": {"94-105": [924, 553], "55-93": [925, 553], "32-48": [925, 553], "49-54, 5-29": [959, 555], "106-166, T:0-1": [924, 553]}},
{"id": 231, "name": "Taiwan independence flag", "description": "The flag is commonly used to represent the Taiwanese independence movement from China. It is officially used by the World Taiwanese Congress, a yearly meeting of organizations supporting formal independence of Taiwan. The flag features the word Táiwān written in traditional Chinese (台灣). The \"Taiwan\" part of \"r/taiwan\" was converted to \"Taiwan #1\" for the popular \"Taiwan number one\" saying.\n\nThis flag was made during the first canvas expansion by r/taiwan, leading to an alliance with Ireland and strengthening the Czech alliance. The Chinese writing was added on the last day of r/place.\n\nThis flag came under heavy attack by an aggressive expansion of a nearly Turkish flag led by streamers, which it resiliently defended against with the help of its allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taiwan_independence_movement"], "subreddit": ["taiwan"]}, "path": {"61-142": [[1206, 134], [1206, 161], [1248, 161], [1248, 134]], "143-166, T:0-1": [[1197, 134], [1248, 134], [1248, 161], [1197, 161]]}, "center": {"61-142": [1227, 148], "143-166, T:0-1": [1223, 148]}},
{"id": 232, "name": "Taipei 101", "description": "r/Taiwan tried to make a 101-pixel high Taipei 101 at this location, in coordination with many other allies.", "links": {"website": ["https://en.wikipedia.org/wiki/Taipei_101"], "subreddit": ["Taipei", "TaipeiCity", "taiwan"]}, "path": {"109-165, T:0-1": [[1178, 1275], [1219, 1275], [1219, 1265], [1217, 1265], [1217, 1264], [1216, 1264], [1216, 1262], [1214, 1262], [1214, 1261], [1213, 1261], [1213, 1260], [1212, 1260], [1212, 1259], [1211, 1259], [1211, 1258], [1210, 1258], [1210, 1257], [1209, 1257], [1209, 1256], [1207, 1256], [1207, 1254], [1206, 1254], [1206, 1251], [1205, 1251], [1205, 1247], [1204, 1247], [1204, 1241], [1202, 1241], [1202, 1250], [1199, 1250], [1199, 1257], [1199, 1258], [1198, 1258], [1198, 1263], [1179, 1263], [1178, 1263]]}, "center": {"109-165, T:0-1": [1200, 1266]}},
{"id": 233, "name": "Super Smash Bros. Melee", "description": "Super Smash Bros. Melee (SSBM) is a crossover fighting game of Nintendo characters made by HAL Laboratory. Made for the Nintendo GameCube in 2001, it is the second game in the Super Smash Bros. series. The SSBM fighting game community is incredibly dedicated to their game, which they have not abandoned after 20 years and 3 subsequent entries in the series.\n\nThe SSBM community never abandoned their main slippi.gg logo, which stood for the whole duration of r/place. They also collaborated with r/PlaceTrees to construct Dream Land, one of the six legal stages in competitive Melee, featuring the tree character Whispy Woods. They also added stock icons for the characters Fox and Falco.", "links": {"website": ["https://en.wikipedia.org/wiki/Super_Smash_Bros._Melee"], "subreddit": ["SSBM"]}, "path": {"22-27": [[775, 928], [798, 915], [801, 915], [824, 928], [823, 957], [818, 960], [818, 979], [815, 982], [784, 982], [781, 979], [781, 960], [775, 956], [775, 928], [771, 932], [753, 932], [749, 928], [749, 905], [775, 905], [777, 908], [777, 911], [778, 912], [778, 913], [776, 915]], "3-21": [[798, 915], [775, 928], [775, 956], [781, 960], [781, 979], [784, 982], [815, 982], [818, 979], [818, 960], [824, 956], [824, 928], [801, 915]], "28-165, T:0-1": [[776, 927], [775, 961], [781, 962], [781, 978], [800, 982], [817, 979], [818, 962], [824, 962], [823, 926], [800, 915], [777, 926], [773, 913], [773, 908], [774, 905], [749, 905], [749, 928], [750, 929], [750, 942], [752, 945], [775, 945], [775, 928]]}, "center": {"22-27": [799, 942], "3-21": [799, 944], "28-165, T:0-1": [800, 928]}},
{"id": 234, "name": "VRChat", "description": "VRChat is an online virtual reality social platform. The platform allows users to interact with others with user-created 3D avatars and worlds.", "links": {"website": ["https://vrchat.com/", "https://en.wikipedia.org/wiki/VRChat"], "subreddit": ["VRChat"]}, "path": {"16-165, T:0-1": [[929, 88], [929, 105], [983, 105], [990, 113], [991, 113], [991, 105], [995, 105], [995, 88]]}, "center": {"16-165, T:0-1": [986, 97]}},
{"id": 235, "name": "University of Wisconsin-Madison", "description": "The University of Wisconsin-Madison is a university in Madison, Wisconsin, United States. This logo, known as the \"Motion W\", is used by the school's athletics teams, the Wisconsin Badgers.", "links": {"website": ["https://wisc.edu", "https://en.wikipedia.org/wiki/University_of_Wisconsin%E2%80%93Madison"], "subreddit": ["UWMadison"]}, "path": {"7-9": [[117, 581], [117, 607], [125, 607], [125, 581]], "10-165, T:0-1": [[99, 579], [99, 607], [125, 607], [125, 579]]}, "center": {"7-9": [121, 594], "10-165, T:0-1": [112, 593]}},
{"id": 236, "name": "Bucky Badger", "description": "University of Wisconsin-Madison's mascot Bucky U Badger.", "links": {"website": ["https://wisc.edu"], "subreddit": ["UWMadison"]}, "path": {"109-164, T:0-1": [[289, 1555], [282, 1555], [282, 1556], [283, 1557], [283, 1558], [284, 1559], [281, 1559], [279, 1561], [279, 1562], [281, 1564], [283, 1564], [287, 1568], [285, 1570], [287, 1572], [289, 1572], [290, 1571], [291, 1571], [293, 1569], [293, 1567], [295, 1565], [295, 1563], [292, 1560], [294, 1558], [294, 1557], [295, 1556], [294, 1555], [291, 1555], [290, 1554]]}, "center": {"109-164, T:0-1": [288, 1562]}},
{"id": 238, "name": "Shisheyu_Mayamoto's Logo", "description": "Shisheyu Mayamoto's Twitch channel's logo", "links": {"website": ["https://www.twitch.tv/shisheyu_mayamoto"]}, "path": {"109-165, T:0-1": [[1909, 1562], [1909, 1573], [1921, 1573], [1921, 1562]]}, "center": {"109-165, T:0-1": [1915, 1568]}},
{"id": 239, "name": "Esperanto", "description": "Esperanto is a constructed auxiliary language. It was created in 1887 by L. L. Zamenhof as a project for an international language that would be neutral and easy to learn. It is the most popular constructed language, spoken by 200,000 to 2,000,000 people.\n\nThis art was created by people from many Esperanto communities for at least five different social media and messaging platforms on the place of one of the voids. The team had alliances with Mr. Robot, r/Cubers and r/popheads.", "links": {"website": ["https://esperanto.net/", "https://en.wikipedia.org/wiki/Esperanto"], "subreddit": ["Esperanto"]}, "path": {"62-157": [[1433, 486], [1433, 501], [1499, 501], [1499, 486]], "158-166, T:0-1": [[1433, 487], [1433, 501], [1509, 501], [1509, 487]]}, "center": {"62-157": [1466, 494], "158-166, T:0-1": [1471, 494]}},
{"id": 240, "name": "VRChat Modding Group", "description": "Logo of the VRChat Modding Group, a community dedicated to creating and maintaining mods for the VR social platform VRChat.", "links": {"subreddit": ["placestart"], "discord": ["vrcmg"]}, "path": {"109-166, T:0-1": [[1303, 1975], [1290, 1975], [1290, 1994], [1291, 1994], [1291, 1996], [1294, 1996], [1294, 1995], [1294, 1996], [1297, 1996], [1297, 1995], [1297, 1996], [1300, 1996], [1300, 1994], [1303, 1994]]}, "center": {"109-166, T:0-1": [1296, 1985]}},
{"id": 241, "name": "Disco Elysium", "description": "Main characters of the game, Harrier \"Harry\" Du Bois and Kim Kitsuragi.", "links": {"website": ["https://discoelysium.com/"], "subreddit": ["DiscoElysium"]}, "path": {"109-166, T:0-1": [[1362, 1884], [1403, 1884], [1403, 1917], [1364, 1917]]}, "center": {"109-166, T:0-1": [1383, 1900]}},
{"id": 242, "name": "Pokémon Mystery Dungeon", "description": "Pokémon Mystery Dungeon is a roguelike game series that is a crossover between the Pokémon and Mystery Dungeon series. This art features a depiction of the rescue team badge in Pokémon Mystery Dungeon: Rescue Team DX. The background has the pattern of the Harmony Scarf, an accessory and key plot item from Pokémon Super Mystery Dungeon. The picture also contains a Seed and an Orb, two usable items in the game.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Mystery_Dungeon", "https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Mystery_Dungeon_series"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"7-154": [[709, 778], [709, 803], [734, 803], [734, 778]], "155-165, T:0-1": [[709, 778], [709, 804], [734, 804], [734, 778]]}, "center": {"7-154": [722, 791], "155-165, T:0-1": [722, 791]}},
{"id": 243, "name": "Time Gear", "description": "A Time Gear is an artifact that regulates time in the second set of Pokémon Mystery Dungeon games, Explorers of Time/Darkness/Sky. If a Time Gear is removed from its place, time stops in the region. A major part of the plot involves traveling the world to locate Time Gears and stop the thief Grovyle from stealing them.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Time_Gear"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"57-164, T:0-1": [[1078, 465], [1078, 488], [1101, 488], [1101, 465]]}, "center": {"57-164, T:0-1": [1090, 477]}},
{"id": 244, "name": "Shiny Celebi", "description": "Celebi is a Grass/Psychic-type mythical Pokémon from the Generation II Pokémon games (Pokémon Gold/Silver). This Celebi has its pink Shiny colors instead of the usual green. This is an in-game sprite from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky for the Nintendo DS, which feature Shiny Celebi as a supporting character.\n\nThis art was a collaboration between r/MysteryDungeon, Pokémon in r/place, and r/HollowKnight.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Celebi_(Explorers_of_Time,_Darkness,_and_Sky)"], "subreddit": ["MysteryDungeon"], "discord": ["mysterydungeon"]}, "path": {"69-166, T:0-1": [[1323, 49], [1320, 54], [1320, 61], [1317, 61], [1317, 63], [1320, 66], [1319, 67], [1319, 69], [1324, 69], [1325, 70], [1326, 70], [1327, 69], [1330, 69], [1330, 64], [1331, 63], [1331, 58], [1332, 57], [1332, 55], [1330, 53], [1329, 54], [1326, 54]]}, "center": {"69-166, T:0-1": [1326, 60]}},
{"id": 245, "name": "V-Wheel", "description": "A depiction of Mythical Pokémon Victini and his V-Wheel from Pokémon Mystery Dungeon: Gates to Infinity. The art is a collaboration between r/MysteryDungeon and r/Victini.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Paradise#V-Wheel"], "subreddit": ["MysteryDungeon", "Victini"], "discord": ["mysterydungeon"]}, "path": {"109-166, T:0-1": [[1734, 1473], [1734, 1496], [1770, 1496], [1770, 1473]]}, "center": {"109-166, T:0-1": [1752, 1485]}},
{"id": 246, "name": "Dream Land", "description": "Dream Land is one of the six tournament-legal stages in Super Smash Bros. Melee. It is a returning stage from the original Super Smash Bros. game for the Nintendo 64. The stage is based on the Kirby games, and features the tree character Whispy Woods, also from the Kirby games.\n\nThis art was a collaboration between r/PlaceTrees and the Super Smash Bros. Melee community. It depicts the characters Pikachu, Fox, Falco, and Jigglypuff fighting.", "links": {"website": ["https://www.ssbwiki.com/Dream_Land_(SSB)"], "subreddit": ["PlaceTrees", "ssbm"]}, "path": {"23-165, T:0-1": [[751, 905], [749, 908], [749, 928], [753, 932], [771, 932], [775, 928], [775, 923], [776, 923], [776, 921], [773, 913], [773, 908], [774, 907], [774, 905]]}, "center": {"23-165, T:0-1": [762, 919]}},
{"id": 247, "name": "Veloren", "description": "Veloren is an open-source multiplayer voxel role-playing game (RPG) written in Rust.", "links": {"website": ["https://veloren.net/"], "subreddit": ["Veloren"]}, "path": {"44-164, T:0-1": [[735, 636], [735, 647], [746, 647], [746, 636]]}, "center": {"44-164, T:0-1": [741, 642]}},
{"id": 249, "name": "King protea", "description": "The king protea is the national flower of South Africa. It is a kind of protea, a species of plant mostly found in South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Protea_cynaroides"], "subreddit": ["SouthAfrica"]}, "path": {"125-144": [[754, 990], [754, 994], [752, 994], [752, 995], [757, 1000], [760, 1000], [760, 1003], [762, 1003], [762, 1000], [765, 1000], [770, 995], [770, 994], [768, 994], [768, 990], [767, 990], [765, 992], [762, 989], [762, 987], [760, 987], [760, 989], [757, 992], [755, 990]], "147-165, T:0-1": [[771, 1045], [770, 1046], [766, 1046], [766, 1049], [764, 1049], [764, 1055], [766, 1058], [766, 1060], [768, 1062], [768, 1063], [770, 1065], [772, 1065], [774, 1063], [774, 1062], [776, 1060], [776, 1058], [778, 1056], [778, 1050], [779, 1049], [779, 1047], [776, 1047], [775, 1046], [772, 1046]]}, "center": {"125-144": [761, 995], "147-165, T:0-1": [771, 1053]}},
{"id": 250, "name": "Alula", "description": "A smaller version of the character Alula from Oneshot. Original sprite by Glitchious404.", "links": {"website": ["https://oneshot.fandom.com/wiki/Alula"], "subreddit": ["oneshot"]}, "path": {"109-166, T:0-1": [[1084, 1705], [1083, 1705], [1083, 1704], [1082, 1704], [1079, 1704], [1079, 1703], [1079, 1702], [1079, 1701], [1079, 1698], [1078, 1698], [1078, 1697], [1078, 1693], [1077, 1697], [1077, 1696], [1079, 1693], [1079, 1691], [1080, 1691], [1080, 1690], [1081, 1690], [1081, 1689], [1081, 1688], [1081, 1686], [1081, 1683], [1083, 1683], [1083, 1684], [1084, 1684], [1084, 1685], [1085, 1685], [1085, 1686], [1085, 1687], [1086, 1688], [1086, 1687], [1087, 1688], [1088, 1688], [1088, 1687], [1088, 1686], [1089, 1686], [1089, 1685], [1090, 1685], [1090, 1684], [1091, 1684], [1092, 1684], [1092, 1689], [1091, 1690], [1092, 1690], [1092, 1692], [1093, 1692], [1093, 1697], [1092, 1697], [1092, 1700], [1093, 1700], [1093, 1701], [1093, 1702], [1093, 1704], [1090, 1704], [1090, 1705], [1087, 1705]]}, "center": {"109-166, T:0-1": [1086, 1695]}},
{"id": 251, "name": "Atlas", "description": "The Atlas is an iconic symbol of the game No Man's Sky.", "links": {"website": ["https://nomanssky.fandom.com/wiki/The_Atlas"], "subreddit": ["NoMansSkyTheGame"]}, "path": {"109-166, T:0-1": [[1633, 1611], [1616, 1628], [1616, 1629], [1633, 1656], [1650, 1629], [1650, 1628]]}, "center": {"109-166, T:0-1": [1633, 1632]}},
{"id": 252, "name": "Holostars", "description": "Holostars is the male branch of Hololive.", "links": {"website": ["https://holostars.hololivepro.com/en/", "https://hololive.wiki/wiki/Holostars"], "subreddit": ["Holostars", "Hololive"], "discord": ["holofans"]}, "path": {"11-166, T:0-1": [[302, 758], [321, 758], [321, 777], [302, 777]]}, "center": {"11-166, T:0-1": [312, 768]}},
{"id": 253, "name": "r/baduk", "description": "the subreddit for the ancient board game Go/Baduk/Weiqi", "links": {"subreddit": ["baduk"]}, "path": {"109-166, T:0-1": [[1494, 1279], [1550, 1279], [1550, 1289], [1494, 1289]]}, "center": {"109-166, T:0-1": [1522, 1284]}},
{"id": 258, "name": "Green Lattice", "description": "Green Lattice was a peaceful faction determined to fill the canvas with a beautiful orderly light and dark green lattice. This would serve as a safe home for art to live.", "links": {"subreddit": ["GreenLattice"]}, "path": {"119-122": [[624, 1069], [636, 1069], [636, 1077], [630, 1077], [630, 1079], [624, 1079]]}, "center": {"119-122": [629, 1073]}},
{"id": 259, "name": "Scott Munley", "description": "Scott Manley's head nightmarishly projected onto the Mun. Fly nś̟̬a̗̪͓̬f̟͓̮̕e̴̙͇̞.", "links": {"website": ["https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A"], "subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[938, 1519], [940, 1516], [943, 1513], [948, 1513], [952, 1515], [953, 1518], [953, 1523], [951, 1527], [949, 1528], [944, 1529], [940, 1526], [938, 1523]]}, "center": {"109-165, T:0-1": [946, 1521]}},
{"id": 261, "name": "University of Washington", "description": "The University of Washington is a university in Seattle, Washington, United States. The university was founded in 1861, and is known for cherry trees and lots of rain. The school's mascot is a husky.\n\nThis art features some of the school's characteristic cherry tree blossoms. It was allied with Washington State University, Simon Fraser University, Hermitcraft, and more.", "links": {"website": ["http://uw.edu/", "https://en.wikipedia.org/wiki/University_of_Washington"], "subreddit": ["udub"]}, "path": {"66-73": [[889, 520], [889, 528], [905, 528], [905, 520]], "32-65": [[889, 520], [889, 528], [901, 528], [901, 520]], "26-31": [[884, 520], [884, 528], [895, 528], [895, 520]], "74-165, T:0-1": [[889, 520], [889, 534], [905, 534], [905, 520]]}, "center": {"66-73": [897, 524], "32-65": [895, 524], "26-31": [890, 524], "74-165, T:0-1": [897, 527]}},
{"id": 262, "name": "Green Bay Packers", "description": "The Green Bay Packers are a historic American football team based in Green Bay, Wisconsin, United States that competes in the National Football League (NFL).\n\nIt is the third-oldest franchise in the NFL, dating back to 1919, and is the only non-profit, community-owned major league professional sports team based in the United States.\n\nThe Packers have won 13 league championships, the most in NFL history, with nine pre-Super Bowl NFL titles and four Super Bowl victories.\n\nGO PACK GO!", "links": {"website": ["https://www.packers.com/", "https://en.wikipedia.org/wiki/Green_Bay_Packers"], "subreddit": ["GreenBayPackers", "place_CentralAlliance"]}, "path": {"1-164, T:0-1": [[407, 913], [428, 913], [428, 931], [407, 931]]}, "center": {"1-164, T:0-1": [418, 922]}},
{"id": 263, "name": "Roskilde Cathedral", "description": "A cathedral from the Danish city of Roskilde.", "links": {"website": ["https://roskildedomkirke.dk/english/", "https://en.wikipedia.org/wiki/Roskilde_Cathedral"], "subreddit": ["place_nordicunion", "Denmark"]}, "path": {"97-165, T:0-1": [[281, 118], [281, 127], [280, 129], [277, 132], [277, 138], [276, 139], [276, 158], [303, 158], [303, 139], [301, 137], [301, 131], [298, 127], [298, 117], [297, 117], [295, 119], [295, 127], [292, 131], [292, 135], [287, 131], [284, 127], [284, 118]]}, "center": {"97-165, T:0-1": [290, 146]}},
{"id": 264, "name": "Club Atlético River Plate", "description": "Club Atlético River Plate is a sports club based in Buenos Aires, Argentina. They are rivals with the Boca Juniors club, also from Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Club_Atl%C3%A9tico_River_Plate"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"158-165, T:0-1": [[1129, 645], [1127, 647], [1127, 651], [1128, 652], [1128, 661], [1138, 661], [1138, 652], [1132, 646], [1131, 646], [1130, 645]]}, "center": {"158-165, T:0-1": [1133, 654]}},
{"id": 266, "name": "Flag of Liechtenstein", "description": "Liechtenstein is a small country in Central Europe.\n\nThis space was donated by Switzerland on day 2 of r/place.", "links": {"website": ["https://en.wikipedia.org/wiki/Liechtenstein", "https://en.wikipedia.org/wiki/Flag_of_Liechtenstein"], "discord": ["JS9eFKty"]}, "path": {"38-166, T:0-1": [[583, 682], [583, 683], [588, 689], [588, 691], [595, 697], [595, 699], [598, 699], [598, 682]]}, "center": {"38-166, T:0-1": [593, 687]}},
{"id": 268, "name": "University of Michigan logo", "description": "The logo of the University of Michigan.", "links": {"website": ["https://umich.edu", "https://en.wikipedia.org/wiki/University_of_Michigan"], "subreddit": ["uofm", "MichiganWolverines"]}, "path": {"4-165, T:0-1": [[396, 274], [428, 274], [428, 297], [396, 297]]}, "center": {"4-165, T:0-1": [412, 286]}},
{"id": 269, "name": "Average Greek vs. Turk Debate", "description": "\"Average Greek vs. Turk Debate\" is a popular meme video in Greece and Turkey, created by wow_mao. It's about the most peaceful and chad debate in the Balkans ever. This image features the thumbnail of the video, with the flags of Greece and Turkey along with gigachads from each country.", "links": {"website": ["https://www.youtube.com/watch?v=HfFx5UvzSxc"], "subreddit": ["Wow_Mao", "2balkan4you"]}, "path": {"58-165, T:0-1": [[1200, 700], [1200, 773], [1329, 773], [1329, 700]]}, "center": {"58-165, T:0-1": [1265, 737]}},
{"id": 270, "name": "Terraria Calamity Mod", "description": "The Terraria Calamity Mod logo (1.5 update), for the largest ever Terraria mod.", "links": {"subreddit": ["CalamityMod"], "discord": ["calamity"]}, "path": {"109-165, T:0-1": [[853, 1453], [880, 1453], [880, 1480], [853, 1480]]}, "center": {"109-165, T:0-1": [867, 1467]}},
{"id": 271, "name": "Gondola", "description": "A mutation of the Spurdo Spärde meme. He peacefully observes. Placed by pxls.space.", "links": {"website": ["https://pxls.space/"]}, "path": {"109-166, T:0-1": [[736, 1692], [743, 1694], [750, 1699], [755, 1705], [756, 1708], [757, 1713], [754, 1723], [749, 1729], [745, 1732], [737, 1733], [737, 1736], [742, 1735], [750, 1731], [758, 1724], [760, 1715], [760, 1707], [758, 1701], [753, 1695], [744, 1691], [740, 1691], [739, 1685], [732, 1685], [730, 1692], [725, 1695], [719, 1701], [716, 1704], [716, 1710], [716, 1721], [719, 1727], [729, 1734], [736, 1735], [736, 1733], [731, 1733], [723, 1728], [718, 1721], [716, 1715], [717, 1707], [721, 1700], [728, 1695], [737, 1693]]}, "center": {"109-166, T:0-1": [742, 1708]}},
{"id": 272, "name": "lgwMlem", "description": "A Twitch emote from streamer DumbDog. Mlem.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-166, T:0-1": [[1838, 1383], [1838, 1423], [1873, 1423], [1873, 1383]]}, "center": {"109-166, T:0-1": [1856, 1403]}},
{"id": 274, "name": "Starship", "description": "Starship is an upcoming super heavy launch vehicle developed by SpaceX. It is planned to support crewed missions to the Moon and Mars.", "links": {"website": ["https://en.wikipedia.org/wiki/SpaceX_Starship"], "subreddit": ["spacexplace"]}, "path": {"16-165, T:0-1": [[819, 607], [812, 615], [812, 620], [815, 620], [815, 626], [812, 631], [812, 637], [813, 640], [815, 640], [815, 651], [819, 659], [819, 661], [816, 661], [816, 677], [811, 682], [811, 684], [828, 684], [828, 681], [824, 677], [824, 640], [825, 640], [827, 637], [827, 631], [824, 626], [824, 620], [827, 620], [827, 615], [820, 607]]}, "center": {"16-165, T:0-1": [819, 634]}},
{"id": 279, "name": "lgwWoof", "description": "Twitch emote from streamer DumbDog. A barking dog, woof.", "links": {"website": ["https://www.twitch.tv/dumbdog"]}, "path": {"109-165, T:0-1": [[1803, 1383], [1803, 1418], [1805, 1416], [1806, 1416], [1808, 1418], [1808, 1421], [1806, 1423], [1838, 1423], [1838, 1383]]}, "center": {"109-165, T:0-1": [1821, 1403]}},
{"id": 280, "name": "Flag of Madagascar", "description": "Madagascar is an island nation east of mainland Africa. It is famous for its endemic lemurs.", "links": {"website": ["https://en.wikipedia.org/wiki/Madagascar", "https://en.wikipedia.org/wiki/Flag_of_Madagascar"]}, "path": {"150": [[765, 1068], [765, 1073], [771, 1073], [771, 1072], [770, 1071], [770, 1068]], "128-138": [[893, 1184], [893, 1191], [900, 1191], [900, 1187], [899, 1186], [899, 1184]], "151-165, T:0-1": [[773, 1068], [781, 1068], [781, 1073], [773, 1073]]}, "center": {"150": [768, 1071], "128-138": [896, 1188], "151-165, T:0-1": [777, 1071]}},
{"id": 285, "name": "Flag of Zimbabwe", "description": "Zimbabwe is a country in southern Africa.\n\nThis is one of two Zimbabwean flags on r/place, the other being to the north in the Green Lattice.", "links": {"website": ["https://en.wikipedia.org/wiki/Zimbabwe", "https://en.wikipedia.org/wiki/Flag_of_Zimbabwe"], "subreddit": ["Zimbabwe"]}, "path": {"151-165, T:0-1": [[765, 1067], [773, 1067], [773, 1073], [765, 1073]]}, "center": {"151-165, T:0-1": [769, 1070]}},
{"id": 286, "name": "r/spacexplace", "description": "r/spacexplace is a subreddit that focused on drawing space exploration organizations on r/place. This art depicts the logos three leading space agencies (NASA, SpaceX, Rocket Lab) along with Earth.", "links": {"subreddit": ["spacexplace"]}, "path": {"49-166, T:0-1": [[755, 580], [755, 596], [851, 596], [851, 580]]}, "center": {"49-166, T:0-1": [803, 588]}},
{"id": 288, "name": "Gensokyo Radio", "description": "Gensokyo Radio's icon, featuring a torii gate. They stream Touhou music.", "links": {"website": ["https://gensokyoradio.net/"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1649, 1513], [1650, 1513], [1650, 1512], [1658, 1512], [1658, 1513], [1659, 1513], [1659, 1521], [1658, 1521], [1658, 1522], [1650, 1522], [1650, 1521], [1649, 1521]]}, "center": {"109-166, T:0-1": [1654, 1517]}},
{"id": 291, "name": "Girls' Last Tour", "description": "Girls' Last Tour is a Japanese manga illustrated by Tsukumizu. The manga features protagonists Chito and Yuuri as they travel through a post-apocalyptic world in their Kettenkrad. At some point they find Nuko, an animal that resembles a cat. This artwork shows Yuuri, Nuko and Chito on their Kettenkrad.", "links": {"website": ["https://en.wikipedia.org/wiki/Girls%27_Last_Tour"], "subreddit": ["GirlsLastTour"]}, "path": {"125-160, T:0-1": [[1334, 1170], [1353, 1170], [1352, 1169], [1353, 1169], [1353, 1168], [1354, 1168], [1354, 1167], [1354, 1166], [1353, 1166], [1353, 1165], [1353, 1164], [1353, 1163], [1352, 1163], [1352, 1162], [1351, 1162], [1351, 1161], [1352, 1161], [1352, 1160], [1353, 1160], [1353, 1159], [1353, 1156], [1353, 1157], [1353, 1158], [1353, 1159], [1353, 1156], [1353, 1155], [1352, 1155], [1352, 1154], [1351, 1154], [1350, 1154], [1350, 1153], [1349, 1153], [1348, 1153], [1347, 1153], [1346, 1153], [1345, 1153], [1344, 1153], [1344, 1154], [1343, 1153], [1342, 1153], [1340, 1153], [1339, 1153], [1338, 1153], [1337, 1153], [1336, 1153], [1335, 1153], [1335, 1154], [1334, 1154], [1334, 1155], [1334, 1156], [1333, 1156], [1333, 1157], [1332, 1157], [1332, 1158], [1332, 1159], [1332, 1160], [1332, 1161], [1333, 1161], [1333, 1162], [1333, 1163], [1333, 1164], [1332, 1164], [1332, 1165], [1332, 1166], [1333, 1166], [1332, 1167], [1332, 1168], [1332, 1169], [1333, 1169], [1333, 1170]]}, "center": {"125-160, T:0-1": [1341, 1162]}},
{"id": 292, "name": "Juggernaut", "description": "Juggernaut is a melee-classed hero from the massively online battle arena (MOBA) game Dota 2. This art depicts Juggernaut's mask.", "links": {"website": ["https://www.dota2.com/hero/juggernaut", "https://dota2.fandom.com/wiki/Juggernaut"], "subreddit": ["DotA2"]}, "path": {"33-165, T:0-1": [[6, 177], [22, 177], [22, 183], [23, 183], [27, 187], [27, 188], [28, 189], [28, 190], [25, 193], [23, 191], [22, 192], [22, 196], [16, 202], [12, 202], [6, 196], [6, 192], [5, 191], [3, 193], [0, 190], [0, 189], [1, 188], [1, 187], [2, 186], [3, 185], [3, 184], [4, 183]]}, "center": {"33-165, T:0-1": [13, 187]}},
{"id": 293, "name": "Flag of Ghana", "description": "Ghana is a West African nation with a population of 31 million. Previously on the Nigerian flag to the south, it was moved here after being removed due to their inability to find a space for a larger flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghana", "https://en.wikipedia.org/wiki/Flag_of_Ghana"]}, "path": {"121-141": [[792, 1089], [792, 1095], [796, 1095], [796, 1089]], "158-165, T:0-1": [[758, 1067], [765, 1067], [765, 1073], [758, 1073]]}, "center": {"121-141": [794, 1092], "158-165, T:0-1": [762, 1070]}},
{"id": 294, "name": "Doki Doki Literature Club!", "description": "Doki Doki Literature Club! is a 2017 Japanese freeware romance visual novel developed by American independent game studio Team Salvato for Microsoft Windows, macOS, and Linux. You play as a high school student who must woo the girls of the literature club... through poetry! While the game starts out innocuous, it eventually turns into a psychological horror.\n\nThis art depicts the four main girls from the novel: Sayori, Natsuki, Yuri, and Monika. It was allied with Katawa Shoujo above.", "links": {"website": ["https://ddlc.moe/", "https://en.wikipedia.org/wiki/Doki_Doki_Literature_Club!"], "subreddit": ["DDLC"]}, "path": {"110-165, T:0-1": [[1550, 1184], [1550, 1200], [1600, 1200], [1600, 1184]]}, "center": {"110-165, T:0-1": [1575, 1192]}},
{"id": 295, "name": "r/spaceXPlace and affiliates mural", "description": "SpaceX and related interests. Features Starship S20, Starman / Roadster, The Hubble Space Telescope, Starhopper, and the logos for Tesla and LabPadre. Also features shoutouts to RGV Aerial Photography, Tim Dodd (The Everyday Astronaut), NasaSpaceflightLive, and Kerbal Space Program", "links": {"subreddit": ["SpaceXPlace"]}, "path": {"109-165, T:0-1": [[941, 1638], [941, 1631], [900, 1631], [905, 1620], [930, 1620], [930, 1610], [916, 1610], [916, 1606], [933, 1599], [934, 1592], [943, 1591], [949, 1585], [949, 1556], [954, 1551], [955, 1543], [952, 1535], [936, 1528], [935, 1524], [931, 1524], [930, 1528], [926, 1529], [919, 1522], [915, 1519], [901, 1519], [902, 1524], [894, 1522], [882, 1539], [881, 1546], [887, 1547], [887, 1580], [845, 1580], [846, 1612], [890, 1611], [894, 1637]]}, "center": {"109-165, T:0-1": [906, 1576]}},
{"id": 297, "name": "Kirby", "description": "Kirby is the titular protagonist of the Kirby video game series, developed by HAL Laboratory and published by Nintendo. This art features Kirby flying in the clouds with a night sky backdrop.\n\nA picture of Kirby was originally built here by Russian streamer Bratishkinoff. YouTube streamer Ludwig Ahgren used his chat to overtake Bratishkinoff's Kirby and build his own Kirby art, dividing his chat into nine teams to draw the piece quickly and efficiently. The art was overall loved by all communities (including Bratishkinoff) and saw minimal sabotage throughout the rest of r/place.\n\nIn a small but nevertheless amusing struggle, many attempted to give Kirby goofy-looking \"teeth\" right up to the very end.", "links": {"website": ["https://kirby.nintendo.com/", "https://en.wikipedia.org/wiki/Kirby_(character)", "https://www.youtube.com/c/Ludwigahgren"], "subreddit": ["LudwigAhgren"]}, "path": {"103-108": [[1800, 539], [1800, 637], [1892, 637], [1892, 539]], "109-166, T:0-1": [[1800, 539], [1890, 539], [1890, 623], [1800, 623]]}, "center": {"103-108": [1846, 588], "109-166, T:0-1": [1845, 581]}},
{"id": 299, "name": "Marisad", "description": "Marisa Kirisame is a character from Touhou Project. In the fan-made anime Fantasy Kaleidoscope ~The Memories of Phantasm~, she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom after being popularized by Touhou YouTuber Chiruno, and was dubbed \"Marisad\" (Marisa + sad). Additionally the emote of Marisa crying spread across many Touhou-related Discord servers, further adding to its popularity.", "links": {"website": ["https://en.touhouwiki.net/wiki/Marisa_Kirisame"], "subreddit": ["Marisad", "touhou"], "discord": ["UVkWNdhQ"]}, "path": {"118-123": [[1869, 929], [1869, 950], [1871, 950], [1871, 954], [1894, 954], [1894, 929]], "125-166, T:0-1": [[1784, 868], [1784, 889], [1787, 889], [1789, 891], [1789, 895], [1798, 895], [1800, 897], [1802, 895], [1810, 895], [1810, 868]]}, "center": {"118-123": [1882, 942], "125-166, T:0-1": [1797, 881]}},
{"id": 300, "name": "New Zealand", "description": "New Zealand, known as Aotearoa in the indigineous Māori language, is a country in Oceania. This art features icons of New Zealand, including the Laser Kiwi, kākāpō, Goodnight Kiwi, Tino Rangatiratanga, kiwifruit, flanders (Anzac) poppies, and a map of New Zealand.\n\nThis art was made by r/newzealand and allied with the Seattle Seahawks and Thailand.", "links": {"website": ["https://en.wikipedia.org/wiki/New_Zealand"], "subreddit": ["newzealand"]}, "path": {"76-81": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1514, 731], [1514, 747], [1547, 747], [1552, 752], [1552, 767], [1577, 767], [1577, 729], [1554, 729], [1554, 714], [1554, 709]], "61-75": [[1539, 709], [1539, 728], [1533, 728], [1533, 731], [1515, 731], [1515, 747], [1552, 747], [1552, 709]], "31-48": [[666, 943], [666, 984], [686, 984], [686, 1000], [695, 1000], [695, 984], [710, 984], [710, 957], [682, 957], [682, 943]], "21-30": [[666, 943], [666, 984], [710, 984], [710, 957], [681, 957], [681, 943]], "82-165, T:0-1": [[1514, 731], [1514, 747], [1550, 747], [1550, 768], [1579, 768], [1579, 760], [1577, 760], [1577, 728], [1554, 728], [1554, 714], [1557, 711], [1563, 711], [1563, 706], [1562, 706], [1562, 689], [1515, 689], [1515, 711], [1539, 711], [1539, 728], [1514, 728]]}, "center": {"76-81": [1563, 743], "61-75": [1542, 737], "31-48": [690, 971], "21-30": [696, 970], "82-165, T:0-1": [1563, 742]}},
{"id": 305, "name": "Zero", "description": "The main character of the indie game \"Katana ZERO\", a stylish neo-noir, action-platformer.", "links": {"website": ["https://katanazero.com/", "https://store.steampowered.com/app/460950/Katana_ZERO/", "https://katana-zero.fandom.com/wiki/Katana_Zero_Wiki"], "subreddit": ["KatanaZero"], "discord": ["katanazero"]}, "path": {"109-166, T:0-1": [[1136, 1857], [1164, 1857], [1164, 1871], [1166, 1871], [1166, 1885], [1166, 1883], [1165, 1883], [1163, 1881], [1159, 1885], [1159, 1890], [1159, 1893], [1136, 1893]]}, "center": {"109-166, T:0-1": [1150, 1874]}},
{"id": 306, "name": "The Stormlight Archive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance\n\nIn the middle of this art is a piece combining symbols from both The Stormlight Archive and Malazan. Around the symbol are elements from both series. From The Stormlight Archive, the sword at the top is Nightblood from Warbreaker and the top two characters are Shallan (left) and Kaladin (right), accompanied by their respective sprens, Pattern and Sylphrena. From Malazan, the main character Anomander Rake is pictured.", "links": {"website": ["https://www.brandonsanderson.com/the-stormlight-archive-series/", "https://en.wikipedia.org/wiki/Malazan_Book_of_the_Fallen"], "subreddit": ["Stormlight_Archive", "Malazan", "Cosmere", "SFFA"]}, "path": {"58-78, 81-87": [[1829, 879], [1829, 950], [1869, 950], [1869, 879]], "88-166, T:0-1": [[1829, 869], [1829, 950], [1869, 950], [1869, 869]]}, "center": {"58-78, 81-87": [1849, 915], "88-166, T:0-1": [1849, 910]}},
{"id": 308, "name": "Koishi Komeiji", "description": "She is a satori, a mind reading yokai from Touhou Project. She also loves her hat.", "links": {"website": ["https://en.touhouwiki.net/wiki/Koishi_Komeiji"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1621, 1484], [1621, 1517], [1654, 1517], [1654, 1484]]}, "center": {"109-166, T:0-1": [1638, 1501]}},
{"id": 310, "name": "The Last Dance", "description": "A picture of Lionel Messi and Cristiano Ronaldo in representation of the brotherhood between Portuguese and Argentinian communities.", "links": {"website": ["https://en.wikipedia.org/wiki/Messi%E2%80%93Ronaldo_rivalry"], "subreddit": ["portugal", "PORTUGALCARALHO", "argentina", "ArgPixelArt", "Republica_Argentina"]}, "path": {"109-165, T:0-1": [[1532, 1831], [1536, 1831], [1534, 1824], [1537, 1821], [1543, 1823], [1542, 1831], [1548, 1835], [1555, 1845], [1559, 1857], [1558, 1869], [1554, 1871], [1551, 1868], [1552, 1860], [1551, 1854], [1549, 1857], [1550, 1874], [1550, 1884], [1548, 1891], [1547, 1904], [1546, 1909], [1541, 1911], [1533, 1910], [1520, 1912], [1514, 1912], [1512, 1901], [1510, 1884], [1511, 1871], [1511, 1868], [1505, 1863], [1503, 1856], [1504, 1850], [1510, 1839], [1515, 1836], [1520, 1830], [1522, 1827], [1528, 1825], [1531, 1830]]}, "center": {"109-165, T:0-1": [1531, 1868]}},
{"id": 311, "name": "Flag of Lebanon", "description": "The Republic of Lebanon (Arabic: لبنان) is a small country (10,452km² in area) with 3.7 million inhabitants. It is located in the Middle East region, and its capital being Beirut. It has a long coastline on the eastern shore of the Mediterranean Sea, sharing a long land border with its much larger neighbour Syria to the north and east, and a much shorter (and conflict-ridden) border with Israel to the south.", "links": {"website": ["https://en.wikipedia.org/wiki/Lebanon", "https://en.wikipedia.org/wiki/Flag_of_Lebanon"], "subreddit": ["lebanon"]}, "path": {"3-12": [[0, 430], [19, 430], [19, 452], [0, 452]], "13-43": [[0, 429], [32, 429], [32, 452], [0, 452]], "132-161, 44-122, T:0-1": [[0, 428], [36, 428], [36, 464], [0, 464]]}, "center": {"3-12": [10, 441], "13-43": [16, 441], "132-161, 44-122, T:0-1": [18, 446]}},
{"id": 312, "name": "Flag of Namibia", "description": "Namibia is a largely desert nation to South Africa's north.", "links": {"website": ["https://en.wikipedia.org/wiki/Namibia", "https://en.wikipedia.org/wiki/Flag_of_Namibia"]}, "path": {"149": [[727, 1068], [727, 1073], [734, 1073], [734, 1068]], "150-165, T:0-1": [[750, 1067], [758, 1067], [758, 1073], [750, 1073]]}, "center": {"149": [731, 1071], "150-165, T:0-1": [754, 1070]}},
{"id": 315, "name": "Flag of Botswana", "description": "Botswana is a Southern African nation. It is bordered by Namibia, Zambia, Zimbabwe, and South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Botswana", "https://en.wikipedia.org/wiki/Flag_of_Botswana"], "subreddit": ["Botswana"]}, "path": {"150-165, T:0-1": [[743, 1067], [750, 1067], [750, 1073], [743, 1073]]}, "center": {"150-165, T:0-1": [747, 1070]}},
{"id": 317, "name": "Avali", "description": "A fictional species of feathered raptors created by RyuujinZERO and popularized by a mod for the game Starbound. The art is a sprite from the mod.", "links": {"website": ["https://community.playstarbound.com/resources/avali-triage.2852/triage.2852/"], "subreddit": ["avali"]}, "path": {"109-166, T:0-1": [[1477, 1260], [1477, 1302], [1446, 1302], [1446, 1260]]}, "center": {"109-166, T:0-1": [1462, 1281]}},
{"id": 318, "name": "2014 FIFA World Cup", "description": "A representation of the trophy from the 2014 FIFA World Cup hosted in Brazil. It was built by Brazil in collaboration with Argentina, respectively the 4th and 2nd placed countries in the event. Later an alliance was made, ironically and poetically, with Germany (the winner of the event) to give the trophy a better design and help protect it from griefing, as people constantly tried to write \"7-1\" in it (explained below) or turn it into a phallic object.\n\nThe most infamous game was the semifinal between Brazil and Germany. The Brazil vs. Germany football match that took place on 8 July 2014 at the Estádio Mineirão in Belo Horizonte was the first of two semifinal matches of the 2014 FIFA World Cup.\n\nBoth Brazil and Germany reached the semifinals with an undefeated record in the competition, with the Brazilians' quarterfinal with Colombia causing them to lose forward Neymar to injury, and defender and captain Thiago Silva to accumulation of yellow cards. Despite the absence of these players, a close match was expected, given both teams were traditional FIFA World Cup forces, sharing eight tournaments won and having previously met in the 2002 FIFA World Cup Final, where Brazil won 2-0 and earned their fifth title. This match, however, ended in a shocking loss for Brazil; Germany led 5-0 at half time, with four goals scored within six minutes, and subsequently brought the score up to 7-0 in the second half. Brazil scored a consolation goal in the last minute, ending the match 7-1. Germany's Toni Kroos was selected as the man of the match.\n\nThe game marked several tournament records. Germany's win marked the largest margin of victory in a FIFA World Cup semifinal. The game saw Germany overtake Brazil as the highest scoring team in World Cup tournament history and become the first team to reach eight World Cup Finals. Miroslav Klose scored his 16th career World Cup goal and surpassed Brazil's own Ronaldo as the tournament's all-time record goalscorer. Brazil's loss broke their 62-match unbeaten streak at home in competitive matches, going back to the 1975 Copa América (where they lost 3-1 to Peru in the same stadium), and equalled their biggest margin of defeat in a match alongside a 6-0 loss to Uruguay in 1920. Ultimately, the match was described as a national humiliation.\n\nThe game has subsequently been dubbed the Mineirazo (Mineiraço [minejˈɾasu], Agony of Mineirão), evoking a previous \"spirit of national shame\" known as the Maracanazo (Maracanaço) in which Brazil unexpectedly lost the 1950 FIFA World Cup on home soil to Uruguay. Brazil subsequently lost 3-0 to the Netherlands in the third-place play-off. Germany went on to win the World Cup for the fourth time, defeating Argentina in the final.", "links": {"website": ["https://en.wikipedia.org/wiki/2014_FIFA_World_Cup"], "subreddit": ["brasil", "argentina", "Republica_Argentina", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"62-164, T:0-1": [[1023, 634], [1029, 639], [1039, 638], [1043, 633], [1040, 628], [1039, 619], [1040, 612], [1043, 606], [1041, 597], [1036, 590], [1030, 589], [1024, 593], [1022, 600], [1022, 607], [1024, 610], [1025, 614], [1028, 617], [1028, 624], [1025, 628], [1024, 634]]}, "center": {"62-164, T:0-1": [1032, 604]}},
{"id": 319, "name": "Flag of Lesotho", "description": "Lesotho is a landlocked enclave nation of South Africa.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesotho", "https://en.wikipedia.org/wiki/Flag_of_Lesotho"]}, "path": {"150-165, T:0-1": [[735, 1067], [743, 1067], [743, 1073], [735, 1073]]}, "center": {"150-165, T:0-1": [739, 1070]}},
{"id": 320, "name": "osu!hungary", "description": "The Hungarian osu! community. An insanely dedicated osu! group. With the help from the osu! Storyboarder Banquet community, and after the negotiations with the Star Wars community, our logo and our community efforts will live forever and ever.", "links": {"subreddit": ["osuplace", "osugame"], "discord": ["rFYD6Pq"]}, "path": {"109-166, T:0-1": [[713, 1657], [719, 1654], [726, 1658], [726, 1664], [713, 1664]]}, "center": {"109-166, T:0-1": [719, 1660]}},
{"id": 321, "name": "Serball", "description": "A parody of the character Serval from the anime Kemono Friends. She is a playable character in the Roblox game Become Fumo", "links": {"website": ["https://www.roblox.com/games/6238705697/Become-Fumo"]}, "path": {"109-166, T:0-1": [[607, 1569], [603, 1574], [604, 1581], [608, 1583], [617, 1583], [620, 1580], [620, 1578], [620, 1574], [620, 1572], [617, 1571], [611, 1569]]}, "center": {"109-166, T:0-1": [612, 1576]}},
{"id": 323, "name": "Hat Mouse", "description": "Hat Mouse is a mouse who sells hats in the game Stardew Valley. Hat Mouse is located in the Abandoned House (known as Ruined House on the in-game map), and sells hats that correspond with the achievements the player has unlocked.\n\n\"Hi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines.\" - Hat Mouse", "links": {"website": ["https://stardewvalleywiki.com/Abandoned_House"], "subreddit": ["StardewValley"], "discord": ["stardewvalley"]}, "path": {"56-122": [[1708, 964], [1708, 999], [1768, 999], [1768, 964]], "125-166, T:0-1": [[1708, 1008], [1768, 1008], [1768, 1043], [1708, 1043]]}, "center": {"56-122": [1738, 982], "125-166, T:0-1": [1738, 1026]}},
{"id": 325, "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "links": {"website": ["https://spacein3d.com/where-is-starman-live-tracker/"], "subreddit": ["spacexplace"]}, "path": {"109-166, T:0-1": [[908, 1608], [911, 1609], [932, 1599], [933, 1589], [930, 1587], [931, 1572], [929, 1560], [921, 1554], [912, 1554], [903, 1561], [904, 1584], [910, 1594], [910, 1604], [908, 1605], [905, 1605]]}, "center": {"109-166, T:0-1": [918, 1580]}},
{"id": 328, "name": "Capybara", "description": "The capybara (called \"carpincho\" in Argentina) is a symbolic animal in the region.", "links": {"website": ["https://en.wikipedia.org/wiki/Capybara"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"8-165, T:0-1": [[923, 662], [923, 665], [922, 666], [919, 666], [917, 668], [917, 669], [916, 669], [916, 674], [919, 677], [924, 677], [925, 676], [927, 676], [928, 677], [932, 677], [932, 671], [934, 671], [936, 669], [936, 665], [934, 663], [928, 663], [927, 662]]}, "center": {"8-165, T:0-1": [926, 670]}},
{"id": 330, "name": "Hubble Space Telescope", "description": "NASA's HST, launched in 1990 aboard the Space Shuttle Discovery.", "links": {"website": ["https://www.nasa.gov/mission_pages/hubble/main/index.html"], "subreddit": ["spaceXPlace"]}, "path": {"109-165, T:0-1": [[919, 1535], [918, 1534], [913, 1528], [913, 1526], [916, 1522], [919, 1522], [924, 1527], [925, 1529], [933, 1533], [931, 1528], [931, 1526], [934, 1525], [935, 1526], [935, 1533], [938, 1530], [953, 1537], [950, 1540], [954, 1543], [955, 1548], [952, 1552], [949, 1554], [946, 1554], [941, 1551], [936, 1555], [921, 1548], [926, 1543], [921, 1539], [920, 1534]]}, "center": {"109-165, T:0-1": [935, 1540]}},
{"id": 333, "name": "Sakuya Izayoi", "description": "The perfect and elegant maid from Touhou Project.", "links": {"website": ["https://en.touhouwiki.net/wiki/Sakuya_Izayoi"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1654, 1451], [1654, 1484], [1687, 1484], [1687, 1451]]}, "center": {"109-166, T:0-1": [1671, 1468]}},
{"id": 334, "name": "Battle for Dream Island", "description": "Battle for Dream Island (BFDI) is a YouTube web series where animated anthropomorphic objects compete in a elimination competition to win the titular luxury island, Dream Island. The series was created by Michael Huang and Cary Huang.\n\nThis art was made by the Battle for Dream Island r/place community, with the characters Firey, Donut, Four, X, Cloudy, and the announcers.", "links": {"website": ["https://bfdi.tv/", "https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify"], "subreddit": ["BattleForDreamIsland", "place_CentralAlliance"]}, "path": {"18-106": [[608, 865], [608, 886], [609, 886], [609, 894], [628, 894], [628, 886], [631, 886], [631, 865]], "111-166, T:0-1": [[481, 1062], [481, 1069], [480, 1070], [477, 1070], [477, 1092], [511, 1092], [511, 1062]]}, "center": {"18-106": [620, 890], "111-166, T:0-1": [494, 1087]}},
{"id": 336, "name": "r/duck_place", "description": "A chain of ducks holding hands, originally created by r/duck_place. r/croatia, r/serbia, and r/outerwilds helped out by adding hats and a marshmallow on a stick to sit on.", "links": {"website": ["https://en.wikipedia.org/wiki/Duck"], "subreddit": ["duck_place", "serbia", "croatia", "outerwilds", "place_CentralAlliance"]}, "path": {"20-35": [[255, 905], [255, 908], [254, 909], [254, 911], [255, 912], [255, 915], [339, 916], [339, 917], [401, 917], [401, 910], [303, 910], [303, 909], [301, 909], [301, 905]], "3-19": [[256, 907], [253, 910], [255, 912], [255, 913], [257, 915], [261, 916], [261, 922], [305, 922], [305, 917], [466, 917], [466, 915], [472, 915], [479, 911], [479, 908], [478, 908], [478, 905], [260, 905]], "36-166, T:0-1": [[293, 901], [293, 907], [291, 907], [292, 907], [292, 912], [293, 912], [293, 916], [294, 916], [294, 917], [295, 917], [295, 918], [296, 918], [297, 918], [297, 917], [368, 917], [368, 918], [368, 919], [389, 919], [389, 920], [394, 920], [394, 919], [395, 919], [395, 918], [396, 918], [396, 917], [404, 917], [404, 909], [400, 909], [400, 906], [393, 906], [393, 909], [389, 909], [389, 906], [382, 906], [382, 909], [378, 909], [378, 906], [371, 906], [371, 909], [367, 909], [367, 906], [361, 906], [360, 906], [360, 909], [357, 909], [357, 905], [353, 905], [353, 906], [352, 906], [352, 905], [348, 905], [348, 909], [346, 909], [346, 905], [343, 905], [342, 905], [342, 906], [341, 906], [341, 905], [338, 905], [337, 905], [337, 909], [335, 909], [335, 905], [331, 905], [331, 906], [330, 906], [330, 905], [327, 905], [326, 905], [326, 909], [324, 909], [324, 905], [321, 905], [320, 905], [320, 906], [319, 906], [319, 905], [315, 905], [315, 909], [313, 909], [313, 902], [309, 902], [309, 903], [308, 903], [308, 902], [304, 902], [304, 909], [302, 909], [302, 900], [293, 900]]}, "center": {"20-35": [282, 910], "3-19": [296, 914], "36-166, T:0-1": [374, 913]}},
{"id": 337, "name": "Flag of Argentina", "description": "Argentina, officially the Argentine Republic, is a country in the southern part of South America. This Argentinian flag has tango dancers, fernet con coca, mate, Obelisco, Mafalda, and San Martín crossing the Andes.\n\nThis flag was allied with Love Live!, Brazil, Uruguay, the Minnesota Vikings, and more. They successfully defended their art against large streamer raids.", "links": {"website": ["https://en.wikipedia.org/wiki/Argentina", "https://en.wikipedia.org/wiki/Flag_of_Argentina"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"1-54": [[905, 619], [905, 665], [999, 665], [999, 619]], "55-165, T:0-1": [[905, 619], [1290, 620], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1243, 657], [1243, 665], [905, 665]]}, "center": {"1-54": [952, 642], "55-165, T:0-1": [928, 642]}},
{"id": 340, "name": "Etika", "description": "A memorial dedicated to the iconic YouTube streamer Desmond Daniel Amofah, more commonly known as Etika. This art features 2 Joy-Cons, a Minecraft heart, a Smash Ball, a Subway sandwich, his iconic 'E' logo, and his saying FRFX meaning \"for real facts\". Etika's Sponsor Discord worked together to gather as many Joy-Con Boyz as possible to work on both Etika memorials.", "links": {"website": ["http://etikaworldnetwork.com/", "https://en.wikipedia.org/wiki/Etika"], "subreddit": ["EtikaRedditNetwork"], "discord": ["VHzRpZ3327"]}, "path": {"78-103": [[1579, 165], [1579, 176], [1660, 176], [1660, 147], [1615, 147], [1615, 165]], "56-77": [[1615, 147], [1615, 176], [1660, 176], [1660, 147]], "104-166, T:0-1": [[1578, 165], [1616, 165], [1616, 148], [1617, 147], [1659, 147], [1659, 176], [1588, 174], [1578, 174], [1569, 177], [1568, 165]]}, "center": {"78-103": [1630, 162], "56-77": [1638, 162], "104-166, T:0-1": [1627, 154]}},
{"id": 342, "name": "Flag of Azerbaijan", "description": "Azerbaijan is a country in the Caucasus region of Eastern Europe and Western Asia.\n\nThis flag was originally a little bit more left, but its moon and star have been moved to the middle.\n\nAzerbaijan and Hungary squabbled initially in multiple border conflicts. Despite the prickly start (e.g., Azerbaijan's war with r/furry_irl), Azerbaijan and Hungary became valued allies to their local group. Both territories were lost due to the expansion of the Nordic territories, and the flag moved to its current location.", "links": {"website": ["https://en.wikipedia.org/wiki/Azerbaijan", "https://en.wikipedia.org/wiki/Flag_of_Azerbaijan"], "subreddit": ["placeazerbaijan", "azerbaijan"]}, "path": {"96-97": [[1008, 166], [1008, 197], [1072, 197], [1072, 166]], "89-93": [[852, 166], [852, 197], [1065, 197], [1065, 166], [893, 166], [893, 67], [799, 67], [799, 89], [893, 89], [893, 166]], "94-95": [[852, 166], [852, 197], [1072, 197], [1072, 166]], "80-88": [[799, 67], [799, 89], [893, 89], [893, 67]], "52-79": [[799, 69], [799, 89], [893, 89], [893, 69]], "39-51": [[800, 69], [800, 89], [929, 89], [929, 69]], "35-37": [[875, 69], [875, 76], [893, 76], [893, 69]], "3-4": [[968, 78], [968, 88], [977, 88], [977, 78]], "20-27": [[299, 299], [367, 299], [367, 318], [299, 318]], "7-19": [[333, 299], [367, 299], [367, 318], [333, 318]], "98-166, T:0-1": [[825, 166], [825, 198], [1072, 198], [1072, 166]]}, "center": {"96-97": [1040, 182], "89-93": [929, 182], "94-95": [962, 182], "80-88": [846, 78], "52-79": [846, 79], "39-51": [865, 79], "35-37": [884, 73], "3-4": [973, 83], "20-27": [333, 309], "7-19": [350, 309], "98-166, T:0-1": [949, 182]}},
{"id": 345, "name": "Obelisco de Buenos Aires", "description": "The Obelisco de Buenos Aires (Obelisk of Buenos Aires) is a national historic monument and icon of Buenos Aires, Argentina.", "links": {"website": ["https://en.wikipedia.org/wiki/Obelisco_de_Buenos_Aires"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"61-165, T:0-1": [[1126, 624], [1124, 627], [1124, 653], [1123, 653], [1123, 656], [1129, 656], [1129, 653], [1128, 653], [1128, 627]]}, "center": {"61-165, T:0-1": [1126, 641]}},
{"id": 347, "name": "Crossing of the Andes", "description": "The Crossing of the Andes (Spanish: Cruce de los Andes) was one of the most important feats in the Argentine and Chilean wars of independence, in which a combined army of Argentine soldiers and Chilean exiles invaded Chile, leading to Chile's liberation from Spanish rule. Crossing the Andes mountain range was a major step in the strategy devised by José de San Martín to defeat the royalist forces at their stronghold of Lima, Viceroyalty of Perú, and secure the Spanish-American independence movements.", "links": {"website": ["https://en.wikipedia.org/wiki/Crossing_of_the_Andes"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"72-148": [[1203, 640], [1200, 643], [1200, 650], [1199, 651], [1199, 653], [1197, 653], [1197, 657], [1200, 657], [1200, 660], [1201, 661], [1201, 665], [1243, 665], [1243, 657], [1240, 654], [1240, 652], [1246, 652], [1246, 654], [1260, 654], [1260, 664], [1290, 664], [1290, 645], [1287, 640], [1280, 635], [1274, 642], [1266, 634], [1264, 634], [1256, 642], [1253, 639], [1246, 647], [1245, 647], [1243, 645], [1238, 651], [1237, 651], [1234, 648], [1231, 651], [1230, 651], [1227, 648], [1225, 648], [1217, 656], [1213, 662], [1213, 658], [1211, 656], [1211, 649], [1213, 649], [1213, 647], [1211, 647], [1208, 644], [1207, 644], [1204, 647], [1204, 640]], "149-165, T:0-1": [[1201, 665], [1201, 658], [1197, 656], [1196, 655], [1196, 654], [1198, 654], [1198, 651], [1199, 650], [1199, 646], [1200, 646], [1200, 621], [1201, 621], [1203, 623], [1203, 647], [1205, 647], [1207, 645], [1212, 645], [1212, 656], [1213, 657], [1213, 659], [1214, 659], [1224, 649], [1224, 644], [1230, 644], [1230, 652], [1233, 649], [1233, 644], [1239, 644], [1239, 648], [1240, 648], [1242, 646], [1242, 641], [1248, 641], [1248, 644], [1252, 640], [1252, 635], [1258, 635], [1258, 640], [1264, 634], [1264, 630], [1270, 630], [1270, 638], [1272, 640], [1272, 635], [1278, 635], [1278, 638], [1280, 636], [1280, 631], [1286, 631], [1286, 635], [1289, 638], [1289, 639], [1287, 639], [1287, 645], [1290, 648], [1290, 664], [1260, 664], [1260, 654], [1246, 654], [1246, 652], [1240, 652], [1240, 654], [1243, 657], [1243, 665]]}, "center": {"72-148": [1278, 653], "149-165, T:0-1": [1276, 652]}},
{"id": 352, "name": "Kawashiro Nitori", "description": "Kawashiro Nitori is a character from the Touhou Project. She is one of the kappas, a tech-savvy group in Touhou.\n\nNitori was the first of the three Touhou artworks in this region to be constructed in this area, established on the first day of the event. She was later attacked by a streamers, and was redesigned into a leaning position to avoid further streamer attacks. This art was originally designed by BoopyLoops, and was redesigned by Roger 22 and Sakuya Izaoyi.", "links": {"website": ["https://en.touhouwiki.net/wiki/Nitori_Kawashiro"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"134-147, 28-114, T:0-1": [[477, 528], [473, 530], [470, 534], [469, 537], [469, 540], [471, 542], [471, 548], [473, 548], [473, 549], [475, 551], [476, 551], [476, 553], [485, 553], [485, 551], [486, 551], [488, 549], [488, 548], [490, 548], [490, 542], [492, 540], [492, 537], [491, 536], [491, 534], [489, 532], [489, 531], [487, 529], [484, 528]], "115-133, 148-157": [[477, 528], [473, 530], [470, 533], [470, 536], [469, 537], [469, 541], [492, 541], [492, 537], [490, 533], [488, 530], [485, 528]], "158-166": [[474, 528], [470, 533], [469, 536], [469, 538], [471, 541], [501, 541], [501, 540], [499, 538], [499, 536], [497, 534], [494, 534], [493, 533], [490, 533], [488, 529], [487, 528], [485, 528], [484, 527], [477, 527], [476, 528]]}, "center": {"134-147, 28-114, T:0-1": [480, 538], "115-133, 148-157": [481, 535], "158-166": [482, 534]}},
{"id": 354, "name": "Nordic Union", "description": "A collection of countries in northern Europe, including Denmark, Finland, Iceland, Norway, and Sweden.", "links": {"website": ["https://en.wikipedia.org/wiki/Nordic_countries"], "subreddit": ["place_nordicunion", "AlandIslands", "Denmark", "FaroeIslands", "Greenland", "Iceland", "Norge", "SaamiPeople", "Suomi", "sweden"]}, "path": {"109-146": [[215, 35], [215, 93], [186, 93], [186, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [271, 128], [271, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 171], [433, 171], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 70], [885, 70], [885, 68], [840, 68], [840, 70], [707, 70], [707, 35]], "94-108": [[180, 93], [180, 96], [207, 96], [207, 100], [234, 100], [234, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [337, 158], [337, 160], [431, 160], [431, 179], [439, 179], [439, 193], [433, 193], [433, 298], [555, 298], [555, 285], [594, 285], [594, 202], [634, 202], [634, 106], [799, 106], [799, 89], [893, 89], [893, 69], [840, 69], [840, 70], [707, 70], [707, 35], [215, 35], [215, 93]], "61-93": [[215, 35], [215, 96], [231, 96], [231, 101], [258, 101], [258, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [333, 133], [333, 136], [337, 136], [339, 138], [339, 152], [340, 152], [340, 160], [431, 160], [431, 179], [439, 179], [439, 192], [433, 192], [433, 298], [536, 298], [536, 202], [634, 202], [634, 106], [799, 106], [799, 67], [842, 67], [842, 35], [791, 36], [791, 70], [707, 70], [707, 71], [656, 71], [656, 35]], "1-60": [[297, 35], [297, 45], [301, 45], [301, 84], [245, 84], [245, 104], [265, 104], [265, 108], [274, 116], [291, 116], [291, 134], [290, 134], [290, 156], [293, 156], [293, 159], [337, 159], [337, 160], [372, 160], [372, 162], [634, 162], [634, 106], [781, 106], [781, 94], [785, 94], [785, 85], [790, 85], [790, 70], [602, 70], [602, 35]], "147-166, T:0-1": [[187, 93], [187, 97], [207, 97], [207, 100], [235, 100], [235, 125], [267, 125], [267, 128], [270, 128], [270, 131], [273, 131], [273, 134], [276, 134], [276, 158], [340, 158], [340, 171], [433, 171], [433, 298], [540, 298], [541, 297], [541, 290], [542, 289], [554, 289], [555, 288], [555, 285], [594, 285], [594, 202], [634, 202], [634, 189], [635, 189], [635, 186], [634, 186], [634, 185], [636, 182], [636, 179], [634, 179], [634, 138], [799, 138], [799, 89], [893, 89], [893, 69], [886, 69], [886, 67], [840, 67], [840, 70], [707, 70], [707, 35], [538, 35], [538, 33], [536, 31], [534, 31], [532, 33], [530, 31], [528, 31], [526, 33], [526, 35], [501, 35], [501, 33], [499, 31], [497, 31], [496, 32], [495, 32], [494, 31], [492, 31], [490, 33], [490, 35], [363, 35], [359, 39], [355, 35], [296, 35], [294, 33], [254, 33], [252, 35], [215, 35], [215, 93]]}, "center": {"109-146": [524, 133], "94-108": [525, 133], "61-93": [508, 121], "1-60": [518, 99], "147-166, T:0-1": [524, 133]}},
{"id": 359, "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino. It has been translated into 20 languages.", "links": {"website": ["https://en.wikipedia.org/wiki/Mafalda"], "subreddit": ["argentina", "Republica_Argentina"]}, "path": {"67-164, T:0-1": [[1174, 665], [1174, 659], [1169, 657], [1168, 656], [1168, 647], [1167, 646], [1167, 642], [1170, 637], [1171, 636], [1172, 636], [1172, 632], [1186, 632], [1186, 636], [1187, 636], [1191, 641], [1191, 656], [1189, 658], [1186, 659], [1186, 665]]}, "center": {"67-164, T:0-1": [1180, 648]}},
{"id": 361, "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. Blue managed to recover from being nuked by Dr. Pepper before r/place's final moments.", "links": {"website": ["https://www.youtube.com/c/OverlySarcasticProductionsChannel"], "subreddit": ["osp"]}, "path": {"109-166, T:0-1": [[1703, 1648], [1714, 1648], [1714, 1625], [1705, 1625], [1705, 1622], [1700, 1622], [1697, 1624], [1693, 1624], [1691, 1628], [1702, 1638]]}, "center": {"109-166, T:0-1": [1705, 1634]}},
{"id": 365, "name": "The untitled Teddy and Ben show", "description": "The untitled Teddy and Ben show is the final web series by wavetro, a former YouTuber who created original 3D animated web series. The pictured characters are Teddy and Ben, the show's main characters. The series was cut short when wavetro left his YouTube career to pursue new interests.", "links": {"website": ["https://www.youtube.com/watch?v=MSOEsx8DbkQ", "https://wavetro.net/"], "subreddit": ["wavetro"]}, "path": {"115-165, T:0-1": [[1049, 400], [1049, 409], [1052, 409], [1052, 411], [1055, 414], [1060, 414], [1063, 411], [1063, 402], [1061, 400]]}, "center": {"115-165, T:0-1": [1057, 406]}},
{"id": 366, "name": "Shade", "description": "Shade, the main character from the game The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. The Longing is an unusual mix of a point-and-click adventure and an idle game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: these 400 days start to count down in real-time.", "links": {"website": ["http://www.399d-23h-59m-59s.com/"], "subreddit": ["TheLonging"]}, "path": {"91-166, T:0-1": [[1561, 179], [1558, 183], [1558, 191], [1561, 191], [1563, 193], [1567, 193], [1567, 186], [1568, 185], [1568, 179]]}, "center": {"91-166, T:0-1": [1563, 184]}},
{"id": 367, "name": "Rainbow Dash", "description": "Rainbow Dash is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She represents the element of loyalty, and is depicted here saluting to the future and the world.\n\nThis artwork was part of the first piece of art that the MLP fandom worked on at the start of r/place. However, after getting decapitated by the Ukraine flag numerous times and being raided by various Twitch streamers early on, the MLP fandom was forced to move and rework this artwork multiple times until it reached its final iteration as shown. This depiction of the element of loyalty and the caption below it now stand as a representation of the fandom's will to persevere despite the end of Friendship is Magic in 2019.", "links": {"website": ["https://mlp.fandom.com/wiki/Rainbow_Dash"], "subreddit": ["mylittlepony"], "discord": ["manechat"]}, "path": {"82-84": [[1808, 450], [1795, 460], [1795, 465], [1788, 473], [1788, 474], [1803, 487], [1803, 496], [1850, 496], [1849, 488], [1842, 483], [1832, 483], [1825, 486], [1821, 486], [1827, 478], [1827, 452]], "111-165, T:0-1": [[925, 1830], [892, 1830], [892, 1885], [961, 1886], [961, 1830]]}, "center": {"82-84": [1810, 472], "111-165, T:0-1": [927, 1858]}},
{"id": 368, "name": "Touhou Project", "description": "The Touhou Project, commonly known as Touhou, is a bullet hell shoot 'em up video game series created by one-man independent Japanese doujin software developer Team Shanghai Alice. These three pixel arts are Nitori, Bad Apple, and Touhou's kanji logo 東方, and represent the Touhou r/place group's first major expansion.\n\nNitori was built first on top of the Rainbow Road, and eventually supplanted the latter with a black background to defend against the void that formed above this art piece. Then Bad Apple was built, and then the Touhou logo. The three art pieces faced multiple menaces as they were placed near the American flag, which was prone to being invaded. A casualty of these invasions was a drawing of the Touhou character Marisa/Marisad; this space was reclaimed by the flag, and eventually became a Minion in the final canvas. The purple void created by streamer xQc against the flag also grazed Touhou's position. This threat eventually subsided once the American flag was relocated due to constant griefing. Touhou was later raided by a Peruvian streamer multiple times on April 4, and was forced to cede a large chunk of area in the end with a redesign.", "links": {"website": ["https://en.wikipedia.org/wiki/Touhou_Project"], "subreddit": ["touhou"], "discord": ["UVkWNdhQ"]}, "path": {"39-45": [[468, 528], [468, 553], [505, 553], [505, 554], [510, 554], [510, 528]], "132-157, 46-114": [[480, 513], [480, 528], [468, 528], [468, 553], [511, 553], [511, 529], [527, 529], [527, 513]], "115-131, 158-166, T:0-1": [[468, 527], [468, 541], [511, 541], [511, 529], [527, 529], [527, 513], [480, 513], [480, 527]]}, "center": {"39-45": [489, 541], "132-157, 46-114": [495, 536], "115-131, 158-166, T:0-1": [497, 527]}},
{"id": 371, "name": "Institut National des Sciences Appliquées", "description": "Institut National des Sciences Appliquées (INSA) is the largest group of public engineering schools in France.\n\nThe letters on the right represent the location of its schools (with associated colors): L for Lyon, T for Toulouse, H for Hauts-de-France, C for Centre Val de Loire, orange R for Rennes, blue R for Rouen, and S for Strasbourg.", "links": {"website": ["https://www.groupe-insa.fr/", "https://en.wikipedia.org/wiki/Institut_national_des_sciences_appliqu%C3%A9es"], "subreddit": ["insa"]}, "path": {"143-150": [[0, 1068], [19, 1068], [19, 1076], [0, 1076]], "151-159": [[0, 1068], [25, 1068], [25, 1079], [0, 1079]], "160-165, T:0-1": [[0, 1068], [40, 1068], [40, 1079], [0, 1079]]}, "center": {"143-150": [10, 1072], "151-159": [13, 1074], "160-165, T:0-1": [20, 1074]}},
{"id": 376, "name": "Fluttershy", "description": "Fluttershy is one of the main ponies (Mane 6) in My Little Pony: Friendship is Magic, Generation 4 of My Little Pony. She is a timid and kind-hearted pegasus who cares for animals and her friends, and represents the element of kindness.\n\nThis art was added along the way while maintaining the larger Derpy Hooves art.", "links": {"website": ["https://mlp.fandom.com/wiki/Fluttershy"], "subreddit": ["mylittlepony", "MLP_Pixel"], "discord": ["manechat"]}, "path": {"53-57": [[668, 207], [666, 209], [666, 211], [661, 211], [658, 214], [658, 219], [669, 219], [672, 217], [675, 212], [675, 210], [672, 207]], "111, 135-165, T:0-1": [[1986, 357], [1983, 360], [1983, 362], [1984, 363], [1984, 364], [1986, 366], [1986, 367], [1987, 368], [1988, 368], [1989, 369], [1999, 369], [1999, 363], [1997, 361], [1994, 361], [1994, 363], [1992, 363], [1992, 357]]}, "center": {"53-57": [670, 211], "111, 135-165, T:0-1": [1988, 361]}},
{"id": 377, "name": "Bow", "description": "Bow is a character from the YouTube show Inanimate Insanity. She is pictured holding up the Earth drawn by r/BuildTheEarth.", "links": {"website": ["https://inanimateinsanity.fandom.com/wiki/Bow", "https://www.inanimateinsanity.com/"], "subreddit": ["inanimateinsanity"]}, "path": {"12-166, T:0-1": [[59, 631], [59, 643], [77, 643], [77, 631]]}, "center": {"12-166, T:0-1": [68, 637]}},
{"id": 378, "name": "Touhou 6: Embodiment of Scarlet Devil", "description": "The icon of Touhou 6: Embodiment of Scarlet Devil, depicting the character Kirisame Marisa. It was originally allocated a spot near the beginning of the start button beside the League of Legends logo, but the area was invaded by the League of Legends community, and after much fighting the Touhou r/place Discord made the decision to place it here.", "links": {"website": ["https://en.wikipedia.org/wiki/Embodiment_of_Scarlet_Devil"], "subreddit": ["touhou", "placestart"], "discord": ["UVkWNdhQ"]}, "path": {"109-166, T:0-1": [[1109, 1973], [1109, 1997], [1135, 1996], [1135, 1973]]}, "center": {"109-166, T:0-1": [1122, 1985]}},
{"id": 381, "name": "Starscape", "description": "Starscape is a game on the game platform Roblox.", "links": {"website": ["https://www.roblox.com/games/679715583/Starscape-Beta"], "subreddit": ["StarscapeRoblox"]}, "path": {"151-166, T:0-1": [[1632, 832], [1632, 842], [1692, 842], [1692, 832]]}, "center": {"151-166, T:0-1": [1662, 837]}},
{"id": 383, "name": "r/unixporn", "description": "r/unixporn is a subreddit focused on customization of Unix-based (*NIX) operating systems like Linux and macOS. Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make \"ricers\" (desktop customizers) happy. Maybe a server running on an Amiga computer, or a ThinkPad laptop signed by C++ creator Bjarne Stroustrup? Show the world how sexy your computer can be!", "links": {"website": ["https://unixporn.github.io/"], "subreddit": ["unixporn"]}, "path": {"114-144": [[9, 756], [9, 765], [20, 765], [20, 756]], "145-164, T:0-1": [[0, 756], [0, 765], [11, 765], [12, 766], [17, 766], [20, 763], [20, 758], [17, 755], [13, 755], [12, 756]]}, "center": {"114-144": [15, 761], "145-164, T:0-1": [14, 761]}},
{"id": 398, "name": "Flag of Costa Rica", "description": "Costa Rica is a small country in Central America known for its peaceful environment, biodiversity, and beautiful landscapes. The pictures in the banner feature a white-tailed fawn (a national symbol), the 1968 Arenal volcano eruption, a red-eyed tree frog, Lizano sauce, \"Pura Vida\" (popular greeting and slogan), a keel-billed toucan, a sloth, a hummingbird, and the national flower (Guaria Morada or country purple girl). The hearts were made to show Spanish YouTuber Ticos's support, with seven drawn to represent Costa Rica's seven provinces.", "links": {"website": ["https://en.wikipedia.org/wiki/Costa_Rica", "https://en.wikipedia.org/wiki/Flag_of_Costa_Rica"], "subreddit": ["costarica", "costa_rica", "Ticos"]}, "path": {"117-143": [[1246, 426], [1596, 427], [1596, 421], [1621, 421], [1621, 446], [1246, 446]], "79-96": [[1239, 427], [1481, 427], [1481, 416], [1495, 416], [1495, 427], [1597, 427], [1597, 446], [1239, 446]], "57-78": [[1403, 427], [1621, 427], [1621, 446], [1403, 446]], "109-116": [[1246, 426], [1416, 426], [1416, 414], [1424, 414], [1427, 418], [1427, 426], [1621, 427], [1621, 446], [1246, 446]], "144-166, 97-108, T:0-1": [[1246, 426], [1621, 427], [1621, 446], [1246, 446]]}, "center": {"117-143": [1609, 434], "79-96": [1488, 435], "57-78": [1512, 437], "109-116": [1422, 435], "144-166, 97-108, T:0-1": [1465, 436]}},
{"id": 399, "name": "Tumindig", "description": "Tumindig is a drawing of a fist raised upwards, and is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country. The original Tumindig artwork was created in 2021 by Filipino satirist and cartoonist Kevin Eric Raymundo, a.k.a. Tarantadong Kalbo. Raymundo created the artwork out of frustration at the government response to the COVID-19 pandemic. The word \"tumindig\" means \"standing up\", \"raise your voice\", or \"arise\" in the Filipino language.\n\nTumindig is also the mascot of r/Philippines, who placed this art. Rather than Tumindig's regular white color scheme, this artwork features Tumindig in the colors of the flag of the Philippines. Tumindig is wearing a salakót, a traditional Filipino hat. The pink background represents Leni Robredo, a presidential candidate for the Philippines in the election cycle that was ongoing during r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Tumindig"], "subreddit": ["Philippines"]}, "path": {"60-86": [[1333, 599], [1333, 671], [1347, 671], [1347, 644], [1373, 644], [1373, 599]], "158-166, 87-145, T:0-1": [[1374, 599], [1333, 599], [1333, 648], [1374, 648]]}, "center": {"60-86": [1353, 619], "158-166, 87-145, T:0-1": [1354, 624]}},
{"id": 400, "name": "Chicago Bears", "description": "The Chicago Bears are an American football team based in Chicago, Illinois, United States. The team is one of the oldest teams currently in the NFL (National Football League).", "links": {"website": ["https://www.chicagobears.com/", "https://en.wikipedia.org/wiki/Chicago_Bears"], "subreddit": ["CHIBears"]}, "path": {"3-165, T:0-1": [[773, 548], [813, 548], [813, 581], [773, 581]]}, "center": {"3-165, T:0-1": [793, 565]}},
{"id": 407, "name": "Olive Higgins", "description": "The protagonist of the Purrfect Apawcalypse game series.", "links": {"website": ["https://purrfectapawcalypse.fandom.com/wiki/Olive_Higgins"]}, "path": {"146-165, T:0-1": [[488, 477], [485, 480], [485, 483], [487, 487], [490, 489], [493, 489], [496, 487], [498, 483], [498, 480], [495, 477]]}, "center": {"146-165, T:0-1": [492, 483]}},
{"id": 422, "name": "Flag of Nunavut", "description": "Nunavut is a territory of Canada.", "links": {"website": ["https://en.wikipedia.org/wiki/Nunavut", "https://en.wikipedia.org/wiki/Flag_of_Nunavut"], "subreddit": ["nunavut", "placecanada", "canada"]}, "path": {"157-160": [[193, 450], [193, 460], [209, 460], [209, 450]], "161-165, T:0-1": [[193, 462], [209, 462], [209, 452], [193, 452]]}, "center": {"157-160": [201, 455], "161-165, T:0-1": [201, 457]}},
{"id": 429, "name": "Ninji", "description": "Ninji is an enemy from the Mario franchise, appearing in the games Super Mario Bros. 2 (USA), Super Mario World, Super Mario Run, Super Mario Maker 2, and more. Super Mario Maker 2's v2.0.0 update added a Ninji Speedruns mode, where players complete to beat levels designed by Nintendo in the fastest time possible. In that mode, you can race against other players' times, with their ghosts appearing as Ninjis.", "links": {"website": ["https://www.mariowiki.com/Ninji"], "subreddit": ["MarioMaker2"], "discord": ["5ECWF94"]}, "path": {"89-165, T:0-1": [[1761, 138], [1761, 152], [1773, 152], [1773, 138]]}, "center": {"89-165, T:0-1": [1767, 145]}},
{"id": 430, "name": "Flag of Colorado", "description": "Colorado is a state in the United States.", "links": {"website": ["https://en.wikipedia.org/wiki/Colorado", "https://en.wikipedia.org/wiki/Flag_of_Colorado"], "subreddit": ["Colorado"]}, "path": {"6-165, T:0-1": [[0, 745], [20, 745], [20, 730], [0, 730]]}, "center": {"6-165, T:0-1": [10, 738]}},
{"id": 433, "name": "Flag of Denver", "description": "The flag of Denver, Colorado, United States.", "links": {"subreddit": ["denver"]}, "path": {"1-165, T:0-1": [[0, 756], [20, 756], [20, 745], [0, 745]]}, "center": {"1-165, T:0-1": [10, 751]}},
{"id": 448, "name": "Cuca from XTale (Undertale AU)", "description": "Cuca is a butterfly. Became a local character on Discord Server. XTale is a YT animation series by Jael Peñaloza", "links": {"website": ["https://www.youtube.com/c/JakeiHazen"], "subreddit": ["XTale"]}, "path": {"109-166, T:0-1": [[1851, 1699], [1855, 1708], [1852, 1709], [1850, 1711], [1844, 1706], [1844, 1704], [1849, 1706], [1849, 1703], [1850, 1703], [1850, 1700]]}, "center": {"109-166, T:0-1": [1850, 1706]}},
{"id": 450, "name": "Newgrounds", "description": "The logo of Newgrounds, a site for online animations and games. Drawn by streamer and animator Ross \"RubberRoss\" O'Donovan's community.", "links": {"website": ["https://www.newgrounds.com"], "subreddit": ["newgrounds"]}, "path": {"109-166, T:0-1": [[878, 1947], [878, 1895], [929, 1896], [929, 1947]]}, "center": {"109-166, T:0-1": [903, 1921]}},
{"id": 457, "name": "Zyzz", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder and entertainer who gained a cult following in the late 2000s after posting on YouTube.\n\nThis was placed by Twitch streamer xQc and his community. They originally made Menchi from Hunter x Hunter, before abandoning it when people kept making her naked and getting her censored by Reddit admins.", "links": {"website": ["https://en.wikipedia.org/wiki/Aziz_Shavershian"], "subreddit": ["Zyzz"]}, "path": {"109-166, T:0-1": [[1332, 1612], [1332, 1682], [1332, 1753], [1439, 1754], [1439, 1658], [1417, 1658], [1413, 1654], [1413, 1638], [1394, 1637], [1394, 1612]]}, "center": {"109-166, T:0-1": [1381, 1689]}},
{"id": 255, "name": "Red vs. Blue", "description": "Red vs. Blue (RvB) is an American machinima and animated web series created by Rooster Teeth, based on the Halo games. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "links": {"website": ["https://roosterteeth.com/channel/red-vs-blue-universe", "https://en.wikipedia.org/wiki/Red_vs._Blue"], "subreddit": ["RedvsBlue"]}, "path": {"25-166, T:0-1": [[449, 682], [472, 682], [472, 713], [449, 713]]}, "center": {"25-166, T:0-1": [461, 698]}},
{"id": 256, "name": "Half-life 3 Lambda", "description": "Half-Life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.\n\nFans of the series have been waiting for a third installment to the main series since 2007, and jokes about the wait time and nonexistent release date of \"Half-Life 3\" have become one of the most iconic memes within the gaming community.", "links": {"website": ["https://half-life.fandom.com/wiki/Development_of_the_next_Half-Life_game", "https://knowyourmeme.com/memes/half-life-3-confirmed"], "subreddit": ["HalfLife"]}, "path": {"158-166, T:0-1": [[1558, 1918], [1558, 1932], [1561, 1932], [1561, 1934], [1574, 1934], [1574, 1918]]}, "center": {"158-166, T:0-1": [1566, 1926]}},
{"id": 257, "name": "Flag of Saudi Arabia", "description": "Saudi Arabia, officially the Kingdom of Saudi Arabia (KSA), is a country in the Arabian Peninsula of West Asia. This flag displays traditional palm trees and swords, a mabkhara, a dallah, and a Peepo wearing a thobe.\n\nThis Saudi flag was drawn by the r/SaudiArabia Discord.", "links": {"website": ["https://en.wikipedia.org/wiki/Saudi_Arabia", "https://en.wikipedia.org/wiki/Flag_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"110-166, T:0-1": [[1645, 1044], [1645, 1074], [1591, 1074], [1591, 1044]]}, "center": {"110-166, T:0-1": [1621, 1049]}},
{"id": 260, "name": "Amaterasu", "description": "Amaterasu is the lupine protagonist of the video game Ōkami (2006).\n\nThis placement was organized mainly by the Ōkami speedrunning community, and contributed to by all loving fans.", "links": {"website": ["https://okami.speedruns.wiki/Main_Page", "https://en.wikipedia.org/wiki/%C5%8Ckami"], "subreddit": ["Okami"]}, "path": {"29-45": [[886, 212], [886, 228], [905, 228], [905, 212]], "25-28": [[874, 206], [874, 213], [877, 220], [881, 223], [883, 223], [888, 220], [888, 215], [884, 212], [879, 212], [879, 205]], "74-166, T:0-1": [[996, 389], [991, 394], [991, 399], [993, 401], [993, 404], [996, 404], [996, 406], [1000, 406], [1000, 407], [1003, 407], [1010, 398], [1010, 390], [1007, 390], [1007, 389]]}, "center": {"29-45": [896, 220], "25-28": [882, 217], "74-166, T:0-1": [1000, 397]}},
{"id": 275, "name": "Flag of Denmark", "description": "Denmark is a country in Northern Europe. Its flag is known as the Dannebrog.\n\nThis Danish flag contains a Lego brick and the famous Lego astronaut, since Lego is a Danish company. A swan, the national bird of Denmark, is also on the flag. The three shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen. They make up the group called \"Olsen-banden\", a series of Danish crime comedies.", "links": {"website": ["https://en.wikipedia.org/wiki/Denmark", "https://en.wikipedia.org/wiki/Flag_of_Denmark"], "subreddit": ["Denmark"]}, "path": {"83-118": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "1-79": [[542, 285], [542, 342], [689, 342], [689, 320], [638, 320], [638, 285]], "T:0-1": [[555, 285], [536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 285]], "130-166": [[536, 285], [536, 343], [689, 343], [689, 320], [638, 320], [638, 294], [658, 294], [658, 285]]}, "center": {"83-118": [565, 314], "1-79": [571, 314], "T:0-1": [565, 314], "130-166": [565, 314]}},
{"id": 281, "name": "Cosmere", "description": "The Cosmere is the greater universe of Brandon Sanderson's adult fiction books, such as The Stormlight Archive.", "links": {"website": ["https://stormlightarchive.fandom.com/wiki/Cosmere"], "subreddit": ["placeCosmere", "Cosmere"]}, "path": {"5-165, T:0-1": [[860, 923], [860, 975], [902, 975], [902, 923]]}, "center": {"5-165, T:0-1": [881, 949]}},
{"id": 284, "name": "Gir from Invader Zim", "description": "Gir from the show 'Invader Zim'", "links": {"subreddit": ["invaderzim"]}, "path": {"109-166, T:0-1": [[1332, 1344], [1331, 1344], [1347, 1317], [1332, 1317], [1332, 1344], [1347, 1344], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1318], [1347, 1318], [1348, 1317], [1348, 1318], [1349, 1318], [1347, 1317], [1331, 1344]]}, "center": {"109-166, T:0-1": [1340, 1330]}},
{"id": 287, "name": "Arctic Monkeys", "description": "Arctic Monkeys are a British rock band. This space contains six studio albums: Tranquility Base Hotel & Casino; Suck It And See; Humbug; Whatever People Say I Am, That's What I'm Not; Favourite Worst Nightmare; and AM. The art also contains a solo extended play (EP) by the band's lead singer Alex Turner: Submarine. There are also references to the Monkeys' fandom favorite meme: \"bric[c]\" and a song of theirs called 505 from Favourite Worst Nightmare.", "links": {"website": ["http://arcticmonkeys.com/", "https://en.wikipedia.org/wiki/Arctic_Monkeys"], "subreddit": ["arcticmonkeys"]}, "path": {"122-134": [[1315, 344], [1315, 382], [1330, 382], [1330, 368], [1345, 368], [1345, 382], [1360, 382], [1360, 367], [1357, 367], [1357, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 367], [1345, 367], [1345, 368], [1329, 368], [1329, 344]], "90-121": [[1315, 344], [1315, 369], [1314, 369], [1314, 382], [1330, 382], [1330, 344], [1341, 344], [1341, 360], [1357, 360], [1357, 344]], "135-166, T:0-1": [[1315, 344], [1315, 382], [1361, 382], [1361, 344]]}, "center": {"122-134": [1349, 352], "90-121": [1322, 373], "135-166, T:0-1": [1338, 363]}},
{"id": 298, "name": "Futurama", "description": "The Futurama section, created by r/futurama users (with help from several allied communities). It depicts many characters from the show, as well as their spaceship The Planet Express Ship, seen flying against a starry background. Underneath that is the subreddit's handle. Allied communities featured in this space include:\n\nr/IASIP - The main cast of 'It's Always Sunny in Philadelphia' can be seen in the taskbar section.\nHolly HQ - the 'H' trans flag behind the spaceship.\nr/byzantium - The Byzantium flag to the right.\nr/panama - The Panamanian flag was flying from the ship's turret for much of r/place.\nMushrooms - placed by a lone redditor in memoriam of a loved one.\nPurple Dragon - Another small community sharing space with r/futurama.\nr/kiminonawa - Towards the very end of r/place, a mini version of the Comet Tiamat from the anime film 'Your Name' was also added to the canvas above the Planet Express.", "links": {"subreddit": ["futurama", "IASIP", "Panama", "kiminonawa", "byzantium", "placestart"]}, "path": {"109-166, T:0-1": [[1201, 1954], [1299, 1954], [1300, 1970], [1286, 1972], [1288, 2000], [1219, 1999], [1219, 1971], [1201, 1971]]}, "center": {"109-166, T:0-1": [1252, 1975]}},
{"id": 303, "name": "Five Nights at Freddy's", "description": "Five Nights at Freddy's (FNaF) is a popular indie horror franchise. To the left sits the iconic Purple Guy, and to the right is a version of Michael Afton from a fan comic called Children Rekindled.\n\nThe banner was originally located underneath My Little Pony. It was planned to be bigger, but this ran into complications with the early Ukraine flag, several streamer raids, multiple fights with the Denmark flag, and trolls attempting to change the words \"Nights\" and \"Freddy's\" into offensive words. It was wiped out and messed with at least three times, but it prevailed thanks to allies from MLP, Deltarune, Asexual Flag Gang, The Swifties, and Berserk.", "links": {"website": ["https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s"], "subreddit": ["fivenightsatfreddys"]}, "path": {"3-75, 81-133, T:0-1": [[595, 277], [595, 285], [638, 285], [638, 294], [658, 294], [658, 284], [688, 284], [689, 277]], "134-166": [[595, 277], [595, 285], [688, 284], [688, 281], [689, 281], [689, 277]]}, "center": {"3-75, 81-133, T:0-1": [646, 285], "134-166": [599, 281]}},
{"id": 307, "name": "Ryan the Bun", "description": "A small icon representing Ryan the Bun (ITBERYAN), a content creator known for being a bunny with a bowtie. He is closely linked with the VRChat community.", "links": {"website": ["https://twitter.com/ITBERYAN2"], "subreddit": ["VRChat"]}, "path": {"92-166, T:0-1": [[980, 105], [980, 108], [979, 108], [979, 111], [981, 113], [985, 113], [987, 111], [987, 109], [984, 106], [983, 106], [983, 105]]}, "center": {"92-166, T:0-1": [983, 110]}},
{"id": 313, "name": "Foxhole", "description": "Foxhole is a massively multiplayer action-strategy war game where hundreds or thousands of players battle for control of the map. It is set in the World War I/II era. Each hexagonal tile represents a subdivision of the map in a war, and the colors represent which team controls that area on the tile. Wars, also known as \"shards\", take place over the span of weeks.\n\nThis is the first of three artworks made by a group of gamers who play Foxhole. The piece depicts a map of the fictional land of Caoiva from the game, colored in green and blue to represent the \"Colonial\" and \"Warden\" (logos at the bottom of the map) battling for control. Participants chose a team to represent and started replacing the other team colour with their own inside the artwork hexagons. This resulted in a back-and-forth interactive simulated war throughout the duration of r/place. With more blue on the map at the end, the Wardens achieved victory in war 1 of r/place.", "links": {"website": ["https://www.foxholegame.com", "https://en.wikipedia.org/wiki/Foxhole_(video_game)"], "subreddit": ["foxholegame"]}, "path": {"1-164, T:0-1": [[753, 535], [703, 535], [703, 607], [753, 607], [753, 604], [755, 602], [755, 547], [753, 547]]}, "center": {"1-164, T:0-1": [729, 541]}},
{"id": 314, "name": "Will Wood", "description": "Will Wood is a musician who has released albums both solo and with his band the Tapeworms. The piece references the hit single, \"Love, Me Normally\", and Mr. Boy, Will's pet rat.\n\nThis art was created by a mishmash of r/willwood users and other individuals, as well as aid from Green Lattice and r/ENA after the previous location on the right wall (above The Wave) was destroyed.", "links": {"website": ["https://www.willwood.net/", "https://en.wikipedia.org/wiki/Will_Wood_(musician)"], "subreddit": ["willwood"]}, "path": {"122-165, T:0-1": [[1099, 407], [1063, 407], [1063, 400], [1077, 400], [1077, 390], [1099, 390]]}, "center": {"122-165, T:0-1": [1089, 399]}},
{"id": 316, "name": "Say Gay Florida", "description": "A depiction of the state of Florida, United States with the words \"Say Gay\" on it. This art is in opposition to a recent Florida state law, the Parental Rights in Education Act (commonly known as \"Don't Say Gay\"), which restricts education on sexual orientation and gender identity in public schools.\n\nThis art was a collaboration by r/PlacePride and r/transplace.", "links": {"website": ["https://en.wikipedia.org/wiki/Florida_Parental_Rights_in_Education_Act"], "subreddit": ["PlacePride", "transplace"]}, "path": {"159-165, T:0-1": [[539, 482], [539, 486], [541, 488], [544, 488], [547, 491], [551, 491], [553, 499], [559, 505], [560, 505], [565, 500], [565, 491], [563, 489], [561, 489], [560, 487], [560, 484], [558, 482]]}, "center": {"159-165, T:0-1": [559, 495]}},
{"id": 326, "name": "Kaaba", "description": "Kaaba is a building at the center of Islam's most important mosque, the Masjid al-Haram in Mecca, Saudi Arabia.\n\nDrawn by the community \"Kanelbollens hjemland\" of Norwegian streamer Tappelino.", "links": {"website": ["https://en.wikipedia.org/wiki/Kaaba"], "discord": ["Gc8Y2xs7W7"]}, "path": {"159-161": [[779, 120], [799, 120], [799, 138], [779, 138]]}, "center": {"159-161": [789, 129]}},
{"id": 335, "name": "Three Cheers for Sweet Revenge", "description": "Three Cheers for Sweet Revenge is an album by the American rock band My Chemical Romance (MCR).", "links": {"website": ["https://en.wikipedia.org/wiki/Three_Cheers_for_Sweet_Revenge"], "subreddit": ["MyChemicalRomance"]}, "path": {"62-136": [[1118, 120], [1118, 148], [1152, 148], [1152, 120]], "149-165, T:0-1": [[1722, 1328], [1722, 1357], [1742, 1357], [1756, 1352], [1756, 1328]]}, "center": {"62-136": [1135, 134], "149-165, T:0-1": [1739, 1343]}},
{"id": 341, "name": "esfandL", "description": "esfandL is an emote from Twitch streamer Esfand, the #1 ret. paladin.", "links": {"website": ["https://www.twitchmetrics.net/e/300272604-esfandL", "https://www.twitch.tv/esfandtv"], "subreddit": ["EsfandTV"]}, "path": {"109-165, T:0-1": [[624, 999], [666, 999], [666, 1038], [624, 1038]]}, "center": {"109-165, T:0-1": [645, 1019]}},
{"id": 395, "name": "Evolve", "description": "Evolve is the third studio album of American pop rock band Imagine Dragon. This logo includes the signature E's that are associated with the Evolve name, as well as a backdrop of colors that represents \"Believe\", one of the songs inside Evolve.", "links": {"website": ["https://www.imaginedragonsmusic.com", "https://en.wikipedia.org/wiki/Imagine_Dragons", "https://en.wikipedia.org/wiki/Evolve_(Imagine_Dragons_album)", "https://en.wikipedia.org/wiki/Believer_(Imagine_Dragons_song)"], "subreddit": ["imaginedragons"]}, "path": {"15-17": [[44, 436], [44, 451], [48, 451], [48, 450], [52, 450], [52, 436]], "3-14": [[54, 436], [54, 450], [62, 450], [62, 436]], "18-165, T:0-1": [[36, 439], [36, 451], [52, 451], [52, 439]]}, "center": {"15-17": [48, 444], "3-14": [58, 443], "18-165, T:0-1": [44, 445]}},
{"id": 402, "name": "SCP Foundation", "description": "The SCP Foundation is a fictional organisation dedicated to the cataloguing and containing of sometimes lethal paranormal phenomena. It started on 4chan in 2007 with SCP-173, The Sculpture.\n\nThe acronym SCP stands for Special Containment Procedures, an iconic piece of formatting within SCP articles that details how the Foundation keeps an anomaly secure. The SCP wiki is a collaborative project, spanning many authors, articles, and canons, and uses a Creative Commons license such that anyone can participate in adding to the website. The stories told are generally horror flicks but also encompass mythical tales. They have been nicknamed \"The Jailors\" by their opposition.", "links": {"website": ["https://en.wikipedia.org/wiki/SCP_Foundation"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"5-7": [[622, 389], [622, 410], [636, 410], [636, 389]], "8-166, T:0-1": [[622, 392], [622, 412], [634, 412], [634, 392]]}, "center": {"5-7": [629, 400], "8-166, T:0-1": [628, 402]}},
{"id": 403, "name": "Global Occult Coalition", "description": "The GOC, or Global Occult Coalition, is a notable Group of Interest from the canon of the SCP Foundation. The GOC's goals are similar to that of the foundation, and both organisations sometimes begrudgingly collaborate to preserve normalcy and keep the public unaware of anomalous entities. However, the GOC is much more likely than the SCP to use lethal force to permanently keep these anomalies away from the prying eyes of the outside world. They are nicknamed the bookburners.", "links": {"website": ["https://hero.fandom.com/wiki/Global_Occult_Coalition"], "subreddit": ["SCP", "PlaceSCP", "DankMemesFromSite19"]}, "path": {"12-166, T:0-1": [[622, 412], [622, 429], [634, 429], [634, 412]]}, "center": {"12-166, T:0-1": [628, 421]}},
{"id": 404, "name": "Z event flag", "description": "the Z event is a french charity event organised by the french streamer Zerator and it raised over 10m€ in the 2021 edition for 'Action against Hunger' with the help of 50 streamers.", "links": {"website": ["https://zevent.fr/"], "subreddit": ["ZEvent"]}, "path": {"109-165, T:0-1": [[1166, 1419], [1166, 1489], [1276, 1489], [1276, 1418]]}, "center": {"109-165, T:0-1": [1221, 1454]}},
{"id": 409, "name": "Stargate", "description": "Stargate is a military science fiction movie and television franchise involving travel to other planets through wormholes created with a ring-shaped \"Stargate\", connecting galaxies and creating alliances. The franchise debuted with the 1994 movie Stargate, and continued in a series of TV shows, starting in 1997 with Stargate: SG-1 and continuing with Stargate: Atlantis and Stargate: Universe.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[511, 1100], [511, 1104], [510, 1104], [510, 1107], [509, 1107], [509, 1130], [551, 1130], [551, 1100]]}, "center": {"114-166, T:0-1": [536, 1113]}},
{"id": 413, "name": "NASCAR - Dale Earnhardt, Sr. Tribute", "description": "Dale Earnhardt, Sr. aka 'The Intimidator,'' most known for piloting the #3 Chevrolet in the NASCAR Cup Series, is a legendary seven-time champion of the series. This artwork was created by the r/NASCAR subreddit to honor him.", "links": {"website": ["https://en.wikipedia.org/wiki/Dale_Earnhardt"], "subreddit": ["NASCAR"]}, "path": {"109-165, T:0-1": [[754, 1511], [797, 1511], [797, 1542], [811, 1542], [811, 1555], [805, 1561], [777, 1561], [777, 1560], [769, 1560], [769, 1544], [753, 1544], [753, 1511]]}, "center": {"109-165, T:0-1": [780, 1536]}},
{"id": 447, "name": "Manneken Pis", "description": "The Manneken Pis, or \"the little boy that pees\", is a famous Belgian statue located in Brussels, Belgium.\n\nUnlike the real statue, the boy's penis is censored by flowers in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Manneken_Pis"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"61-111": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1318, 958], [1314, 964], [1311, 969], [1314, 969], [1316, 971], [1316, 974], [1312, 974], [1312, 976], [1314, 978], [1314, 983], [1315, 984], [1315, 990], [1316, 991], [1316, 996], [1325, 999], [1325, 1000], [1287, 1000], [1287, 999], [1294, 995], [1286, 987], [1285, 984], [1286, 983], [1286, 970], [1288, 970], [1290, 965], [1290, 963], [1286, 960], [1286, 955], [1292, 951], [1294, 945], [1304, 930], [1304, 929], [1297, 923], [1296, 910], [1297, 906]], "112-165, T:0-1": [[1307, 902], [1313, 904], [1318, 907], [1319, 923], [1327, 929], [1330, 934], [1328, 940], [1318, 947], [1316, 954], [1316, 963], [1309, 972], [1313, 977], [1317, 982], [1319, 990], [1291, 991], [1287, 988], [1286, 977], [1290, 964], [1286, 959], [1286, 956], [1291, 952], [1298, 938], [1304, 930], [1304, 929], [1298, 925], [1296, 910], [1297, 906]]}, "center": {"61-111": [1299, 981], "112-165, T:0-1": [1306, 938]}},
{"id": 462, "name": "Octavia", "description": "Octavia is a minor character from My Little Pony: Friendship is Magic. She is often seen playing her prized cello. The '2SET' in her mane refers to TwoSetViolin, a comedy duo.\n\nAfter seeing the similarities between their arts, The My Little Pony and the TwoSet fandoms decided to combine their works together as part of the r/place Windows XP taskbar.", "links": {"website": ["https://mlp.fandom.com/wiki/Octavia_Melody"], "subreddit": ["mylittlepony", "placestart"]}, "path": {"109-166, T:0-1": [[1316, 1973], [1370, 1973], [1370, 1997], [1316, 1997]]}, "center": {"109-166, T:0-1": [1343, 1985]}},
{"id": "twpfdq", "name": "Fuck NFTs", "description": "A non-fungible token (NFT) is a unique identifier on a digital entity that cannot be copied, recorded on a blockchain. NFTs are used to certify ownership and create copy-proof digital artifacts akin to physical artifacts, particularly with images and artwork. NFTs are highly controversial because of their use in scams, circumvention of intellectual property rights, and waste of energy due to being on the blockchain.\n\nThe purpose of this piece was to leave an anti-NFT message on an image that someone would most likely try to mint as an NFT.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-fungible_token"], "subreddit": ["FuckNFTsplace", "FuckNFTs"]}, "path": {"109-166, T:0-1": [[1625, 1659], [1657, 1659], [1657, 1681], [1625, 1681]]}, "center": {"109-166, T:0-1": [1641, 1670]}},
{"id": "twpfd9", "name": "Rijksoverheid", "description": "The logo of the Dutch government, a stylized version of the coat of arms of the Netherlands. All communication with civilians (letterheads, official websites, etc.) features this crest.", "links": {"website": ["https://www.rijksoverheid.nl/", "https://www.government.nl/", "https://en.wikipedia.org/wiki/Politics_of_the_Netherlands#Cabinet"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"41-96": [[774, 0], [774, 24], [797, 24], [797, 0]], "97-166, T:0-1": [[736, 0], [757, 0], [757, 23], [736, 23]]}, "center": {"41-96": [786, 12], "97-166, T:0-1": [747, 12]}},
{"id": "twpf4h", "name": "Project+", "description": "The shortened logo of Project+, an overhaul mod for Super Smash Bros. Brawl that adds characters, stages, and revamps both characters and general gameplay. Project+ is a continuation of the Brawl mod Project M, which originally disbanded in 2015.", "links": {"website": ["https://projectplusgame.com"], "subreddit": ["ssbpm"]}, "path": {"109-166, T:0-1": [[803, 1975], [803, 1976], [802, 1977], [802, 1979], [801, 1980], [801, 1982], [800, 1983], [800, 1985], [799, 1986], [799, 1988], [800, 1988], [802, 1988], [803, 1987], [803, 1986], [804, 1985], [804, 1983], [805, 1983], [806, 1983], [807, 1983], [808, 1983], [809, 1983], [810, 1982], [814, 1982], [814, 1983], [813, 1984], [812, 1984], [812, 1987], [813, 1987], [814, 1985], [817, 1985], [817, 1984], [818, 1983], [818, 1982], [821, 1982], [823, 1979], [819, 1979], [819, 1976], [820, 1975], [820, 1974], [816, 1974], [816, 1975], [815, 1976], [815, 1978], [814, 1979], [811, 1979], [811, 1978], [810, 1977], [810, 1976], [806, 1976], [805, 1975], [804, 1975]]}, "center": {"109-166, T:0-1": [810, 1981]}},
@ -455,7 +455,7 @@
{"id": "twno94", "name": "Flag of Finland", "description": "Finland is a country in Northern Europe.\n\nThis flag of Finland was made by r/place_nordicunion and r/Suomi.", "links": {"website": ["https://en.wikipedia.org/wiki/Finland", "https://en.wikipedia.org/wiki/Flag_of_Finland"], "subreddit": ["place_nordicunion", "Suomi"]}, "path": {"9-40": [[495, 136], [495, 148], [527, 148], [527, 162], [634, 162], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "3-8": [[495, 136], [495, 165], [629, 165], [629, 134], [634, 134], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "148-154": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 138], [799, 138], [799, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 149], [527, 149], [527, 177], [496, 177]], "92-147": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [496, 136], [496, 148], [527, 148], [527, 183], [496, 183]], "70-76": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 342], [542, 342], [542, 285], [537, 285], [537, 236], [540, 233], [540, 202], [634, 202], [634, 190], [635, 189], [635, 184], [636, 183], [636, 178], [634, 178], [634, 137], [591, 137], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "41-69, 77-91": [[495, 136], [495, 148], [527, 148], [527, 176], [495, 176], [495, 298], [537, 298], [537, 202], [634, 202], [634, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136]], "155-166, T:0-1": [[497, 294], [537, 293], [537, 285], [594, 285], [594, 203], [634, 203], [634, 189], [635, 188], [635, 186], [634, 185], [635, 183], [636, 182], [636, 181], [636, 180], [635, 179], [634, 179], [634, 137], [614, 137], [614, 120], [591, 120], [591, 136], [539, 136], [539, 120], [525, 120], [525, 136], [495, 136], [495, 149], [527, 149], [527, 178], [496, 178]]}, "center": {"9-40": [611, 141], "3-8": [609, 145], "148-154": [545, 222], "92-147": [545, 234], "70-76": [583, 169], "41-69, 77-91": [600, 169], "155-166, T:0-1": [545, 236]}},
{"id": "twnnbb", "name": "Starfleet insignia", "description": "The Starfleet insignia, also known as the Delta insignia, is an icon from the TV series Star Trek that is synonymous with the show in today's pop culture. It is a direct descendant of the vector component of the old NASA (and later United Earth Space Probe Agency) logos.", "links": {"website": ["https://www.startrek.com/article/starfleet-insignia-explained"], "subreddit": ["startrek", "place_CentralAlliance"]}, "path": {"149-166, 54-145, 9-49, T:0-1": [[616, 946], [614, 948], [608, 961], [607, 966], [607, 976], [608, 976], [616, 968], [618, 968], [623, 974], [624, 974], [624, 963], [622, 959], [617, 947]]}, "center": {"149-166, 54-145, 9-49, T:0-1": [616, 961]}},
{"id": "twnn3g", "name": "Institut supérieur de l'aéronautique et de l'espace", "description": "The Institut supérieur de l'aéronautique et de l'espace (ISAE-SUPAERO), is a major engineering school in France specializing in aeronautics. Its name translates to \"National Higher French Institute of Aeronautics and Space\" in English.", "links": {"website": ["http://groupe-isae.fr", "https://en.wikipedia.org/wiki/Institut_sup%C3%A9rieur_de_l%27a%C3%A9ronautique_et_de_l%27espace"]}, "path": {"134-146": [[1131, 870], [1131, 876], [1175, 876], [1175, 870]], "147-159": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 899], [1163, 899], [1163, 898], [1172, 898], [1172, 891], [1173, 891], [1175, 887], [1175, 869]], "160-165, T:0-1": [[1131, 869], [1131, 875], [1163, 875], [1161, 878], [1161, 887], [1164, 891], [1172, 891], [1175, 887], [1175, 869]]}, "center": {"134-146": [1153, 873], "147-159": [1168, 885], "160-165, T:0-1": [1168, 883]}},
{"id": "000301", "name": "Sakamata Chloe's mask", "description": "This mask was worn by Hololive Japan Generation 6 (Secret Society HoloX) VTuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "https://virtualyoutuber.fandom.com/wiki/Sakamata_Chloe"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"152-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"152-165, T:0-1": [1393, 1067]}},
{"id": 301, "name": "Sakamata Chloe's mask", "description": "This mask was worn by Hololive Japan Generation 6 (Secret Society HoloX) VTuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the HoloX PV was released on the official Hololive channel after her debut to reflect the mask change.", "links": {"website": ["https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "https://virtualyoutuber.fandom.com/wiki/Sakamata_Chloe"], "subreddit": ["Hololive"], "discord": ["holofans"]}, "path": {"152-165, T:0-1": [[1386, 1065], [1386, 1068], [1389, 1070], [1397, 1070], [1399, 1067], [1399, 1064], [1386, 1064]]}, "center": {"152-165, T:0-1": [1393, 1067]}},
{"id": "twnmmh", "name": "NERV", "description": "NERV is a fictional paramilitary agency from the Neon Genesis Evangelion anime.\n\nThis art was made by a group from r/evangelion. It was recolored to match the flag of Ireland as a symbol of the alliance between Evangelion and Ireland, despite several efforts to turn it back to its original redcolor. The NERV logo had to be moved several times before finally finding its position in Ireland's flag.", "links": {"website": ["https://evangelion.fandom.com/wiki/NERV"], "subreddit": ["evangelion", "PlaceIreland", "ireland"]}, "path": {"101-165, 13-93, T:0-1": [[124, 738], [124, 742], [128, 746], [120, 746], [120, 756], [127, 756], [127, 764], [148, 764], [148, 761], [149, 760], [149, 756], [147, 753], [147, 752], [151, 748], [146, 743], [144, 743], [144, 741], [141, 738], [138, 737], [135, 737], [134, 738]]}, "center": {"101-165, 13-93, T:0-1": [137, 752]}},
{"id": "twnmb9", "name": "Piston", "description": "A piston is a block in the game Minecraft. It is capable of pushing blocks, players, and mobs when given a redstone pulse.", "links": {"website": ["https://minecraft.fandom.com/wiki/Piston"], "subreddit": ["Minecraft"]}, "path": {"102-136, 158-165, 82-87, T:0-1": [[241, 294], [246, 294], [246, 298], [241, 298]]}, "center": {"102-136, 158-165, 82-87, T:0-1": [244, 296]}},
{"id": "twnlr1", "name": "TUYU", "description": "TUYU (ツユ) is a Japanese pop group consisting of Pusu (ぷす) on guitar, Reikoromo (礼衣) as vocals, and Miro on piano. Former members Omutatsu (おむたつ) and AzyuN were in charge of the illustration and video design. \"やっぱり雨は降るんだね\" (It's Raining After All) was released as a full album in March 2020.", "links": {"website": ["https://www.youtube.com/channel/UCB2tP2QfRG7hTra0KTOtTBg"], "subreddit": ["TUYU_official"]}, "path": {"125-140": [[1166, 1342], [1166, 1356], [1179, 1356], [1181, 1358], [1183, 1356], [1199, 1356], [1199, 1342]], "81-96": [[1170, 519], [1170, 540], [1189, 540], [1189, 528], [1184, 528], [1184, 519]], "97-112": [[1191, 467], [1191, 495], [1187, 499], [1189, 501], [1192, 499], [1192, 503], [1194, 503], [1194, 500], [1198, 500], [1198, 467]], "56-77": [[1172, 518], [1170, 520], [1170, 540], [1189, 540], [1189, 525], [1184, 525], [1184, 523], [1182, 519], [1181, 518]], "141-165, T:0-1": [[1143, 1339], [1143, 1371], [1163, 1371], [1163, 1339]]}, "center": {"125-140": [1183, 1349], "81-96": [1177, 532], "97-112": [1194, 496], "56-77": [1179, 531], "141-165, T:0-1": [1153, 1355]}},
@ -602,7 +602,7 @@
{"id": "twm8lz", "name": "Phish, Jojo, & Grateful Dead Collaboration", "description": "A collaboration between the Jojo, Phish, and Grateful Dead communities. The Jojo community also made a collaboration with the Jerma985 community to put Jotaro's hat on Jerma.\n\nThe red donuts on a blue background represent the dress pattern on the dress that Phish's drummer, Jon Fishman (the band's namesake) wears. It has also been theorized by the band's frontman, Trey Anastasio, That the universe is a donut. He had this revelation while viewing the nine cubes.", "links": {"website": ["https://phish.com/", "https://en.wikipedia.org/wiki/JoJo%27s_Bizarre_Adventure", "https://dead.net/"], "subreddit": ["gratefuldead", "jerma985", "phish", "ShitPostCrusaders", "StardustCrusaders", "wholesomejojo"]}, "path": {"1-15": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [56, 897], [56, 942], [28, 942], [28, 897], [0, 897]], "16-25": [[0, 869], [253, 869], [253, 890], [216, 890], [216, 874], [162, 874], [162, 897], [56, 897], [56, 905], [49, 898], [35, 898], [28, 905], [28, 897], [0, 897]], "26-38": [[0, 869], [253, 869], [253, 878], [297, 878], [297, 938], [244, 938], [244, 926], [216, 926], [216, 874], [162, 874], [162, 897], [56, 897], [56, 905], [49, 898], [35, 898], [28, 905], [28, 897], [0, 897]], "39-46": [[0, 869], [162, 869], [162, 897], [56, 897], [56, 905], [42, 891], [28, 905], [28, 897], [0, 897]], "48-55": [[0, 874], [161, 874], [161, 897], [56, 897], [56, 905], [42, 891], [28, 905], [28, 897], [0, 897]], "56-72": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 906], [0, 906]], "73-74": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 944], [91, 944], [91, 906], [0, 906]], "75-94": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 944], [0, 944]], "95-99": [[0, 874], [161, 874], [161, 897], [127, 897], [127, 930], [136, 930], [136, 955], [130, 952], [91, 963], [91, 930], [65, 930], [65, 905], [0, 905]], "100-106": [[0, 874], [161, 874], [161, 897], [136, 897], [136, 930], [136, 955], [130, 952], [91, 963], [91, 906], [0, 906]], "107-110": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 930], [136, 930], [136, 897], [56, 897], [56, 904], [28, 904], [28, 897], [0, 897]], "111-120": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 930], [0, 930]], "121-131": [[0, 874], [154, 874], [154, 883], [161, 883], [161, 897], [136, 897], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [92, 992], [0, 992]], "132-143": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [136, 898], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [90, 957], [90, 952], [92, 949], [92, 942], [62, 942], [0, 942]], "144-166, T:0-1": [[0, 874], [154, 874], [154, 882], [161, 882], [161, 898], [136, 898], [136, 956], [131, 951], [120, 954], [110, 958], [101, 960], [96, 960], [92, 958], [90, 957], [90, 952], [92, 949], [92, 942], [62, 942], [62, 944], [0, 944]]}, "center": {"1-15": [42, 890], "16-25": [36, 883], "26-38": [267, 908], "39-46": [148, 883], "48-55": [80, 885], "56-72": [80, 890], "73-74": [112, 897], "75-94": [81, 909], "95-99": [98, 902], "100-106": [113, 899], "107-110": [43, 889], "111-120": [106, 904], "121-131": [52, 926], "132-143": [101, 909], "144-166, T:0-1": [101, 909]}},
{"id": "twm8f6", "name": "SuperMega", "description": "Two male lovers, Matt Watson and Ryan Magee, created the YouTube channel SuperMega in 2016. They have committed their time into uploading quality content for their loyal viewers, including sketch comedy, podcasts, let's plays, and more. Highlights include Hennessey taste-testing, movie review series, and Israeli-Palestinian conflict debates.\n\nThis art was created by SuperMega and their fans, including the SuperMega Patreon Discord.", "links": {"website": ["https://youtube.com/c/SuperMegaOfficial", "https://youtube.fandom.com/wiki/SuperMega"], "subreddit": ["SuperMegaShow"]}, "path": {"61-166, T:0-1": [[1947, 439], [1947, 423], [1949, 417], [1949, 401], [1948, 397], [1924, 396], [1918, 396], [1918, 395], [1862, 395], [1854, 402], [1854, 443], [1855, 444], [1922, 443], [1923, 440], [1922, 440], [1921, 440], [1922, 434], [1923, 433], [1928, 439], [1934, 435], [1940, 435]]}, "center": {"61-166, T:0-1": [1878, 419]}},
{"id": "twm8di", "name": "(G)I-DLE", "description": "(G)I-DLE is a K-pop girl group. This art features their official colors.", "links": {"website": ["http://cubeent.co.kr/gidle", "https://en.wikipedia.org/wiki/(G)I-dle"], "subreddit": ["GIDLE"]}, "path": {"55-165, T:0-1": [[854, 672], [838, 672], [838, 663], [854, 663], [854, 671]]}, "center": {"55-165, T:0-1": [846, 668]}},
{"id": "000290", "name": "Chicken", "description": "This chicken was drawn by the streamer Sertle. Its beak constantly grew and shrunk. This is the lone survivor to many chickens who resided on the German and Quebec flags.", "links": {"website": ["https://www.twitch.tv/sertle"]}, "path": {"85-97": [[1094, 962], [1094, 964], [1093, 964], [1093, 966], [1094, 967], [1094, 969], [1050, 969], [1050, 979], [1046, 979], [1043, 983], [1046, 986], [1049, 986], [1049, 984], [1051, 982], [1050, 981], [1050, 969], [1098, 969], [1098, 967], [1100, 965], [1097, 962]], "63-71": [[1097, 962], [1092, 967], [1082, 967], [1082, 982], [1064, 982], [1057, 982], [1057, 979], [1049, 979], [1049, 978], [1047, 978], [1045, 980], [1039, 980], [1037, 982], [1037, 983], [1035, 983], [1032, 985], [1035, 987], [1036, 987], [1036, 990], [1038, 989], [1040, 989], [1040, 987], [1052, 987], [1052, 988], [1055, 990], [1057, 990], [1057, 998], [1059, 998], [1059, 1000], [1081, 1000], [1081, 996], [1082, 995], [1082, 967], [1092, 967], [1095, 970], [1097, 970], [1099, 968], [1099, 965], [1098, 964], [1098, 963]], "56-62": [[1044, 991], [1041, 994], [1040, 994], [1038, 996], [1040, 998], [1041, 998], [1042, 999], [1081, 999], [1081, 996], [1082, 995], [1082, 994], [1081, 993], [1081, 991]], "72-84, 98-165, T:0-1": [[1094, 962], [1090, 966], [1091, 967], [1091, 970], [1097, 970], [1097, 967], [1098, 966], [1100, 966], [1100, 964], [1098, 964], [1098, 962]]}, "center": {"85-97": [1047, 982], "63-71": [1073, 991], "56-62": [1060, 995], "72-84, 98-165, T:0-1": [1094, 966]}},
{"id": 290, "name": "Chicken", "description": "This chicken was drawn by the streamer Sertle. Its beak constantly grew and shrunk. This is the lone survivor to many chickens who resided on the German and Quebec flags.", "links": {"website": ["https://www.twitch.tv/sertle"]}, "path": {"85-97": [[1094, 962], [1094, 964], [1093, 964], [1093, 966], [1094, 967], [1094, 969], [1050, 969], [1050, 979], [1046, 979], [1043, 983], [1046, 986], [1049, 986], [1049, 984], [1051, 982], [1050, 981], [1050, 969], [1098, 969], [1098, 967], [1100, 965], [1097, 962]], "63-71": [[1097, 962], [1092, 967], [1082, 967], [1082, 982], [1064, 982], [1057, 982], [1057, 979], [1049, 979], [1049, 978], [1047, 978], [1045, 980], [1039, 980], [1037, 982], [1037, 983], [1035, 983], [1032, 985], [1035, 987], [1036, 987], [1036, 990], [1038, 989], [1040, 989], [1040, 987], [1052, 987], [1052, 988], [1055, 990], [1057, 990], [1057, 998], [1059, 998], [1059, 1000], [1081, 1000], [1081, 996], [1082, 995], [1082, 967], [1092, 967], [1095, 970], [1097, 970], [1099, 968], [1099, 965], [1098, 964], [1098, 963]], "56-62": [[1044, 991], [1041, 994], [1040, 994], [1038, 996], [1040, 998], [1041, 998], [1042, 999], [1081, 999], [1081, 996], [1082, 995], [1082, 994], [1081, 993], [1081, 991]], "72-84, 98-165, T:0-1": [[1094, 962], [1090, 966], [1091, 967], [1091, 970], [1097, 970], [1097, 967], [1098, 966], [1100, 966], [1100, 964], [1098, 964], [1098, 962]]}, "center": {"85-97": [1047, 982], "63-71": [1073, 991], "56-62": [1060, 995], "72-84, 98-165, T:0-1": [1094, 966]}},
{"id": "twm8am", "name": "Rosie", "description": "Rosie is a popular cat on Instagram under the rockyandrosie_ account. Rosie is a figure of empowerment and hope for those who follow her, and I hope anyone who stumbles upon her on r/place has a blessed evening. :3", "links": {"website": ["https://www.instagram.com/rockyandrosie_/"], "subreddit": ["rockyandrosie"]}, "path": {"124-151": [[0, 1079], [13, 1079], [15, 1081], [24, 1081], [24, 1096], [0, 1096]], "152-166, T:0-1": [[0, 1079], [24, 1079], [24, 1096], [0, 1096]]}, "center": {"124-151": [9, 1088], "152-166, T:0-1": [12, 1088]}},
{"id": "twm89u", "name": "Flag of Flevoland", "description": "A province of the Netherlands.", "links": {"website": ["https://en.wikipedia.org/wiki/Flevoland", "https://en.wikipedia.org/wiki/Flag_of_Flevoland"], "subreddit": ["PlaceNL", "thenetherlands"]}, "path": {"90-166, T:0-1": [[1347, 2], [1347, 12], [1361, 12], [1361, 2]]}, "center": {"90-166, T:0-1": [1354, 7]}},
{"id": "twm82r", "name": "Minnesota Vikings", "description": "The Minnesota Vikings are an American football team based in Minneapolis, Minnesota. This art features the team's Norseman logo, \"SKOL!\" cheer, and star wide receiver Justin Jefferson.", "links": {"website": ["https://en.wikipedia.org/wiki/Minnesota_Vikings"], "subreddit": ["minnesotavikings"]}, "path": {"3-42": [[401, 867], [401, 912], [433, 912], [433, 867]], "56-165, T:0-1": [[1290, 615], [1333, 615], [1333, 664], [1290, 664], [1290, 616]]}, "center": {"3-42": [417, 890], "56-165, T:0-1": [1312, 640]}},
@ -758,14 +758,14 @@
{"id": "twl2hc", "name": "203B", "description": "203B is a reference to the Marcos family's 203 billion Philippine pesos worth of estate tax (around 3 billion USD). Ferdinand Marcos is credited with 'The Greatest Robbery of a Government' by Guinness World Records; however, The record is currently inaccessible.", "links": {"website": ["https://en.wikipedia.org/wiki/Unexplained_wealth_of_the_Marcos_family"], "subreddit": ["Philippines"]}, "path": {"109-166, T:0-1": [[444, 1655], [432, 1655], [431, 1656], [430, 1657], [429, 1658], [428, 1659], [428, 1662], [429, 1663], [431, 1663], [432, 1662], [433, 1661], [434, 1660], [435, 1659], [440, 1659], [442, 1661], [443, 1662], [444, 1663], [446, 1663], [447, 1662], [448, 1661], [448, 1659], [447, 1658], [446, 1657], [445, 1656]]}, "center": {"109-166, T:0-1": [438, 1659]}},
{"id": "twl25g", "name": "Red Rising", "description": "Red Rising is a critically acclaimed sci-fi book series by Pierce Brown.", "links": {"website": ["https://www.piercebrown.com/", "https://en.wikipedia.org/wiki/Red_Rising"], "subreddit": ["redrising"]}, "path": {"23-55": [[865, 408], [865, 440], [904, 440], [904, 408]], "3-22": [[872, 408], [872, 440], [903, 440], [903, 408]], "56-164, T:0-1": [[865, 411], [865, 449], [912, 449], [912, 411]]}, "center": {"23-55": [885, 424], "3-22": [888, 424], "56-164, T:0-1": [889, 430]}},
{"id": "twl23i", "name": "NootNToot", "description": "Small YouTube content creator that makes content primarily on the Minetown Minecraft server.", "links": {"website": ["https://www.youtube.com/channel/UCcxO9zgG-i9mXQsTWGPlJhA"], "subreddit": ["minetown", "MinecraftChampionship"]}, "path": {"31-165, T:0-1": [[895, 567], [895, 576], [904, 576], [904, 567]]}, "center": {"31-165, T:0-1": [900, 572]}},
{"id": "100463", "name": "LittleBigPlanet", "description": "LittleBigPlanet is a PlayStation-exclusive puzzle platforming game franchise created in 2008 by British developer Media Molecule. It is known for its community and easy-to-learn level editor. The games in the franchise include LittleBigPlanet (2008), LittleBigPlanet PSP (2009), Sackboy's Prehistoric Moves (2010), LittleBigPlanet 2 (2011), LittleBigPlanet PS Vita (2012), LittleBigPlanet Karting (2012), Run Sackboy! Run (2014), LittleBigPlanet 3 (2014), and Sackboy: A Big Adventure (2020).\n\nThis art was created by several dedicated members of LittleBigPlanet Union and r/littlebigplanet. It includes the well-known LittleBigPlanet tree, a Sackboy face to the right, and the r/littlebigplanet subreddit text below the tree.", "links": {"website": ["https://littlebigplanet.com/", "https://www.lbpunion.com/", "https://en.wikipedia.org/wiki/LittleBigPlanet"], "subreddit": ["LittleBigPlanet"], "discord": ["YGFRh8WFDn"]}, "path": {"97-106": [[1054, 417], [1054, 435], [1072, 435], [1072, 417]], "108-164, T:0-1": [[1064, 400], [1033, 400], [1033, 366], [1051, 366], [1051, 373], [1062, 373], [1062, 379], [1051, 379], [1051, 387], [1064, 387]]}, "center": {"97-106": [1063, 426], "108-164, T:0-1": [1042, 375]}},
{"id": "000464", "name": "Suzyroxx", "description": "Suzyroxx is a Spanish Twitch streamer. She is part of the content creator team KOI.", "links": {"website": ["https://www.twitch.tv/suzyroxx"]}, "path": {"103-165, T:0-1": [[1892, 904], [1892, 916], [1900, 916], [1900, 904]]}, "center": {"103-165, T:0-1": [1896, 910]}},
{"id": "000465", "name": "Kerbal Space Program", "description": "Kerbal Space Program (KSP) is a planetary simulator game that includes realistic rocket physics and orbital mechanics. The large astronaut is Jeb, an iconic character from the game. Below Jeb is a representation of the Kerbol System, the game's solar system. From left to right these planets are: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Dres (Ceres), Jool (Jupiter), and Eeloo (Pluto).", "links": {"website": ["https://www.kerbalspaceprogram.com/", "https://en.wikipedia.org/wiki/Kerbal_Space_Program"], "subreddit": ["KerbalSpaceProgram"]}, "path": {"58-62": [[9, 928], [9, 934], [19, 934], [19, 932], [21, 932], [21, 928]], "64-166, T:0-1": [[1493, 427], [1493, 415], [1495, 415], [1495, 397], [1496, 397], [1496, 394], [1497, 394], [1497, 393], [1498, 393], [1498, 392], [1500, 392], [1500, 391], [1507, 391], [1507, 392], [1509, 392], [1509, 393], [1510, 393], [1510, 394], [1511, 394], [1511, 397], [1512, 397], [1512, 427]]}, "center": {"58-62": [15, 931], "64-166, T:0-1": [1503, 410]}},
{"id": "000466", "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game (RPG) developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. They received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis is the second Hytale-related piece on r/place, consisting of the 'H' in Hytale's logo. The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleIinfo was allied with r/Philippines, r/OnePiece, r/belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/hypixel.", "links": {"website": ["https://hytale.com/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"65-166, T:0-1": [[1522, 113], [1522, 120], [1523, 120], [1523, 134], [1526, 137], [1528, 137], [1532, 140], [1532, 143], [1535, 143], [1541, 138], [1541, 121], [1543, 117], [1543, 115], [1541, 113]]}, "center": {"65-166, T:0-1": [1532, 123]}},
{"id": "000467", "name": "Timber Wolf", "description": "The Timber Wolf, also known as Mad Cat, is a mech from the BattleTech franchise. BattleTech originally started as a board game, and later spawned a spin-off video game series, MechWarrior.\n\nThis art is based on the .exe icon for MechWarrior 3 and the explosion background on the MechWarrior 2 box art.", "links": {"website": ["https://www.sarna.net/wiki/Timber_Wolf_(Mad_Cat)"], "subreddit": ["mechwarrior"]}, "path": {"71-164, T:0-1": [[1339, 522], [1339, 543], [1357, 543], [1357, 522]]}, "center": {"71-164, T:0-1": [1348, 533]}},
{"id": "000469", "name": "Modrinth", "description": "Modrinth is an open-source modding platform for the game Minecraft.", "links": {"website": ["https://modrinth.com"]}, "path": {"58-164, T:0-1": [[727, 636], [724, 639], [724, 644], [727, 647], [732, 647], [735, 644], [735, 639], [732, 636]]}, "center": {"58-164, T:0-1": [730, 642]}},
{"id": "000470", "name": "Gem Galaxies", "description": "Gem Galaxies is a game on the game platform Roblox inspired by the TV show Steven Universe. It is dedicated to role-playing. This symbol is the game's diamond insignia.", "links": {"website": ["https://www.roblox.com/games/273326777/Gem-Galaxies"]}, "path": {"118-119": [[1260, 870], [1257, 873], [1257, 874], [1255, 876], [1255, 877], [1257, 879], [1263, 879], [1265, 877], [1265, 876], [1263, 874], [1263, 873]], "120-165, T:0-1": [[1255, 891], [1252, 894], [1252, 895], [1250, 897], [1250, 898], [1252, 900], [1258, 900], [1260, 898], [1260, 897], [1258, 895], [1258, 894]]}, "center": {"118-119": [1260, 875], "120-165, T:0-1": [1255, 896]}},
{"id": "000471", "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix. In the game, two teams of players are pitted against each other in a futuristic arena to duke it out in five-minute matches. The game is a sequel to Psyonix's previous game, Supersonic Acrobatic Rocket-Powered Battle-Cars (SARPBC).\n\nThis Rocket League logo was planned and led by the RL creator RyanGoldfish.", "links": {"website": ["https://www.rocketleague.com/", "https://en.wikipedia.org/wiki/Rocket_League"], "subreddit": ["RocketLeague"]}, "path": {"70-106": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 526], [1412, 531], [1404, 547], [1390, 560], [1383, 560], [1368, 546], [1362, 534], [1358, 519]], "56-65": [[1494, 491], [1534, 491], [1534, 531], [1494, 531]], "107-164, T:0-1": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 540], [1424, 540], [1424, 555], [1393, 555], [1393, 557], [1389, 560], [1384, 560], [1378, 556], [1369, 548], [1363, 537], [1359, 527], [1358, 520]]}, "center": {"70-106": [1386, 529], "56-65": [1514, 511], "107-164, T:0-1": [1389, 530]}},
{"id": 100463, "name": "LittleBigPlanet", "description": "LittleBigPlanet is a PlayStation-exclusive puzzle platforming game franchise created in 2008 by British developer Media Molecule. It is known for its community and easy-to-learn level editor. The games in the franchise include LittleBigPlanet (2008), LittleBigPlanet PSP (2009), Sackboy's Prehistoric Moves (2010), LittleBigPlanet 2 (2011), LittleBigPlanet PS Vita (2012), LittleBigPlanet Karting (2012), Run Sackboy! Run (2014), LittleBigPlanet 3 (2014), and Sackboy: A Big Adventure (2020).\n\nThis art was created by several dedicated members of LittleBigPlanet Union and r/littlebigplanet. It includes the well-known LittleBigPlanet tree, a Sackboy face to the right, and the r/littlebigplanet subreddit text below the tree.", "links": {"website": ["https://littlebigplanet.com/", "https://www.lbpunion.com/", "https://en.wikipedia.org/wiki/LittleBigPlanet"], "subreddit": ["LittleBigPlanet"], "discord": ["YGFRh8WFDn"]}, "path": {"97-106": [[1054, 417], [1054, 435], [1072, 435], [1072, 417]], "108-164, T:0-1": [[1064, 400], [1033, 400], [1033, 366], [1051, 366], [1051, 373], [1062, 373], [1062, 379], [1051, 379], [1051, 387], [1064, 387]]}, "center": {"97-106": [1063, 426], "108-164, T:0-1": [1042, 375]}},
{"id": 464, "name": "Suzyroxx", "description": "Suzyroxx is a Spanish Twitch streamer. She is part of the content creator team KOI.", "links": {"website": ["https://www.twitch.tv/suzyroxx"]}, "path": {"103-165, T:0-1": [[1892, 904], [1892, 916], [1900, 916], [1900, 904]]}, "center": {"103-165, T:0-1": [1896, 910]}},
{"id": 465, "name": "Kerbal Space Program", "description": "Kerbal Space Program (KSP) is a planetary simulator game that includes realistic rocket physics and orbital mechanics. The large astronaut is Jeb, an iconic character from the game. Below Jeb is a representation of the Kerbol System, the game's solar system. From left to right these planets are: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Dres (Ceres), Jool (Jupiter), and Eeloo (Pluto).", "links": {"website": ["https://www.kerbalspaceprogram.com/", "https://en.wikipedia.org/wiki/Kerbal_Space_Program"], "subreddit": ["KerbalSpaceProgram"]}, "path": {"58-62": [[9, 928], [9, 934], [19, 934], [19, 932], [21, 932], [21, 928]], "64-166, T:0-1": [[1493, 427], [1493, 415], [1495, 415], [1495, 397], [1496, 397], [1496, 394], [1497, 394], [1497, 393], [1498, 393], [1498, 392], [1500, 392], [1500, 391], [1507, 391], [1507, 392], [1509, 392], [1509, 393], [1510, 393], [1510, 394], [1511, 394], [1511, 397], [1512, 397], [1512, 427]]}, "center": {"58-62": [15, 931], "64-166, T:0-1": [1503, 410]}},
{"id": 466, "name": "Hytale", "description": "Hytale is an upcoming voxel sandbox role-playing game (RPG) developed by Hypixel Studios. Production began in 2015 by developers from Hypixel, a multiplayer server for the game Minecraft. They received funding and assistance from Riot Games, who later acquired the studio in 2020.\n\nThis is the second Hytale-related piece on r/place, consisting of the 'H' in Hytale's logo. The effort was started and primarily based within r/HytaleInfo, but it also gained some traction on Twitter. A few of the game's developers also helped out with a number of tiles.\n\nDuring the event r/HytaleIinfo was allied with r/Philippines, r/OnePiece, r/belgium, r/gatech, r/PoliticalCompassMemes, r/Eesti, r/BitCraftOnline, and r/hypixel.", "links": {"website": ["https://hytale.com/", "https://en.wikipedia.org/wiki/Hytale"], "subreddit": ["HytaleInfo"], "discord": ["WSjqdz3"]}, "path": {"65-166, T:0-1": [[1522, 113], [1522, 120], [1523, 120], [1523, 134], [1526, 137], [1528, 137], [1532, 140], [1532, 143], [1535, 143], [1541, 138], [1541, 121], [1543, 117], [1543, 115], [1541, 113]]}, "center": {"65-166, T:0-1": [1532, 123]}},
{"id": 467, "name": "Timber Wolf", "description": "The Timber Wolf, also known as Mad Cat, is a mech from the BattleTech franchise. BattleTech originally started as a board game, and later spawned a spin-off video game series, MechWarrior.\n\nThis art is based on the .exe icon for MechWarrior 3 and the explosion background on the MechWarrior 2 box art.", "links": {"website": ["https://www.sarna.net/wiki/Timber_Wolf_(Mad_Cat)"], "subreddit": ["mechwarrior"]}, "path": {"71-164, T:0-1": [[1339, 522], [1339, 543], [1357, 543], [1357, 522]]}, "center": {"71-164, T:0-1": [1348, 533]}},
{"id": 469, "name": "Modrinth", "description": "Modrinth is an open-source modding platform for the game Minecraft.", "links": {"website": ["https://modrinth.com"]}, "path": {"58-164, T:0-1": [[727, 636], [724, 639], [724, 644], [727, 647], [732, 647], [735, 644], [735, 639], [732, 636]]}, "center": {"58-164, T:0-1": [730, 642]}},
{"id": 470, "name": "Gem Galaxies", "description": "Gem Galaxies is a game on the game platform Roblox inspired by the TV show Steven Universe. It is dedicated to role-playing. This symbol is the game's diamond insignia.", "links": {"website": ["https://www.roblox.com/games/273326777/Gem-Galaxies"]}, "path": {"118-119": [[1260, 870], [1257, 873], [1257, 874], [1255, 876], [1255, 877], [1257, 879], [1263, 879], [1265, 877], [1265, 876], [1263, 874], [1263, 873]], "120-165, T:0-1": [[1255, 891], [1252, 894], [1252, 895], [1250, 897], [1250, 898], [1252, 900], [1258, 900], [1260, 898], [1260, 897], [1258, 895], [1258, 894]]}, "center": {"118-119": [1260, 875], "120-165, T:0-1": [1255, 896]}},
{"id": 471, "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix. In the game, two teams of players are pitted against each other in a futuristic arena to duke it out in five-minute matches. The game is a sequel to Psyonix's previous game, Supersonic Acrobatic Rocket-Powered Battle-Cars (SARPBC).\n\nThis Rocket League logo was planned and led by the RL creator RyanGoldfish.", "links": {"website": ["https://www.rocketleague.com/", "https://en.wikipedia.org/wiki/Rocket_League"], "subreddit": ["RocketLeague"]}, "path": {"70-106": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 526], [1412, 531], [1404, 547], [1390, 560], [1383, 560], [1368, 546], [1362, 534], [1358, 519]], "56-65": [[1494, 491], [1534, 491], [1534, 531], [1494, 531]], "107-164, T:0-1": [[1358, 508], [1360, 506], [1363, 505], [1396, 505], [1406, 505], [1406, 507], [1413, 507], [1413, 510], [1414, 512], [1414, 540], [1424, 540], [1424, 555], [1393, 555], [1393, 557], [1389, 560], [1384, 560], [1378, 556], [1369, 548], [1363, 537], [1359, 527], [1358, 520]]}, "center": {"70-106": [1386, 529], "56-65": [1514, 511], "107-164, T:0-1": [1389, 530]}},
{"id": "2e9af3", "name": "Gudako", "description": "Gudako is a main character from the manga series \"Learn with Manga! FGO\" The manga is a spinoff from the game Fate/Grand Order (FGO), and Gudako is the chibified version of the female main character in Fate/Grand Order, Ritsuka Fujimaru. Gudako was drawn by artist Riyo, and is a common meme in the FGO community.\n\nThis is the second drawing made by r/grandorder.", "links": {"website": ["https://typemoon.fandom.com/wiki/Gudako", "https://fate-go.us/manga_fgo/"], "subreddit": ["grandorder"], "discord": ["grandorder"]}, "path": {"65-165, T:0-1": [[1476, 379], [1474, 381], [1475, 382], [1475, 384], [1472, 387], [1470, 387], [1466, 385], [1457, 382], [1447, 382], [1437, 386], [1431, 386], [1425, 392], [1422, 399], [1422, 413], [1421, 414], [1422, 415], [1426, 415], [1426, 419], [1429, 419], [1429, 422], [1427, 424], [1427, 426], [1446, 426], [1447, 429], [1452, 429], [1453, 426], [1466, 426], [1467, 429], [1472, 429], [1473, 426], [1477, 426], [1479, 423], [1479, 415], [1481, 415], [1481, 402], [1479, 397], [1475, 391], [1480, 387], [1480, 385], [1478, 381]]}, "center": {"65-165, T:0-1": [1451, 404]}},
{"id": "0480d3", "name": "BB", "description": "BB is devilish kouhai and the main antagonist in the game Fate/Extra CCC, later appearing as a playable servant in the mobile game Fate/Grand Order. She is an Advanced AI who originated from the Advanced AI Sakura Matou. As a Moon Cancer, she increased her powers by encroaching in the supercomputer Mooncell. This art of BB is based on an April Fools' drawing by illustrator Riyo, known for their work on the \"Learning with Manga! FGO\" series. The drawing gained recognition and love from the fanbase.\n\nOn r/place, BB decided to be tame and befriend her surroundings, only fighting to keep her nose in place. This was the first art created by r/grandorder on the canvas.", "links": {"website": ["https://typemoon.fandom.com/wiki/BB"], "subreddit": ["grandorder"]}, "path": {"5-166, T:0-1": [[162, 804], [160, 802], [158, 802], [157, 801], [157, 800], [156, 799], [156, 798], [155, 797], [155, 793], [154, 792], [154, 783], [155, 782], [155, 779], [156, 778], [156, 777], [157, 776], [157, 775], [158, 774], [158, 773], [163, 768], [164, 768], [165, 767], [166, 767], [167, 766], [168, 766], [169, 765], [182, 765], [183, 766], [185, 766], [186, 767], [187, 767], [188, 768], [189, 768], [195, 774], [200, 774], [202, 776], [202, 777], [201, 778], [199, 779], [197, 781], [197, 784], [202, 789], [202, 795], [207, 798], [206, 800], [205, 804]]}, "center": {"5-166, T:0-1": [177, 785]}},
{"id": "a2fb96", "name": "Neco-Arc", "description": "Neco-Arc is a Neco Spirit appearing in the Tsukihime visual novel series. She is a pint-size cat girl parody of Arcueid Brunestud, acting as the mascot character of Type-Moon.", "links": {"website": ["https://typemoon.fandom.com/wiki/Neco-Arc"], "subreddit": ["necoarc", "place_CentralAlliance"]}, "path": {"57-84": [[1228, 502], [1228, 526], [1232, 529], [1235, 527], [1248, 527], [1248, 502]], "109-166, T:0-1": [[448, 1070], [448, 1104], [477, 1104], [477, 1070]]}, "center": {"57-84": [1238, 516], "109-166, T:0-1": [463, 1087]}},
@ -1108,7 +1108,7 @@
{"id": "twq3sg", "name": "Fox", "description": "A small fox built by members of Samifying's Discord Server.", "links": {"discord": ["samifying"]}, "path": {"109-166, T:0-1": [[1606, 1523], [1608, 1523], [1608, 1524], [1609, 1524], [1609, 1525], [1610, 1525], [1610, 1526], [1612, 1526], [1612, 1525], [1613, 1525], [1613, 1524], [1614, 1524], [1614, 1523], [1616, 1523], [1616, 1530], [1617, 1530], [1617, 1532], [1618, 1532], [1618, 1534], [1616, 1534], [1616, 1535], [1613, 1535], [1613, 1537], [1614, 1536], [1615, 1535], [1618, 1535], [1618, 1536], [1617, 1536], [1617, 1537], [1616, 1537], [1616, 1538], [1615, 1538], [1615, 1539], [1608, 1539], [1608, 1538], [1609, 1538], [1609, 1535], [1606, 1535], [1606, 1534], [1604, 1534], [1604, 1532], [1605, 1532], [1605, 1530], [1606, 1530]]}, "center": {"109-166, T:0-1": [1611, 1531]}},
{"id": "twq3fd", "name": "Etoiles' Emote", "description": "Emote twitch from the French streamer Etoiles", "links": {"website": ["https://www.twitch.tv/etoiles?lang=fr"]}, "path": {"109-164, T:0-1": [[250, 1554], [251, 1554], [251, 1552], [267, 1552], [267, 1553], [272, 1553], [277, 1553], [277, 1598], [250, 1598]]}, "center": {"109-164, T:0-1": [263, 1575]}},
{"id": "twq3c8", "name": "Bulgarian alphabet", "description": "The first three letters of the Bulgarian alphabet: AБВ.", "links": {"website": ["https://en.wikipedia.org/wiki/Bulgarian_alphabet"], "subreddit": ["bulgaria"]}, "path": {"54-66": [[534, 377], [532, 379], [529, 389], [529, 390], [664, 390], [664, 378], [642, 378], [640, 376], [633, 376], [632, 377]], "157-166, 67-154, T:0-1": [[533, 377], [531, 379], [528, 389], [528, 390], [559, 390], [561, 388], [561, 385], [560, 384], [560, 379], [558, 377]]}, "center": {"54-66": [635, 383], "157-166, 67-154, T:0-1": [545, 384]}},
{"id": "001914", "name": "World War I memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created this memorial at located at the intersection of the Belgian and German flags. The piece memorializes the victims of the German occupation of Belgium during World War I from 1914 to 1918.", "links": {"website": ["https://en.wikipedia.org/wiki/German_occupation_of_Belgium_during_World_War_I"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"113-165, T:0-1": [[1289, 1127], [1289, 1136], [1308, 1136], [1308, 1139], [1305, 1139], [1298, 1143], [1295, 1147], [1295, 1150], [1294, 1151], [1294, 1154], [1288, 1154], [1285, 1157], [1285, 1162], [1283, 1164], [1283, 1172], [1302, 1179], [1320, 1179], [1334, 1172], [1334, 1170], [1330, 1170], [1330, 1159], [1328, 1157], [1323, 1157], [1323, 1151], [1322, 1150], [1322, 1147], [1320, 1144], [1317, 1141], [1312, 1139], [1308, 1139], [1308, 1136], [1327, 1136], [1327, 1127]]}, "center": {"113-165, T:0-1": [1308, 1163]}},
{"id": 1914, "name": "World War I memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created this memorial at located at the intersection of the Belgian and German flags. The piece memorializes the victims of the German occupation of Belgium during World War I from 1914 to 1918.", "links": {"website": ["https://en.wikipedia.org/wiki/German_occupation_of_Belgium_during_World_War_I"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"113-165, T:0-1": [[1289, 1127], [1289, 1136], [1308, 1136], [1308, 1139], [1305, 1139], [1298, 1143], [1295, 1147], [1295, 1150], [1294, 1151], [1294, 1154], [1288, 1154], [1285, 1157], [1285, 1162], [1283, 1164], [1283, 1172], [1302, 1179], [1320, 1179], [1334, 1172], [1334, 1170], [1330, 1170], [1330, 1159], [1328, 1157], [1323, 1157], [1323, 1151], [1322, 1150], [1322, 1147], [1320, 1144], [1317, 1141], [1312, 1139], [1308, 1139], [1308, 1136], [1327, 1136], [1327, 1127]]}, "center": {"113-165, T:0-1": [1308, 1163]}},
{"id": "twq34c", "name": "Azulejos", "description": "Azulejo is a style of mostly blue tiling used in Portugal and Spain.\n\nThese tiles contain three Portuguese items: Galo de Barcelos, a pastel de nata, and Delta Cafés. There used to be a man-of-war ship before it was replaced with Delta Cafés.", "links": {"website": ["https://en.wikipedia.org/wiki/Azulejo"], "subreddit": ["portugal", "PORTUGALCARALHO"]}, "path": {"40-51": [[865, 371], [865, 409], [903, 409], [903, 440], [899, 440], [899, 449], [912, 449], [912, 421], [964, 421], [964, 415], [994, 415], [994, 423], [1000, 423], [1000, 339], [952, 339], [952, 367], [960, 367], [960, 419], [922, 419], [922, 371]], "52-62": [[865, 371], [865, 409], [903, 409], [903, 440], [865, 440], [865, 449], [912, 449], [912, 421], [961, 421], [961, 419], [960, 360], [952, 360], [952, 367], [960, 367], [961, 419], [922, 419], [922, 371]], "63-164, T:0-1": [[865, 371], [865, 411], [922, 411], [922, 371]]}, "center": {"40-51": [980, 361], "52-62": [884, 390], "63-164, T:0-1": [894, 391]}},
{"id": "twq32o", "name": "Detour road signs", "description": "A detour sign in Flemish (\"Omleiding\") and French (\"Déviation\"). Confusing and contradicting Déviation signs are a staple of the Belgian driving experience.", "links": {"website": ["https://slimme-teksten.nl/wp-content/uploads/2019/10/OmleidingOmleiding.jpg"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"138-157, 158-165, T:0-1": [[1290, 1210], [1288, 1212], [1288, 1220], [1290, 1222], [1290, 1223], [1286, 1227], [1286, 1229], [1291, 1234], [1304, 1234], [1304, 1237], [1311, 1237], [1311, 1234], [1326, 1234], [1328, 1232], [1328, 1218], [1329, 1217], [1329, 1215], [1324, 1209], [1310, 1209], [1312, 1207], [1312, 1206], [1310, 1204], [1310, 1202], [1311, 1201], [1311, 1197], [1303, 1197], [1303, 1201], [1306, 1204], [1302, 1204], [1302, 1207], [1304, 1209], [1300, 1209], [1300, 1210]]}, "center": {"138-157, 158-165, T:0-1": [1306, 1222]}},
{"id": "twq2zm", "name": "Nichijou", "description": "Popular slice-of-life manga/anime created by Arawi Keiichi and animated by Kyoto Animation in 2011. Depicted from left to right are three of the six main characters: Aioi Yukko, Mio Naganohara, and Mai Minakami", "links": {"subreddit": ["Nichijou"]}, "path": {"109-165, T:0-1": [[1387, 1244], [1387, 1260], [1438, 1260], [1438, 1244]]}, "center": {"109-165, T:0-1": [1413, 1252]}},
@ -1979,7 +1979,7 @@
{"id": "twvz75", "name": "Jack Frost", "description": "A sprite of Jack Frost, one of the most well-known demons in the monster-based role-playing game franchise Shin Megami Tensei developed by Atlus (who uses him as a mascot). He says \"Hee-hoo\" a lot.", "links": {"website": ["https://megamitensei.fandom.com/wiki/Jack_Frost"], "subreddit": ["atlus"]}, "path": {"26-41": [[937, 234], [934, 238], [935, 239], [937, 237], [938, 237], [938, 245], [937, 246], [938, 250], [949, 250], [949, 247], [950, 246], [949, 245], [949, 237], [950, 237], [952, 239], [953, 238], [950, 234], [948, 234], [945, 237], [942, 237], [939, 234]], "57-65": [[1676, 971], [1673, 975], [1674, 976], [1676, 975], [1676, 981], [1675, 982], [1675, 983], [1676, 984], [1676, 988], [1677, 989], [1677, 994], [1688, 994], [1688, 989], [1689, 988], [1689, 984], [1690, 983], [1690, 982], [1688, 979], [1688, 977], [1693, 977], [1693, 975], [1689, 971], [1688, 971], [1685, 974], [1680, 974], [1677, 971]], "79-166, T:0-1": [[1461, 283], [1462, 284], [1465, 281], [1467, 282], [1468, 283], [1469, 284], [1469, 285], [1473, 284], [1474, 285], [1474, 283], [1475, 283], [1477, 281], [1478, 281], [1481, 284], [1482, 283], [1483, 284], [1483, 286], [1488, 286], [1488, 292], [1486, 292], [1486, 300], [1477, 300], [1477, 303], [1475, 305], [1468, 305], [1466, 303], [1466, 299], [1465, 298], [1465, 294], [1464, 293], [1465, 292], [1465, 290], [1466, 289], [1466, 287], [1465, 286], [1461, 286]]}, "center": {"26-41": [943, 244], "57-65": [1683, 983], "79-166, T:0-1": [1473, 293]}},
{"id": "twvz56", "name": "Monkey D. Luffy", "description": "Monkey D. Luffy is the main protagonist of One Piece, a manga series written and illustrated by Eiichiro Oda. Luffy is the man who will become the Pirate King.\n\n\"I don't wanna conquer anything. It's just that the person with the most freedom on the sea is the Pirate King.\"\n\nThis sprite was made by the One Piece community and the Anime Alliance.", "links": {"website": ["https://en.wikipedia.org/wiki/Monkey_D._Luffy", "https://onepiece.fandom.com/wiki/Monkey_D._Luffy"], "subreddit": ["OnePiece"], "discord": ["QFNC6PxBtE", "9U6pHMbHS4"]}, "path": {"118-165, T:0-1": [[1621, 1172], [1618, 1175], [1618, 1177], [1616, 1179], [1616, 1182], [1618, 1182], [1621, 1185], [1618, 1189], [1618, 1190], [1620, 1192], [1620, 1195], [1622, 1198], [1628, 1198], [1630, 1195], [1630, 1192], [1632, 1190], [1632, 1189], [1630, 1186], [1630, 1184], [1634, 1181], [1634, 1179], [1632, 1177], [1632, 1175], [1629, 1172]]}, "center": {"118-165, T:0-1": [1625, 1179]}},
{"id": "twvz0w", "name": "Karma flower", "description": "A flower from the game Rain World.", "links": {"website": ["https://rainworld.fandom.com/wiki/Objects#Karma_Flower"], "subreddit": ["rainworld"]}, "path": {"109-165, T:0-1": [[296, 1471], [294, 1473], [294, 1474], [293, 1475], [296, 1478], [296, 1482], [299, 1485], [300, 1485], [301, 1484], [300, 1483], [299, 1483], [298, 1482], [298, 1479], [300, 1477], [301, 1477], [303, 1475], [299, 1471]]}, "center": {"109-165, T:0-1": [298, 1476]}},
{"id": "100227", "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "links": {"website": ["https://www.twitch.tv/lunaria"]}, "path": {"109-165, T:0-1": [[1736, 1974], [1739, 1974], [1740, 1975], [1740, 1976], [1742, 1976], [1742, 1980], [1741, 1980], [1741, 1982], [1740, 1983], [1739, 1983], [1738, 1982], [1737, 1982], [1736, 1983], [1735, 1983], [1734, 1982], [1734, 1981], [1733, 1980], [1733, 1976], [1735, 1976]]}, "center": {"109-165, T:0-1": [1737, 1979]}},
{"id": 100227, "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "links": {"website": ["https://www.twitch.tv/lunaria"]}, "path": {"109-165, T:0-1": [[1736, 1974], [1739, 1974], [1740, 1975], [1740, 1976], [1742, 1976], [1742, 1980], [1741, 1980], [1741, 1982], [1740, 1983], [1739, 1983], [1738, 1982], [1737, 1982], [1736, 1983], [1735, 1983], [1734, 1982], [1734, 1981], [1733, 1980], [1733, 1976], [1735, 1976]]}, "center": {"109-165, T:0-1": [1737, 1979]}},
{"id": "twvyju", "name": "Flag of Georgia", "description": "Georgia is a country in the Caucasus region of Eastern Europe and Western Asia. It was originally a banner of the medieval Kingdom of Georgia, readopted as the official state flag in 2004.", "links": {"website": ["https://en.wikipedia.org/wiki/Georgia_(country)", "https://en.wikipedia.org/wiki/Flag_of_Georgia_(country)"], "subreddit": ["Sakartvelo"]}, "path": {"45-89": [[862, 176], [862, 197], [902, 197], [902, 176]], "39-44": [[864, 186], [864, 205], [902, 205], [902, 187], [873, 187], [872, 186]], "96-165, T:0-1": [[1782, 476], [1822, 476], [1822, 496], [1782, 496]]}, "center": {"45-89": [882, 187], "39-44": [893, 196], "96-165, T:0-1": [1802, 486]}},
{"id": "twvyig", "name": "CraftGalaxy", "description": "CG, a Minecraft towny server. Before we placed our final logo, we managed to take over EarthMC's logo. Placed next to our allies BVB; thanks to their help in defending us.", "links": {"website": ["https://discord.craftgalaxy.org"]}, "path": {"109-166, T:0-1": [[1563, 1579], [1563, 1573], [1569, 1573], [1569, 1579]]}, "center": {"109-166, T:0-1": [1566, 1576]}},
{"id": "twvyci", "name": "Streamer Awards trophy", "description": "This trophy is awarded to the winner of the Streamer Awards, an award show for livestreamers. The show is organised and hosted by Twitch streamer QTCinderella alongside fellow streamer Maya.", "links": {"website": ["https://en.wikipedia.org/wiki/The_Streamer_Awards"]}, "path": {"118-166, T:0-1": [[624, 1099], [624, 1128], [645, 1128], [645, 1099], [639, 1099], [635, 1097], [633, 1097], [631, 1099]]}, "center": {"118-166, T:0-1": [635, 1113]}},
@ -2169,7 +2169,7 @@
{"id": "twv9g4", "name": "Ramee", "description": "Ramee is a streamer who role-plays on the game Grand Theft Auto V.\n\nThis art also includes a memorial for fellow RP streamer Blue622 who passed away in 2020.", "links": {"website": ["https://www.twitch.tv/ramee"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"25-165, T:0-1": [[410, 964], [408, 966], [409, 967], [409, 970], [411, 972], [422, 978], [424, 978], [426, 976], [420, 971], [423, 971], [426, 968], [426, 966], [424, 964]]}, "center": {"25-165, T:0-1": [416, 969]}},
{"id": "twv974", "name": "Xibalbistán Flag", "description": "Flag of the micronation created by the Xibalboys, a small but dedicated group of friends.nFunded by Alejandro, Isi, Llibert and Chuko", "links": {"website": ["https://xibalbistan.com"]}, "path": {"109-166, T:0-1": [[846, 1814], [846, 1821], [855, 1821], [855, 1814], [853, 1814]]}, "center": {"109-166, T:0-1": [851, 1818]}},
{"id": "twv91e", "name": "Tolkien Estate", "description": "The Tolkien Estate is a legal entity managing the rights of J. R. R. Tolkien, author of The Lord of the Rings and The Hobbit.", "links": {"website": ["https://en.wikipedia.org/wiki/Tolkien_Estate"], "subreddit": ["lotr"]}, "path": {"95-166, T:0-1": [[1823, 430], [1848, 430], [1848, 476], [1823, 476]]}, "center": {"95-166, T:0-1": [1836, 453]}},
{"id": "100004", "name": "Delutaya", "description": "Delutaya is an indie VTuber.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "https://virtualyoutuber.fandom.com/wiki/Delutaya"], "subreddit": ["Delutaya"]}, "path": {"127-166, T:0-1": [[1486, 1063], [1484, 1065], [1482, 1065], [1482, 1066], [1483, 1067], [1483, 1070], [1482, 1071], [1484, 1072], [1484, 1075], [1492, 1075], [1492, 1074], [1490, 1072], [1494, 1072], [1494, 1066], [1490, 1063]]}, "center": {"127-166, T:0-1": [1488, 1068]}},
{"id": 100004, "name": "Delutaya", "description": "Delutaya is an indie VTuber.", "links": {"website": ["https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "https://virtualyoutuber.fandom.com/wiki/Delutaya"], "subreddit": ["Delutaya"]}, "path": {"127-166, T:0-1": [[1486, 1063], [1484, 1065], [1482, 1065], [1482, 1066], [1483, 1067], [1483, 1070], [1482, 1071], [1484, 1072], [1484, 1075], [1492, 1075], [1492, 1074], [1490, 1072], [1494, 1072], [1494, 1066], [1490, 1063]]}, "center": {"127-166, T:0-1": [1488, 1068]}},
{"id": "twv8ov", "name": "Mona Lisa", "description": "The Mona Lisa is a painting created by Italian Renaissance artist Leonardo da Vinci.\n\nThis art was present in the 2017 r/place but was griefed and not finished in the 2022 version.", "links": {"website": ["https://en.wikipedia.org/wiki/Mona_Lisa"], "subreddit": ["MonaLisaClan"]}, "path": {"61-77": [[1254, 534], [1254, 540], [1320, 540], [1320, 534]], "109-166, T:0-1": [[1489, 1289], [1489, 1395], [1492, 1395], [1492, 1309], [1495, 1307], [1499, 1307], [1502, 1310], [1501, 1321], [1502, 1324], [1509, 1324], [1509, 1336], [1515, 1336], [1515, 1344], [1518, 1347], [1518, 1352], [1526, 1352], [1527, 1353], [1537, 1353], [1547, 1343], [1547, 1336], [1557, 1322], [1547, 1317], [1547, 1311], [1551, 1305], [1551, 1302], [1549, 1300], [1549, 1297], [1555, 1297], [1555, 1293], [1559, 1293], [1568, 1298], [1571, 1298], [1571, 1305], [1570, 1306], [1570, 1310], [1571, 1311], [1571, 1314], [1573, 1316], [1573, 1324], [1575, 1324], [1575, 1316], [1576, 1316], [1576, 1289]]}, "center": {"109-166, T:0-1": [1525, 1310]}},
{"id": "twv8ol", "name": "Rust", "description": "Rust is a multiplayer-only survival video game developed by Facepunch Studios.\n\nOriginally just the word \"Rust\" located on the bottom row, the logo for the game was also added after the second canvas expansion.", "links": {"website": ["https://rust.facepunch.com/", "https://en.wikipedia.org/wiki/Rust_(video_game)"], "subreddit": ["playrust", "place_CentralAlliance"]}, "path": {"24-108": [[523, 993], [523, 1000], [540, 1000], [540, 993]], "11-14": [[492, 993], [492, 1000], [516, 1000], [516, 993]], "109-166, T:0-1": [[523, 992], [523, 1018], [540, 1018], [540, 992]]}, "center": {"24-108": [532, 997], "11-14": [504, 997], "109-166, T:0-1": [532, 1005]}},
{"id": "twv8nx", "name": "StressMonster101", "description": "StressMonster101 is a Minecraft YouTuber.", "links": {"website": ["https://www.youtube.com/c/Stressmonster101", "https://hermitcraft.fandom.com/wiki/StressMonster101"], "subreddit": ["HermitCraft"]}, "path": {"16-165, T:0-1": [[887, 591], [887, 599], [896, 599], [896, 591]]}, "center": {"16-165, T:0-1": [892, 595]}},
@ -2288,7 +2288,7 @@
{"id": "twxxvg", "name": "Gender Change Potion", "description": "A Gender Change Potion is an item in the game Terraria that allows the player to change their gender.", "links": {"website": ["https://terraria.fandom.com/wiki/Gender_Change_Potion"], "subreddit": ["Terraria", "transplace"]}, "path": {"81-165, T:0-1": [[684, 460], [682, 462], [682, 465], [681, 466], [679, 471], [679, 473], [682, 476], [687, 476], [690, 473], [690, 471], [687, 465], [687, 462], [685, 460]]}, "center": {"81-165, T:0-1": [684, 471]}},
{"id": "twxxn7", "name": "El Castillo", "description": "El Castillo is a pyramid built by the Mayan people in the Yucatán Peninsula. It is the centerpiece of the ancient Mayan city of Chichén Itzá, one of the New 7 Wonders of the World.", "links": {"website": ["https://en.wikipedia.org/wiki/El_Castillo,_Chichen_Itza"], "subreddit": ["PlaceMexico", "MexicoPlace", "Mexico"]}, "path": {"60-165, T:0-1": [[787, 494], [787, 521], [811, 521], [810, 520], [810, 519], [795, 504], [793, 504], [792, 503], [792, 500], [793, 500], [793, 496], [792, 496], [792, 494]]}, "center": {"60-165, T:0-1": [794, 514]}},
{"id": "twxxcw", "name": "Shape", "description": "Shape, a.k.a. polyshape, is a soon-to-be-VTuber.", "links": {"website": ["https://www.youtube.com/c/shape-polygon"]}, "path": {"99-166, T:0-1": [[1452, 897], [1452, 903], [1472, 903], [1472, 897]]}, "center": {"99-166, T:0-1": [1462, 900]}},
{"id": "100179", "name": "Camellia", "description": "Camellia (also known as Cametek) is a musician that mainly produces electronic dance music. He is also known as the King of Rhythm Games. Built by the r/camelia community with help from r/osuplace and streamer BTMC.", "links": {"website": ["https://linktr.ee/cametek"], "subreddit": ["camelia"]}, "path": {"109-165, T:0-1": [[660, 1491], [660, 1522], [745, 1522], [745, 1491]]}, "center": {"109-165, T:0-1": [703, 1507]}},
{"id": 100179, "name": "Camellia", "description": "Camellia (also known as Cametek) is a musician that mainly produces electronic dance music. He is also known as the King of Rhythm Games. Built by the r/camelia community with help from r/osuplace and streamer BTMC.", "links": {"website": ["https://linktr.ee/cametek"], "subreddit": ["camelia"]}, "path": {"109-165, T:0-1": [[660, 1491], [660, 1522], [745, 1522], [745, 1491]]}, "center": {"109-165, T:0-1": [703, 1507]}},
{"id": "twxx81", "name": "Arkeanos", "description": "Arkeanos is a team of Spanish content creators on YouTube and Twitch. \"Siempre con el Jefecito.\"\n\nShortly before the end of r/place, the Arkeanos community invaded the long-standing r/AnarchyChess chessboard to secure a place in Reddit history.", "links": {"website": ["https://www.youtube.com/channel/UCggHFGmLDDStxyM-uy9DYnQ"], "subreddit": ["Arkeanos", "nexxuzhd"]}, "path": {"158-166, T:0-1": [[1717, 48], [1717, 147], [1615, 147], [1615, 48]]}, "center": {"158-166, T:0-1": [1666, 98]}},
{"id": "twxx76", "name": "Lysium", "description": "Lysium is a streamer who plays on NoPixel, a role-playing server for the game Grand Theft Auto V. He role-plays the character Benji Ramos.", "links": {"website": ["https://www.twitch.tv/lysium"], "subreddit": ["Lysium", "NoPixel"]}, "path": {"95-146": [[1442, 671], [1442, 688], [1489, 688], [1489, 671]], "88-94": [[1442, 671], [1442, 688], [1515, 688], [1515, 671]], "83-85": [[323, 992], [323, 1000], [368, 1000], [369, 992]], "148-166, T:0-1": [[1442, 671], [1442, 688], [1490, 688], [1490, 671]]}, "center": {"95-146": [1466, 680], "88-94": [1479, 680], "83-85": [346, 996], "148-166, T:0-1": [1466, 680]}},
{"id": "twxx6w", "name": "University of Maryland, Baltimore County", "description": "The University of Maryland, Baltimore County (UMBC) is a college in Baltimore, Maryland, United States. The design on UMBC's shield logo is based on the flag of Maryland", "links": {"website": ["https://umbc.edu/", "https://en.wikipedia.org/wiki/University_of_Maryland,_Baltimore_County"], "subreddit": ["UMBC", "maryland"]}, "path": {"106-166, T:0-1": [[1813, 711], [1811, 713], [1811, 715], [1814, 718], [1815, 718], [1818, 715], [1818, 713], [1816, 711]]}, "center": {"106-166, T:0-1": [1815, 714]}},
@ -3047,7 +3047,7 @@
{"id": "tx0u8l", "name": "Halo Tricking", "description": "The Halo tricking community specializes in using exploits and glitches in the Halo games to perform seemingly impossible feats, such as extremely large jumps.\n\nThis art depicts three Halo tricking subcommunities: Halo Création, Termacious Trickocity, & Hidden League Gaming.", "links": {"subreddit": ["halo"]}, "path": {"104-166, T:0-1": [[1194, 83], [1194, 66], [1215, 66], [1215, 83]]}, "center": {"104-166, T:0-1": [1205, 75]}},
{"id": "tx0tqj", "name": "86", "description": "86 (エイティシックス) is an anime, light novel and manga series written by Asato Asato and illustrated by Shirabii. Season One of the anime series finished in March 2022. This is the first art drawn by the 86 community on r/place, and depicts the series title and four characters/robots from the series (left to right: Fido, Shin's reginleif, Lena, Shin). The Japanese characters (忘れません) are a famous line from the series meaning \"We won't forget.\" Thanks to r/PlaceNL for assisting with maintenance.", "links": {"website": ["https://anime-86.com", "https://en.wikipedia.org/wiki/86_(novel_series)"], "subreddit": ["EightySix"]}, "path": {"3": [[293, 0], [293, 8], [301, 8], [301, 0]], "60-79": [[297, 0], [297, 8], [368, 8], [368, 0]], "25-59": [[297, 0], [297, 8], [358, 8], [358, 0]], "4-24": [[297, 0], [297, 8], [345, 8], [345, 0]], "80-165, T:0-1": [[297, 0], [368, 0], [368, 13], [297, 13]]}, "center": {"3": [297, 4], "60-79": [333, 4], "25-59": [328, 4], "4-24": [321, 4], "80-165, T:0-1": [333, 7]}},
{"id": "tx0tox", "name": "Homer Simpson", "description": "Homer Simpson is one of the main characters in the animated sitcom The Simpsons. His signature catchphrase is \"D'oh!\"", "links": {"subreddit": ["TheSimpsons"]}, "path": {"109-166, T:0-1": [[1759, 1192], [1763, 1192], [1763, 1207], [1759, 1207], [1759, 1202], [1758, 1202], [1758, 1200], [1757, 1200], [1757, 1199], [1756, 1199], [1759, 1199]]}, "center": {"109-166, T:0-1": [1761, 1200]}},
{"id": "100000", "name": "Kobolds", "description": "Kobolds, commonly depicted as small, draconic humanoids, are creatures known for their teamwork and penchant for hoarding shiny treasures.\n\nThis art was a collaboration between r/KoboldLegion and Twitter user @KeingåKobold's Discord server. The kobold on the left was inspired by Twitter user @UltChimi's tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart. The kobolds watch over their friends, a kitty and a dino. Yip!", "links": {"website": ["https://en.wikipedia.org/wiki/Kobold", "https://twitter.com/KeingaKobold"], "subreddit": ["KoboldLegion"], "discord": ["kobolds"]}, "path": {"124-157": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1701, 382], [1701, 377], [1691, 377], [1691, 368], [1692, 368], [1692, 359], [1690, 357], [1692, 355], [1694, 355], [1696, 357], [1696, 358], [1704, 358], [1704, 357]], "80-123": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1704, 382], [1701, 379], [1701, 368], [1702, 367], [1702, 361]], "158-166, T:0-1": [[1691, 355], [1691, 378], [1701, 378], [1701, 382], [1717, 382], [1717, 372], [1721, 372], [1721, 364], [1713, 364], [1713, 356], [1720, 355], [1719, 350], [1696, 350], [1696, 355]]}, "center": {"124-157": [1705, 368], "80-123": [1708, 374], "158-166, T:0-1": [1702, 367]}},
{"id": 100000, "name": "Kobolds", "description": "Kobolds, commonly depicted as small, draconic humanoids, are creatures known for their teamwork and penchant for hoarding shiny treasures.\n\nThis art was a collaboration between r/KoboldLegion and Twitter user @KeingåKobold's Discord server. The kobold on the left was inspired by Twitter user @UltChimi's tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart. The kobolds watch over their friends, a kitty and a dino. Yip!", "links": {"website": ["https://en.wikipedia.org/wiki/Kobold", "https://twitter.com/KeingaKobold"], "subreddit": ["KoboldLegion"], "discord": ["kobolds"]}, "path": {"124-157": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1701, 382], [1701, 377], [1691, 377], [1691, 368], [1692, 368], [1692, 359], [1690, 357], [1692, 355], [1694, 355], [1696, 357], [1696, 358], [1704, 358], [1704, 357]], "80-123": [[1705, 356], [1710, 356], [1713, 361], [1713, 363], [1718, 363], [1720, 365], [1720, 366], [1716, 370], [1716, 372], [1717, 373], [1717, 382], [1704, 382], [1701, 379], [1701, 368], [1702, 367], [1702, 361]], "158-166, T:0-1": [[1691, 355], [1691, 378], [1701, 378], [1701, 382], [1717, 382], [1717, 372], [1721, 372], [1721, 364], [1713, 364], [1713, 356], [1720, 355], [1719, 350], [1696, 350], [1696, 355]]}, "center": {"124-157": [1705, 368], "80-123": [1708, 374], "158-166, T:0-1": [1702, 367]}},
{"id": "tx0tj4", "name": "The Hub", "description": "A secret place for the community of Twitch streamer Kollaba.", "links": {"website": ["https://www.twitch.tv/kollaba"], "subreddit": ["kollaba"]}, "path": {"72-123": [[1494, 119], [1494, 138], [1518, 138], [1518, 119]], "125-166, T:0-1": [[1494, 118], [1518, 118], [1518, 131], [1494, 131]]}, "center": {"72-123": [1506, 129], "125-166, T:0-1": [1506, 125]}},
{"id": "tx0tdw", "name": "Cats", "description": "Created on a whim to fill up space between Niko and Lea, these cats started off as Baba (from indie puzzle game Baba is You); however, passersby and other users thought the sprite eyes were misplaced pixels. After attempting to fix them for a while, most gave up as they didn't want a repeat of the Niko Roomba situation.", "links": {"website": ["https://en.wikipedia.org/wiki/Cat"]}, "path": {"107-166, T:0-1": [[892, 273], [889, 276], [889, 281], [915, 281], [915, 280], [914, 279], [914, 277], [910, 273], [906, 273], [905, 276], [905, 278], [906, 279], [906, 281], [896, 281], [896, 279], [897, 278], [897, 276], [895, 273]]}, "center": {"107-166, T:0-1": [909, 277]}},
{"id": "tx0td5", "name": "Springboks", "description": "The national rugby union team of South Africa, nicknamed the Springboks (Boks), are the current title holders as world champions in the international Rugby World Cup competition, which the team has won three times. Both the Boks and the sport of rugby union hold a special place in South Africa's culture and history.", "links": {"website": ["https://www.sarugby.co.za/", "https://en.wikipedia.org/wiki/South_Africa_national_rugby_union_team"], "subreddit": ["SouthAfrica"]}, "path": {"145-165, T:0-1": [[758, 970], [758, 972], [757, 973], [755, 973], [755, 977], [754, 978], [754, 979], [753, 980], [751, 980], [751, 982], [753, 984], [753, 987], [756, 987], [756, 993], [759, 996], [760, 996], [763, 993], [763, 987], [766, 987], [766, 984], [768, 982], [768, 980], [766, 980], [765, 979], [765, 977], [764, 977], [764, 973], [762, 973], [761, 972], [761, 970]]}, "center": {"145-165, T:0-1": [759, 982]}},
@ -5450,7 +5450,7 @@
{"id": "txy52b", "name": "Gona89", "description": "A popular Spanish YouTuber and streamer, well-known for his Minecraft, Plants vs. Zombies, and other games of the like videos.", "links": {"website": ["https://www.youtube.com/channel/UCVrrU-Z0cxcVIX9uq40LoqA"]}, "path": {"109-166, T:0-1": [[1969, 1466], [1969, 1474], [1978, 1474], [1978, 1466]]}, "center": {"109-166, T:0-1": [1974, 1470]}},
{"id": "txy4ag", "name": "MiyuuWAH", "description": "A group of about 300 viewers led by twitch streamer Miyune contested this location for 11 hours and managed to put up one of her emotes - MiyuuWAH - in its entirety before eventually being defeated by the Epic 7 community.", "links": {"website": ["https://www.twitch.tv/miyune"]}, "path": {"124-136": [[1856, 1228], [1825, 1228], [1825, 1257], [1856, 1257]]}, "center": {"124-136": [1841, 1243]}},
{"id": "txy40r", "name": "Nothin' But Lag", "description": "Nothin' But Lag (Justin) is an editor for the YouTube channel SuperMega, and holder of key to the city of Kent, Washington, United States.", "links": {"website": ["https://www.youtube.com/nothinbutlag"], "subreddit": ["SuperMegaShow"]}, "path": {"151-166, T:0-1": [[1852, 395], [1852, 399], [1861, 399], [1861, 395]]}, "center": {"151-166, T:0-1": [1857, 397]}},
{"id": "000184", "name": "Hololive", "description": "Hololive Production is a virtual YouTuber agency owned by Japanese tech entertainment company Cover Corporation. In addition to acting as a multi-channel network, Hololive Production also handles merchandising especially in music production and concert organization. As of April 2022, the agency manages 68 VTubers between four regional branches totaling over 43 million subscribers, including several of the most subscribed VTubers on YouTube.\n\nAbove the Hololive logo are the five members of HoloCouncil, a group from the English branch: Hakos Baelz, Nanashi Mumei, Ceres Fauna, Ouro Kronii, and Tsukumo Sana.", "links": {"website": ["https://en.hololive.tv/", "https://en.wikipedia.org/wiki/Hololive_Production"], "subreddit": ["Hololive", "CeresFauna", "GawrGura", "HakosBaelz", "HoshimachiSuisei", "LaplusDarknesss", "NanashiMumei", "NinomaeInanis", "okbuddyhololive", "oozorasubaru", "OuroKronii", "Pekora", "tokoyamitowa", "TsukumoSana"], "discord": ["holofans"]}, "path": {"1-24": [[200, 721], [218, 721], [218, 715], [262, 715], [262, 725], [247, 725], [247, 733], [302, 733], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [283, 772], [279, 767], [278, 767], [274, 771], [274, 774], [267, 774], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [260, 809], [260, 816], [231, 816], [231, 781], [226, 781], [226, 790], [222, 791], [214, 783], [208, 783], [203, 778], [203, 775], [200, 774], [195, 774], [192, 771], [192, 769], [195, 769], [196, 770], [200, 770]], "25-165, T:0-1": [[200, 721], [218, 721], [218, 715], [260, 715], [260, 724], [263, 724], [265, 726], [269, 726], [271, 724], [272, 725], [280, 725], [282, 727], [284, 727], [288, 723], [286, 721], [286, 719], [288, 717], [290, 717], [292, 719], [292, 721], [290, 721], [290, 723], [295, 728], [295, 730], [296, 731], [296, 737], [302, 737], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [279, 767], [278, 767], [274, 771], [274, 774], [269, 774], [267, 775], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [258, 809], [258, 827], [255, 830], [229, 830], [229, 805], [225, 805], [225, 794], [216, 784], [214, 783], [209, 783], [200, 774], [195, 774], [192, 771], [192, 770], [200, 770]]}, "center": {"1-24": [228, 753], "25-165, T:0-1": [237, 753]}},
{"id": 184, "name": "Hololive", "description": "Hololive Production is a virtual YouTuber agency owned by Japanese tech entertainment company Cover Corporation. In addition to acting as a multi-channel network, Hololive Production also handles merchandising especially in music production and concert organization. As of April 2022, the agency manages 68 VTubers between four regional branches totaling over 43 million subscribers, including several of the most subscribed VTubers on YouTube.\n\nAbove the Hololive logo are the five members of HoloCouncil, a group from the English branch: Hakos Baelz, Nanashi Mumei, Ceres Fauna, Ouro Kronii, and Tsukumo Sana.", "links": {"website": ["https://en.hololive.tv/", "https://en.wikipedia.org/wiki/Hololive_Production"], "subreddit": ["Hololive", "CeresFauna", "GawrGura", "HakosBaelz", "HoshimachiSuisei", "LaplusDarknesss", "NanashiMumei", "NinomaeInanis", "okbuddyhololive", "oozorasubaru", "OuroKronii", "Pekora", "tokoyamitowa", "TsukumoSana"], "discord": ["holofans"]}, "path": {"1-24": [[200, 721], [218, 721], [218, 715], [262, 715], [262, 725], [247, 725], [247, 733], [302, 733], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [283, 772], [279, 767], [278, 767], [274, 771], [274, 774], [267, 774], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [260, 809], [260, 816], [231, 816], [231, 781], [226, 781], [226, 790], [222, 791], [214, 783], [208, 783], [203, 778], [203, 775], [200, 774], [195, 774], [192, 771], [192, 769], [195, 769], [196, 770], [200, 770]], "25-165, T:0-1": [[200, 721], [218, 721], [218, 715], [260, 715], [260, 724], [263, 724], [265, 726], [269, 726], [271, 724], [272, 725], [280, 725], [282, 727], [284, 727], [288, 723], [286, 721], [286, 719], [288, 717], [290, 717], [292, 719], [292, 721], [290, 721], [290, 723], [295, 728], [295, 730], [296, 731], [296, 737], [302, 737], [302, 758], [321, 758], [321, 777], [302, 777], [302, 767], [300, 767], [298, 770], [293, 774], [286, 774], [279, 767], [278, 767], [274, 771], [274, 774], [269, 774], [267, 775], [267, 781], [260, 781], [260, 794], [257, 794], [257, 809], [258, 809], [258, 827], [255, 830], [229, 830], [229, 805], [225, 805], [225, 794], [216, 784], [214, 783], [209, 783], [200, 774], [195, 774], [192, 771], [192, 770], [200, 770]]}, "center": {"1-24": [228, 753], "25-165, T:0-1": [237, 753]}},
{"id": "ty3fac", "name": "Purpled", "description": "Purpled is a streamer. Pictured is his Minecraft skin.", "links": {"website": ["https://www.twitch.tv/purpled", "https://youtube.fandom.com/wiki/Purpled"]}, "path": {"57-165, T:0-1": [[137, 917], [146, 917], [146, 926], [137, 926]]}, "center": {"57-165, T:0-1": [142, 922]}},
{"id": "ty3emk", "name": "Sneegsnag", "description": "Sneegsnag is a streamer. Pictured is Sneegsnag's Minecraft skin.\n\nThe art was temporarily turned purple, pink, trans pride colors, and rainbow, usually by his Discord.", "links": {"website": ["https://www.twitch.tv/sneegsnag", "https://youtube.fandom.com/wiki/Sneegsnag"]}, "path": {"60-165, T:0-1": [[155, 944], [164, 944], [164, 953], [155, 953]]}, "center": {"60-165, T:0-1": [160, 949]}},
{"id": "ty3e4n", "name": "CallyAlly", "description": "CallyAlly is a streamer. Pictured is CallyAlly's Minecraft skin.\n\nCallyAlly allied with r/technoblade on r/place.", "links": {"website": ["https://www.twitch.tv/callyally_"]}, "path": {"35-165, T:0-1": [[164, 926], [173, 926], [173, 935], [164, 935]]}, "center": {"35-165, T:0-1": [169, 931]}},
@ -5654,7 +5654,7 @@
{"id": "tyc5z2", "name": "Great Sphinx of Giza", "description": "The Great Sphinx of Giza, commonly referred to as the Sphinx, is a limestone statue of a reclining sphinx, a mythical creature with the head of a human, and the body of a lion. The Sphinx is the oldest known monumental sculpture in Egypt and one of the most recognisable statues in the world.", "links": {"website": ["https://en.wikipedia.org/wiki/Great_Sphinx_of_Giza"], "subreddit": ["Egypt"]}, "path": {"163-165, T:0-1": [[60, 151], [48, 151], [47, 151], [47, 150], [46, 150], [44, 150], [43, 149], [45, 149], [45, 148], [48, 145], [50, 145], [50, 141], [53, 138], [60, 138], [62, 140], [62, 147], [60, 147], [61, 148], [60, 148], [60, 149], [61, 150]]}, "center": {"163-165, T:0-1": [55, 144]}},
{"id": "tyc2i6", "name": "L. L. Zamenhof", "description": "L. L. Zamenhof was the creator of Esperanto; he published his first work in 1887. He is well-known by the members of the Esperanto community.\n\nAfter the expansion of the Romanian flag had been ceased by the Polish flag, the Esperanto shield got an opportunity to expand several pixels further to the right. After some discussion it was decided to put a small picture of Zamenhof's face in honor of his work. \"Deal With It\" meme sunglasses were also added.", "links": {"website": ["https://en.wikipedia.org/wiki/L._L._Zamenhof", "https://knowyourmeme.com/memes/deal-with-it"], "subreddit": ["Esperanto"]}, "path": {"158-166, T:0-1": [[1499, 487], [1497, 489], [1497, 495], [1498, 496], [1498, 498], [1500, 500], [1508, 500], [1508, 490], [1506, 487]]}, "center": {"158-166, T:0-1": [1503, 493]}},
{"id": "tybu7x", "name": "Kizuna AI's headband", "description": "Kizuna AI is a pioneer in the VTuber field, introducing many behavioral and content creation trends that have influenced how VTubers operate today. She is the first to coin the term \"Virtual YouTuber\".\n\nThis art depicts Kizuna AI's signature headband.", "links": {"website": ["https://www.youtube.com/channel/UC4YaOt1yT-ZeyB0OmxHgolA", "https://en.wikipedia.org/wiki/Kizuna_AI"], "subreddit": ["KizunaAI", "VirtualYoutubers"]}, "path": {"68-166, T:0-1": [[1382, 903], [1379, 903], [1379, 904], [1378, 904], [1378, 908], [1379, 908], [1379, 909], [1381, 909], [1381, 910], [1383, 910], [1383, 911], [1385, 911], [1385, 912], [1382, 912], [1382, 913], [1379, 913], [1379, 914], [1377, 914], [1377, 915], [1375, 915], [1375, 916], [1374, 916], [1374, 917], [1373, 917], [1373, 920], [1375, 920], [1375, 918], [1378, 918], [1378, 917], [1380, 917], [1380, 916], [1382, 916], [1382, 915], [1389, 915], [1389, 916], [1391, 916], [1391, 918], [1392, 918], [1392, 921], [1394, 921], [1394, 917], [1393, 917], [1393, 915], [1393, 914], [1392, 914], [1392, 913], [1391, 913], [1391, 912], [1390, 912], [1391, 911], [1392, 911], [1392, 910], [1393, 910], [1393, 908], [1393, 906], [1394, 902], [1394, 900], [1388, 900], [1388, 906], [1387, 905], [1387, 904], [1386, 904], [1386, 903], [1379, 903]]}, "center": {"68-166, T:0-1": [1383, 906]}},
{"id": "100001", "name": "Ensemble MapleStory Guild", "description": "This white music note on a light blue background is the emblem used by the Ensemble guild in MapleStory. (Yellow pixel is grief.)", "links": {"website": ["https://maplestory.nexon.net/"]}, "path": {"109-166, T:0-1": [[527, 1424], [534, 1424], [534, 1431], [527, 1431]]}, "center": {"109-166, T:0-1": [531, 1428]}},
{"id": 100001, "name": "Ensemble MapleStory Guild", "description": "This white music note on a light blue background is the emblem used by the Ensemble guild in MapleStory. (Yellow pixel is grief.)", "links": {"website": ["https://maplestory.nexon.net/"]}, "path": {"109-166, T:0-1": [[527, 1424], [534, 1424], [534, 1431], [527, 1431]]}, "center": {"109-166, T:0-1": [531, 1428]}},
{"id": "tybkat", "name": "Tiamat Comet", "description": "The comet from the 2016 anime movie Kimi No Na Wa (english: Your Name). It is one of the many metaphors for the connection between the 2 main protagonists Taki and Mitsuha", "links": {"subreddit": ["KimiNoNaWa"]}, "path": {"109-167, T:0-1": [[1257, 1959], [1257, 1953], [1264, 1953], [1264, 1959]]}, "center": {"109-167, T:0-1": [1261, 1956]}},
{"id": "tybjrh", "name": "Belgium", "description": "A map of the western-European country Belgium, drawn in different shades of the Belgian flag.", "links": {"website": ["https://en.wikipedia.org/wiki/Belgium"], "subreddit": ["belgium", "Belgium2", "BELGICA", "placeBE"]}, "path": {"146-166, T:0-1": [[267, 666], [269, 666], [269, 667], [272, 667], [272, 668], [274, 668], [274, 667], [277, 667], [277, 666], [279, 666], [279, 665], [281, 665], [281, 664], [282, 664], [282, 665], [284, 665], [284, 664], [284, 665], [286, 665], [286, 664], [286, 665], [287, 665], [287, 666], [288, 666], [287, 667], [290, 667], [290, 669], [291, 669], [291, 673], [292, 673], [292, 674], [293, 674], [293, 675], [294, 675], [294, 676], [295, 676], [295, 678], [296, 678], [296, 679], [297, 679], [297, 680], [296, 680], [296, 682], [295, 682], [295, 683], [293, 683], [294, 684], [293, 684], [293, 685], [292, 685], [292, 689], [293, 689], [293, 690], [294, 690], [294, 691], [292, 691], [292, 692], [291, 692], [291, 693], [289, 693], [289, 692], [289, 691], [288, 691], [288, 690], [286, 690], [286, 689], [285, 689], [285, 688], [285, 687], [284, 687], [284, 686], [280, 686], [280, 687], [279, 687], [279, 688], [279, 687], [278, 687], [278, 686], [277, 686], [277, 683], [276, 683], [276, 681], [275, 681], [275, 680], [274, 680], [274, 678], [272, 678], [272, 679], [270, 679], [270, 678], [268, 678], [268, 676], [267, 676], [267, 675], [264, 675], [264, 674], [263, 674], [263, 673], [262, 673], [262, 671], [261, 671], [261, 670], [262, 670], [262, 669], [263, 669], [263, 668], [265, 668], [265, 667], [267, 667]]}, "center": {"146-166, T:0-1": [282, 675]}},
{"id": "tybg1m", "name": "Vasile Alecsandri National College", "description": "a public day high school in Galați, Romania", "links": {}, "path": {"109-165, T:0-1": [[369, 1691], [369, 1696], [379, 1695], [379, 1685], [361, 1686], [362, 1692]]}, "center": {"109-165, T:0-1": [371, 1690]}},
@ -7254,7 +7254,7 @@
{"id": "u99s6l", "name": "Raccoon", "description": "A little raccoon", "links": {}, "path": {"109-165, T:0-1": [[927, 1331], [923, 1332], [934, 1323], [932, 1329], [934, 1345], [923, 1343], [924, 1332], [935, 1332], [934, 1344]]}, "center": {"109-165, T:0-1": [930, 1336]}},
{"id": "u980t5", "name": "Longlostbean", "description": "Longlostbean, a streamer, created this bean and befriended the Mili subreddit, allowing them to keep the characters on the board for 24 hours.", "links": {"website": ["https://www.twitch.tv/longlostbean"]}, "path": {"89-157": [[1646, 127], [1644, 129], [1644, 133], [1648, 137], [1651, 137], [1653, 135], [1653, 133], [1651, 131], [1651, 130], [1648, 127]]}, "center": {"89-157": [1648, 132]}},
{"id": "u9wdei", "name": "Vormsi", "description": "Vormsi is Estonia's fourth largest island and is near the second largest, Hiiumaa. It is the wealthiest per capita of any Estonian island.", "links": {"website": ["https://en.wikipedia.org/wiki/Vormsi"], "subreddit": ["Eesti", "BalticStates"]}, "path": {"119-165, T:0-1": [[1915, 106], [1915, 108], [1917, 108], [1917, 106]]}, "center": {"119-165, T:0-1": [1916, 107]}},
{"id": "000197", "name": "Pokémon Workshop", "description": "Pokémon Workshop is a Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The server hosts regular art, music, and writing contests and collabs and has hundreds of members.\n\nThis was the old location of PW before the community agreed to relocate during negotiations with the neighboring VTubers. Despite the relocation, this spot never ended up being properly occupied by anything. The new location is in the Green Lattice at (1079, 490).", "links": {"website": ["https://pokemon-workshop.fandom.com/wiki/r/place_participation"], "discord": ["PkmnWorkshop"]}, "path": {"118-144": [[1505, 1200], [1505, 1192], [1484, 1192], [1484, 1200]], "T:0-1": [[1489, 1192], [1489, 1197], [1497, 1197], [1497, 1194], [1495, 1192]], "158-166": [[1488, 1192], [1488, 1200], [1492, 1200], [1497, 1196], [1497, 1194], [1495, 1192]]}, "center": {"118-144": [1495, 1196], "T:0-1": [1493, 1195], "158-166": [1492, 1196]}},
{"id": 197, "name": "Pokémon Workshop", "description": "Pokémon Workshop is a Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The server hosts regular art, music, and writing contests and collabs and has hundreds of members.\n\nThis was the old location of PW before the community agreed to relocate during negotiations with the neighboring VTubers. Despite the relocation, this spot never ended up being properly occupied by anything. The new location is in the Green Lattice at (1079, 490).", "links": {"website": ["https://pokemon-workshop.fandom.com/wiki/r/place_participation"], "discord": ["PkmnWorkshop"]}, "path": {"118-144": [[1505, 1200], [1505, 1192], [1484, 1192], [1484, 1200]], "T:0-1": [[1489, 1192], [1489, 1197], [1497, 1197], [1497, 1194], [1495, 1192]], "158-166": [[1488, 1192], [1488, 1200], [1492, 1200], [1497, 1196], [1497, 1194], [1495, 1192]]}, "center": {"118-144": [1495, 1196], "T:0-1": [1493, 1195], "158-166": [1492, 1196]}},
{"id": "uaoaef", "name": "Sonic screwdriver", "description": "An iconic multitool from the Doctor Who TV series, owned by the Doctor.", "links": {"website": ["https://en.wikipedia.org/wiki/Sonic_screwdriver"], "subreddit": ["doctorwho", "ukplace", "unitedkingdom"]}, "path": {"147-165, T:0-1": [[655, 491], [655, 497], [657, 497], [657, 491]]}, "center": {"147-165, T:0-1": [656, 494]}},
{"id": "uao9o5", "name": "Fourth Doctor", "description": "The fourth reincarnation of the Doctor, the main character of the Doctor Who TV series. This reincarnation was played by Tom Baker.", "links": {"website": ["https://en.wikipedia.org/wiki/Fourth_Doctor"], "subreddit": ["doctorwho", "ukplace", "unitedkingdom"]}, "path": {"145-165, T:0-1": [[652, 488], [650, 490], [650, 492], [649, 493], [649, 497], [651, 499], [651, 504], [655, 504], [655, 496], [657, 496], [657, 494], [655, 494], [655, 490]]}, "center": {"145-165, T:0-1": [652, 495]}},
{"id": "uao74z", "name": "George Harrison", "description": "A member of the Beatles.", "links": {"website": ["https://en.wikipedia.org/wiki/George_Harrison"], "subreddit": ["ukplace", "unitedkingdom"]}, "path": {"56-63": [[1390, 693], [1388, 695], [1388, 709], [1396, 709], [1396, 708], [1393, 702], [1393, 693]], "100-121, 137-165, T:0-1": [[668, 486], [666, 488], [666, 489], [667, 490], [667, 497], [666, 498], [666, 502], [669, 502], [669, 501], [668, 500], [668, 499], [669, 498], [669, 496], [670, 497], [670, 498], [671, 499], [671, 502], [674, 502], [674, 501], [673, 500], [673, 498], [672, 497], [672, 496], [671, 495], [671, 486]]}, "center": {"56-63": [1391, 706], "100-121, 137-165, T:0-1": [669, 489]}},
@ -8342,7 +8342,7 @@
{"id": "y5npmz", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"1": [[484, 402], [484, 406], [486, 408], [489, 408], [489, 402]], "27-30": [[978, 119], [978, 125], [988, 125], [988, 119]], "37-39": [[999, 194], [996, 197], [999, 200], [1000, 200], [1000, 194]], "52-67": [[962, 184], [962, 190], [968, 190], [968, 184]], "81-94": [[751, 270], [751, 273], [781, 273], [781, 270]], "112-113": [[1947, 389], [1947, 395], [1949, 395], [1949, 389]], "114-119": [[1940, 389], [1940, 395], [1942, 395], [1942, 389]], "2-8": [[448, 402], [448, 408], [471, 408], [471, 402]], "139-154, 158-166, T:0-1": [[750, 238], [739, 249], [739, 250], [750, 250], [752, 248], [752, 238]]}, "center": {"1": [487, 405], "27-30": [983, 122], "37-39": [998, 197], "52-67": [965, 187], "81-94": [766, 272], "112-113": [1948, 392], "114-119": [1941, 392], "2-8": [460, 405], "139-154, 158-166, T:0-1": [748, 246]}},
{"id": "y5n0jp", "name": "Lesbian flag", "description": "A pride flag representing the lesbian community. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"]}, "path": {"26-43": [[896, 206], [896, 212], [907, 212], [907, 200], [1000, 200], [1000, 194], [901, 194], [901, 206]], "44-55": [[953, 194], [953, 197], [962, 197], [962, 199], [970, 199], [970, 200], [999, 200], [999, 194]], "56-66": [[949, 194], [949, 197], [962, 197], [962, 199], [977, 199], [977, 200], [1147, 200], [1147, 194]], "67-84": [[1002, 194], [1002, 197], [1009, 197], [1009, 200], [1110, 200], [1110, 194]], "85-95": [[1009, 194], [1009, 200], [1110, 200], [1110, 194]], "96-105": [[1072, 194], [1072, 200], [1101, 200], [1101, 194]], "6-10": [[341, 443], [337, 447], [341, 449], [350, 449], [350, 443]], "151-155": [[1119, 1183], [1119, 1189], [1121, 1189], [1121, 1183]], "156-159": [[1119, 1183], [1119, 1203], [1121, 1203], [1121, 1197], [1119, 1197], [1119, 1189], [1121, 1189], [1121, 1183]], "160-162": [[1119, 1197], [1119, 1203], [1121, 1203], [1121, 1197]]}, "center": {"26-43": [904, 208], "44-55": [980, 197], "56-66": [1054, 197], "67-84": [1059, 197], "85-95": [1060, 197], "96-105": [1087, 197], "6-10": [344, 446], "151-155": [1120, 1186], "156-159": [1120, 1198], "160-162": [1120, 1200]}},
{"id": "y5os4r", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"]}, "path": {"46-51": [[936, 187], [936, 194], [949, 194], [949, 187]], "97-102": [[48, 362], [48, 369], [62, 369], [62, 362]], "136-138": [[1298, 377], [1298, 379], [1305, 379], [1305, 377]], "121-130": [[1298, 377], [1298, 380], [1306, 380], [1306, 377]], "113-120": [[1298, 377], [1298, 379], [1306, 379], [1306, 377]], "64-67": [[1882, 519], [1882, 522], [1881, 522], [1881, 529], [1880, 529], [1880, 539], [1885, 539], [1885, 519]], "9-12": [[0, 677], [0, 691], [2, 691], [2, 688], [3, 687], [3, 677]], "151-162": [[1119, 1176], [1119, 1183], [1121, 1183], [1121, 1176]]}, "center": {"46-51": [943, 191], "97-102": [55, 366], "136-138": [1302, 378], "121-130": [1302, 379], "113-120": [1302, 378], "64-67": [1883, 532], "9-12": [2, 684], "151-162": [1120, 1180]}},
{"id": "590", "name": "Vienna University of Technology", "description": "The Vienna University of Technology, known in Germany as Technische Universität Wien (TU Wien), is a university in Vienna, Austria.", "links": {"website": ["https://www.tuwien.at/", "https://en.wikipedia.org/wiki/TU_Wien"]}, "path": {"147-165, T:0-1": [[1246, 1173], [1246, 1177], [1261, 1177], [1261, 1173]]}, "center": {"147-165, T:0-1": [1254, 1175]}},
{"id": 590, "name": "Vienna University of Technology", "description": "The Vienna University of Technology, known in Germany as Technische Universität Wien (TU Wien), is a university in Vienna, Austria.", "links": {"website": ["https://www.tuwien.at/", "https://en.wikipedia.org/wiki/TU_Wien"]}, "path": {"147-165, T:0-1": [[1246, 1173], [1246, 1177], [1261, 1177], [1261, 1173]]}, "center": {"147-165, T:0-1": [1254, 1175]}},
{"id": "twhbr7", "name": "Canadian University Avenue", "description": "A collaboration between Canadian universities to get their coats of arms or crests on the canvas. From left to right: University of British Columbia, University of Alberta, McMaster University, University of Toronto, University of Waterloo.", "links": {"subreddit": ["McMaster", "uAlberta", "UBC", "UofT", "uwaterloo"]}, "path": {"88-104": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 35]], "56-87": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 29], [1212, 29]], "105-166, T:0-1": [[1212, 35], [1212, 54], [1219, 59], [1223, 59], [1229, 55], [1230, 55], [1235, 59], [1241, 59], [1247, 54], [1249, 54], [1255, 59], [1263, 52], [1264, 52], [1272, 59], [1281, 51], [1281, 63], [1284, 68], [1287, 70], [1291, 70], [1294, 68], [1297, 63], [1297, 49], [1281, 49], [1281, 35]]}, "center": {"88-104": [1238, 46], "56-87": [1238, 43], "105-166, T:0-1": [1238, 47]}},
{"id": "twx1xn", "name": "Alliance of New York Institutions", "description": "The Alliance of New York Institutions (ANYI) was an alliance primarily of universities in the state of New York, United States. It was founded by members from Stony Brook University (SBU) and made up of members from New York University, Columbia University, Rensselaer Polytechnic Institute, Rochester Institute of Technology, the University of Rochester, Cornell University, Binghamton University, University at Buffalo, Hunter College, Clarkson University, and Fordham University, in alliance with students from the University of Southern California, Stevens Institute of Technology, New Jersey Institute of Technology, and other smaller factions represented in the top-right and bottom-left corner regions.", "links": {"subreddit": ["columbia", "NJTech", "nyu", "opengeofiction", "SBU", "stevens", "UBreddit", "URochester", "USC"]}, "path": {"136-150": [[1010, 200], [1010, 249], [1072, 249], [1072, 208], [1038, 208], [1038, 200]], "73-135": [[1010, 200], [1010, 249], [1111, 249], [1111, 200]], "58-72": [[1047, 200], [1047, 208], [1037, 208], [1037, 249], [1111, 249], [1111, 220], [1110, 220], [1110, 200]], "151-159, T:0-1": [[1010, 198], [1010, 249], [1085, 249], [1085, 198]]}, "center": {"136-150": [1031, 228], "73-135": [1061, 225], "58-72": [1074, 225], "151-159, T:0-1": [1048, 224]}},
{"id": "y6pehm", "name": "Binghamton University", "description": "Binghamton University is a university in Binghamton, New York, United States.", "links": {"website": ["https://www.binghamton.edu/", "https://en.wikipedia.org/wiki/Binghamton_University"]}, "path": {"79-149": [[1024, 201], [1024, 214], [1037, 214], [1037, 201]], "70-78": [[1037, 200], [1037, 208], [1048, 208], [1048, 200]], "150-159, T:0-1": [[1024, 199], [1024, 214], [1037, 214], [1037, 199]]}, "center": {"79-149": [1031, 208], "70-78": [1043, 204], "150-159, T:0-1": [1031, 207]}},
@ -9147,7 +9147,7 @@
{"id": "1003l6s", "name": "AMC", "description": "AMC is an American chain of movie theaters and the largest movie theater chain in the world.", "links": {"website": ["https://amctheatres.com/", "https://en.wikipedia.org/wiki/AMC_Theatres"], "subreddit": ["amcstock"]}, "path": {"128, 130-136, 64-125": [[1238, 339], [1226, 343], [1216, 353], [1212, 363], [1212, 373], [1216, 383], [1222, 390], [1238, 397], [1250, 397], [1263, 390], [1271, 376], [1271, 362], [1264, 350], [1247, 339]], "137-159": [[1223, 344], [1217, 351], [1214, 359], [1214, 373], [1218, 381], [1224, 387], [1232, 390], [1247, 392], [1260, 387], [1268, 378], [1269, 373], [1269, 356], [1265, 350], [1260, 344]]}, "center": {"128, 130-136, 64-125": [1241, 368], "137-159": [1244, 368]}},
{"id": "1003iyb", "name": "r/amcstock", "description": "AMC is an American chain of movie theaters. This art was created by r/amcstock, a subreddit who uses AMC's stocks as meme stocks.\n\nThis art was secured by r/amcstock soon after the first expansion, but was later attacked by content creators GeorgeNotFound and Karl Jacobs, replacing it with a DreamNotFound artwork. r/amcstock eventually counterattacked and restored the AMC logo. In the last hour before the whiteout, content creator Dream came to wipe out AMC for defending their territory against Karl and George, replacing this art with the YouTube series Good Mythical Morning.", "links": {"website": ["https://en.wikipedia.org/wiki/AMC_Theatres"], "subreddit": ["amcstock"]}, "path": {"133-136, 72-125": [[1205, 330], [1205, 398], [1279, 398], [1279, 330]], "137-159": [[1205, 344], [1205, 382], [1214, 382], [1223, 391], [1244, 391], [1244, 398], [1279, 398], [1279, 344]]}, "center": {"133-136, 72-125": [1242, 364], "137-159": [1254, 369]}},
{"id": "10038y3", "name": "Flag of Mexico", "description": "Mexico is a country in the south part of North America. Its flag features Mexico's coat of arms, depicting a golden eagle eating a snake on a cactus. This symbol is based on a legend from the ancient Aztec people, signifying the place where the Aztecs should build their empire.", "links": {"website": ["https://en.wikipedia.org/wiki/Mexico", "https://en.wikipedia.org/wiki/Flag_of_Mexico"]}, "path": {"23-35": [[866, 447], [866, 465], [870, 465], [870, 447]], "74-82": [[1118, 657], [1118, 661], [1122, 661], [1122, 657]], "115-164, T:0-1": [[1199, 353], [1199, 357], [1205, 357], [1205, 353]]}, "center": {"23-35": [868, 456], "74-82": [1120, 659], "115-164, T:0-1": [1202, 355]}},
{"id": "1003891", "name": "Flag of Ecuador", "description": "Ecuador is a country in northwestern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Ecuador", "https://en.wikipedia.org/wiki/Flag_of_Ecuador"]}, "path": {"115-166, T:0-1": [[1199, 345], [1199, 349], [1205, 349], [1205, 345]]}, "center": {"115-166, T:0-1": [1202, 347]}},
{"id": 1003891, "name": "Flag of Ecuador", "description": "Ecuador is a country in northwestern South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Ecuador", "https://en.wikipedia.org/wiki/Flag_of_Ecuador"]}, "path": {"115-166, T:0-1": [[1199, 345], [1199, 349], [1205, 349], [1205, 345]]}, "center": {"115-166, T:0-1": [1202, 347]}},
{"id": "1002uno", "name": "EPITA-Spain heart", "description": "A heart with the colors of the EPITA logo and the flag of Spain.", "links": {"website": ["https://www.epita.fr/", "https://en.wikipedia.org/wiki/Spain"], "subreddit": ["epita", "esPlace", "spain"]}, "path": {"105-166, T:0-1": [[1200, 304], [1198, 306], [1198, 307], [1199, 308], [1199, 309], [1202, 312], [1203, 312], [1207, 309], [1207, 306], [1205, 304]]}, "center": {"105-166, T:0-1": [1203, 308]}},
{"id": "1008nin", "name": "Lady Camden", "description": "Lady Camden is one of the top 5 competitors on Season 14 of RuPaul's Drag Race as of r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Lady_Camden", "https://rupaulsdragrace.fandom.com/wiki/Lady_Camden"], "subreddit": ["SpoiledDragRace", "rupaulsdragrace"]}, "path": {"99-165, T:0-1": [[1222, 402], [1222, 416], [1230, 416], [1230, 402]]}, "center": {"99-165, T:0-1": [1226, 409]}},
{"id": "1008n0h", "name": "Willow Pill", "description": "Willow Pill is one of the top 5 competitors on Season 14 of RuPaul's Drag Race as of r/place 2022.", "links": {"website": ["https://en.wikipedia.org/wiki/Willow_Pill", "https://rupaulsdragrace.fandom.com/wiki/Willow_Pill"], "subreddit": ["SpoiledDragRace", "rupaulsdragrace"]}, "path": {"83-165, T:0-1": [[1222, 416], [1222, 430], [1230, 430], [1230, 416]]}, "center": {"83-165, T:0-1": [1226, 423]}},
@ -9506,7 +9506,7 @@
{"id": "10mbqvm", "name": "Gurren Lagann", "description": "Gurren Lagann is the titular mecha character in the anime Tengen Toppa Gurren Lagann. His pilot Simon is drawn below.", "links": {"website": ["https://gurrenlagann.fandom.com/wiki/Gurren_Lagann"], "subreddit": ["gurrenlagann"]}, "path": {"114-166, T:0-1": [[1747, 433], [1744, 436], [1744, 441], [1741, 445], [1741, 448], [1746, 448], [1743, 455], [1741, 457], [1741, 458], [1747, 458], [1749, 449], [1750, 448], [1751, 448], [1751, 451], [1755, 458], [1760, 458], [1760, 457], [1757, 454], [1757, 449], [1758, 449], [1760, 446], [1760, 435], [1758, 433], [1756, 433], [1756, 436], [1753, 436], [1753, 433]]}, "center": {"114-166, T:0-1": [1750, 442]}},
{"id": "10mbp43", "name": "Simon", "description": "Simon is a character in Tengen Toppa Gurren Lagann who pilots the titular mecha, Gurren Lagann.", "links": {"website": ["https://gurrenlagann.fandom.com/wiki/Simon"], "subreddit": ["gurrenlagann"]}, "path": {"124-166, T:0-1": [[1749, 451], [1749, 455], [1751, 455], [1751, 451]]}, "center": {"124-166, T:0-1": [1750, 453]}},
{"id": "10mbkoq", "name": "Scissor Blade", "description": "The Scissor Blade is the main weapon of protagonist Ryūko Matoi in the anime Kill la Kill.", "links": {"website": ["https://kill-la-kill.fandom.com/wiki/Scissor_Blades"], "subreddit": ["KillLaKill"]}, "path": {"118-166, T:0-1": [[1718, 433], [1714, 437], [1714, 443], [1716, 445], [1716, 460], [1721, 460], [1721, 452], [1723, 449], [1721, 447], [1721, 437], [1722, 436], [1719, 433]]}, "center": {"118-166, T:0-1": [1718, 439]}},
{"id": "000102", "name": "HasanAbi", "description": "HasanAbi, real name Hasan Piker, is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"61-76": [[1849, 429], [1749, 429], [1749, 539], [1850, 539], [1849, 539]], "79-119": [[1794, 497], [1791, 500], [1791, 505], [1790, 506], [1790, 514], [1792, 518], [1791, 521], [1787, 521], [1787, 530], [1786, 530], [1786, 539], [1824, 539], [1824, 530], [1814, 519], [1814, 515], [1816, 513], [1816, 504], [1813, 500], [1807, 497]]}, "center": {"61-76": [1800, 485], "79-119": [1803, 526]}},
{"id": 102, "name": "HasanAbi", "description": "HasanAbi, real name Hasan Piker, is a Twitch streamer.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"61-76": [[1849, 429], [1749, 429], [1749, 539], [1850, 539], [1849, 539]], "79-119": [[1794, 497], [1791, 500], [1791, 505], [1790, 506], [1790, 514], [1792, 518], [1791, 521], [1787, 521], [1787, 530], [1786, 530], [1786, 539], [1824, 539], [1824, 530], [1814, 519], [1814, 515], [1816, 513], [1816, 504], [1813, 500], [1807, 497]]}, "center": {"61-76": [1800, 485], "79-119": [1803, 526]}},
{"id": "10n7fp1", "name": "Blammo", "description": "Blammo is a meme and catchphrase used by streamer HasanAbi.", "links": {"website": ["https://www.twitch.tv/hasanabi", "https://en.wikipedia.org/wiki/Hasan_Piker"], "subreddit": ["Hasan_Piker", "okbuddyhasan"]}, "path": {"78-118": [[1786, 530], [1786, 539], [1824, 539], [1824, 530]], "119-166, T:0-1": [[1786, 530], [1786, 539], [1822, 539], [1822, 530]]}, "center": {"78-118": [1805, 535], "119-166, T:0-1": [1804, 535]}},
{"id": "10n7tub", "name": "Athena Cykes", "description": "Athena Cykes is a character in the Ace Attorney games.", "links": {"website": ["https://aceattorney.fandom.com/wiki/Athena_Cykes"], "subreddit": ["plAceAttorney", "AceAttorney"]}, "path": {"109-113": [[630, 1409], [628, 1411], [626, 1411], [626, 1412], [629, 1415], [631, 1416], [637, 1416], [637, 1409]]}, "center": {"109-113": [632, 1412]}},
{"id": "10n7s2f", "name": "Apollo Justice", "description": "Apollo Justice is a character in the Ace Attorney games.", "links": {"website": ["https://aceattorney.fandom.com/wiki/Apollo_Justice"], "subreddit": ["plAceAttorney", "AceAttorney"]}, "path": {"105-116": [[1745, 440], [1743, 445], [1743, 448], [1741, 448], [1741, 451], [1746, 456], [1750, 456], [1753, 453], [1753, 450], [1754, 449], [1754, 443], [1752, 441], [1750, 441], [1750, 439], [1745, 439]], "60-77": [[1382, 111], [1379, 114], [1379, 116], [1381, 118], [1381, 121], [1383, 123], [1383, 126], [1387, 126], [1387, 123], [1388, 123], [1388, 121], [1390, 121], [1392, 119], [1392, 118], [1389, 118], [1389, 112], [1391, 109], [1391, 108], [1390, 108], [1389, 109], [1386, 109], [1386, 111]], "93-104": [[1730, 460], [1727, 462], [1727, 465], [1729, 467], [1729, 470], [1730, 471], [1730, 473], [1733, 474], [1737, 472], [1741, 467], [1739, 465], [1738, 465], [1738, 460]], "145-158": [[817, 1188], [817, 1190], [814, 1190], [814, 1197], [813, 1197], [813, 1200], [815, 1204], [820, 1206], [822, 1206], [822, 1203], [824, 1203], [827, 1198], [827, 1192], [823, 1188]], "161-166, T:0-1": [[1260, 1739], [1260, 1742], [1262, 1744], [1262, 1749], [1263, 1750], [1263, 1752], [1267, 1752], [1267, 1748], [1268, 1748], [1268, 1746], [1270, 1746], [1272, 1744], [1272, 1743], [1269, 1743], [1269, 1739], [1266, 1736], [1264, 1739]]}, "center": {"105-116": [1749, 447], "60-77": [1385, 118], "93-104": [1734, 468], "145-158": [821, 1196], "161-166, T:0-1": [1265, 1743]}},
@ -9669,7 +9669,7 @@
{"id": "10za7sy", "name": "BMO", "description": "BMO is a lovable little robot from the Cartoon Network show Adventure Time.", "links": {"website": ["https://adventuretime.fandom.com/wiki/BMO"], "subreddit": ["adventuretime"]}, "path": {"77-80": [[813, 548], [813, 581], [849, 581], [849, 548]], "26-38": [[593, 869], [593, 871], [596, 874], [596, 882], [609, 882], [609, 868], [606, 865], [599, 865], [596, 868], [596, 869]], "121-137, T:0-1": [[1482, 538], [1482, 546], [1483, 546], [1483, 548], [1487, 548], [1487, 546], [1489, 544], [1489, 542], [1488, 542], [1488, 538]]}, "center": {"77-80": [831, 565], "26-38": [602, 872], "121-137, T:0-1": [1485, 543]}},
{"id": "10zacdd", "name": "Dota 2", "description": "Defense of the Ancients 2 (Dota 2) is a massively online battle arena (MOBA) developed by Valve.", "links": {"website": ["https://dota2.com", "https://en.wikipedia.org/wiki/Dota_2"], "subreddit": ["DotA2"]}, "path": {"1-14": [[895, 546], [895, 579], [922, 579], [922, 575], [925, 571], [925, 563], [928, 563], [931, 559], [931, 552], [928, 550], [922, 550], [922, 545], [920, 545], [920, 549], [901, 549], [897, 546]], "15-27": [[895, 519], [895, 584], [922, 584], [922, 536], [929, 531], [929, 529], [931, 527], [931, 525], [922, 525], [922, 516], [919, 516], [919, 521], [913, 521], [912, 520], [902, 520], [901, 519]]}, "center": {"1-14": [910, 564], "15-27": [909, 548]}},
{"id": "10zydjw", "name": "Giant Alien Spider Hatchling", "description": "Giant Alien Spiders are infamous monsters from FTL: Multiverse, a mod for the video game FTL: Faster Than Light. Pictured here is a Giant Alien Spider \"Hatchling\" (baby).", "links": {"website": ["https://ftlmultiverse.fandom.com/wiki/Giant_Alien_Spiders#G.A.S._Hatchling", "https://subsetgames.com/forum/viewtopic.php?t=35332"], "discord": ["fZvJYVHh"]}, "path": {"51-60": [[415, 193], [415, 202], [431, 202], [431, 193]]}, "center": {"51-60": [423, 198]}},
{"id": "000101", "name": "A Practical Guide To Evil", "description": "A Practical Guide to Evil is a young adult fantasy serial novel by ErraticErrata about a young girl named Catherine Foundling making her way through the world - though, in a departure from the norm, not on the side of the heroes. Is there such a thing as doing bad things for good reasons, or is she just rationalizing her desire for control? Good and evil are tricky concepts, and the more power you get, the blurrier the lines between them become. The novel was written over the course of 7 years and has 696 chapters.", "links": {"website": ["http://practicalguidetoevil.wordpress.com/"], "subreddit": ["PracticalGuideToEvil"], "discord": ["Bs6TAsaqvd"]}, "path": {"10-166, T:0-1": [[934, 519], [934, 542], [960, 542], [960, 519]]}, "center": {"10-166, T:0-1": [947, 531]}},
{"id": 101, "name": "A Practical Guide To Evil", "description": "A Practical Guide to Evil is a young adult fantasy serial novel by ErraticErrata about a young girl named Catherine Foundling making her way through the world - though, in a departure from the norm, not on the side of the heroes. Is there such a thing as doing bad things for good reasons, or is she just rationalizing her desire for control? Good and evil are tricky concepts, and the more power you get, the blurrier the lines between them become. The novel was written over the course of 7 years and has 696 chapters.", "links": {"website": ["http://practicalguidetoevil.wordpress.com/"], "subreddit": ["PracticalGuideToEvil"], "discord": ["Bs6TAsaqvd"]}, "path": {"10-166, T:0-1": [[934, 519], [934, 542], [960, 542], [960, 519]]}, "center": {"10-166, T:0-1": [947, 531]}},
{"id": "110649q", "name": "r/PracticalGuideToEvil", "description": "Subreddit focused on the works of author ErraticErrata, including A Practical Guide to Evil and Pale Lights.", "links": {"subreddit": ["PracticalGuideToEvil"]}, "path": {"23-31": [[940, 536], [940, 541], [959, 541], [959, 535], [943, 535], [943, 536]], "10-22": [[940, 535], [940, 542], [960, 542], [960, 535]], "32-165, T:0-1": [[935, 535], [935, 541], [959, 541], [959, 535]]}, "center": {"23-31": [950, 538], "10-22": [950, 539], "32-165, T:0-1": [947, 538]}},
{"id": "1105lpy", "name": "Sein", "description": "Sein is Ori's companion in Ori and the Blind Forest.", "links": {"website": ["https://oriandtheblindforest.fandom.com/wiki/Sein"], "subreddit": ["OriAndTheBlindForest"], "discord": ["orithegame"]}, "path": {"12-166, T:0-1": [[985, 511], [982, 514], [981, 516], [981, 517], [984, 520], [986, 521], [993, 521], [993, 527], [991, 527], [991, 529], [989, 529], [989, 532], [986, 532], [986, 533], [988, 535], [990, 535], [994, 532], [998, 527], [998, 522], [996, 518], [994, 516], [991, 515], [988, 512]]}, "center": {"12-166, T:0-1": [987, 517]}},
{"id": "1105k41", "name": "Spirit Tree", "description": "The Spirit Tree is a character in Ori and the Blind Forest. He is the guardian of the game's setting, the Forest of Nibel, and is also Ori's father and the game's narrator.", "links": {"website": ["https://oriandtheblindforest.fandom.com/wiki/Spirit_Tree_(Character)"], "subreddit": ["OriAndTheBlindForest"], "discord": ["orithegame"]}, "path": {"60-166, T:0-1": [[1006, 510], [1001, 514], [997, 514], [994, 517], [996, 519], [996, 523], [992, 526], [992, 533], [991, 534], [991, 536], [993, 536], [995, 538], [999, 538], [999, 539], [1001, 541], [1001, 547], [997, 550], [997, 551], [1014, 551], [1014, 550], [1012, 548], [1012, 544], [1019, 540], [1019, 534], [1020, 534], [1022, 532], [1022, 531], [1020, 529], [1020, 521], [1022, 518], [1019, 515], [1017, 514], [1014, 514], [1011, 511], [1009, 510]]}, "center": {"60-166, T:0-1": [1007, 529]}},
@ -9743,7 +9743,7 @@
{"id": "115zsxt", "name": "Stanley Cup", "description": "The Stanley Cup is a trophy awarded to the winner of the National Hockey League (NHL) champion each year. The Ottawa Senators have won the Stanley Cup 11 times.", "links": {"website": ["https://en.wikipedia.org/wiki/Stanley_Cup"], "subreddit": ["OttawaSenators"]}, "path": {"71-158, T:0-1": [[1478, 535], [1478, 546], [1482, 546], [1482, 535]]}, "center": {"71-158, T:0-1": [1480, 541]}},
{"id": "115zahf", "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"132-140": [[1504, 528], [1502, 530], [1503, 531], [1503, 534], [1509, 534], [1509, 531], [1510, 530], [1508, 528]]}, "center": {"132-140": [1506, 531]}},
{"id": "115z1ly", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"147-153": [[1473, 501], [1473, 527], [1482, 527], [1482, 501], [1488, 501], [1488, 520], [1493, 523], [1499, 523], [1499, 501]], "141-143": [[1480, 501], [1476, 504], [1476, 505], [1481, 507], [1481, 511], [1482, 515], [1492, 512], [1495, 510], [1495, 505], [1493, 503], [1489, 503]], "97-133": [[1473, 501], [1473, 527], [1499, 527], [1499, 501]], "80-83": [[1477, 512], [1477, 515], [1478, 518], [1491, 518], [1493, 515], [1493, 512]], "56-66": [[1700, 537], [1700, 543], [1718, 543], [1718, 537]], "23-29": [[0, 654], [0, 662], [2, 662], [2, 663], [20, 663], [20, 655], [2, 655], [2, 654]], "2-13": [[670, 719], [670, 725], [678, 725], [678, 719]], "32-37": [[17, 940], [17, 946], [22, 946], [22, 940]], "162-166, T:0-1": [[1473, 525], [1473, 527], [1499, 527], [1499, 525]]}, "center": {"147-153": [1494, 513], "141-143": [1486, 508], "97-133": [1486, 514], "80-83": [1485, 515], "56-66": [1709, 540], "23-29": [15, 659], "2-13": [674, 722], "32-37": [20, 943], "162-166, T:0-1": [1486, 526]}},
{"id": "000019", "name": "Pou", "description": "Pou was a Top 1 downloaded mobile game on Google Play for several years straight. In it, the player takes care of a virtual pet, feeding it, buying medicine, and playing minigames.", "links": {"website": ["https://play.google.com/store/apps/details?id=me.pou.app&gl=us", "https://en.wikipedia.org/wiki/Pou_(video_game)"]}, "path": {"68-83": [[1500, 447], [1590, 447], [1590, 542], [1500, 545]]}, "center": {"68-83": [1545, 496]}},
{"id": 19, "name": "Pou", "description": "Pou was a Top 1 downloaded mobile game on Google Play for several years straight. In it, the player takes care of a virtual pet, feeding it, buying medicine, and playing minigames.", "links": {"website": ["https://play.google.com/store/apps/details?id=me.pou.app&gl=us", "https://en.wikipedia.org/wiki/Pou_(video_game)"]}, "path": {"68-83": [[1500, 447], [1590, 447], [1590, 542], [1500, 545]]}, "center": {"68-83": [1545, 496]}},
{"id": "11613fm", "name": "The Tragedy of Darth Plagueis The Wise", "description": "The Tragedy of Darth Plagueis The Wise is a copypasta and meme originating from the movie Star Wars Episode III: Revenge of the Sith.", "links": {"website": ["https://knowyourmeme.com/memes/the-tragedy-of-darth-plagueis-the-wise"]}, "path": {"56-61": [[1404, 538], [1404, 557], [1409, 552], [1441, 552], [1447, 546], [1503, 546], [1503, 538]]}, "center": {"56-61": [1413, 545]}},
{"id": "1160w6u", "name": "Pokémon Picross", "description": "Pokémon Picross is a puzzle game featuring characters from the Pokémon franchise.", "links": {"website": ["https://en.wikipedia.org/wiki/Pok%C3%A9mon_Picross"], "subreddit": ["pokemon"]}, "path": {"77-88": [[1488, 532], [1488, 543], [1499, 543], [1499, 532]]}, "center": {"77-88": [1494, 538]}},
{"id": "1160rr9", "name": "Colombia-Romania hearts", "description": "Hearts depicting the flags of Colombia and Romania.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Romania"], "subreddit": ["Colombia", "Romania"]}, "path": {"82-144": [[1489, 594], [1486, 597], [1486, 599], [1492, 605], [1498, 599], [1498, 597], [1495, 594], [1513, 594], [1510, 597], [1510, 599], [1516, 605], [1522, 599], [1522, 597], [1519, 594]], "73-81": [[1513, 594], [1510, 597], [1510, 599], [1516, 605], [1522, 599], [1522, 597], [1519, 594]], "145-152, T:0-1": [[1513, 594], [1510, 597], [1510, 599], [1522, 599], [1522, 597], [1519, 594]]}, "center": {"82-144": [1492, 598], "73-81": [1516, 599], "145-152, T:0-1": [1516, 597]}},
@ -10052,7 +10052,7 @@
{"id": "12484c5", "name": "Virginia Tech", "description": "Virginia Tech is an engineering-focused university in Blacksburg, a city in southwest Virginia, United States. Go Hokies!", "links": {"website": ["https://vt.edu/", "https://en.wikipedia.org/wiki/Virginia_Tech"], "subreddit": ["VirginiaTech"]}, "path": {"67-80": [[1866, 618], [1866, 623], [1872, 632], [1874, 632], [1875, 633], [1891, 633], [1891, 618]], "56-66": [[1865, 618], [1865, 633], [1891, 633], [1891, 618]]}, "center": {"67-80": [1879, 626], "56-66": [1878, 626]}},
{"id": "1247wtz", "name": "r/Gunners", "description": "Subreddit focused on on the English association football club Arsenal F.C., nicknamed the Gunners.", "links": {"website": ["https://www.arsenal.com/", "https://en.wikipedia.org/wiki/Arsenal_F.C."], "subreddit": ["Gunners"]}, "path": {"69-99": [[1825, 665], [1825, 675], [1873, 675], [1873, 665]]}, "center": {"69-99": [1849, 670]}},
{"id": "1247ol7", "name": "Mojo Chessmaster", "description": "The Mojo Chessmaster is a custom-made guitar used by John Flansburgh of the band They Might Be Giants.", "links": {"website": ["https://tmbw.net/wiki/Mojo_Chessmaster"], "subreddit": ["tmbg"]}, "path": {"114-127, 131-160": [[1885, 637], [1885, 641], [1884, 641], [1884, 648], [1890, 648], [1890, 640], [1888, 640], [1888, 639], [1886, 637]]}, "center": {"114-127, 131-160": [1887, 643]}},
{"id": "1253355", "name": "Gabibbo", "description": "Gabibbo is a mascot for the Italian TV channel Canale 5, featured in the programs Paperissima and Striscia la notizia.", "links": {"website": ["https://www.striscialanotizia.mediaset.it/sos-gabibbo/", "https://en.wikipedia.org/wiki/Gabibbo"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"18-21": [[812, 340], [801, 353], [801, 360], [803, 362], [803, 369], [797, 369], [789, 377], [788, 380], [791, 385], [792, 384], [796, 384], [799, 380], [799, 398], [789, 415], [801, 418], [808, 411], [812, 414], [812, 426], [816, 429], [820, 427], [820, 413], [825, 409], [826, 409], [836, 424], [842, 416], [842, 411], [837, 400], [835, 398], [835, 392], [839, 390], [849, 380], [841, 371], [832, 371], [832, 367], [836, 359], [836, 357], [829, 345], [824, 339]]}, "center": {"18-21": [818, 384]}},
{"id": 1253355, "name": "Gabibbo", "description": "Gabibbo is a mascot for the Italian TV channel Canale 5, featured in the programs Paperissima and Striscia la notizia.", "links": {"website": ["https://www.striscialanotizia.mediaset.it/sos-gabibbo/", "https://en.wikipedia.org/wiki/Gabibbo"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"18-21": [[812, 340], [801, 353], [801, 360], [803, 362], [803, 369], [797, 369], [789, 377], [788, 380], [791, 385], [792, 384], [796, 384], [799, 380], [799, 398], [789, 415], [801, 418], [808, 411], [812, 414], [812, 426], [816, 429], [820, 427], [820, 413], [825, 409], [826, 409], [836, 424], [842, 416], [842, 411], [837, 400], [835, 398], [835, 392], [839, 390], [849, 380], [841, 371], [832, 371], [832, 367], [836, 359], [836, 357], [829, 345], [824, 339]]}, "center": {"18-21": [818, 384]}},
{"id": "twi2k7", "name": "Meat Boy", "description": "Meat Boy is a small, dark red, cube-shaped character who stars in the platforming game Super Meat Boy. His likeness is also used for the popular Twitch emote \"BloodTrail\".", "links": {"website": ["http://supermeatboy.com/", "https://en.wikipedia.org/wiki/Super_Meat_Boy"], "subreddit": ["Supermeatboy"]}, "path": {"141-148": [[1940, 695], [1940, 732], [2000, 732], [2000, 695]], "98-101": [[1920, 775], [1920, 829], [2000, 829], [2000, 775]]}, "center": {"141-148": [1970, 714], "98-101": [1960, 802]}},
{"id": "1256bcy", "name": "Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"56-75": [[1930, 696], [1930, 713], [1951, 713], [1951, 696]]}, "center": {"56-75": [1941, 705]}},
{"id": "1255zlx", "name": "89squad", "description": "89squad is a Russian Twitch streamer group created by streamer Bratishkinoff.", "links": {"website": ["https://www.twitch.tv/team/89squad"], "subreddit": ["89SQUAD89"]}, "path": {"92-149": [[1976, 599], [1976, 605], [1990, 605], [1990, 606], [1992, 606], [1992, 605], [1996, 605], [1996, 599]], "58-81": [[1977, 598], [1977, 604], [1990, 604], [1990, 605], [1992, 605], [1992, 604], [1997, 604], [1997, 598]]}, "center": {"92-149": [1979, 602], "58-81": [1980, 601]}},
@ -10572,7 +10572,7 @@
{"id": "1421j91", "name": "Alfur Aldric", "description": "Alfur Aldric is a character in the animated series Hilda.", "links": {"website": ["https://hildatheseries.fandom.com/wiki/Alfur_Aldric"], "subreddit": ["HildaTheSeries"]}, "path": {"131-166, 88-128, T:0-1": [[1483, 904], [1483, 910], [1485, 912], [1487, 912], [1489, 910], [1489, 905], [1490, 904], [1489, 903], [1488, 904]]}, "center": {"131-166, 88-128, T:0-1": [1486, 908]}},
{"id": "1421j92", "name": "Prince", "description": "Prince is a green fish. It is kissing its love interest, Princess the pink fish.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"57-96, 99-166, T:0-1": [[1443, 921], [1441, 923], [1443, 925], [1446, 925], [1446, 921]]}, "center": {"57-96, 99-166, T:0-1": [1444, 923]}},
{"id": "1421j93", "name": "r/GIDLE", "description": "Subreddit focused on the K-pop girl group (G)I-DLE", "links": {"website": ["https://g-i-dle.fandom.com/wiki/Neverland"], "subreddit": ["GIDLE"]}, "path": {"152-166, T:0-1": [[1465, 913], [1465, 917], [1488, 917], [1488, 914], [1486, 912], [1470, 912], [1469, 913]]}, "center": {"152-166, T:0-1": [1477, 915]}},
{"id": "000144", "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"56-166, T:0-1": [[1421, 928], [1421, 905], [1450, 905], [1450, 949], [1451, 949], [1451, 956], [1450, 956], [1450, 959], [1422, 959], [1422, 953], [1419, 950], [1419, 949], [1450, 949], [1450, 935], [1448, 935], [1445, 932], [1441, 936], [1429, 936], [1426, 934], [1426, 930], [1424, 928]]}, "center": {"56-166, T:0-1": [1436, 919]}},
{"id": 144, "name": "Fish Cult", "description": "The Fish Cult is a team of people dedicated to making fish on r/place.", "links": {"subreddit": ["PlaceFishCult"]}, "path": {"56-166, T:0-1": [[1421, 928], [1421, 905], [1450, 905], [1450, 949], [1451, 949], [1451, 956], [1450, 956], [1450, 959], [1422, 959], [1422, 953], [1419, 950], [1419, 949], [1450, 949], [1450, 935], [1448, 935], [1445, 932], [1441, 936], [1429, 936], [1426, 934], [1426, 930], [1424, 928]]}, "center": {"56-166, T:0-1": [1436, 919]}},
{"id": "143uh8t", "name": "Non-binary flag", "description": "A pride flag representing the non-binary community. Non-binary people identify as a gender other than only male or female. The non-binary flag was created in 2014 by Kye Rowan. The different ways people can have a non-binary gender is represented by each color.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"]}, "path": {"127-130": [[1494, 930], [1494, 937], [1497, 937], [1497, 935], [1499, 933], [1499, 930]], "109-111": [[1520, 930], [1520, 932], [1525, 932], [1525, 930]], "87-100": [[1522, 980], [1522, 985], [1528, 985], [1528, 980]], "131-166, T:0-1": [[1491, 933], [1491, 937], [1496, 937], [1499, 933], [1499, 930], [1495, 930], [1495, 933]]}, "center": {"127-130": [1496, 932], "109-111": [1523, 931], "87-100": [1525, 983], "131-166, T:0-1": [1495, 935]}},
{"id": "143ug6w", "name": "Rainbow flag", "description": "A pride flag representing the LGBT community as a whole.", "links": {"website": ["https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT)", "https://en.wikipedia.org/wiki/LGBT"]}, "path": {"61-69": [[1781, 988], [1781, 991], [1799, 991], [1799, 988], [1792, 988], [1792, 991], [1788, 991], [1788, 988]], "104-166, T:0-1": [[1492, 924], [1492, 931], [1496, 931], [1496, 924]]}, "center": {"61-69": [1795, 990], "104-166, T:0-1": [1494, 928]}},
{"id": "143ufeb", "name": "Transgender flag", "description": "A pride flag representing the transgender community. Transgender people have a gender identity different from their sex assigned at birth.", "links": {"website": ["https://en.wikipedia.org/wiki/Transgender", "https://en.wikipedia.org/wiki/Transgender_flag"]}, "path": {"62": [[1494, 910], [1494, 916], [1496, 916], [1496, 910]], "92": [[1494, 919], [1494, 925], [1496, 925], [1496, 919]], "164": [[1492, 911], [1492, 925], [1496, 925], [1496, 920], [1501, 920], [1501, 918], [1494, 918], [1492, 916], [1492, 915], [1494, 913], [1497, 913], [1497, 914], [1496, 915], [1496, 917], [1498, 917], [1498, 915], [1500, 915], [1500, 913], [1501, 912], [1501, 911]], "156-160": [[1492, 911], [1492, 925], [1496, 925], [1496, 920], [1508, 920], [1508, 911]], "80-87": [[1453, 925], [1453, 931], [1461, 931], [1461, 925]], "101-155, 161-163, T:0-1": [[1492, 919], [1492, 925], [1496, 925], [1496, 919]]}, "center": {"62": [1495, 913], "92": [1495, 922], "164": [1494, 920], "156-160": [1499, 916], "80-87": [1457, 928], "101-155, 161-163, T:0-1": [1494, 922]}},
@ -10699,119 +10699,119 @@
{"id": "147ktdv", "name": "Warp Pipe", "description": "A Warp Pipe is a type of pipe that commonly appears in the Mario games. It allows warping between locations.", "links": {"website": ["https://www.mariowiki.com/Warp_Pipe"], "subreddit": ["TeosGame"]}, "path": {"111-165, T:0-1": [[1088, 1014], [1085, 1017], [1085, 1021], [1086, 1022], [1086, 1031], [1090, 1036], [1096, 1036], [1099, 1030], [1100, 1028], [1100, 1022], [1101, 1021], [1101, 1017], [1098, 1014], [1097, 1014], [1097, 1017], [1098, 1018], [1098, 1020], [1089, 1020], [1089, 1017], [1090, 1016]]}, "center": {"111-165, T:0-1": [1093, 1027]}},
{"id": "147ktdw", "name": "Masaryk University-Freddy Fazbear heart", "description": "A heart with the background colors of the Masaryk University and Freddy Fazbear.", "links": {"website": ["https://www.muni.cz/", "https://freddy-fazbears-pizza.fandom.com/wiki/Freddy_Fazbear"], "subreddit": ["fivenightsatfreddys"]}, "path": {"163-165, T:0-1": [[1098, 1094], [1096, 1096], [1096, 1097], [1100, 1101], [1104, 1097], [1104, 1096], [1102, 1094]]}, "center": {"163-165, T:0-1": [1100, 1097]}},
{"id": "147ktdx", "name": "Université de Montréal", "description": "Université de Montréal is a university in Montreal, Quebec, Canada.", "links": {"website": ["http://www.umontreal.ca/", "https://en.wikipedia.org/wiki/Universit%C3%A9_de_Montr%C3%A9al"], "subreddit": ["Quebec"]}, "path": {"161-165, T:0-1": [[1070, 1065], [1070, 1069], [1068, 1071], [1068, 1073], [1076, 1073], [1076, 1071], [1074, 1069], [1074, 1065]]}, "center": {"161-165, T:0-1": [1072, 1071]}},
{"id": "472", "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"110-116": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1100], [1082, 1100], [1082, 1111], [1116, 1111], [1116, 1076]], "117-153": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1097], [1116, 1097], [1116, 1076]]}, "center": {"110-116": [1108, 1103], "117-153": [1108, 1085]}},
{"id": "473", "name": "Asexual car", "description": "A car in the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149": [[1100, 1086], [1100, 1091], [1102, 1091], [1102, 1086]], "150-152": [[1103, 1086], [1103, 1092], [1100, 1092], [1100, 1097], [1102, 1097], [1102, 1092], [1103, 1092], [1103, 1091], [1107, 1091], [1107, 1086]]}, "center": {"149": [1101, 1089], "150-152": [1105, 1089]}},
{"id": "474", "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"114-122, 128-152": [[1108, 1087], [1108, 1091], [1110, 1091], [1110, 1087]]}, "center": {"114-122, 128-152": [1109, 1089]}},
{"id": "475", "name": "Non-binary car", "description": "A car in the colors of the non-binary pride flag. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"150-151": [[1112, 1087], [1112, 1098], [1114, 1098], [1114, 1087]]}, "center": {"150-151": [1113, 1093]}},
{"id": "476", "name": "Genderqueer car", "description": "A car in the colors of the genderqueer pride flag. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"115-120, 145-146": [[1100, 1087], [1100, 1091], [1102, 1091], [1102, 1087]], "131-144": [[1100, 1087], [1100, 1091], [1104, 1091], [1104, 1097], [1106, 1097], [1106, 1093], [1104, 1093], [1104, 1091], [1102, 1091], [1102, 1087]]}, "center": {"115-120, 145-146": [1101, 1089], "131-144": [1105, 1094]}},
{"id": "477", "name": "Pansexual car", "description": "A car in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"118-146": [[1104, 1078], [1104, 1082], [1106, 1082], [1106, 1078]]}, "center": {"118-146": [1105, 1080]}},
{"id": "478", "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149-151": [[1100, 1084], [1100, 1086], [1106, 1086], [1106, 1084]]}, "center": {"149-151": [1103, 1085]}},
{"id": "479", "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}},
{"id": "480", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}},
{"id": "481", "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}},
{"id": "482", "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]], "149-158": [[1058, 1122], [1058, 1128], [1074, 1128], [1074, 1122]], "161-162": [[1122, 1143], [1118, 1147], [1118, 1149], [1117, 1149], [1117, 1153], [1121, 1153], [1121, 1149], [1123, 1147], [1123, 1143]]}, "center": {"147": [1163, 1050], "149-158": [1066, 1125], "161-162": [1119, 1151]}},
{"id": "483", "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}},
{"id": "484", "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}},
{"id": "485", "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}},
{"id": "486", "name": "RIM", "description": "RIM is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCfBkUgaJ6eqYA9_TX2cmq9A", "https://kamitsubaki.fandom.com/wiki/Rim"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1445, 1123], [1445, 1126], [1447, 1126], [1447, 1123]]}, "center": {"123-165, T:0-1": [1446, 1125]}},
{"id": "487", "name": "Isekaijoucho", "description": "Isekaijoucho is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCah4_WVjmr8XA7i5aigwV-Q", "https://kamitsubaki.fandom.com/wiki/Isekaijoucho"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1446, 1123], [1446, 1126], [1448, 1126], [1448, 1123]]}, "center": {"123-165, T:0-1": [1447, 1125]}},
{"id": "488", "name": "Harusaruhi", "description": "Harusaruhi is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCE7gtjLeZKNXLp5YURzYYeg", "https://kamitsubaki.fandom.com/wiki/Harusaruhi"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1447, 1123], [1447, 1126], [1449, 1126], [1449, 1123]]}, "center": {"123-165, T:0-1": [1448, 1125]}},
{"id": "489", "name": "koko", "description": "koko is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UC7Gow-kNHq21oejSIDg9PAg", "https://kamitsubaki.fandom.com/wiki/Koko"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1448, 1123], [1448, 1126], [1450, 1126], [1450, 1123]]}, "center": {"123-165, T:0-1": [1449, 1125]}},
{"id": "490", "name": "CIEL", "description": "CIEL is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCRvkXFtB70ZADg4L6A8L3wQ", "https://kamitsubaki.fandom.com/wiki/Ciel"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1449, 1123], [1449, 1126], [1451, 1126], [1451, 1123]]}, "center": {"123-165, T:0-1": [1450, 1125]}},
{"id": 472, "name": "r/fuckcars parking lot", "description": "r/fuckcars is a subreddit dedicated to discussing the negative impacts of urban sprawl and car-dependent infrastructure on communities, safety, public health, and the environment. Examples include massive highways, huge parking lots, dangerous intersections, and bad road design. r/fuckcars aspires towards better urban planning and more sustainable and effective alternatives like mass transit and improved pedestrian/cycling infrastructure, particularly in the United States, which relies heavily on cars for commuting and travel.\n\nThis parking lot is meant to be an eyesore and waste valuable screen space, just like parking lots waste space in real life.", "links": {"subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"110-116": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1100], [1082, 1100], [1082, 1111], [1116, 1111], [1116, 1076]], "117-153": [[1083, 1076], [1083, 1078], [1100, 1078], [1100, 1097], [1116, 1097], [1116, 1076]]}, "center": {"110-116": [1108, 1103], "117-153": [1108, 1085]}},
{"id": 473, "name": "Asexual car", "description": "A car in the colors of the asexual pride flag. Asexual people have no sexual attraction to others.", "links": {"website": ["https://en.wikipedia.org/wiki/Asexuality"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149": [[1100, 1086], [1100, 1091], [1102, 1091], [1102, 1086]], "150-152": [[1103, 1086], [1103, 1092], [1100, 1092], [1100, 1097], [1102, 1097], [1102, 1092], [1103, 1092], [1103, 1091], [1107, 1091], [1107, 1086]]}, "center": {"149": [1101, 1089], "150-152": [1105, 1089]}},
{"id": 474, "name": "Bisexual car", "description": "A car in the colors of the bisexual pride flag. Bisexual people are sexually attracted to both males and females.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"114-122, 128-152": [[1108, 1087], [1108, 1091], [1110, 1091], [1110, 1087]]}, "center": {"114-122, 128-152": [1109, 1089]}},
{"id": 475, "name": "Non-binary car", "description": "A car in the colors of the non-binary pride flag. Non-binary people identify as a gender other than only male or female.", "links": {"website": ["https://en.wikipedia.org/wiki/Non-binary_gender"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"150-151": [[1112, 1087], [1112, 1098], [1114, 1098], [1114, 1087]]}, "center": {"150-151": [1113, 1093]}},
{"id": 476, "name": "Genderqueer car", "description": "A car in the colors of the genderqueer pride flag. Genderqueer is an umbrella term similar to non-binary.", "links": {"website": ["https://gender.fandom.com/wiki/Genderqueer"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"115-120, 145-146": [[1100, 1087], [1100, 1091], [1102, 1091], [1102, 1087]], "131-144": [[1100, 1087], [1100, 1091], [1104, 1091], [1104, 1097], [1106, 1097], [1106, 1093], [1104, 1093], [1104, 1091], [1102, 1091], [1102, 1087]]}, "center": {"115-120, 145-146": [1101, 1089], "131-144": [1105, 1094]}},
{"id": 477, "name": "Pansexual car", "description": "A car in the colors of the pansexual pride flag. Pansexual people are attracted to others regardless of sex or gender identity.", "links": {"website": ["https://en.wikipedia.org/wiki/Pansexuality", "https://en.wikipedia.org/wiki/Pansexual_flag"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"118-146": [[1104, 1078], [1104, 1082], [1106, 1082], [1106, 1078]]}, "center": {"118-146": [1105, 1080]}},
{"id": 478, "name": "Lesbian car", "description": "A car in the colors of the lesbian pride flag. Lesbian people are women attracted to other women.", "links": {"website": ["https://en.wikipedia.org/wiki/Lesbian"], "subreddit": ["fuckcars"], "discord": ["w84VM2fbGs"]}, "path": {"149-151": [[1100, 1084], [1100, 1086], [1106, 1086], [1106, 1084]]}, "center": {"149-151": [1103, 1085]}},
{"id": 479, "name": "7k Coalition", "description": "7k Coalition is a Discord server of a group of friends.\n\n7k Coalition joined with another friend group Discord, Waifu Gang, to create their logos on the canvas. And we still are here at the end of r/place and for the eternity.", "links": {}, "path": {"162-165, T:0-1": [[1122, 1100], [1122, 1112], [1127, 1112], [1127, 1100]]}, "center": {"162-165, T:0-1": [1125, 1106]}},
{"id": 480, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"136-158": [[1117, 1074], [1117, 1114], [1116, 1114], [1116, 1123], [1120, 1123], [1120, 1114], [1117, 1114], [1117, 1106], [1121, 1106], [1121, 1074]]}, "center": {"136-158": [1118, 1116]}},
{"id": 481, "name": "DreamNotFound Among Us crewmate", "description": "An Among Us crewmate in the colors of the DreamNotFound (DNF) flag. DreamNotFound is the ship name of content creators Dream and GeorgeNotFound.", "links": {"website": ["https://shipping.fandom.com/wiki/DreamNotFound"], "subreddit": ["dreamnotfound2"]}, "path": {"132-141": [[1125, 1082], [1123, 1084], [1123, 1085], [1124, 1086], [1124, 1088], [1128, 1088], [1128, 1082]]}, "center": {"132-141": [1126, 1085]}},
{"id": 482, "name": "Flag of France", "description": "France is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/France", "https://en.wikipedia.org/wiki/Flag_of_France"], "subreddit": ["placefrance", "franceplace", "placeFR", "france"]}, "path": {"147": [[1161, 1048], [1161, 1051], [1165, 1051], [1165, 1048]], "149-158": [[1058, 1122], [1058, 1128], [1074, 1128], [1074, 1122]], "161-162": [[1122, 1143], [1118, 1147], [1118, 1149], [1117, 1149], [1117, 1153], [1121, 1153], [1121, 1149], [1123, 1147], [1123, 1143]]}, "center": {"147": [1163, 1050], "149-158": [1066, 1125], "161-162": [1119, 1151]}},
{"id": 483, "name": "Lesser Dog", "description": "Lesser Dog is a miniboss from the game Undertale. Its neck grows longer every time it is pet, and can extend past the top of the screen and wrap around to the bottom.", "links": {"website": ["https://undertale.fandom.com/wiki/Lesser_Dog"], "subreddit": ["Undertale"]}, "path": {"124-134": [[1288, 1048], [1285, 1051], [1285, 1066], [1287, 1068], [1288, 1068], [1290, 1070], [1293, 1070], [1293, 1068], [1295, 1068], [1298, 1065], [1299, 1062], [1301, 1062], [1301, 1059], [1300, 1058], [1300, 1056], [1299, 1055], [1299, 1053], [1297, 1051], [1292, 1051], [1292, 1048]]}, "center": {"124-134": [1292, 1059]}},
{"id": 484, "name": "The Kid", "description": "The Kid is the player character in the game I Wanna Be the Guy and its spinoffs. He is on a quest to become \"The Guy\".", "links": {"website": ["https://i-wanna-be-the-guy.fandom.com/wiki/The_Kid"]}, "path": {"125-136": [[1312, 1080], [1310, 1082], [1310, 1088], [1311, 1088], [1311, 1092], [1312, 1093], [1322, 1093], [1326, 1089], [1326, 1085], [1324, 1082], [1322, 1080]], "162-166": [[1265, 1736], [1264, 1739], [1260, 1739], [1260, 1743], [1262, 1743], [1262, 1746], [1265, 1748], [1267, 1748], [1269, 1746], [1269, 1739], [1266, 1736]]}, "center": {"125-136": [1318, 1087], "162-166": [1265, 1742]}},
{"id": 485, "name": "Blancworks", "description": "Blancworks was the development team responsible for the Figura mod until the original developer of the mod asked for the team to stop using the Blancworks branding and logo. The modding team is now known as Moonlight and continues working on Figura.", "links": {"website": ["https://github.com/Kingdom-Of-The-Moon", "https://github.com/Moonlight-MC"], "subreddit": ["Figura"], "discord": ["ekHGHcH8Af"]}, "path": {"11-49": [[746, 954], [744, 956], [742, 956], [742, 962], [751, 962], [751, 956], [749, 956], [747, 954]], "50-99": [[736, 945], [736, 947], [734, 947], [734, 954], [743, 954], [743, 947], [741, 947], [741, 945]]}, "center": {"11-49": [747, 959], "50-99": [739, 950]}},
{"id": 486, "name": "RIM", "description": "RIM is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCfBkUgaJ6eqYA9_TX2cmq9A", "https://kamitsubaki.fandom.com/wiki/Rim"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1445, 1123], [1445, 1126], [1447, 1126], [1447, 1123]]}, "center": {"123-165, T:0-1": [1446, 1125]}},
{"id": 487, "name": "Isekaijoucho", "description": "Isekaijoucho is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCah4_WVjmr8XA7i5aigwV-Q", "https://kamitsubaki.fandom.com/wiki/Isekaijoucho"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1446, 1123], [1446, 1126], [1448, 1126], [1448, 1123]]}, "center": {"123-165, T:0-1": [1447, 1125]}},
{"id": 488, "name": "Harusaruhi", "description": "Harusaruhi is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCE7gtjLeZKNXLp5YURzYYeg", "https://kamitsubaki.fandom.com/wiki/Harusaruhi"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1447, 1123], [1447, 1126], [1449, 1126], [1449, 1123]]}, "center": {"123-165, T:0-1": [1448, 1125]}},
{"id": 489, "name": "koko", "description": "koko is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UC7Gow-kNHq21oejSIDg9PAg", "https://kamitsubaki.fandom.com/wiki/Koko"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1448, 1123], [1448, 1126], [1450, 1126], [1450, 1123]]}, "center": {"123-165, T:0-1": [1449, 1125]}},
{"id": 490, "name": "CIEL", "description": "CIEL is a virtual singer signed to Kamitsubaki Studio.", "links": {"website": ["https://www.youtube.com/channel/UCRvkXFtB70ZADg4L6A8L3wQ", "https://kamitsubaki.fandom.com/wiki/Ciel"], "subreddit": ["Kamitsubaki_Fans", "VirtualYoutubers"], "discord": ["NwCy89U"]}, "path": {"123-165, T:0-1": [[1449, 1123], [1449, 1126], [1451, 1126], [1451, 1123]]}, "center": {"123-165, T:0-1": [1450, 1125]}},
{"id": "twh3hz", "name": "NU'EST", "description": "NU'EST is a Generation 3 K-pop boy band from Pledis Entertainment. The word \"disbandment\" was never used, but three of the members did not sign back with Pledis.", "links": {"website": ["https://www.pledis.co.kr/html/artist/nuest", "https://en.wikipedia.org/wiki/NU'EST"], "subreddit": ["nuest", "kpop"]}, "path": {"132-151": [[1494, 1035], [1494, 1043], [1502, 1043], [1502, 1035]]}, "center": {"132-151": [1498, 1039]}},
{"id": "twhfzb", "name": "Phtanum B", "description": "Phtanum B is a worldbuilding and spec-evo project which documents the bizarre lifeforms on an exoplanet. Pyrite bones, non-newtonian fluid armor, plastic scars, super-storms, and a complex human history are just few things you can find here.", "links": {"website": ["https://instagram.com/phtanum_b_official/"], "subreddit": ["PhtanumB"]}, "path": {"140-152": [[1456, 1001], [1454, 1003], [1454, 1006], [1456, 1008], [1459, 1008], [1461, 1006], [1461, 1003], [1459, 1001]]}, "center": {"140-152": [1458, 1005]}},
{"id": "twl19n", "name": "BoA", "description": "Kwon Bo-ah, known professionally as BoA, is a South Korean singer, songwriter, dancer, record producer and actress who has been active since 2000. One of the most successful and influential Korean entertainers, she has been dubbed the \"Queen of K-pop\" and has been cited as the influence of countless singers and idols today.", "links": {"website": ["https://en.wikipedia.org/wiki/BoA", "https://www.smtown.com/artist/musician/1"], "subreddit": ["kpop"]}, "path": {"114-151": [[1478, 1034], [1478, 1044], [1494, 1044], [1494, 1034]]}, "center": {"114-151": [1486, 1039]}},
{"id": "twh21t", "name": "EXO", "description": "Exo is a South Korean-Chinese boy group under Sm Entertainment, consisting of nine members: Xiumin, Suho, Lay, Baekhyun, Chen, Chanyeol, D.O., Kai, and Sehun. They debuted in 2012.", "links": {"website": ["https://www.smtown.com/artist/musician/86", "https://en.wikipedia.org/wiki/Exo"], "subreddit": ["exo", "kpop"]}, "path": {"115-151": [[1492, 1017], [1509, 1017], [1509, 1027], [1492, 1027]]}, "center": {"115-151": [1501, 1022]}},
{"id": "491", "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}},
{"id": "492", "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}},
{"id": "493", "name": "Jujalag-Alexelcapo heart", "description": "A heart with the colors of Spanish streamers Jujalag and Alexelcapo.", "links": {"website": ["https://www.twitch.tv/jujalag", "https://www.twitch.tv/alexelcapo"], "subreddit": ["SorryLay"]}, "path": {"152-166, T:0-1": [[1521, 1002], [1519, 1004], [1519, 1007], [1524, 1012], [1525, 1012], [1530, 1007], [1530, 1004], [1528, 1002]]}, "center": {"152-166, T:0-1": [1524, 1006]}},
{"id": "494", "name": "Adam Wainwright", "description": "Adam Wainwright (#50) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Adam_Wainwright"], "subreddit": ["Cardinals"]}, "path": {"159-162": [[1582, 1051], [1582, 1057], [1590, 1057], [1590, 1051]]}, "center": {"159-162": [1586, 1054]}},
{"id": "495", "name": "Albert Pujols", "description": "Albert Pujols (#5) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Albert_Pujols"], "subreddit": ["Cardinals"]}, "path": {"154-166, T:0-1": [[1575, 1038], [1575, 1044], [1579, 1044], [1579, 1038]]}, "center": {"154-166, T:0-1": [1577, 1041]}},
{"id": "496", "name": "Yadier Molina", "description": "Yadier Molina (#47) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Yadier_Molina"], "subreddit": ["Cardinals"]}, "path": {"156-166, T:0-1": [[1575, 1044], [1575, 1048], [1577, 1048], [1577, 1050], [1579, 1050], [1579, 1044]]}, "center": {"156-166, T:0-1": [1577, 1046]}},
{"id": "497", "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["SorryLag"]}, "path": {"162-166, T:0-1": [[1568, 1045], [1568, 1050], [1574, 1050], [1574, 1045]]}, "center": {"162-166, T:0-1": [1571, 1048]}},
{"id": "498", "name": "Super Junior", "description": "Super Junior, abbreviated as SuJu, is a K-pop boy band.", "links": {"website": ["https://www.smtown.com/artist/musician/39", "https://en.wikipedia.org/wiki/Super_Junior"], "subreddit": ["kpop"]}, "path": {"116-151": [[1501, 1027], [1501, 1035], [1525, 1035], [1525, 1027]]}, "center": {"116-151": [1513, 1031]}},
{"id": "499", "name": "Weki Meki", "description": "Weki Meki, abbreviated as WEME, is a K-pop girl group.", "links": {"website": ["http://fantagio.kr/musicians/%EC%9C%84%ED%82%A4%EB%AF%B8%ED%82%A4/", "https://en.wikipedia.org/wiki/Weki_Meki"], "subreddit": ["kpop"]}, "path": {"115-166, T:0-1": [[1497, 1044], [1497, 1056], [1510, 1056], [1510, 1044]]}, "center": {"115-166, T:0-1": [1504, 1050]}},
{"id": 491, "name": "SEVENTEEN", "description": "SEVENTEEN is a 13-member South Korean boy group managed by Pledis Entertainment.", "links": {"website": ["http://www.pledis.co.kr/html/artist/seventeen", "https://twitter.com/pledis_17", "https://en.wikipedia.org/wiki/Seventeen_(South_Korean_band)"], "subreddit": ["seventeen", "kpop"]}, "path": {"111-152": [[1451, 1035], [1451, 1044], [1478, 1044], [1478, 1035]]}, "center": {"111-152": [1465, 1040]}},
{"id": 492, "name": "CARAT", "description": "CARAT is the fandom name for the K-pop boy group SEVENTEEN. They are frequently represented with carrots as a pun on the name.", "links": {"website": ["https://carat.fandom.com/wiki/CARAT"], "subreddit": ["seventeen", "kpop"]}, "path": {"134-152": [[1475, 1036], [1471, 1040], [1471, 1043], [1473, 1043], [1477, 1039], [1477, 1038]], "113-133": [[1476, 1036], [1472, 1040], [1472, 1043], [1474, 1043], [1478, 1039], [1478, 1038]]}, "center": {"134-152": [1474, 1040], "113-133": [1475, 1040]}},
{"id": 493, "name": "Jujalag-Alexelcapo heart", "description": "A heart with the colors of Spanish streamers Jujalag and Alexelcapo.", "links": {"website": ["https://www.twitch.tv/jujalag", "https://www.twitch.tv/alexelcapo"], "subreddit": ["SorryLay"]}, "path": {"152-166, T:0-1": [[1521, 1002], [1519, 1004], [1519, 1007], [1524, 1012], [1525, 1012], [1530, 1007], [1530, 1004], [1528, 1002]]}, "center": {"152-166, T:0-1": [1524, 1006]}},
{"id": 494, "name": "Adam Wainwright", "description": "Adam Wainwright (#50) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Adam_Wainwright"], "subreddit": ["Cardinals"]}, "path": {"159-162": [[1582, 1051], [1582, 1057], [1590, 1057], [1590, 1051]]}, "center": {"159-162": [1586, 1054]}},
{"id": 495, "name": "Albert Pujols", "description": "Albert Pujols (#5) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Albert_Pujols"], "subreddit": ["Cardinals"]}, "path": {"154-166, T:0-1": [[1575, 1038], [1575, 1044], [1579, 1044], [1579, 1038]]}, "center": {"154-166, T:0-1": [1577, 1041]}},
{"id": 496, "name": "Yadier Molina", "description": "Yadier Molina (#47) is a former player for the St. Louis Cardinals.", "links": {"website": ["https://en.wikipedia.org/wiki/Yadier_Molina"], "subreddit": ["Cardinals"]}, "path": {"156-166, T:0-1": [[1575, 1044], [1575, 1048], [1577, 1048], [1577, 1050], [1579, 1050], [1579, 1044]]}, "center": {"156-166, T:0-1": [1577, 1046]}},
{"id": 497, "name": "Flag of Spain", "description": "Spain is a country in Western Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Spain", "https://en.wikipedia.org/wiki/Flag_of_Spain"], "subreddit": ["SorryLag"]}, "path": {"162-166, T:0-1": [[1568, 1045], [1568, 1050], [1574, 1050], [1574, 1045]]}, "center": {"162-166, T:0-1": [1571, 1048]}},
{"id": 498, "name": "Super Junior", "description": "Super Junior, abbreviated as SuJu, is a K-pop boy band.", "links": {"website": ["https://www.smtown.com/artist/musician/39", "https://en.wikipedia.org/wiki/Super_Junior"], "subreddit": ["kpop"]}, "path": {"116-151": [[1501, 1027], [1501, 1035], [1525, 1035], [1525, 1027]]}, "center": {"116-151": [1513, 1031]}},
{"id": 499, "name": "Weki Meki", "description": "Weki Meki, abbreviated as WEME, is a K-pop girl group.", "links": {"website": ["http://fantagio.kr/musicians/%EC%9C%84%ED%82%A4%EB%AF%B8%ED%82%A4/", "https://en.wikipedia.org/wiki/Weki_Meki"], "subreddit": ["kpop"]}, "path": {"115-166, T:0-1": [[1497, 1044], [1497, 1056], [1510, 1056], [1510, 1044]]}, "center": {"115-166, T:0-1": [1504, 1050]}},
{"id": "twkqhy", "name": "BILLLIE", "description": "BILLLIE is a 7-member K-pop girl group under Mystic Story. They debuted in November 2021 with the single \"Ring X Ring\"", "links": {"website": ["http://mysticstory.net/artist/billlie", "https://en.wikipedia.org/wiki/Billlie"], "subreddit": ["BILLLIE", "kpop"]}, "path": {"114-151": [[1504, 1034], [1504, 1044], [1525, 1044], [1525, 1034]]}, "center": {"114-151": [1515, 1039]}},
{"id": "501", "name": "Emblem of Saudi Arabia", "description": "The national emblem of Saudi Arabia features a palm tree and crossed swords.", "links": {"website": ["https://en.wikipedia.org/wiki/Emblem_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"115-166, T:0-1": [[1604, 1045], [1599, 1048], [1596, 1051], [1596, 1053], [1598, 1053], [1598, 1055], [1600, 1055], [1600, 1057], [1602, 1057], [1602, 1063], [1601, 1063], [1600, 1062], [1595, 1062], [1593, 1064], [1593, 1065], [1598, 1065], [1598, 1070], [1600, 1072], [1609, 1072], [1611, 1070], [1611, 1065], [1616, 1065], [1616, 1064], [1614, 1062], [1609, 1062], [1607, 1063], [1607, 1057], [1609, 1057], [1609, 1055], [1611, 1055], [1611, 1053], [1613, 1053], [1613, 1051], [1610, 1048], [1605, 1045]]}, "center": {"115-166, T:0-1": [1604, 1052]}},
{"id": "502", "name": "Mabkhara", "description": "A mabkhara is a traditional incense burner found in Arab countries such as Saudi Arabia.", "links": {"website": ["https://en.wikipedia.org/wiki/Mabkhara"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"148-166, T:0-1": [[1616, 1052], [1616, 1055], [1617, 1056], [1617, 1061], [1620, 1067], [1620, 1071], [1619, 1071], [1619, 1074], [1627, 1074], [1627, 1071], [1626, 1071], [1626, 1067], [1629, 1061], [1629, 1052]]}, "center": {"148-166, T:0-1": [1623, 1058]}},
{"id": "503", "name": "Dallah", "description": "A dallah is a traditional Arabic coffee pot.", "links": {"website": ["https://en.wikipedia.org/wiki/Dallah_(coffee_pot)"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"117-166, T:0-1": [[1631, 1059], [1630, 1060], [1631, 1061], [1631, 1063], [1628, 1063], [1628, 1066], [1627, 1067], [1627, 1072], [1629, 1074], [1631, 1074], [1633, 1072], [1633, 1068], [1635, 1068], [1637, 1071], [1639, 1073], [1641, 1073], [1644, 1070], [1644, 1068], [1642, 1066], [1642, 1064], [1638, 1060], [1632, 1060]]}, "center": {"117-166, T:0-1": [1635, 1064]}},
{"id": "504", "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}},
{"id": "505", "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"139-143": [[1871, 1034], [1871, 1040], [1892, 1040], [1892, 1034]], "114-124": [[1870, 1055], [1870, 1067], [1884, 1067], [1884, 1061], [1877, 1061], [1877, 1055]], "147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"139-143": [1882, 1037], "114-124": [1874, 1063], "147-166, T:0-1": [1556, 1075]}},
{"id": "506", "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}},
{"id": 501, "name": "Emblem of Saudi Arabia", "description": "The national emblem of Saudi Arabia features a palm tree and crossed swords.", "links": {"website": ["https://en.wikipedia.org/wiki/Emblem_of_Saudi_Arabia"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"115-166, T:0-1": [[1604, 1045], [1599, 1048], [1596, 1051], [1596, 1053], [1598, 1053], [1598, 1055], [1600, 1055], [1600, 1057], [1602, 1057], [1602, 1063], [1601, 1063], [1600, 1062], [1595, 1062], [1593, 1064], [1593, 1065], [1598, 1065], [1598, 1070], [1600, 1072], [1609, 1072], [1611, 1070], [1611, 1065], [1616, 1065], [1616, 1064], [1614, 1062], [1609, 1062], [1607, 1063], [1607, 1057], [1609, 1057], [1609, 1055], [1611, 1055], [1611, 1053], [1613, 1053], [1613, 1051], [1610, 1048], [1605, 1045]]}, "center": {"115-166, T:0-1": [1604, 1052]}},
{"id": 502, "name": "Mabkhara", "description": "A mabkhara is a traditional incense burner found in Arab countries such as Saudi Arabia.", "links": {"website": ["https://en.wikipedia.org/wiki/Mabkhara"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"148-166, T:0-1": [[1616, 1052], [1616, 1055], [1617, 1056], [1617, 1061], [1620, 1067], [1620, 1071], [1619, 1071], [1619, 1074], [1627, 1074], [1627, 1071], [1626, 1071], [1626, 1067], [1629, 1061], [1629, 1052]]}, "center": {"148-166, T:0-1": [1623, 1058]}},
{"id": 503, "name": "Dallah", "description": "A dallah is a traditional Arabic coffee pot.", "links": {"website": ["https://en.wikipedia.org/wiki/Dallah_(coffee_pot)"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"117-166, T:0-1": [[1631, 1059], [1630, 1060], [1631, 1061], [1631, 1063], [1628, 1063], [1628, 1066], [1627, 1067], [1627, 1072], [1629, 1074], [1631, 1074], [1633, 1072], [1633, 1068], [1635, 1068], [1637, 1071], [1639, 1073], [1641, 1073], [1644, 1070], [1644, 1068], [1642, 1066], [1642, 1064], [1638, 1060], [1632, 1060]]}, "center": {"117-166, T:0-1": [1635, 1064]}},
{"id": 504, "name": "Thobe Peepo", "description": "A thobe is a robe typically worn in Arab countries like Saudi Arabia. The meme character Peepo is wearing a thobe in this art.", "links": {"website": ["https://en.wikipedia.org/wiki/Thawb", "https://knowyourmeme.com/memes/peepo"], "subreddit": ["saudiarabia"], "discord": ["saudiarabia"]}, "path": {"116-166, T:0-1": [[1633, 1045], [1631, 1047], [1629, 1053], [1629, 1056], [1630, 1056], [1632, 1054], [1632, 1058], [1634, 1060], [1638, 1060], [1640, 1058], [1640, 1056], [1641, 1055], [1641, 1052], [1642, 1051], [1642, 1047], [1640, 1045]]}, "center": {"116-166, T:0-1": [1636, 1050]}},
{"id": 505, "name": "r/Lain", "description": "Subreddit focused on the anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"139-143": [[1871, 1034], [1871, 1040], [1892, 1040], [1892, 1034]], "114-124": [[1870, 1055], [1870, 1067], [1884, 1067], [1884, 1061], [1877, 1061], [1877, 1055]], "147-166, T:0-1": [[1545, 1072], [1545, 1078], [1567, 1078], [1567, 1072]]}, "center": {"139-143": [1882, 1037], "114-124": [1874, 1063], "147-166, T:0-1": [1556, 1075]}},
{"id": 506, "name": "Caliebre-Jujalag heart", "description": "A heart with the colors of Spanish streamers Caliebre and Jujalag.", "links": {"website": ["https://www.twitch.tv/caliebre", "https://www.twitch.tv/jujalag"], "subreddit": ["Caliebre", "SorryLag"]}, "path": {"162-166, T:0-1": [[1572, 1003], [1570, 1005], [1570, 1006], [1573, 1009], [1576, 1006], [1576, 1005], [1574, 1003]]}, "center": {"162-166, T:0-1": [1573, 1006]}},
{"id": "twppaz2", "name": "Scoti", "description": "Art made by the Scoti community. Originally made by three people.", "links": {"subreddit": ["ScotiVerso"]}, "path": {"149-160": [[1575, 1083], [1575, 1087], [1573, 1087], [1573, 1089], [1576, 1092], [1579, 1089], [1579, 1087], [1581, 1085], [1581, 1083]]}, "center": {"149-160": [1577, 1088]}},
{"id": "507", "name": "Will You Snail?", "description": "Will You Snail? (WNS) is an indie platformer game created by Jonas Tyroller.", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"146-166, T:0-1": [[1676, 1053], [1676, 1058], [1690, 1058], [1690, 1053]]}, "center": {"146-166, T:0-1": [1683, 1056]}},
{"id": "508", "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"123-132": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"123-132": [1717, 1108]}},
{"id": "509", "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["fapparamoar"]}, "path": {"115-121": [[1650, 1045], [1647, 1048], [1647, 1053], [1650, 1056], [1651, 1056], [1656, 1053], [1657, 1051], [1657, 1047], [1655, 1045]]}, "center": {"115-121": [1652, 1050]}},
{"id": "510", "name": "r/WillYouSnail", "description": "Subreddit focused on the indie game Will You Snail?", "links": {"subreddit": ["WillYouSnail"]}, "path": {"113-122": [[1749, 1049], [1749, 1054], [1756, 1054], [1756, 1059], [1753, 1059], [1751, 1061], [1751, 1064], [1768, 1064], [1768, 1052], [1767, 1052], [1767, 1049]]}, "center": {"113-122": [1762, 1057]}},
{"id": 507, "name": "Will You Snail?", "description": "Will You Snail? (WNS) is an indie platformer game created by Jonas Tyroller.", "links": {"website": ["https://store.steampowered.com/app/1115050/Will_You_Snail/"], "subreddit": ["WillYouSnail"]}, "path": {"146-166, T:0-1": [[1676, 1053], [1676, 1058], [1690, 1058], [1690, 1053]]}, "center": {"146-166, T:0-1": [1683, 1056]}},
{"id": 508, "name": "Flag of Peru", "description": "Peru is a country on the west coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Peru", "https://en.wikipedia.org/wiki/Flag_of_Peru"], "subreddit": ["PERU"]}, "path": {"123-132": [[1645, 1043], [1645, 1172], [1789, 1172], [1789, 1043]]}, "center": {"123-132": [1717, 1108]}},
{"id": 509, "name": "Twitch", "description": "Twitch is a livestreaming website focused on video game streaming.", "links": {"website": ["https://www.twitch.tv/", "https://en.wikipedia.org/wiki/Twitch_(service)"], "subreddit": ["fapparamoar"]}, "path": {"115-121": [[1650, 1045], [1647, 1048], [1647, 1053], [1650, 1056], [1651, 1056], [1656, 1053], [1657, 1051], [1657, 1047], [1655, 1045]]}, "center": {"115-121": [1652, 1050]}},
{"id": 510, "name": "r/WillYouSnail", "description": "Subreddit focused on the indie game Will You Snail?", "links": {"subreddit": ["WillYouSnail"]}, "path": {"113-122": [[1749, 1049], [1749, 1054], [1756, 1054], [1756, 1059], [1753, 1059], [1751, 1061], [1751, 1064], [1768, 1064], [1768, 1052], [1767, 1052], [1767, 1049]]}, "center": {"113-122": [1762, 1057]}},
{"id": "twljri", "name": "Kids See Ghosts", "description": "Kids See Ghosts is a 2018 album released by the duo Kids See Ghosts, consisting of rappers Kid Cuti and Kanye West.", "links": {"website": ["https://en.wikipedia.org/wiki/Kids_See_Ghosts_(album)"], "subreddit": ["WestSubEver", "Kanye"]}, "path": {"146-159": [[1780, 1020], [1780, 1044], [1799, 1044], [1799, 1020]], "125-145": [[1795, 1013], [1780, 1027], [1780, 1043], [1799, 1043], [1799, 1023], [1796, 1021], [1796, 1013]]}, "center": {"146-159": [1790, 1032], "125-145": [1790, 1031]}},
{"id": "twycq8", "name": "Johnny", "description": "Johnny is a friend of the group Maxtopia.", "links": {}, "path": {"127-158": [[1768, 1029], [1768, 1044], [1780, 1044], [1780, 1029]]}, "center": {"127-158": [1774, 1037]}},
{"id": "511", "name": "TWICE", "description": "TWICE is a female K-pop group composed of nine members: Nayeon, Jeongyeon, Momo, Sana, Jihyo, Mina, Dahyun, Chaeyoung, and Tzuyu. Their fandom is known as Once. Formed in 2016 under JYP Entertainment, TWICE are a worldwide K-pop phenomenon. Some of their most notable releases include the songs \"Cheer Up\", \"TT\", \"Likey\", and \"Fancy\". Most recently, they embarked on a successful world tour titled \"TWICE III\" which broke numerous K-pop records.", "links": {"website": ["http://twice.jype.com/", "https://mobile.twitter.com/jypetwice?lang=en", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"156-166, T:0-1": [[1708, 1091], [1708, 1095], [1725, 1095], [1725, 1091]]}, "center": {"156-166, T:0-1": [1717, 1093]}},
{"id": "512", "name": "ONCE", "description": "ONCE is the fanbase of the K-pop girl group TWICE.", "links": {"website": ["https://twice.fandom.com/wiki/ONCE"], "subreddit": ["twice"]}, "path": {"158-166, T:0-1": [[1725, 1094], [1725, 1110], [1729, 1110], [1729, 1094]]}, "center": {"158-166, T:0-1": [1727, 1102]}},
{"id": "513", "name": "1885", "description": "Yonsei University was founded in 1885.", "links": {}, "path": {"155-166, T:0-1": [[1734, 1115], [1732, 1117], [1732, 1121], [1753, 1121], [1753, 1115]]}, "center": {"155-166, T:0-1": [1743, 1118]}},
{"id": 511, "name": "TWICE", "description": "TWICE is a female K-pop group composed of nine members: Nayeon, Jeongyeon, Momo, Sana, Jihyo, Mina, Dahyun, Chaeyoung, and Tzuyu. Their fandom is known as Once. Formed in 2016 under JYP Entertainment, TWICE are a worldwide K-pop phenomenon. Some of their most notable releases include the songs \"Cheer Up\", \"TT\", \"Likey\", and \"Fancy\". Most recently, they embarked on a successful world tour titled \"TWICE III\" which broke numerous K-pop records.", "links": {"website": ["http://twice.jype.com/", "https://mobile.twitter.com/jypetwice?lang=en", "https://en.wikipedia.org/wiki/Twice"], "subreddit": ["twice"]}, "path": {"156-166, T:0-1": [[1708, 1091], [1708, 1095], [1725, 1095], [1725, 1091]]}, "center": {"156-166, T:0-1": [1717, 1093]}},
{"id": 512, "name": "ONCE", "description": "ONCE is the fanbase of the K-pop girl group TWICE.", "links": {"website": ["https://twice.fandom.com/wiki/ONCE"], "subreddit": ["twice"]}, "path": {"158-166, T:0-1": [[1725, 1094], [1725, 1110], [1729, 1110], [1729, 1094]]}, "center": {"158-166, T:0-1": [1727, 1102]}},
{"id": 513, "name": "1885", "description": "Yonsei University was founded in 1885.", "links": {}, "path": {"155-166, T:0-1": [[1734, 1115], [1732, 1117], [1732, 1121], [1753, 1121], [1753, 1115]]}, "center": {"155-166, T:0-1": [1743, 1118]}},
{"id": "twmsu5", "name": "Slayer Brigade", "description": "After undergoing the tutelage of a terror teacher, a group of close Filipino scholars united and dubbed themselves members of the \"Slayer Brigade\". They forever vowed to always slay, be it in academics, games, or in anything that may come against them, with the almighty power of friendship.", "links": {"website": ["https://www.youtube.com/channel/UCHwQiOaH2lXOmX5l4XMgjsg"], "subreddit": ["slayerbrigade"]}, "path": {"138-147": [[1777, 1064], [1777, 1074], [1789, 1074], [1789, 1064]]}, "center": {"138-147": [1783, 1069]}},
{"id": "tx3ysi", "name": "csinhache", "description": "csinhache (CSH) is a streamer. This art depicts CSH's skin from the game Minecraft, along with a Donk emote representative of his community, the DonkiNation.", "links": {"website": ["https://www.twitch.tv/csinhache"], "subreddit": ["csinhache"]}, "path": {"156-166, T:0-1": [[1754, 1098], [1768, 1098], [1768, 1100], [1769, 1100], [1769, 1106], [1768, 1106], [1768, 1118], [1754, 1118]]}, "center": {"156-166, T:0-1": [1761, 1105]}},
{"id": "514", "name": "čo už", "description": "\"čo už\" is a magical phrase that can be used for any occasion. It is usually meant as a nihilistic response to an event that one either can't or just does not want to affect. It became a meme in our small circle of friends due to one of us overusing it too much and spreading it onto others, including beyond the borders of our minuscule community.", "links": {}, "path": {"132-146": [[1768, 1006], [1768, 1016], [1778, 1016], [1778, 1006]]}, "center": {"132-146": [1773, 1011]}},
{"id": "515", "name": "Car Crash", "description": "Car Crash is a music single by eaJ. It released on April 8, 2022, shortly after r/place.", "links": {"website": ["https://www.youtube.com/watch?v=c3KOZ2iw8Hk"]}, "path": {"114-122": [[1768, 999], [1768, 1006], [1767, 1006], [1767, 1053], [1808, 1053], [1808, 999]]}, "center": {"114-122": [1788, 1026]}},
{"id": "516", "name": "eaJ", "description": "eaJ is a musician of South Korean descent.", "links": {"website": ["https://en.wikipedia.org/wiki/Jae_Park"]}, "path": {"116-122": [[1776, 1009], [1774, 1011], [1774, 1015], [1777, 1018], [1800, 1018], [1803, 1015], [1803, 1008], [1795, 1008], [1795, 1009]]}, "center": {"116-122": [1797, 1013]}},
{"id": "517", "name": "Noob World", "description": "Noob World is a Discord server.", "links": {"discord": ["noobworld"]}, "path": {"110-121": [[1768, 1052], [1768, 1062], [1792, 1062], [1792, 1057], [1799, 1057], [1799, 1052]]}, "center": {"110-121": [1783, 1057]}},
{"id": "518", "name": "Serial Experiments Lain", "description": "Serial Experiments Lain is a Japanese anime series.", "links": {"website": ["https://en.wikipedia.org/wiki/Serial_Experiments_Lain"], "subreddit": ["Lain"]}, "path": {"109-124": [[1869, 1035], [1869, 1125], [1925, 1125], [1925, 1035]]}, "center": {"109-124": [1897, 1080]}},
{"id": "519", "name": "The Wired", "description": "The Wired is a virtual world in the Japanese anime Serial Experiments Lain.", "links": {"website": ["https://sel.fandom.com/wiki/The_Wired"], "subreddit": ["Lain"]}, "path": {"115-123": [[1913, 1077], [1913, 1081], [1914, 1082], [1914, 1084], [1915, 1084], [1915, 1118], [1918, 1118], [1920, 1116], [1920, 1094], [1919, 1094], [1919, 1084], [1921, 1082], [1921, 1080], [1922, 1079], [1920, 1077]]}, "center": {"115-123": [1917, 1081]}},
{"id": "520", "name": "Navi", "description": "The Navi is a computer in the Japanese anime Serial Experiments Lain that is used to access The Wired, a virtual world.", "links": {"website": ["https://sel.fandom.com/wiki/Navi"], "subreddit": ["Lain"]}, "path": {"117-124": [[1918, 1047], [1918, 1049], [1916, 1049], [1913, 1052], [1913, 1055], [1915, 1055], [1915, 1057], [1923, 1057], [1923, 1055], [1925, 1055], [1925, 1052], [1922, 1049], [1920, 1049], [1920, 1047]]}, "center": {"117-124": [1919, 1053]}},
{"id": "521", "name": "Let's all love Lain", "description": "\"Let's all love Lain\" is a meme phrase in the fandom of the Japanese anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"113-124": [[1870, 1036], [1870, 1055], [1884, 1055], [1884, 1036]]}, "center": {"113-124": [1877, 1046]}},
{"id": "522", "name": "Connor McDavid", "description": "Connor McDavid (#97) is the captain of the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Connor_McDavid"], "subreddit": ["EdmontonOilers"]}, "path": {"116-122": [[1807, 1010], [1807, 1018], [1816, 1018], [1816, 1010]], "130-144": [[1796, 1013], [1796, 1019], [1803, 1019], [1803, 1017], [1804, 1016], [1804, 1013]]}, "center": {"116-122": [1812, 1014], "130-144": [1800, 1016]}},
{"id": "523", "name": "Leon Draisaitl", "description": "Leon Draisaitl (#29) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Leon_Draisaitl"], "subreddit": ["EdmontonOilers"]}, "path": {"117-122": [[1816, 1006], [1816, 1014], [1826, 1014], [1826, 1006]]}, "center": {"117-122": [1821, 1010]}},
{"id": "524", "name": "Ryan Nugent-Hopkins", "description": "Ryan Nugent-Hopkins (#93) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Ryan_Nugent-Hopkins"], "subreddit": ["EdmontonOilers"]}, "path": {"119-122": [[1807, 1041], [1807, 1047], [1815, 1047], [1815, 1041]]}, "center": {"119-122": [1811, 1044]}},
{"id": "525", "name": "Brunenger", "description": "Brunenger is a Turkish streamer.", "links": {"website": ["https://www.twitch.tv/brunenger"]}, "path": {"124-144": [[1871, 1034], [1871, 1044], [1869, 1044], [1869, 1125], [1925, 1125], [1925, 1034]], "T:0-1": [[1888, 1047], [1882, 1051], [1875, 1064], [1875, 1077], [1876, 1078], [1876, 1085], [1879, 1093], [1887, 1100], [1890, 1100], [1891, 1101], [1894, 1101], [1894, 1104], [1891, 1110], [1891, 1113], [1894, 1116], [1896, 1116], [1896, 1114], [1903, 1114], [1903, 1116], [1925, 1116], [1925, 1101], [1919, 1100], [1916, 1097], [1914, 1092], [1913, 1092], [1913, 1084], [1915, 1084], [1919, 1080], [1919, 1075], [1916, 1072], [1916, 1059], [1908, 1050], [1901, 1047]], "163-166": [[1889, 1056], [1879, 1067], [1877, 1078], [1877, 1081], [1879, 1085], [1884, 1091], [1887, 1095], [1891, 1096], [1903, 1096], [1907, 1092], [1914, 1078], [1914, 1072], [1911, 1060], [1907, 1055]]}, "center": {"124-144": [1897, 1080], "T:0-1": [1896, 1072], "163-166": [1896, 1075]}},
{"id": "534", "name": "Rei Ayanami", "description": "Rei Ayanami is a character from the anime Neon Genesis Evangelion. Lain, the main character of the anime Serial Experiments Lain, is based on Rei.", "links": {"website": ["https://en.wikipedia.org/wiki/Rei_Ayanami"], "subreddit": ["evangelion", "Lain"]}, "path": {"112-124": [[1884, 1075], [1874, 1085], [1874, 1095], [1877, 1101], [1884, 1109], [1884, 1110], [1877, 1114], [1870, 1121], [1870, 1125], [1914, 1125], [1914, 1122], [1900, 1110], [1900, 1108], [1902, 1105], [1904, 1105], [1907, 1102], [1907, 1099], [1909, 1097], [1909, 1085], [1904, 1080], [1899, 1075]]}, "center": {"112-124": [1892, 1092]}},
{"id": "535", "name": "C418", "description": "C418 is an electronic musician known for the soundtrack for the game Minecraft.", "links": {"website": ["https://c418.org", "https://en.wikipedia.org/wiki/C418"], "subreddit": ["C418"]}, "path": {"120-145": [[1983, 1058], [1998, 1058], [1998, 1073], [1983, 1073]]}, "center": {"120-145": [1991, 1066]}},
{"id": "536", "name": "r/gorillaz", "description": "Subreddit focused on the English virtual band Gorillaz.", "links": {"website": ["https://en.wikipedia.org/wiki/Gorillaz"], "subreddit": ["gorillaz"]}, "path": {"109-123": [[1925, 1074], [1925, 1083], [1963, 1083], [1963, 1074]]}, "center": {"109-123": [1944, 1079]}},
{"id": "537", "name": "Vinesauce-Terezi Pyrope heart", "description": "A heart with the designs of the Vinesauce and Terezi Pyrope arts.", "links": {"website": ["https://vinesauce.com/", "https://mspaintadventures.fandom.com/wiki/Terezi_Pyrope"], "subreddit": ["Vinesauce", "homestuck"]}, "path": {"127-166, T:0-1": [[89, 1113], [87, 1115], [87, 1117], [91, 1121], [92, 1121], [96, 1117], [96, 1115], [94, 1113]]}, "center": {"127-166, T:0-1": [92, 1117]}},
{"id": "538", "name": "SterB", "description": "SterB, is a burger emote and Discord server icon of Steven Serge, also known as STAR_, Ster, or Niichts. Steven Serge is a YouTuber, Twitch streamer, and programmer formerly known for his content for the game Team Fortress 2. He was once considered one of the most influential TF2 players on the internet. He is also known for his YouTube series \"Basically\" and being the creator of The Myriad, a system similar to the tabletop game Dungeons & Dragons. He has made various videos with fellow content creator Jerma, and inspired Jerma to make his own channel.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Ster"], "subreddit": ["jerma985", "PlaceTacos", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"141-144": [[120, 1150], [114, 1155], [111, 1160], [111, 1166], [115, 1172], [131, 1172], [133, 1170], [133, 1168], [135, 1168], [135, 1162], [134, 1161], [134, 1157], [132, 1154], [128, 1150]], "145-166, T:0-1": [[134, 1150], [128, 1155], [125, 1161], [125, 1166], [127, 1169], [127, 1172], [145, 1172], [147, 1170], [147, 1168], [149, 1167], [149, 1162], [148, 1161], [148, 1157], [146, 1154], [142, 1150]]}, "center": {"141-144": [123, 1161], "145-166, T:0-1": [137, 1161]}},
{"id": "539", "name": "Scrooge McDuck", "description": "Scrooge McDuck is a cartoon character created by Disney, and the uncle of Donald Duck. This is his sprite from the game DuckTales.", "links": {"website": ["https://en.wikipedia.org/wiki/Scrooge_McDuck"]}, "path": {"121-129": [[50, 1143], [50, 1149], [43, 1157], [42, 1157], [41, 1156], [39, 1158], [39, 1163], [41, 1165], [41, 1167], [40, 1168], [40, 1170], [55, 1170], [55, 1167], [57, 1165], [57, 1162], [55, 1159], [58, 1159], [60, 1157], [60, 1153], [59, 1152], [59, 1150], [58, 1149], [58, 1143]]}, "center": {"121-129": [48, 1163]}},
{"id": "540", "name": "Tinky Winky", "description": "Tinky Winky is one of the main characters of the children's show Teletubbies.", "links": {"website": ["https://teletubbies.fandom.com/wiki/Tinky_Winky"]}, "path": {"125-129": [[66, 1149], [66, 1153], [64, 1155], [64, 1157], [66, 1159], [63, 1162], [63, 1172], [72, 1172], [72, 1169], [73, 1169], [73, 1163], [70, 1159], [72, 1157], [72, 1155], [70, 1153], [70, 1149]]}, "center": {"125-129": [68, 1164]}},
{"id": "541", "name": "Flag of Israel", "description": "Israel, officially the State of Israel, is a country in the Middle East.", "links": {"website": ["https://en.wikipedia.org/wiki/Israel", "https://en.wikipedia.org/wiki/Flag_of_Israel"], "subreddit": ["Israel", "ani_bm"], "discord": ["israel"]}, "path": {"126-132": [[18, 1106], [18, 1114], [24, 1114], [24, 1106]]}, "center": {"126-132": [21, 1110]}},
{"id": "542", "name": "r/Vinesauce", "description": "Subreddit focused on the Twitch channel Vinesauce.", "links": {"subreddit": ["Vinesauce"]}, "path": {"116-166, T:0-1": [[94, 1108], [94, 1114], [135, 1114], [135, 1107], [102, 1107], [102, 1108]]}, "center": {"116-166, T:0-1": [115, 1111]}},
{"id": "543", "name": "Kongou", "description": "Kongou is a character from the free-to-play game Kantai Collection (KanColle).\n\nThis art was originally Akagi from the game Azur Lane before being replaced by Kongou.", "links": {"website": ["https://en.kancollewiki.net/Kongou", "https://en.wikipedia.org/wiki/Kantai_Collection"]}, "path": {"163-166, T:0-1": [[159, 1103], [155, 1107], [155, 1110], [157, 1114], [157, 1117], [156, 1117], [156, 1120], [171, 1120], [173, 1118], [173, 1113], [172, 1112], [172, 1106], [170, 1106], [166, 1103]]}, "center": {"163-166, T:0-1": [164, 1112]}},
{"id": "544", "name": "Akagi", "description": "Akagi is a character from the mobile gacha game Azur Lane.\n\nThis art was later replaced with Kongou from the game Kantai Collection.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/Akagi", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"117-162": [[156, 1103], [156, 1108], [153, 1114], [153, 1120], [171, 1120], [174, 1117], [174, 1115], [173, 1114], [173, 1111], [171, 1107], [171, 1103], [167, 1103], [165, 1105], [162, 1105], [160, 1103]]}, "center": {"117-162": [164, 1112]}},
{"id": "545", "name": "r/Technoblade", "description": "Subreddit focused on Minecraft YouTuber Technoblade.", "links": {"subreddit": ["Technoblade"]}, "path": {"115-166, T:0-1": [[191, 1102], [191, 1111], [252, 1111], [252, 1102]]}, "center": {"115-166, T:0-1": [222, 1107]}},
{"id": "546", "name": "New Jersey", "description": "New Jersey is a character from the mobile gacha game Azur Lane.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/New_Jersey", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"111-166, T:0-1": [[173, 1103], [173, 1104], [175, 1106], [175, 1107], [172, 1111], [172, 1120], [188, 1120], [188, 1111], [185, 1107], [185, 1106], [187, 1104], [187, 1103], [184, 1103], [183, 1104], [177, 1104], [176, 1103]]}, "center": {"111-166, T:0-1": [180, 1112]}},
{"id": "547", "name": "Kilroy was here", "description": "\"Kilroy was here\" is a graffiti meme originating from soldiers in World War II.", "links": {"website": ["https://en.wikipedia.org/wiki/Kilroy_was_here", "https://knowyourmeme.com/memes/kilroy-was-here"]}, "path": {"119-130": [[150, 1169], [148, 1171], [148, 1172], [150, 1174], [154, 1174], [155, 1173], [159, 1173], [161, 1175], [163, 1173], [167, 1173], [168, 1174], [172, 1174], [174, 1172], [174, 1171], [172, 1169], [168, 1169], [166, 1171], [166, 1168], [163, 1165], [159, 1165], [156, 1168], [156, 1171], [154, 1169]]}, "center": {"119-130": [161, 1169]}},
{"id": "548", "name": "r/Juanquilador", "description": "Subreddit focused on the Colombian streamer Juan Guarnizo, a.k.a. JuanSGuarnizo or Juaniquilador.", "links": {"subreddit": ["Juanquilador"]}, "path": {"149-155": [[260, 1112], [260, 1119], [264, 1119], [264, 1120], [317, 1120], [317, 1115], [320, 1115], [320, 1112]]}, "center": {"149-155": [290, 1116]}},
{"id": "549", "name": "LVNDMARK", "description": "LVNDMARK is a Twitch streamer and YouTuber.", "links": {"website": ["https://www.twitch.tv/lvndmark", "https://www.youtube.com/c/LVNDMARK"]}, "path": {"122-131": [[261, 1122], [261, 1172], [312, 1172], [312, 1122]]}, "center": {"122-131": [287, 1147]}},
{"id": "550", "name": "Inky", "description": "Inky is one of the enemy ghosts in the arcade game Pac-Man.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)"]}, "path": {"126-131": [[327, 1122], [324, 1125], [324, 1132], [332, 1132], [332, 1125], [329, 1122]]}, "center": {"126-131": [328, 1128]}},
{"id": "551", "name": "Ewilan's Quest", "description": "Ewilan's Quest is an animated series.", "links": {"website": ["https://www.andarta-pictures.com/production/ewilan-s-quest.html"]}, "path": {"159-163, T:0-1": [[491, 1160], [491, 1166], [502, 1166], [502, 1160]]}, "center": {"159-163, T:0-1": [497, 1163]}},
{"id": "552", "name": "!aal", "description": "!aal is a chat command that can be used in SlaixGG's steams.", "links": {}, "path": {"146-166, T:0-1": [[447, 1172], [447, 1178], [461, 1178], [461, 1172]]}, "center": {"146-166, T:0-1": [454, 1175]}},
{"id": "553", "name": "Rat", "description": "This rat is used commonly in SlaixGG's streams.", "links": {}, "path": {"153-166, T:0-1": [[439, 1172], [439, 1176], [447, 1176], [447, 1172]]}, "center": {"153-166, T:0-1": [443, 1174]}},
{"id": "554", "name": "Snake", "description": "This snake is used commonly in SlaixGG's streams.", "links": {}, "path": {"157-166, T:0-1": [[439, 1176], [439, 1206], [438, 1207], [438, 1212], [444, 1218], [446, 1218], [446, 1214], [444, 1211], [441, 1211], [441, 1208], [446, 1208], [446, 1205], [442, 1200], [442, 1198], [447, 1188], [447, 1176]]}, "center": {"157-166, T:0-1": [443, 1180]}},
{"id": "555", "name": "Cargo wagon", "description": "A cargo wagon is a part of the train system in the game Factorio. It is used to transport items.\n\nr/factorio initially planned to add more wagons behind their signature locomotive to represent more subreddits, but instead decided on just one wagon due to time and manpower constraints.", "links": {"website": ["https://wiki.factorio.com/Cargo_wagon"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"112-148": [[442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [496, 1190], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186], [451, 1188], [449, 1188]], "149-166, T:0-1": [[451, 1188], [449, 1188], [442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186]]}, "center": {"112-148": [488, 1199], "149-166, T:0-1": [488, 1199]}},
{"id": "556", "name": "Rail", "description": "A rail is used to build railway tracks for trains to follow in the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Rail"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"113-153": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1211], [565, 1211], [565, 1208], [509, 1208], [509, 1205], [504, 1205], [504, 1198], [501, 1198], [501, 1200], [499, 1202], [499, 1208]], "109-112": [[389, 1199], [389, 1211], [445, 1211], [447, 1213], [525, 1213], [525, 1212], [534, 1212], [534, 1211], [554, 1211], [554, 1209], [545, 1209], [545, 1199], [503, 1199], [503, 1197], [455, 1197], [455, 1198], [442, 1198], [442, 1199]], "154-165, T:0-1": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1212], [548, 1212], [548, 1211], [554, 1211], [554, 1209], [549, 1209], [549, 1208], [503, 1208], [503, 1197], [501, 1197], [501, 1200], [499, 1202], [499, 1208]]}, "center": {"113-153": [502, 1208], "109-112": [472, 1205], "154-165, T:0-1": [538, 1210]}},
{"id": "557", "name": "Dodo", "description": "Dodo is the dodo bird pet of the character Randy Bullet (played by streamer RatedEpicz) in NoPixel, a role-play server for the game Grand Theft Auto V.\n\nThis art was designed by u/NikkiTheDuck along with the nearby Bullet Club. <3", "links": {"website": ["https://nopixel.fandom.com/wiki/Dodo", "https://www.facebook.com/RatedEpicz", "https://www.twitch.tv/ratedepicz"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"123-166, T:0-1": [[452, 1104], [448, 1111], [448, 1115], [450, 1115], [450, 1118], [453, 1122], [454, 1122], [454, 1123], [456, 1125], [463, 1125], [466, 1122], [468, 1115], [468, 1112], [465, 1112], [464, 1113], [461, 1113], [460, 1112], [458, 1112], [458, 1108], [454, 1104]]}, "center": {"123-166, T:0-1": [459, 1119]}},
{"id": "558", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"118-132": [[462, 1154], [462, 1172], [495, 1172], [495, 1163], [471, 1163], [471, 1154]]}, "center": {"118-132": [467, 1167]}},
{"id": "559", "name": "Rodney McKay", "description": "Rodney McKay is a character in the science fiction franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Rodney_McKay"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"161-166, T:0-1": [[520, 1100], [520, 1104], [538, 1104], [540, 1102], [540, 1100]]}, "center": {"161-166, T:0-1": [530, 1102]}},
{"id": "560", "name": "r/Stargate", "description": "Subreddit focused on the science-fiction media franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"119-166, T:0-1": [[510, 1124], [510, 1130], [550, 1130], [550, 1124]]}, "center": {"119-166, T:0-1": [530, 1127]}},
{"id": "561", "name": "Milky Way Stargate", "description": "These chevrons from Stargate are featured on the titular Stargates in the Milky Way in. Stargates are devices that can create wormholes to warp between locations instantly.", "links": {"website": ["https://stargate.fandom.com/wiki/Stargate#Milky_Way_gates"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[513, 1101], [509, 1107], [509, 1117], [513, 1124], [514, 1124], [514, 1121], [546, 1121], [546, 1124], [547, 1124], [550, 1120], [550, 1118], [551, 1118], [551, 1107], [550, 1107], [550, 1105], [547, 1101], [546, 1101], [546, 1106], [539, 1110], [537, 1112], [537, 1113], [540, 1116], [546, 1119], [546, 1121], [514, 1121], [514, 1119], [521, 1115], [523, 1113], [523, 1112], [520, 1109], [514, 1106], [514, 1101]]}, "center": {"114-166, T:0-1": [545, 1113]}},
{"id": "562", "name": "Alpha Gate glyph", "description": "This glyph from Stargate symbolizes the Alpha Gate, a portal (Stargate) on Earth that can be used to travel to other gates across the universe.", "links": {"website": ["https://stargate.fandom.com/wiki/Alpha_Gate", "https://stargate.fandom.com/wiki/Glyph#Milky_Way"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[530, 1105], [527, 1108], [529, 1110], [523, 1118], [525, 1120], [527, 1120], [529, 1118], [529, 1115], [531, 1115], [531, 1118], [533, 1120], [535, 1120], [537, 1118], [531, 1110], [533, 1108]]}, "center": {"114-166, T:0-1": [530, 1113]}},
{"id": "563", "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"125-132": [[511, 1150], [506, 1156], [506, 1158], [510, 1161], [510, 1164], [512, 1166], [514, 1166], [516, 1168], [520, 1168], [528, 1157], [528, 1156], [524, 1150], [520, 1154], [522, 1158], [522, 1159], [521, 1160], [514, 1150]]}, "center": {"125-132": [515, 1161]}},
{"id": "564", "name": "Peashooter", "description": "Peashooter is a character from the Plants vs. Zombies game series.", "links": {"website": ["https://plantsvszombies.fandom.com/wiki/Peashooter"]}, "path": {"122-132": [[568, 1143], [564, 1147], [564, 1151], [566, 1153], [566, 1154], [563, 1157], [561, 1157], [561, 1161], [562, 1162], [565, 1162], [568, 1164], [571, 1164], [572, 1163], [578, 1163], [578, 1160], [573, 1154], [575, 1152], [576, 1152], [577, 1153], [578, 1153], [581, 1150], [585, 1150], [586, 1151], [589, 1151], [591, 1149], [591, 1147], [589, 1145], [586, 1145], [585, 1146], [580, 1146], [578, 1144], [576, 1144], [575, 1145], [574, 1145], [572, 1143]]}, "center": {"122-132": [570, 1149]}},
{"id": "565", "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.\n\nThis flag was drawn under Korra from The Legend of Korra, as the character is canonically bisexual.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["avatarplace", "ATLA"]}, "path": {"147-165, T:0-1": [[691, 1121], [691, 1124], [697, 1124], [697, 1126], [699, 1126], [700, 1125], [705, 1125], [705, 1123], [707, 1123], [707, 1121]]}, "center": {"147-165, T:0-1": [699, 1123]}},
{"id": "566", "name": "Clone Hero guitar", "description": "The game Clone Hero, along with its predecessors like Guitar Hero and Rock Band, uses a model guitar as a controller.", "links": {"subreddit": ["CloneHero"]}, "path": {"110-123": [[670, 1103], [668, 1105], [668, 1106], [667, 1107], [668, 1108], [668, 1109], [670, 1111], [672, 1111], [673, 1110], [676, 1110], [678, 1108], [683, 1108], [684, 1109], [685, 1109], [687, 1107], [685, 1105], [684, 1105], [683, 1106], [678, 1106], [676, 1104], [673, 1104], [672, 1103]]}, "center": {"110-123": [671, 1107]}},
{"id": "567", "name": "Germany-nagzz21-chibidoki heart", "description": "A heart depicting the flag of Germany and elements of the artworks of streamers nagzz21 and chibidoki.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.nagzz21.com/", "https://www.twitch.tv/chibidoki"], "subreddit": ["placeDE", "de", "germany", "Nagzz21", "chibidoki"], "discord": ["placeDE"]}, "path": {"144-165, T:0-1": [[743, 1115], [739, 1120], [739, 1121], [740, 1122], [740, 1124], [746, 1130], [752, 1124], [752, 1122], [753, 1121], [753, 1120], [749, 1115]]}, "center": {"144-165, T:0-1": [746, 1122]}},
{"id": 514, "name": "čo už", "description": "\"čo už\" is a magical phrase that can be used for any occasion. It is usually meant as a nihilistic response to an event that one either can't or just does not want to affect. It became a meme in our small circle of friends due to one of us overusing it too much and spreading it onto others, including beyond the borders of our minuscule community.", "links": {}, "path": {"132-146": [[1768, 1006], [1768, 1016], [1778, 1016], [1778, 1006]]}, "center": {"132-146": [1773, 1011]}},
{"id": 515, "name": "Car Crash", "description": "Car Crash is a music single by eaJ. It released on April 8, 2022, shortly after r/place.", "links": {"website": ["https://www.youtube.com/watch?v=c3KOZ2iw8Hk"]}, "path": {"114-122": [[1768, 999], [1768, 1006], [1767, 1006], [1767, 1053], [1808, 1053], [1808, 999]]}, "center": {"114-122": [1788, 1026]}},
{"id": 516, "name": "eaJ", "description": "eaJ is a musician of South Korean descent.", "links": {"website": ["https://en.wikipedia.org/wiki/Jae_Park"]}, "path": {"116-122": [[1776, 1009], [1774, 1011], [1774, 1015], [1777, 1018], [1800, 1018], [1803, 1015], [1803, 1008], [1795, 1008], [1795, 1009]]}, "center": {"116-122": [1797, 1013]}},
{"id": 517, "name": "Noob World", "description": "Noob World is a Discord server.", "links": {"discord": ["noobworld"]}, "path": {"110-121": [[1768, 1052], [1768, 1062], [1792, 1062], [1792, 1057], [1799, 1057], [1799, 1052]]}, "center": {"110-121": [1783, 1057]}},
{"id": 518, "name": "Serial Experiments Lain", "description": "Serial Experiments Lain is a Japanese anime series.", "links": {"website": ["https://en.wikipedia.org/wiki/Serial_Experiments_Lain"], "subreddit": ["Lain"]}, "path": {"109-124": [[1869, 1035], [1869, 1125], [1925, 1125], [1925, 1035]]}, "center": {"109-124": [1897, 1080]}},
{"id": 519, "name": "The Wired", "description": "The Wired is a virtual world in the Japanese anime Serial Experiments Lain.", "links": {"website": ["https://sel.fandom.com/wiki/The_Wired"], "subreddit": ["Lain"]}, "path": {"115-123": [[1913, 1077], [1913, 1081], [1914, 1082], [1914, 1084], [1915, 1084], [1915, 1118], [1918, 1118], [1920, 1116], [1920, 1094], [1919, 1094], [1919, 1084], [1921, 1082], [1921, 1080], [1922, 1079], [1920, 1077]]}, "center": {"115-123": [1917, 1081]}},
{"id": 520, "name": "Navi", "description": "The Navi is a computer in the Japanese anime Serial Experiments Lain that is used to access The Wired, a virtual world.", "links": {"website": ["https://sel.fandom.com/wiki/Navi"], "subreddit": ["Lain"]}, "path": {"117-124": [[1918, 1047], [1918, 1049], [1916, 1049], [1913, 1052], [1913, 1055], [1915, 1055], [1915, 1057], [1923, 1057], [1923, 1055], [1925, 1055], [1925, 1052], [1922, 1049], [1920, 1049], [1920, 1047]]}, "center": {"117-124": [1919, 1053]}},
{"id": 521, "name": "Let's all love Lain", "description": "\"Let's all love Lain\" is a meme phrase in the fandom of the Japanese anime Serial Experiments Lain.", "links": {"subreddit": ["Lain"]}, "path": {"113-124": [[1870, 1036], [1870, 1055], [1884, 1055], [1884, 1036]]}, "center": {"113-124": [1877, 1046]}},
{"id": 522, "name": "Connor McDavid", "description": "Connor McDavid (#97) is the captain of the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Connor_McDavid"], "subreddit": ["EdmontonOilers"]}, "path": {"116-122": [[1807, 1010], [1807, 1018], [1816, 1018], [1816, 1010]], "130-144": [[1796, 1013], [1796, 1019], [1803, 1019], [1803, 1017], [1804, 1016], [1804, 1013]]}, "center": {"116-122": [1812, 1014], "130-144": [1800, 1016]}},
{"id": 523, "name": "Leon Draisaitl", "description": "Leon Draisaitl (#29) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Leon_Draisaitl"], "subreddit": ["EdmontonOilers"]}, "path": {"117-122": [[1816, 1006], [1816, 1014], [1826, 1014], [1826, 1006]]}, "center": {"117-122": [1821, 1010]}},
{"id": 524, "name": "Ryan Nugent-Hopkins", "description": "Ryan Nugent-Hopkins (#93) is a player on the Edmonton Oilers hockey team.", "links": {"website": ["https://en.wikipedia.org/wiki/Ryan_Nugent-Hopkins"], "subreddit": ["EdmontonOilers"]}, "path": {"119-122": [[1807, 1041], [1807, 1047], [1815, 1047], [1815, 1041]]}, "center": {"119-122": [1811, 1044]}},
{"id": 525, "name": "Brunenger", "description": "Brunenger is a Turkish streamer.", "links": {"website": ["https://www.twitch.tv/brunenger"]}, "path": {"124-144": [[1871, 1034], [1871, 1044], [1869, 1044], [1869, 1125], [1925, 1125], [1925, 1034]], "T:0-1": [[1888, 1047], [1882, 1051], [1875, 1064], [1875, 1077], [1876, 1078], [1876, 1085], [1879, 1093], [1887, 1100], [1890, 1100], [1891, 1101], [1894, 1101], [1894, 1104], [1891, 1110], [1891, 1113], [1894, 1116], [1896, 1116], [1896, 1114], [1903, 1114], [1903, 1116], [1925, 1116], [1925, 1101], [1919, 1100], [1916, 1097], [1914, 1092], [1913, 1092], [1913, 1084], [1915, 1084], [1919, 1080], [1919, 1075], [1916, 1072], [1916, 1059], [1908, 1050], [1901, 1047]], "163-166": [[1889, 1056], [1879, 1067], [1877, 1078], [1877, 1081], [1879, 1085], [1884, 1091], [1887, 1095], [1891, 1096], [1903, 1096], [1907, 1092], [1914, 1078], [1914, 1072], [1911, 1060], [1907, 1055]]}, "center": {"124-144": [1897, 1080], "T:0-1": [1896, 1072], "163-166": [1896, 1075]}},
{"id": 534, "name": "Rei Ayanami", "description": "Rei Ayanami is a character from the anime Neon Genesis Evangelion. Lain, the main character of the anime Serial Experiments Lain, is based on Rei.", "links": {"website": ["https://en.wikipedia.org/wiki/Rei_Ayanami"], "subreddit": ["evangelion", "Lain"]}, "path": {"112-124": [[1884, 1075], [1874, 1085], [1874, 1095], [1877, 1101], [1884, 1109], [1884, 1110], [1877, 1114], [1870, 1121], [1870, 1125], [1914, 1125], [1914, 1122], [1900, 1110], [1900, 1108], [1902, 1105], [1904, 1105], [1907, 1102], [1907, 1099], [1909, 1097], [1909, 1085], [1904, 1080], [1899, 1075]]}, "center": {"112-124": [1892, 1092]}},
{"id": 535, "name": "C418", "description": "C418 is an electronic musician known for the soundtrack for the game Minecraft.", "links": {"website": ["https://c418.org", "https://en.wikipedia.org/wiki/C418"], "subreddit": ["C418"]}, "path": {"120-145": [[1983, 1058], [1998, 1058], [1998, 1073], [1983, 1073]]}, "center": {"120-145": [1991, 1066]}},
{"id": 536, "name": "r/gorillaz", "description": "Subreddit focused on the English virtual band Gorillaz.", "links": {"website": ["https://en.wikipedia.org/wiki/Gorillaz"], "subreddit": ["gorillaz"]}, "path": {"109-123": [[1925, 1074], [1925, 1083], [1963, 1083], [1963, 1074]]}, "center": {"109-123": [1944, 1079]}},
{"id": 537, "name": "Vinesauce-Terezi Pyrope heart", "description": "A heart with the designs of the Vinesauce and Terezi Pyrope arts.", "links": {"website": ["https://vinesauce.com/", "https://mspaintadventures.fandom.com/wiki/Terezi_Pyrope"], "subreddit": ["Vinesauce", "homestuck"]}, "path": {"127-166, T:0-1": [[89, 1113], [87, 1115], [87, 1117], [91, 1121], [92, 1121], [96, 1117], [96, 1115], [94, 1113]]}, "center": {"127-166, T:0-1": [92, 1117]}},
{"id": 538, "name": "SterB", "description": "SterB, is a burger emote and Discord server icon of Steven Serge, also known as STAR_, Ster, or Niichts. Steven Serge is a YouTuber, Twitch streamer, and programmer formerly known for his content for the game Team Fortress 2. He was once considered one of the most influential TF2 players on the internet. He is also known for his YouTube series \"Basically\" and being the creator of The Myriad, a system similar to the tabletop game Dungeons & Dragons. He has made various videos with fellow content creator Jerma, and inspired Jerma to make his own channel.", "links": {"website": ["https://jerma-lore.fandom.com/wiki/Ster"], "subreddit": ["jerma985", "PlaceTacos", "placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"141-144": [[120, 1150], [114, 1155], [111, 1160], [111, 1166], [115, 1172], [131, 1172], [133, 1170], [133, 1168], [135, 1168], [135, 1162], [134, 1161], [134, 1157], [132, 1154], [128, 1150]], "145-166, T:0-1": [[134, 1150], [128, 1155], [125, 1161], [125, 1166], [127, 1169], [127, 1172], [145, 1172], [147, 1170], [147, 1168], [149, 1167], [149, 1162], [148, 1161], [148, 1157], [146, 1154], [142, 1150]]}, "center": {"141-144": [123, 1161], "145-166, T:0-1": [137, 1161]}},
{"id": 539, "name": "Scrooge McDuck", "description": "Scrooge McDuck is a cartoon character created by Disney, and the uncle of Donald Duck. This is his sprite from the game DuckTales.", "links": {"website": ["https://en.wikipedia.org/wiki/Scrooge_McDuck"]}, "path": {"121-129": [[50, 1143], [50, 1149], [43, 1157], [42, 1157], [41, 1156], [39, 1158], [39, 1163], [41, 1165], [41, 1167], [40, 1168], [40, 1170], [55, 1170], [55, 1167], [57, 1165], [57, 1162], [55, 1159], [58, 1159], [60, 1157], [60, 1153], [59, 1152], [59, 1150], [58, 1149], [58, 1143]]}, "center": {"121-129": [48, 1163]}},
{"id": 540, "name": "Tinky Winky", "description": "Tinky Winky is one of the main characters of the children's show Teletubbies.", "links": {"website": ["https://teletubbies.fandom.com/wiki/Tinky_Winky"]}, "path": {"125-129": [[66, 1149], [66, 1153], [64, 1155], [64, 1157], [66, 1159], [63, 1162], [63, 1172], [72, 1172], [72, 1169], [73, 1169], [73, 1163], [70, 1159], [72, 1157], [72, 1155], [70, 1153], [70, 1149]]}, "center": {"125-129": [68, 1164]}},
{"id": 541, "name": "Flag of Israel", "description": "Israel, officially the State of Israel, is a country in the Middle East.", "links": {"website": ["https://en.wikipedia.org/wiki/Israel", "https://en.wikipedia.org/wiki/Flag_of_Israel"], "subreddit": ["Israel", "ani_bm"], "discord": ["israel"]}, "path": {"126-132": [[18, 1106], [18, 1114], [24, 1114], [24, 1106]]}, "center": {"126-132": [21, 1110]}},
{"id": 542, "name": "r/Vinesauce", "description": "Subreddit focused on the Twitch channel Vinesauce.", "links": {"subreddit": ["Vinesauce"]}, "path": {"116-166, T:0-1": [[94, 1108], [94, 1114], [135, 1114], [135, 1107], [102, 1107], [102, 1108]]}, "center": {"116-166, T:0-1": [115, 1111]}},
{"id": 543, "name": "Kongou", "description": "Kongou is a character from the free-to-play game Kantai Collection (KanColle).\n\nThis art was originally Akagi from the game Azur Lane before being replaced by Kongou.", "links": {"website": ["https://en.kancollewiki.net/Kongou", "https://en.wikipedia.org/wiki/Kantai_Collection"]}, "path": {"163-166, T:0-1": [[159, 1103], [155, 1107], [155, 1110], [157, 1114], [157, 1117], [156, 1117], [156, 1120], [171, 1120], [173, 1118], [173, 1113], [172, 1112], [172, 1106], [170, 1106], [166, 1103]]}, "center": {"163-166, T:0-1": [164, 1112]}},
{"id": 544, "name": "Akagi", "description": "Akagi is a character from the mobile gacha game Azur Lane.\n\nThis art was later replaced with Kongou from the game Kantai Collection.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/Akagi", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"117-162": [[156, 1103], [156, 1108], [153, 1114], [153, 1120], [171, 1120], [174, 1117], [174, 1115], [173, 1114], [173, 1111], [171, 1107], [171, 1103], [167, 1103], [165, 1105], [162, 1105], [160, 1103]]}, "center": {"117-162": [164, 1112]}},
{"id": 545, "name": "r/Technoblade", "description": "Subreddit focused on Minecraft YouTuber Technoblade.", "links": {"subreddit": ["Technoblade"]}, "path": {"115-166, T:0-1": [[191, 1102], [191, 1111], [252, 1111], [252, 1102]]}, "center": {"115-166, T:0-1": [222, 1107]}},
{"id": 546, "name": "New Jersey", "description": "New Jersey is a character from the mobile gacha game Azur Lane.", "links": {"website": ["https://azurlane.koumakan.jp/wiki/New_Jersey", "https://www.azurlane.jp/", "https://en.wikipedia.org/wiki/Azur_Lane"], "subreddit": ["AzureLane"]}, "path": {"111-166, T:0-1": [[173, 1103], [173, 1104], [175, 1106], [175, 1107], [172, 1111], [172, 1120], [188, 1120], [188, 1111], [185, 1107], [185, 1106], [187, 1104], [187, 1103], [184, 1103], [183, 1104], [177, 1104], [176, 1103]]}, "center": {"111-166, T:0-1": [180, 1112]}},
{"id": 547, "name": "Kilroy was here", "description": "\"Kilroy was here\" is a graffiti meme originating from soldiers in World War II.", "links": {"website": ["https://en.wikipedia.org/wiki/Kilroy_was_here", "https://knowyourmeme.com/memes/kilroy-was-here"]}, "path": {"119-130": [[150, 1169], [148, 1171], [148, 1172], [150, 1174], [154, 1174], [155, 1173], [159, 1173], [161, 1175], [163, 1173], [167, 1173], [168, 1174], [172, 1174], [174, 1172], [174, 1171], [172, 1169], [168, 1169], [166, 1171], [166, 1168], [163, 1165], [159, 1165], [156, 1168], [156, 1171], [154, 1169]]}, "center": {"119-130": [161, 1169]}},
{"id": 548, "name": "r/Juanquilador", "description": "Subreddit focused on the Colombian streamer Juan Guarnizo, a.k.a. JuanSGuarnizo or Juaniquilador.", "links": {"subreddit": ["Juanquilador"]}, "path": {"149-155": [[260, 1112], [260, 1119], [264, 1119], [264, 1120], [317, 1120], [317, 1115], [320, 1115], [320, 1112]]}, "center": {"149-155": [290, 1116]}},
{"id": 549, "name": "LVNDMARK", "description": "LVNDMARK is a Twitch streamer and YouTuber.", "links": {"website": ["https://www.twitch.tv/lvndmark", "https://www.youtube.com/c/LVNDMARK"]}, "path": {"122-131": [[261, 1122], [261, 1172], [312, 1172], [312, 1122]]}, "center": {"122-131": [287, 1147]}},
{"id": 550, "name": "Inky", "description": "Inky is one of the enemy ghosts in the arcade game Pac-Man.", "links": {"website": ["https://en.wikipedia.org/wiki/Ghosts_(Pac-Man)"]}, "path": {"126-131": [[327, 1122], [324, 1125], [324, 1132], [332, 1132], [332, 1125], [329, 1122]]}, "center": {"126-131": [328, 1128]}},
{"id": 551, "name": "Ewilan's Quest", "description": "Ewilan's Quest is an animated series.", "links": {"website": ["https://www.andarta-pictures.com/production/ewilan-s-quest.html"]}, "path": {"159-163, T:0-1": [[491, 1160], [491, 1166], [502, 1166], [502, 1160]]}, "center": {"159-163, T:0-1": [497, 1163]}},
{"id": 552, "name": "!aal", "description": "!aal is a chat command that can be used in SlaixGG's steams.", "links": {}, "path": {"146-166, T:0-1": [[447, 1172], [447, 1178], [461, 1178], [461, 1172]]}, "center": {"146-166, T:0-1": [454, 1175]}},
{"id": 553, "name": "Rat", "description": "This rat is used commonly in SlaixGG's streams.", "links": {}, "path": {"153-166, T:0-1": [[439, 1172], [439, 1176], [447, 1176], [447, 1172]]}, "center": {"153-166, T:0-1": [443, 1174]}},
{"id": 554, "name": "Snake", "description": "This snake is used commonly in SlaixGG's streams.", "links": {}, "path": {"157-166, T:0-1": [[439, 1176], [439, 1206], [438, 1207], [438, 1212], [444, 1218], [446, 1218], [446, 1214], [444, 1211], [441, 1211], [441, 1208], [446, 1208], [446, 1205], [442, 1200], [442, 1198], [447, 1188], [447, 1176]]}, "center": {"157-166, T:0-1": [443, 1180]}},
{"id": 555, "name": "Cargo wagon", "description": "A cargo wagon is a part of the train system in the game Factorio. It is used to transport items.\n\nr/factorio initially planned to add more wagons behind their signature locomotive to represent more subreddits, but instead decided on just one wagon due to time and manpower constraints.", "links": {"website": ["https://wiki.factorio.com/Cargo_wagon"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"112-148": [[442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [496, 1190], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186], [451, 1188], [449, 1188]], "149-166, T:0-1": [[451, 1188], [449, 1188], [442, 1199], [445, 1202], [445, 1208], [447, 1210], [458, 1210], [460, 1208], [483, 1208], [485, 1210], [496, 1210], [498, 1208], [498, 1202], [501, 1199], [494, 1188], [490, 1188], [490, 1186], [481, 1186], [481, 1188], [477, 1188], [477, 1201], [467, 1201], [464, 1198], [464, 1188], [460, 1188], [460, 1186], [451, 1186]]}, "center": {"112-148": [488, 1199], "149-166, T:0-1": [488, 1199]}},
{"id": 556, "name": "Rail", "description": "A rail is used to build railway tracks for trains to follow in the game Factorio.", "links": {"website": ["https://wiki.factorio.com/Rail"], "subreddit": ["factorio"], "discord": ["factorio"]}, "path": {"113-153": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1211], [565, 1211], [565, 1208], [509, 1208], [509, 1205], [504, 1205], [504, 1198], [501, 1198], [501, 1200], [499, 1202], [499, 1208]], "109-112": [[389, 1199], [389, 1211], [445, 1211], [447, 1213], [525, 1213], [525, 1212], [534, 1212], [534, 1211], [554, 1211], [554, 1209], [545, 1209], [545, 1199], [503, 1199], [503, 1197], [455, 1197], [455, 1198], [442, 1198], [442, 1199]], "154-165, T:0-1": [[441, 1208], [441, 1211], [445, 1211], [445, 1213], [503, 1213], [503, 1212], [548, 1212], [548, 1211], [554, 1211], [554, 1209], [549, 1209], [549, 1208], [503, 1208], [503, 1197], [501, 1197], [501, 1200], [499, 1202], [499, 1208]]}, "center": {"113-153": [502, 1208], "109-112": [472, 1205], "154-165, T:0-1": [538, 1210]}},
{"id": 557, "name": "Dodo", "description": "Dodo is the dodo bird pet of the character Randy Bullet (played by streamer RatedEpicz) in NoPixel, a role-play server for the game Grand Theft Auto V.\n\nThis art was designed by u/NikkiTheDuck along with the nearby Bullet Club. <3", "links": {"website": ["https://nopixel.fandom.com/wiki/Dodo", "https://www.facebook.com/RatedEpicz", "https://www.twitch.tv/ratedepicz"], "subreddit": ["Chang_Gang", "NoPixel", "place_CentralAlliance"]}, "path": {"123-166, T:0-1": [[452, 1104], [448, 1111], [448, 1115], [450, 1115], [450, 1118], [453, 1122], [454, 1122], [454, 1123], [456, 1125], [463, 1125], [466, 1122], [468, 1115], [468, 1112], [465, 1112], [464, 1113], [461, 1113], [460, 1112], [458, 1112], [458, 1108], [454, 1104]]}, "center": {"123-166, T:0-1": [459, 1119]}},
{"id": 558, "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie hack-and-slash video game made by The Behemoth. Depicted are various color palettes of the otherwise identical playable knights in Castle Crashers.", "links": {"website": ["https://www.castlecrashers.com/", "https://store.steampowered.com/app/204360/Castle_Crashers/", "https://en.wikipedia.org/wiki/Castle_Crashers"], "subreddit": ["castlecrashers"]}, "path": {"118-132": [[462, 1154], [462, 1172], [495, 1172], [495, 1163], [471, 1163], [471, 1154]]}, "center": {"118-132": [467, 1167]}},
{"id": 559, "name": "Rodney McKay", "description": "Rodney McKay is a character in the science fiction franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate", "https://en.wikipedia.org/wiki/Rodney_McKay"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"161-166, T:0-1": [[520, 1100], [520, 1104], [538, 1104], [540, 1102], [540, 1100]]}, "center": {"161-166, T:0-1": [530, 1102]}},
{"id": 560, "name": "r/Stargate", "description": "Subreddit focused on the science-fiction media franchise Stargate.", "links": {"website": ["https://mgm.com/franchise/stargate"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"119-166, T:0-1": [[510, 1124], [510, 1130], [550, 1130], [550, 1124]]}, "center": {"119-166, T:0-1": [530, 1127]}},
{"id": 561, "name": "Milky Way Stargate", "description": "These chevrons from Stargate are featured on the titular Stargates in the Milky Way in. Stargates are devices that can create wormholes to warp between locations instantly.", "links": {"website": ["https://stargate.fandom.com/wiki/Stargate#Milky_Way_gates"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[513, 1101], [509, 1107], [509, 1117], [513, 1124], [514, 1124], [514, 1121], [546, 1121], [546, 1124], [547, 1124], [550, 1120], [550, 1118], [551, 1118], [551, 1107], [550, 1107], [550, 1105], [547, 1101], [546, 1101], [546, 1106], [539, 1110], [537, 1112], [537, 1113], [540, 1116], [546, 1119], [546, 1121], [514, 1121], [514, 1119], [521, 1115], [523, 1113], [523, 1112], [520, 1109], [514, 1106], [514, 1101]]}, "center": {"114-166, T:0-1": [545, 1113]}},
{"id": 562, "name": "Alpha Gate glyph", "description": "This glyph from Stargate symbolizes the Alpha Gate, a portal (Stargate) on Earth that can be used to travel to other gates across the universe.", "links": {"website": ["https://stargate.fandom.com/wiki/Alpha_Gate", "https://stargate.fandom.com/wiki/Glyph#Milky_Way"], "subreddit": ["Stargate", "place_CentralAlliance"]}, "path": {"114-166, T:0-1": [[530, 1105], [527, 1108], [529, 1110], [523, 1118], [525, 1120], [527, 1120], [529, 1118], [529, 1115], [531, 1115], [531, 1118], [533, 1120], [535, 1120], [537, 1118], [531, 1110], [533, 1108]]}, "center": {"114-166, T:0-1": [530, 1113]}},
{"id": 563, "name": "Shiny Charmander", "description": "Charmander is the Fire-type starter Pokémon in the Generation I Pokémon games (Pokémon Red/Blue), taking place in the Kanto region. This Charmander uses its golden Shiny coloration.", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Charmander_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"125-132": [[511, 1150], [506, 1156], [506, 1158], [510, 1161], [510, 1164], [512, 1166], [514, 1166], [516, 1168], [520, 1168], [528, 1157], [528, 1156], [524, 1150], [520, 1154], [522, 1158], [522, 1159], [521, 1160], [514, 1150]]}, "center": {"125-132": [515, 1161]}},
{"id": 564, "name": "Peashooter", "description": "Peashooter is a character from the Plants vs. Zombies game series.", "links": {"website": ["https://plantsvszombies.fandom.com/wiki/Peashooter"]}, "path": {"122-132": [[568, 1143], [564, 1147], [564, 1151], [566, 1153], [566, 1154], [563, 1157], [561, 1157], [561, 1161], [562, 1162], [565, 1162], [568, 1164], [571, 1164], [572, 1163], [578, 1163], [578, 1160], [573, 1154], [575, 1152], [576, 1152], [577, 1153], [578, 1153], [581, 1150], [585, 1150], [586, 1151], [589, 1151], [591, 1149], [591, 1147], [589, 1145], [586, 1145], [585, 1146], [580, 1146], [578, 1144], [576, 1144], [575, 1145], [574, 1145], [572, 1143]]}, "center": {"122-132": [570, 1149]}},
{"id": 565, "name": "Bisexual flag", "description": "A pride flag representing the bisexual community. Bisexual people are sexually attracted to both males and females.\n\nThis flag was drawn under Korra from The Legend of Korra, as the character is canonically bisexual.", "links": {"website": ["https://en.wikipedia.org/wiki/Bisexuality", "https://en.wikipedia.org/wiki/Bisexual_flag"], "subreddit": ["avatarplace", "ATLA"]}, "path": {"147-165, T:0-1": [[691, 1121], [691, 1124], [697, 1124], [697, 1126], [699, 1126], [700, 1125], [705, 1125], [705, 1123], [707, 1123], [707, 1121]]}, "center": {"147-165, T:0-1": [699, 1123]}},
{"id": 566, "name": "Clone Hero guitar", "description": "The game Clone Hero, along with its predecessors like Guitar Hero and Rock Band, uses a model guitar as a controller.", "links": {"subreddit": ["CloneHero"]}, "path": {"110-123": [[670, 1103], [668, 1105], [668, 1106], [667, 1107], [668, 1108], [668, 1109], [670, 1111], [672, 1111], [673, 1110], [676, 1110], [678, 1108], [683, 1108], [684, 1109], [685, 1109], [687, 1107], [685, 1105], [684, 1105], [683, 1106], [678, 1106], [676, 1104], [673, 1104], [672, 1103]]}, "center": {"110-123": [671, 1107]}},
{"id": 567, "name": "Germany-nagzz21-chibidoki heart", "description": "A heart depicting the flag of Germany and elements of the artworks of streamers nagzz21 and chibidoki.", "links": {"website": ["https://en.wikipedia.org/wiki/Germany", "https://www.nagzz21.com/", "https://www.twitch.tv/chibidoki"], "subreddit": ["placeDE", "de", "germany", "Nagzz21", "chibidoki"], "discord": ["placeDE"]}, "path": {"144-165, T:0-1": [[743, 1115], [739, 1120], [739, 1121], [740, 1122], [740, 1124], [746, 1130], [752, 1124], [752, 1122], [753, 1121], [753, 1120], [749, 1115]]}, "center": {"144-165, T:0-1": [746, 1122]}},
{"id": "tx7g6y", "name": "Onib", "description": "Onib is an original character made by the Twitter artist DarknessBeat. This art was later destroyed by the Gojo art.", "links": {"website": ["https://twitter.com/darkness_beat"]}, "path": {"134-151": [[890, 1190], [890, 1200], [899, 1200], [899, 1190]]}, "center": {"134-151": [895, 1195]}},
{"id": "568", "name": "Bubbles", "description": "Bubbles is one of the main characters in the animated TV series The Powerpuff Girls.", "links": {"website": ["https://powerpuffgirls.fandom.com/wiki/Bubbles_(1998_TV_series)"]}, "path": {"125-155": [[859, 1194], [857, 1196], [857, 1202], [859, 1202], [859, 1204], [862, 1206], [860, 1208], [860, 1210], [863, 1210], [863, 1213], [871, 1213], [871, 1210], [874, 1210], [874, 1204], [877, 1201], [877, 1196], [875, 1194]]}, "center": {"125-155": [867, 1201]}},
{"id": "569", "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"124-133": [[871, 1154], [869, 1156], [869, 1161], [871, 1163], [885, 1163], [887, 1161], [887, 1155], [880, 1155], [879, 1154]]}, "center": {"124-133": [874, 1159]}},
{"id": "570", "name": "ARK: Survival Evolved", "description": "Ark: Survival Evolved (stylized as ARK) is a 2017 action-adventure survival video game developed by Studio Wildcard. In the game, players must survive being stranded on one of several maps filled with roaming dinosaurs, fictional fantasy monsters and other prehistoric animals, natural hazards, and potentially hostile human players.", "links": {"website": ["https://survivetheark.com", "https://en.wikipedia.org/wiki/Ark:_Survival_Evolved"], "subreddit": ["ARK"]}, "path": {"120-133": [[872, 1121], [864, 1133], [864, 1136], [871, 1136], [873, 1134], [873, 1133], [875, 1133], [875, 1134], [877, 1136], [884, 1136], [884, 1133], [876, 1121]]}, "center": {"120-133": [874, 1128]}},
{"id": "571", "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"147-150": [[1542, 1172], [1542, 1176], [1550, 1176], [1550, 1172]], "133-146": [[1544, 1172], [1544, 1176], [1550, 1176], [1550, 1172]]}, "center": {"147-150": [1546, 1174], "133-146": [1547, 1174]}},
{"id": "572", "name": "Jack Manifold", "description": "Jack Manifold is a Twitch streamer and YouTuber. His community added his trademark 3D glasses to several art pieces in r/place.", "links": {"website": ["https://www.twitch.tv/jackmanifoldtv", "https://youtube.fandom.com/wiki/JackManifoldTV"], "subreddit": ["JackManifold"]}, "path": {"113": [[804, 1183], [801, 1185], [806, 1191], [814, 1191], [817, 1187], [817, 1184], [824, 1184], [829, 1189], [833, 1190], [836, 1190], [837, 1189], [838, 1189], [841, 1185], [839, 1183]]}, "center": {"113": [812, 1187]}},
{"id": "573", "name": "r/italy", "description": "Subreddit focused on the country of Italy.", "links": {"subreddit": ["italy"]}, "path": {"145-165, T:0-1": [[961, 1116], [961, 1121], [986, 1121], [986, 1116]]}, "center": {"145-165, T:0-1": [974, 1119]}},
{"id": "574", "name": "Italian Empire", "description": "Italian Empire is a Discord server used to coordinate art related to the country of Italy on r/place.", "links": {"website": ["https://discord.io/italy"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"144-153": [[904, 1116], [904, 1121], [957, 1121], [957, 1116]]}, "center": {"144-153": [931, 1119]}},
{"id": "576", "name": "r/mauerstrassenwetten", "description": "r/mauerstrassenwetten is a German meme stock subreddit. Its name translates to \"Wall Street bets\", as it is the German equivalent of r/wallstreetbets.", "links": {"subreddit": ["mauerstrassenwetten"]}, "path": {"151-165, T:0-1": [[998, 1132], [998, 1138], [1012, 1138], [1014, 1135], [1011, 1132]]}, "center": {"151-165, T:0-1": [1006, 1135]}},
{"id": "577", "name": "Dross", "description": "Dross is a character from Will Wight's fantasy novel series Cradle. It is a one-eyed mind spirit and an ally of protagonist Wei Shi Lindon.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Dross"], "subreddit": ["Iteration110Cradle"]}, "path": {"114-165, T:0-1": [[934, 1198], [929, 1202], [926, 1206], [926, 1221], [928, 1226], [931, 1229], [933, 1229], [933, 1225], [931, 1220], [931, 1219], [933, 1219], [934, 1220], [940, 1220], [941, 1219], [943, 1219], [942, 1221], [942, 1224], [941, 1225], [941, 1229], [943, 1229], [947, 1225], [947, 1222], [948, 1221], [948, 1206], [945, 1202], [940, 1198]]}, "center": {"114-165, T:0-1": [937, 1209]}},
{"id": "578", "name": "Iteration #110", "description": "Iteration #110, a.k.a. Cradle, is a planet that serves as the setting of the fantasy novel series Cradle.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Cradle_Locations#Iteration_.23110"], "subreddit": ["Iteration110Cradle"]}, "path": {"126-165": [[933, 1221], [933, 1228], [941, 1228], [941, 1221]]}, "center": {"126-165": [937, 1225]}},
{"id": "579", "name": "Ukraine heart", "description": "A heart depicting the flag of Ukraine, a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://en.wikipedia.org/wiki/Flag_of_Ukraine"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"154-161": [[923, 1107], [921, 1109], [921, 1111], [925, 1115], [929, 1111], [929, 1109], [927, 1107]], "129-135": [[1305, 1179], [1303, 1181], [1303, 1182], [1307, 1186], [1311, 1182], [1311, 1181], [1309, 1179]]}, "center": {"154-161": [925, 1110], "129-135": [1307, 1182]}},
{"id": "580", "name": "LOEVI", "description": "LOEVI is a game developer creating the game Froguelike.", "links": {"website": ["https://www.youtube.com/c/LOEVI"]}, "path": {"126-134": [[975, 1156], [975, 1170], [997, 1170], [997, 1156]]}, "center": {"126-134": [986, 1163]}},
{"id": "581", "name": "Diamond", "description": "This diamond sprite is from the game Minecraft. Diamonds are rare minerals used to create powerful tools and armor, along with other useful applications.", "links": {"website": ["https://minecraft.fandom.com/wiki/Diamond"], "subreddit": ["Minecraft"]}, "path": {"114-141": [[999, 1104], [995, 1108], [994, 1110], [994, 1113], [996, 1116], [998, 1118], [1003, 1118], [1006, 1115], [1007, 1113], [1007, 1110], [1005, 1107], [1002, 1104]]}, "center": {"114-141": [1001, 1111]}},
{"id": "582", "name": "Kenny McCormick", "description": "Kenny McCormick is one of the four main characters in the American animated television series South Park.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenny_McCormick"], "subreddit": ["southpark"]}, "path": {"115-127": [[916, 1115], [914, 1117], [914, 1120], [913, 1120], [913, 1123], [916, 1123], [916, 1122], [924, 1122], [924, 1123], [927, 1123], [927, 1120], [926, 1120], [926, 1117], [924, 1115]]}, "center": {"115-127": [922, 1119]}},
{"id": "583", "name": "TotalBiscuit-Germany heart", "description": "A heart with the background of the TotalBiscuit art and the flag of Germany.", "links": {"website": ["https://www.youtube.com/channel/UCy1Ms_5qBTawC-k7PVjHXKQ", "https://en.wikipedia.org/wiki/Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"112-115": [[953, 1173], [951, 1175], [951, 1177], [955, 1181], [959, 1177], [959, 1175], [957, 1173]]}, "center": {"112-115": [955, 1176]}},
{"id": 568, "name": "Bubbles", "description": "Bubbles is one of the main characters in the animated TV series The Powerpuff Girls.", "links": {"website": ["https://powerpuffgirls.fandom.com/wiki/Bubbles_(1998_TV_series)"]}, "path": {"125-155": [[859, 1194], [857, 1196], [857, 1202], [859, 1202], [859, 1204], [862, 1206], [860, 1208], [860, 1210], [863, 1210], [863, 1213], [871, 1213], [871, 1210], [874, 1210], [874, 1204], [877, 1201], [877, 1196], [875, 1194]]}, "center": {"125-155": [867, 1201]}},
{"id": 569, "name": "Jake the Dog", "description": "Jake is the best friend and adoptive brother of Finn in the animated TV series Adventure Time. He has magical powers to change his size and shape at will.", "links": {"website": ["https://adventuretime.fandom.com/wiki/Jake", "https://en.wikipedia.org/wiki/Jake_the_Dog"], "subreddit": ["adventuretime"]}, "path": {"124-133": [[871, 1154], [869, 1156], [869, 1161], [871, 1163], [885, 1163], [887, 1161], [887, 1155], [880, 1155], [879, 1154]]}, "center": {"124-133": [874, 1159]}},
{"id": 570, "name": "ARK: Survival Evolved", "description": "Ark: Survival Evolved (stylized as ARK) is a 2017 action-adventure survival video game developed by Studio Wildcard. In the game, players must survive being stranded on one of several maps filled with roaming dinosaurs, fictional fantasy monsters and other prehistoric animals, natural hazards, and potentially hostile human players.", "links": {"website": ["https://survivetheark.com", "https://en.wikipedia.org/wiki/Ark:_Survival_Evolved"], "subreddit": ["ARK"]}, "path": {"120-133": [[872, 1121], [864, 1133], [864, 1136], [871, 1136], [873, 1134], [873, 1133], [875, 1133], [875, 1134], [877, 1136], [884, 1136], [884, 1133], [876, 1121]]}, "center": {"120-133": [874, 1128]}},
{"id": 571, "name": "Flag of Colombia", "description": "Colombia is a country on the northwest coast of South America.", "links": {"website": ["https://en.wikipedia.org/wiki/Colombia", "https://en.wikipedia.org/wiki/Flag_of_Colombia"], "subreddit": ["Colombia"]}, "path": {"147-150": [[1542, 1172], [1542, 1176], [1550, 1176], [1550, 1172]], "133-146": [[1544, 1172], [1544, 1176], [1550, 1176], [1550, 1172]]}, "center": {"147-150": [1546, 1174], "133-146": [1547, 1174]}},
{"id": 572, "name": "Jack Manifold", "description": "Jack Manifold is a Twitch streamer and YouTuber. His community added his trademark 3D glasses to several art pieces in r/place.", "links": {"website": ["https://www.twitch.tv/jackmanifoldtv", "https://youtube.fandom.com/wiki/JackManifoldTV"], "subreddit": ["JackManifold"]}, "path": {"113": [[804, 1183], [801, 1185], [806, 1191], [814, 1191], [817, 1187], [817, 1184], [824, 1184], [829, 1189], [833, 1190], [836, 1190], [837, 1189], [838, 1189], [841, 1185], [839, 1183]]}, "center": {"113": [812, 1187]}},
{"id": 573, "name": "r/italy", "description": "Subreddit focused on the country of Italy.", "links": {"subreddit": ["italy"]}, "path": {"145-165, T:0-1": [[961, 1116], [961, 1121], [986, 1121], [986, 1116]]}, "center": {"145-165, T:0-1": [974, 1119]}},
{"id": 574, "name": "Italian Empire", "description": "Italian Empire is a Discord server used to coordinate art related to the country of Italy on r/place.", "links": {"website": ["https://discord.io/italy"], "subreddit": ["italy", "ItalyPlace", "placeitaly", "Italia"], "discord": ["4jbTuR2"]}, "path": {"144-153": [[904, 1116], [904, 1121], [957, 1121], [957, 1116]]}, "center": {"144-153": [931, 1119]}},
{"id": 576, "name": "r/mauerstrassenwetten", "description": "r/mauerstrassenwetten is a German meme stock subreddit. Its name translates to \"Wall Street bets\", as it is the German equivalent of r/wallstreetbets.", "links": {"subreddit": ["mauerstrassenwetten"]}, "path": {"151-165, T:0-1": [[998, 1132], [998, 1138], [1012, 1138], [1014, 1135], [1011, 1132]]}, "center": {"151-165, T:0-1": [1006, 1135]}},
{"id": 577, "name": "Dross", "description": "Dross is a character from Will Wight's fantasy novel series Cradle. It is a one-eyed mind spirit and an ally of protagonist Wei Shi Lindon.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Dross"], "subreddit": ["Iteration110Cradle"]}, "path": {"114-165, T:0-1": [[934, 1198], [929, 1202], [926, 1206], [926, 1221], [928, 1226], [931, 1229], [933, 1229], [933, 1225], [931, 1220], [931, 1219], [933, 1219], [934, 1220], [940, 1220], [941, 1219], [943, 1219], [942, 1221], [942, 1224], [941, 1225], [941, 1229], [943, 1229], [947, 1225], [947, 1222], [948, 1221], [948, 1206], [945, 1202], [940, 1198]]}, "center": {"114-165, T:0-1": [937, 1209]}},
{"id": 578, "name": "Iteration #110", "description": "Iteration #110, a.k.a. Cradle, is a planet that serves as the setting of the fantasy novel series Cradle.", "links": {"website": ["https://wiki.abidanarchive.com/index.php/Cradle_Locations#Iteration_.23110"], "subreddit": ["Iteration110Cradle"]}, "path": {"126-165": [[933, 1221], [933, 1228], [941, 1228], [941, 1221]]}, "center": {"126-165": [937, 1225]}},
{"id": 579, "name": "Ukraine heart", "description": "A heart depicting the flag of Ukraine, a country in Eastern Europe.", "links": {"website": ["https://en.wikipedia.org/wiki/Ukraine", "https://en.wikipedia.org/wiki/Flag_of_Ukraine"], "subreddit": ["placeukraine", "ukraine"], "discord": ["fMf7RJBMw6"]}, "path": {"154-161": [[923, 1107], [921, 1109], [921, 1111], [925, 1115], [929, 1111], [929, 1109], [927, 1107]], "129-135": [[1305, 1179], [1303, 1181], [1303, 1182], [1307, 1186], [1311, 1182], [1311, 1181], [1309, 1179]]}, "center": {"154-161": [925, 1110], "129-135": [1307, 1182]}},
{"id": 580, "name": "LOEVI", "description": "LOEVI is a game developer creating the game Froguelike.", "links": {"website": ["https://www.youtube.com/c/LOEVI"]}, "path": {"126-134": [[975, 1156], [975, 1170], [997, 1170], [997, 1156]]}, "center": {"126-134": [986, 1163]}},
{"id": 581, "name": "Diamond", "description": "This diamond sprite is from the game Minecraft. Diamonds are rare minerals used to create powerful tools and armor, along with other useful applications.", "links": {"website": ["https://minecraft.fandom.com/wiki/Diamond"], "subreddit": ["Minecraft"]}, "path": {"114-141": [[999, 1104], [995, 1108], [994, 1110], [994, 1113], [996, 1116], [998, 1118], [1003, 1118], [1006, 1115], [1007, 1113], [1007, 1110], [1005, 1107], [1002, 1104]]}, "center": {"114-141": [1001, 1111]}},
{"id": 582, "name": "Kenny McCormick", "description": "Kenny McCormick is one of the four main characters in the American animated television series South Park.", "links": {"website": ["https://en.wikipedia.org/wiki/Kenny_McCormick"], "subreddit": ["southpark"]}, "path": {"115-127": [[916, 1115], [914, 1117], [914, 1120], [913, 1120], [913, 1123], [916, 1123], [916, 1122], [924, 1122], [924, 1123], [927, 1123], [927, 1120], [926, 1120], [926, 1117], [924, 1115]]}, "center": {"115-127": [922, 1119]}},
{"id": 583, "name": "TotalBiscuit-Germany heart", "description": "A heart with the background of the TotalBiscuit art and the flag of Germany.", "links": {"website": ["https://www.youtube.com/channel/UCy1Ms_5qBTawC-k7PVjHXKQ", "https://en.wikipedia.org/wiki/Germany"], "subreddit": ["placeDE", "de", "germany"], "discord": ["placeDE"]}, "path": {"112-115": [[953, 1173], [951, 1175], [951, 1177], [955, 1181], [959, 1177], [959, 1175], [957, 1173]]}, "center": {"112-115": [955, 1176]}},
{"id": "twy8ox", "name": "Altaria", "description": "Altaria is a Dragon/Flying-type cloud Pokémon from the Generation III Pokémon games (Pokémon Ruby/Sapphire).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Altaria_(Pok%C3%A9mon)"], "subreddit": ["pokemon"], "discord": ["wkcSfmbA"]}, "path": {"156-162": [[1053, 1177], [1053, 1178], [1055, 1180], [1058, 1180], [1058, 1178], [1059, 1178], [1059, 1176], [1055, 1176], [1055, 1177]], "147-155": [[1056, 1176], [1055, 1177], [1054, 1177], [1052, 1179], [1054, 1181], [1058, 1181], [1058, 1179], [1059, 1178], [1057, 1176]]}, "center": {"156-162": [1056, 1178], "147-155": [1055, 1179]}},
{"id": "584", "name": "Rowlet", "description": "Rowlet is the Grass/Flying-type starter Pokémon from the Alola region in the Generation VII Pokémon games (Pokémon Sun/Moon).", "links": {"website": ["https://bulbapedia.bulbagarden.net/wiki/Rowlet_(Pok%C3%A9mon)"], "subreddit": ["pokemon"]}, "path": {"149-158": [[1059, 1127], [1059, 1137], [1069, 1137], [1069, 1127]]}, "center": {"149-158": [1064, 1132]}},
{"id": "585", "name": "Technical University of Munich", "description": "The Technical University of Munich (TUM) is a university in Munich, Germany.", "links": {"website": ["https://tum.de", "https://en.wikipedia.org/wiki/Technical_University_of_Munich"], "subreddit": ["tumunich"]}, "path": {"143-165, T:0-1": [[1109, 1171], [1109, 1176], [1121, 1176], [1121, 1171]]}, "center": {"143-165, T:0-1": [1115, 1174]}},

View File

@ -2,7 +2,7 @@
The 2022 r/place Atlas
Copyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
Licensed under AGPL-3.0 (https://2022.place-atlas.stefanocoding.me/license.txt)
-->
<!DOCTYPE html>
@ -17,8 +17,8 @@
<meta property="og:title" content="The 2022 r/place Atlas">
<meta property="og:type" content="website">
<meta property="og:url" content="https://place-atlas.stefanocoding.me/">
<meta property="og:image" content="https://place-atlas.stefanocoding.me/_img/logo.png">
<meta property="og:url" content="https://2022.place-atlas.stefanocoding.me/">
<meta property="og:image" content="https://2022.place-atlas.stefanocoding.me/_img/logo.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
@ -49,7 +49,7 @@
"@context": "https://schema.org",
"@type": "WebSite",
"name": "The 2022 r/place Atlas",
"url": "https://place-atlas.stefanocoding.me/",
"url": "https://2022.place-atlas.stefanocoding.me/",
"author": [
{
"@type": "Person",
@ -78,7 +78,7 @@
"name": "Place Atlas",
"alternateName": "r/placeatlas2",
"url": "https://github.com/placeAtlas",
"image": "http://place-atlas.stefanocoding.me/_img/logo.png",
"image": "http://2022.place-atlas.stefanocoding.me/_img/logo.png",
"founder": {
"@type": "Person",
"@id": "#Codixer",
@ -94,58 +94,74 @@
}
],
"copyrightYear": 2017,
"license": "https://place-atlas.stefanocoding.me/license.txt",
"license": "https://2022.place-atlas.stefanocoding.me/license.txt",
"inLanguage": "English",
"isAccessibleForFree": true,
"keywords": "reddit, r/place, place, experiment",
"thumbnailUrl": "https://place-atlas.stefanocoding.me/_img/logo.png",
"image": "https://place-atlas.stefanocoding.me/_img/logo.png",
"thumbnailUrl": "https://2022.place-atlas.stefanocoding.me/_img/logo.png",
"image": "https://2022.place-atlas.stefanocoding.me/_img/logo.png",
"description": "An interactive map of Reddit's 2022 r/place, with information to each artwork of the canvas."
}
</script>
</head>
<body>
<div id="wrapper" class="listHidden">
<nav id="main-navbar" class="navbar navbar-expand-md fixed-top bg-body border-bottom">
<div class="container-fluid">
<a class="navbar-brand text-body d-flex align-items-center" href="./">
<picture>
<source srcset="./_img/favicon-dark.svg" media="(prefers-color-scheme: dark)">
<img class="d-block me-2" height="32" width="32" src="./_img/favicon.svg" alt="">
</picture>
The 2022 r/place Atlas
</a>
<button class="navbar-toggler text-body collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-list" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto my-2 my-md-0">
<li class="nav-item">
<div class="btn-group" role="group">
<button id="showListButton" class="btn btn-outline-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasList" aria-controls="offcanvasList">Entries List</button>
</div>
</li>
</ul>
<ul class="navbar-nav mx-auto d-block d-md-none d-lg-block">
<li class="nav-item d-flex align-items-center gap-2">
<span class="p-2">Coordinates: <span class="badge bg-secondary" id="coords_p">0, 0</span></span>
</li>
</ul>
<hr class="d-md-none">
<ul class="navbar-nav flex-row flex-wrap ms-auto">
<li class="nav-item col-6 col-md-auto">
<a class="nav-link active" href="./" aria-current="page">Atlas Map</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link" href="https://place-wiki.stefanocoding.me/">Wiki</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
<header class="fixed-top">
<aside class="container-fluid alert-primary collapse" id="headerAnnouncement">
<div class="d-flex w-100 py-2 align-items-center">
<i class="bi bi-info-circle-fill fs-5"></i>
<p class="mb-0 flex-grow-1 px-2"> The 2023 edition of r/place is currently underway, and we are back! Check out <a class="alert-link" href="https://2023.place-atlas.stefanocoding.me">The 2023 r/place Atlas</a>!</p>
<a class="fs-5" data-bs-toggle="collapse" href="#headerAnnouncement" role="button" aria-expanded="false" aria-controls="headerAnnouncement"><i class="bi bi-x-lg"></i></a>
</div>
</div>
</nav>
</aside>
<nav id="main-navbar" class="navbar navbar-expand-md bg-body border-bottom">
<div class="container-fluid">
<a class="navbar-brand text-body d-flex align-items-center" href="./">
<picture>
<source srcset="./_img/favicon-dark.svg" media="(prefers-color-scheme: dark)">
<img class="d-block me-2" height="32" width="32" src="./_img/favicon.svg" alt="">
</picture>
The 2022 r/place Atlas
</a>
<button class="navbar-toggler text-body collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-list" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto my-2 my-md-0">
<li class="nav-item">
<div class="btn-group" role="group">
<button id="showListButton" class="btn btn-outline-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasList" aria-controls="offcanvasList">Entries List</button>
</div>
</li>
</ul>
<ul class="navbar-nav mx-auto d-block d-md-none d-lg-block">
<li class="nav-item d-flex align-items-center gap-2">
<span class="p-2">Coordinates: <span class="badge bg-secondary" id="coords_p">0, 0</span></span>
</li>
</ul>
<hr class="d-md-none">
<ul class="navbar-nav flex-row flex-wrap ms-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false" aria-current="page">
Atlas Map
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://2017.place-atlas.stefanocoding.me/">2017</a></li>
<li><a class="dropdown-item" href="#" aria-current="page">2022</a></li>
<li><a class="dropdown-item" href="https://2023.place-atlas.stefanocoding.me/">2023</a></li>
</ul>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link" href="https://place-wiki.stefanocoding.me/">Place Wiki</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link" href="./about.html">About</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="container">
<div id="loading" class="d-flex justify-content-center">
<div id="loadingContent" class="my-auto mx-3 text-center text-white">
@ -156,7 +172,7 @@
<noscript>
<p>Sorry, you need JavaScript to view the Atlas.</p>
<p>All JavaScript on this site is licensed under either the MIT or AGPL license.</p>
<p><a href="https://github.com/placeAtlas/atlas">See the source on GitHub</a></p>
<p><a href="https://github.com/placeAtlas/atlas-2022">See the source on GitHub</a></p>
</noscript>
</div>
</div>
@ -248,7 +264,7 @@
</datalist>
</div>
<div id="author" class="bg-body d-flex align-items-center justify-content-center py-1 px-2 rounded shadow" style="--bs-bg-opacity: .9;">
<span style="font-size: 0.7rem;">Code by <a href="https://github.com/placeAtlas" target="_blank" rel="noopener noreferrer">Place Atlas</a>. Source on <a href="https://github.com/placeAtlas/atlas" target="_blank" rel="noopener noreferrer">GitHub</a>. Site powered by <a href="https://www.netlify.com" target="_blank" rel="noopener noreferrer">Netlify</a>.</span>
<span style="font-size: 0.7rem;">Code by <a href="https://github.com/placeAtlas" target="_blank" rel="noopener noreferrer">Place Atlas</a>. Source on <a href="https://github.com/placeAtlas/atlas-2022" target="_blank" rel="noopener noreferrer">GitHub</a>. Site powered by <a href="https://www.netlify.com" target="_blank" rel="noopener noreferrer">Netlify</a>.</span>
</div>
</div>
<div class="offcanvas offcanvas-start bg-body" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasDraw" aria-labelledby="offcanvasDrawLabel">
@ -288,7 +304,7 @@
<button type="button" class="btn btn-primary d-block mx-auto" id="periodsAdd">Add Period</button>
</div>
<div id="hint">
<p class="text-center">Please read <a href="https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">this guide</a> for instructions.</p>
<p class="text-center">Please read <a href="https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">this guide</a> for instructions.</p>
<hr>
<p>You can suggest new entries to the Atlas for art that isn't mapped yet, or update entries by editing it.</p>
<p>Click anywhere on the image to start drawing a shape. Switch between periods by adding a period, and/or seek through the timeline.</p>
@ -349,7 +365,7 @@
If you want to use Reddit, use the <span class="badge bg-primary">Post Direct to Reddit</span> button or manually copy the text below and submit it as a new text post to <a href="https://www.reddit.com/r/placeAtlas2/" target="_blank" rel="noopener noreferrer">r/placeAtlas2</a> on Reddit.
Don't forget to flair it with the <span class="badge rounded-pill bg-primary"><i class="bi bi-tag" aria-hidden="true"></i> <span id="redditFlair">New Entry</span></span> flair.</p>
<p>
If you want to use GitHub, use the <span class="badge bg-primary">Submit Direct to GitHub</span> button, or read <a href="https://github.com/placeAtlas/atlas/blob/master/CONTRIBUTING.md#through-github" target="_blank" rel="noopener noreferrer">the contributing guide</a> to submit a patch.
If you want to use GitHub, use the <span class="badge bg-primary">Submit Direct to GitHub</span> button, or read <a href="https://github.com/placeAtlas/atlas-2022/blob/master/CONTRIBUTING.md#through-github" target="_blank" rel="noopener noreferrer">the contributing guide</a> to submit a patch.
</p>
<p>We will then check it and add it to the Atlas.</p>
<textarea class="form-control flex-grow-1" cols="40" rows="20" id="exportString" title="Raw JSON string" readonly></textarea>