LEGO Insiders Community
Jump to navigation
Jump to search
LEGO Insiders Community | |
URL | https://insiderscommunity.lego.com |
Status | Offline |
Archiving status | Partially saved |
Archiving type | Unknown |
IRC channel | #archiveteam-bs (on hackint) |
LEGO Insiders Community was a social networking platform launched in September 2023 by The LEGO Group that allowed fans to share and discuss ideas and builds.
On 2024-06-10 it was announced that the site would cease operations on 2024-06-26 so that they could "streamline and focus on making improvements to our other experiences". [1] While the site itself couldn't be archived with ArchiveBot due to an age-gate and heavy use of JavaScript, the majority of the data was saved by running the API endpoints through ArchiveBot.
API
Users
- Username - https://insiderscommunity.lego.com/api/users/[userId]
- User Posts - https://insiderscommunity.lego.com/api/users/[userId]/posts?take=5
- Following Users - https://insiderscommunity.lego.com/api/users/[userId]/following/users?take=5
- Following Tags - https://insiderscommunity.lego.com/api/users/[userId]/following/tags?take=5
- Followers - https://insiderscommunity.lego.com/api/users/[userId]/followers?take=5
- Roles - https://insiderscommunity.lego.com/api/users/[userId]/roles
- Profile - https://insiderscommunity.lego.com/_next/data/8O7BR0g_S7BQffPzxX5TC/en-GB/profile/[userName].json
Posts
- Posts - https://insiderscommunity.lego.com/api/posts?take=5&skip=0
- Post - https://insiderscommunity.lego.com/api/posts/[postId]
- Post Likes - https://insiderscommunity.lego.com/api/posts/[postId]/likes/count
- Comments - https://insiderscommunity.lego.com/api/posts/[postId]/comments?take=5
- Comment Likes - https://insiderscommunity.lego.com/api/comments/[commentId]/likes
Tags
- Tag Info - https://insiderscommunity.lego.com/api/tags/[tagName]
- Tag Posts - https://insiderscommunity.lego.com/api/posts?tags=[tagName]&take=5
- Trending Tags - https://insiderscommunity.lego.com/api/tags/trending/
Articles
- Article - https://insiderscommunity.lego.com/_next/data/8O7BR0g_S7BQffPzxX5TC/en-GB/articles/[mainCategoryName]/[subCategoryName]/[articleName].json
- Like Count - https://insiderscommunity.lego.com/api/articles/[articleId]/likes/count
- Comments - https://insiderscommunity.lego.com/api/articles/[articleId]/comments?take=5
- Comment Likes - https://insiderscommunity.lego.com/api/articleComments/[commentId]/likes
- Video - https://services.slingshot.lego.com/mediaplayer/v3?videoId=[videoId]_en-gb
Others
Data Files
- User IDs
- User Names
- Post IDs
- Post Comment IDs
- Tag Names
- Article IDs
- Article Categories
- Article Comment IDs
- Video IDs
References