Created
April 29, 2020 16:47
-
-
Save wellingtonlee/9cbccda66b042baa8c6051208b12fb6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"license" : ["Copyright (C) 2020 Micah Hoffman", | |
"This work is licensed under the Creative Commons Attribution-ShareAlike", | |
"4.0 International License. To view a copy of this license, visit", | |
"http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to", | |
"Creative Commons, PO Box 1866, Mountain View, CA 94042, USA."], | |
"authors" : ["WebBreacher","Munchko","L0r3m1p5um","lehuff","janbinx","bcoles","Sector035", | |
"arnydo","mccartney","salaheldinaz"], | |
"sites" : [ | |
{ | |
"name" : "500px", | |
"check_uri" : "https://500px.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " is using 500px, the world's most passionate photo sharing community.", | |
"account_missing_string" : "Oops! This page doesn’t exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice","bob"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "9GAG", | |
"check_uri" : "https://9gag.com/u/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " - 9GAG</title>", | |
"account_missing_string" : "404 Nothing here", | |
"account_missing_code" : "404", | |
"known_accounts" : ["_fatbatman_","strangelove"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "about.me", | |
"check_uri" : "https://about.me/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " | about.me", | |
"account_missing_string" : "<title>about.me</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john","jill"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "AngelList", | |
"check_uri" : "https://angel.co/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s profile on AngelList", | |
"account_missing_string" : "Page not found - 404", | |
"account_missing_code" : "404", | |
"known_accounts" : ["sacca","rudyadler"], | |
"category" : "tech", | |
"valid" : false | |
}, | |
{ | |
"name" : "aNobii", | |
"check_uri" : "https://www.anobii.com/{account}/profile", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Anobiian since", | |
"account_missing_string" : "Redirecting to", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test", "john"], | |
"category" : "books", | |
"valid" : true | |
}, | |
{ | |
"name" : "appearoo", | |
"check_uri" : "https://appearoo.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Your connection with", | |
"account_missing_string" : "Not Found</title>", | |
"account_missing_code" : "200", | |
"known_accounts" : ["yourname", "appearoo"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "ask.fm", | |
"check_uri" : "https://ask.fm/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "answers,", | |
"account_missing_string" : "Well, apparently not anymore.", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "authorSTREAM", | |
"check_uri" : "http://www.authorstream.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Presentations on authorSTREAM", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "john"], | |
"category" : "presos", | |
"valid" : true | |
}, | |
{ | |
"name" : "badoo", | |
"check_uri" : "https://badoo.com/{account}/", | |
"account_existence_code" : "301", | |
"account_existence_string" : "https://badoo.com/profile/", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john", "whynot"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Bandcamp", | |
"check_uri" : "https://bandcamp.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " collection | Bandcamp</title>", | |
"account_missing_string" : "<h2>Sorry, that something isn’t here.</h2>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice", "bob"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Basecamp", | |
"check_uri" : "https://launchpad.37signals.com/session/profile?username={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "strategies\":[\"password\"]}", | |
"account_missing_string" : ":[]}", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test","john"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "Behance", | |
"check_uri" : "https://www.behance.net/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Behance</title>", | |
"account_missing_string" : "<title>Behance :: Oops! We can’t find that page.</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice", "bob"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "Bitbucket", | |
"check_uri" : "https://bitbucket.org/api/2.0/users/{account}", | |
"pretty_uri" : "https://bitbucket.org/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "display_name", | |
"account_missing_string" : "\"error\":", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "WebBreacher"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "BLIP.fm", | |
"check_uri" : "https://blip.fm/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "recommended", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john", "walnuts"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Blogmarks", | |
"check_uri" : "http://blogmarks.net/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "class=\"mark\"", | |
"account_missing_string" : "", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test", "mike"], | |
"category" : "bookmarks", | |
"valid" : true | |
}, | |
{ | |
"name" : "Blogspot", | |
"check_uri" : "http://{account}.blogspot.com", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Blogger Template Style", | |
"account_missing_string" : "Blog not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "BodyBuilding.com", | |
"check_uri" : "http://api.bodybuilding.com/api-proxy/bbc/get?slug={account}", | |
"pretty_uri" : "http://bodyspace.bodybuilding.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "username", | |
"account_missing_string" : "data\":\"\"", | |
"account_missing_code" : "200", | |
"known_accounts" : ["mike"], | |
"category" : "health", | |
"valid" : true | |
}, | |
{ | |
"name" : "Bugcrowd", | |
"check_uri" : "https://bugcrowd.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "ResearcherDashboard", | |
"account_missing_string" : ">Bugcrowd | Error", | |
"account_missing_code" : "404", | |
"known_accounts" : ["bitquark"], | |
"category" : "hacker", | |
"valid" : true | |
}, | |
{ | |
"name" : "BuzzFeed", | |
"check_uri" : "https://www.buzzfeed.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : ") on BuzzFeed</title>", | |
"account_missing_string" : "We can't find the page you're looking for", | |
"account_missing_code" : "404", | |
"known_accounts" : ["talhaishaq2001","RobertK"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Buzznet", | |
"check_uri" : "https://www.buzznet.com/author/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : ", Author at buzznet</title>", | |
"account_missing_string" : "Page not found</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["carolinegawlik"], | |
"category" : "news", | |
"valid" : true | |
}, | |
{ | |
"name" : "Canva", | |
"check_uri" : "https://www.canva.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "This is a portfolio page for", | |
"account_missing_string" : "Sorry, the page you are", | |
"account_missing_code" : "404", | |
"known_accounts" : ["marketplacedesigners","john"], | |
"category" : "business", | |
"valid" : false | |
}, | |
{ | |
"name" : "cash.me", | |
"check_uri" : "https://cash.me/${account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Pay", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["jill","john"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "CarDomain", | |
"check_uri" : "http://www.cardomain.com/member/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "RidePostsAreaID", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "cHEEZburger", | |
"check_uri" : "https://profile.cheezburger.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile-header", | |
"account_missing_string" : "<title>Home - ", | |
"account_missing_code" : "200", | |
"known_accounts" : ["john"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "Chess.com", | |
"check_uri" : "https://www.chess.com/member/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Last Online", | |
"account_missing_string" : "<title>Missing Page?! - Chess.com</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john", "alice", "carol"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Codecademy", | |
"check_uri" : "https://discuss.codecademy.com/u/{account}/summary", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title> Profile - ", | |
"account_missing_string" : "Oops! That page doesn’t exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["doctypeme","jon_morris"], | |
"category" : "education", | |
"valid" : true | |
}, | |
{ | |
"name" : "codementor", | |
"check_uri" : "https://www.codementor.io/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "ABOUT ME", | |
"account_missing_string" : "404/favicon.png", | |
"account_missing_code" : "404", | |
"known_accounts" : ["e4c5"], | |
"category" : "education", | |
"valid" : true | |
}, | |
{ | |
"name" : "COLOURlovers", | |
"check_uri" : "https://www.colourlovers.com/lover/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Send A Love Note", | |
"account_missing_string" : "", | |
"account_missing_code" : "", | |
"known_accounts" : ["test"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "cruiseMates", | |
"check_uri" : "http://www.cruisemates.com/forum/members/{account}.html", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Join Date:", | |
"account_missing_string" : "This user has not registered", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test","john"], | |
"category" : "travel", | |
"valid" : true | |
}, | |
{ | |
"name" : "Dailymotion", | |
"check_uri" : "https://www.dailymotion.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "og:url", | |
"account_missing_string" : "404 Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["WeHappyKids","john"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Delicious", | |
"check_uri" : "https://del.icio.us/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Following:", | |
"account_missing_string" : "An error occurred.", | |
"account_missing_code" : "500", | |
"known_accounts" : ["john","av2learner"], | |
"category" : "bookmarks", | |
"valid" : true | |
}, | |
{ | |
"name" : "Destructoid", | |
"check_uri" : "https://www.destructoid.com/?name={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Follow", | |
"account_missing_string" : "Error in query", | |
"account_missing_code" : "200", | |
"known_accounts" : ["john", "alice", "bob"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "DeviantArt", | |
"check_uri" : "https://www.deviantart.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " | DeviantArt</title>", | |
"account_missing_string" : "DeviantArt: 404", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "john"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "devRant", | |
"check_uri" : "https://devrant.com/users/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Joined devRant on", | |
"account_missing_string" : "<!-- row start signup -->", | |
"account_missing_code" : "200", | |
"known_accounts" : ["dfox", "trogus"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "diigo", | |
"check_uri" : "https://www.diigo.com/interact_api/load_profile_info?name={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "regist_at", | |
"account_missing_string" : "{}", | |
"account_missing_code" : "200", | |
"known_accounts" : ["whoami", "johndoe"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "discuss.elastic.co", | |
"check_uri" : "https://discuss.elastic.co/u/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title> Profile", | |
"account_missing_string" : "Oops!", | |
"account_missing_code" : "404", | |
"known_accounts" : ["whoami", "johndoe"], | |
"category" : "tech", | |
"valid" : true, | |
"comments" : ["Verified 2019-04-12 Arnydo."] | |
}, | |
{ | |
"name" : "Disqus", | |
"check_uri" : "https://disqus.com/by/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Disqus Profile", | |
"account_missing_string" : "Page not found (404) - Disqus", | |
"account_missing_code" : "404", | |
"known_accounts" : ["Aristotelian1","50calibercat"], | |
"category" : "discussion", | |
"valid" : true | |
}, | |
{ | |
"name" : "DIY", | |
"check_uri" : "https://diy.org/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Member since", | |
"account_missing_string" : "We couldn't find that page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "john"], | |
"category" : "video", | |
"valid" : false | |
}, | |
{ | |
"name" : "Dribbble", | |
"check_uri" : "https://dribbble.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " | Dribbble", | |
"account_missing_string" : "(404)</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["UI8","keeplegend"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name": "Droners", | |
"check_uri" : "https://droners.io/accounts/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "#portfolio_images_tab", | |
"account_missing_string" : "(404)</title>", | |
"account_missing_code" : "302", | |
"known_accounts" : ["chriskahn","swilken"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "duby", | |
"check_uri" : "https://www.duby.co/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>@", | |
"account_missing_string" : "<title>Page Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["organicannabis","jonny5"], | |
"category" : "drugs", | |
"valid" : false | |
}, | |
{ | |
"name" : "eBay", | |
"check_uri" : "https://www.ebay.com/usr/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on eBay</title>", | |
"account_missing_string" : "The User ID you entered was not found", | |
"account_missing_code" : "200", | |
"known_accounts" : ["the_gqs"], | |
"category" : "shopping", | |
"valid" : true | |
}, | |
{ | |
"name" : "EightBit", | |
"check_uri" : "http://eightbit.me/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on EightBit</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "", | |
"known_accounts" : ["bomdiameucaro"], | |
"category" : "gaming", | |
"valid" : false | |
}, | |
{ | |
"name" : "Engadget", | |
"check_uri" : "https://www.engadget.com/about/editors/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<!-- contributor -->", | |
"account_missing_string" : "<title>, -", | |
"account_missing_code" : "200", | |
"known_accounts" : ["devindra-hardawar"], | |
"category" : "tech", | |
"valid" : true | |
}, | |
{ | |
"name" : "Etsy", | |
"check_uri" : "https://www.etsy.com/people/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " on Etsy</title>", | |
"account_missing_string" : "Sorry, the member you are looking for does not exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["happiness"], | |
"category" : "shopping", | |
"valid" : true | |
}, | |
{ | |
"name" : "F3", | |
"check_uri" : "https://f3.cool/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Send me anonymous messages or ask anything - F3", | |
"account_missing_string" : "Page Not Found - F3", | |
"account_missing_code" : "404", | |
"known_accounts" : ["nick"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Facebook", | |
"check_uri" : "https://www.facebook.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "og:url", | |
"account_missing_string" : "This page isn't available", | |
"account_missing_code" : "404", | |
"known_accounts" : ["zuck"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "fanpop", | |
"check_uri" : "https://www.fanpop.com/fans/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Fanpopping since", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test","johndoe"], | |
"category" : "movies", | |
"valid" : true | |
}, | |
{ | |
"name" : "Fiverr", | |
"check_uri" : "https://www.fiverr.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " | Fiverr</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test","gabarnes"], | |
"category" : "shopping", | |
"valid" : true | |
}, | |
{ | |
"name" : "Flickr", | |
"check_uri" : "https://www.flickr.com/photos/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "| Flickr", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["glaciernps","test"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "Flipboard", | |
"check_uri" : "https://flipboard.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " on Flipboard | ", | |
"account_missing_string" : "<title></title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["flipboard"], | |
"category" : "tech", | |
"valid" : true | |
}, | |
{ | |
"name" : "Foursquare", | |
"check_uri" : "https://foursquare.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Foursquare", | |
"account_missing_string" : "We couldn't find the page you're looking for.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john"], | |
"known_missing_accounts" : ["test"], | |
"category" : "location", | |
"valid" : true | |
}, | |
{ | |
"name" : "freelancer", | |
"check_uri" : "https://www.freelancer.com/u/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile-membership-length", | |
"account_missing_string" : "Page Not Found - Freelancer", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mikehurley"], | |
"known_missing_accounts" : [""], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "freesound", | |
"check_uri" : "https://freesound.org/people/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "START of Content area", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","JohnDoe"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "FriendFinder", | |
"check_uri" : "https://friendfinder.com/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Last Visit:", | |
"account_missing_string" : "302 Found", | |
"account_missing_code" : "302", | |
"known_accounts" : ["john"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "FriendFinder-X", | |
"check_uri" : "https://www.friendfinder-x.com/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s Dating Profile on FriendFinder-x", | |
"account_missing_string" : "The document has moved", | |
"account_missing_code" : "302", | |
"known_accounts" : ["john"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "FunnyOrDie", | |
"check_uri" : "https://www.funnyordie.com/users/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Last Login:", | |
"account_missing_string" : "404 Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["graciehughes_FOD"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Gamespot", | |
"check_uri" : "https://www.gamespot.com/profile/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s Profile - GameSpot</title>", | |
"account_missing_string" : "404: Not Found - GameSpot</title>", | |
"account_missing_code" : "200", | |
"known_accounts" : ["alice","bob"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Garmin connect", | |
"check_uri" : "https://connect.garmin.com/modern/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "JSON.parse", | |
"account_missing_string" : "VIEWER_USERPREFERENCES = nul", | |
"account_missing_code" : "200", | |
"known_accounts" : ["danielebarison","cderalow"], | |
"category" : "health", | |
"valid" : true | |
}, | |
{ | |
"name" : "GeekGrade", | |
"check_uri" : "http://www.geekgrade.com/geeksheet/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "geek_sheet", | |
"account_missing_string" : "404 - Missing Geekshee", | |
"account_missing_code" : "200", | |
"known_accounts" : ["WebBreacher","jcran"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "Geocaching", | |
"check_uri" : "https://www.geocaching.com/profile/?u={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Profile for ", | |
"account_missing_string" : "Error 404: DNF", | |
"account_missing_code" : "404", | |
"known_accounts" : ["moun10bike","niraD"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Giphy", | |
"check_uri" : "https://giphy.com/channel/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Share on GIPHY</title>", | |
"account_missing_string" : "<title>404 Not Found</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["buzz","test"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "GitHub", | |
"check_uri" : "https://api.github.com/users/{account}", | |
"pretty_uri" : "https://github.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "following_url", | |
"account_missing_string" : "Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","WebBreacher"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "GitLab", | |
"check_uri" : "https://gitlab.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Member since", | |
"account_missing_string" : "GitLab.com offers free unlimited", | |
"account_missing_code" : "302", | |
"known_accounts" : ["skennedy","KennBro"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "goodreads", | |
"check_uri" : "https://www.goodreads.com/user/show/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Recent Updates", | |
"account_missing_string" : "Page Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["612715-jill-holtz","626151-carol-muscolino"], | |
"category" : "books", | |
"valid" : true | |
}, | |
{ | |
"name" : "Gravatar", | |
"check_uri" : "http://en.gravatar.com/profiles/{account}.json", | |
"pretty_uri" : "http://en.gravatar.com/profiles/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "entry", | |
"account_missing_string" : "User not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "Hacker News", | |
"check_uri" : "https://news.ycombinator.com/user?id={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "created:", | |
"account_missing_string" : "No such user.", | |
"account_missing_code" : "200", | |
"known_accounts" : ["mubix","egypt"], | |
"category" : "hacker", | |
"valid" : true | |
}, | |
{ | |
"name" : "HackerOne", | |
"check_uri" : "https://hackerone.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile that highlights", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["yashrs","ameerpornillos"], | |
"category" : "hacker", | |
"valid" : true | |
}, | |
{ | |
"name" : "HubPages", | |
"check_uri" : "https://hubpages.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Joined ", | |
"account_missing_string" : "Sorry, that user does not exist", | |
"account_missing_code" : "", | |
"known_accounts" : ["greeneyes1607","lmmartin"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "IFTTT", | |
"check_uri" : "https://ifttt.com/p/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Joined", | |
"account_missing_string" : "The requested page or file does not exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["nr9992","sss90"], | |
"category" : "misc", | |
"valid" : true | |
}, | |
{ | |
"name" : "IGN", | |
"check_uri" : "https://www.ign.com/boards/members/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "| IGN Boards</title>", | |
"account_missing_string" : "Page Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["darksydephil"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "ImageShack", | |
"check_uri" : "https://imageshack.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s Images</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "imgur", | |
"check_uri" : "https://imgur.com/user/{account}/about", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Gallery comments", | |
"account_missing_string" : "the simple 404 page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","sillybilly0401"], | |
"category" : "images", | |
"valid" : false | |
}, | |
{ | |
"name" : "InsaneJournal", | |
"check_uri" : "http://{account}.insanejournal.com/profile", | |
"account_existence_code" : "200", | |
"account_existence_string" : "User:", | |
"account_missing_string" : "is not currently registered", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Instagram", | |
"check_uri" : "https://www.instagram.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Instagram photos and videos", | |
"account_missing_string" : "Page Not Found ", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "barackobama"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "instructables", | |
"check_uri" : "https://www.instructables.com/member/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : ">Joined", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["davidandora", "test"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "Internet Archive Account", | |
"check_uri" : "https://archive.org/details/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>User Account", | |
"account_missing_string" : "<title>cannot find account", | |
"account_missing_code" : "200", | |
"known_accounts" : ["webbreacher","jason_scott"], | |
"category" : "search", | |
"valid" : true | |
}, | |
{ | |
"name" : "Internet Archive User Search", | |
"check_uri" : "https://archive.org/search.php?query={account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<!--/.item-ia-->", | |
"account_missing_string" : "", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test","mubix"], | |
"category" : "search", | |
"valid" : true | |
}, | |
{ | |
"name" : "interpals", | |
"check_uri" : "https://www.interpals.net/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Looking for", | |
"account_missing_string" : "User not found", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "Keybase", | |
"check_uri" : "https://keybase.io/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "username", | |
"account_missing_string" : "sorry, not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","mubix"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "Kongregate", | |
"check_uri" : "https://www.kongregate.com/accounts/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Member Since", | |
"account_missing_string" : "Sorry, no account with that name was found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Last.fm", | |
"check_uri" : "https://www.last.fm/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "scrobbling since", | |
"account_missing_string" : "Whoops! Sorry, but this page doesn't exist.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "LibraryThing", | |
"check_uri" : "http://www.librarything.com/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Collections", | |
"account_missing_string" : "Error: This user doesn't exist", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test","john"], | |
"category" : "books", | |
"valid" : true | |
}, | |
{ | |
"name" : "Livejournal", | |
"check_uri" : "https://{account}.livejournal.com", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<link rel=\"canonical\" href=\"", | |
"account_missing_string" : "<title>Unknown Journal", | |
"account_missing_code" : "404", | |
"known_accounts" : ["jill","john"], | |
"allowed_types" : ["String","Person","WebAccount","Username"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "Marketing Land", | |
"check_uri" : "https://marketingland.com/author/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Send Email to Author", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mani-karthik","james-green"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "MassRoots", | |
"check_uri" : "https://api.massroots.com/v1/accounts?singleUser=true&username={account}", | |
"pretty_uri" : "https://massroots.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "username", | |
"account_missing_string" : "NotFound", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mrsparkzalot","valleyrec420"], | |
"category" : "drugs", | |
"valid" : true | |
}, | |
{ | |
"name" : "Medium", | |
"check_uri" : "https://medium.com/@{account}", | |
"pretty_uri" : "https://medium.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "username", | |
"account_missing_string" : "No user found for username", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test123","johndoe"], | |
"category" : "news", | |
"valid" : true | |
}, | |
{ | |
"name" : "meet me", | |
"check_uri" : "https://www.meetme.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Meet people like ", | |
"account_missing_string" : "<title>MeetMe - Chat and Meet New People</title", | |
"account_missing_code" : "200", | |
"known_accounts" : ["john","marsha"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "Meetzur", | |
"check_uri" : "https://www.meetzur.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Last Login", | |
"account_missing_string" : "The page you are looking for does not exist.", | |
"account_missing_code" : "200", | |
"known_accounts" : ["john"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "Microsoft Technet Community", | |
"check_uri" : "https://social.technet.microsoft.com/profile/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s Profile</title>", | |
"account_missing_string" : "The resource you are looking for has been removed", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john","test"], | |
"category" : "tech", | |
"valid" : true | |
}, | |
{ | |
"name" : "Minecraft", | |
"check_uri" : "https://namemc.com/name/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<a href=\"/profile/", | |
"account_missing_string" : "Available*", | |
"account_missing_code" : "404", | |
"known_accounts" : ["Alice","Bob"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Mix", | |
"check_uri" : "https://mix.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : " Posts</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test","mixpicks"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Mixcloud", | |
"check_uri" : "https://www.mixcloud.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "is on Mixcloud", | |
"account_missing_string" : "Page Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","john"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Mixer", | |
"check_uri" : "https://mixer.com/api/v1/channels/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "token", | |
"account_missing_string" : "Channel not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["uni05","PaladinsGame"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Mixlr", | |
"check_uri" : "http://api.mixlr.com/users/{account}", | |
"pretty_uri" : "http://mixlr.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "username", | |
"account_missing_string" : "Resource not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","john"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Mod DB", | |
"check_uri" : "https://www.moddb.com/members/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "joined", | |
"account_missing_string" : "The member requested could not be found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Muck Rack", | |
"check_uri" : "https://muckrack.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Muck Rack", | |
"account_missing_string" : "Oh no! Page not found.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john"], | |
"category" : "news", | |
"valid" : true | |
}, | |
{ | |
"name" : "MyAnimeList", | |
"check_uri" : "https://myanimelist.net/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Profile - MyAnimeList.net", | |
"account_missing_string" : "<title>404 Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test", "admin"], | |
"category" : "movies", | |
"valid" : true | |
}, | |
{ | |
"name" : "MyBuilder.com", | |
"check_uri" : "https://www.mybuilder.com/profile/view/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "feedback", | |
"account_missing_string" : "Whoops! You broke our site!", | |
"account_missing_code" : "404", | |
"known_accounts" : ["clif", "john"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "MyFitnessPal", | |
"check_uri" : "https://www.myfitnesspal.com/user/{account}/status", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s profile | MyFitnessPal.com</title>", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mike"], | |
"category" : "health", | |
"valid" : true | |
}, | |
{ | |
"name" : "MyLot", | |
"check_uri" : "https://www.mylot.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on myLot</title>", | |
"account_missing_string" : " / Whoops!", | |
"account_missing_code" : "404", | |
"known_accounts" : ["Tampa_girl7"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "MySpace", | |
"check_uri" : "https://myspace.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<!-- Profile -->", | |
"account_missing_string" : "<!-- 404 -->", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice","bob"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "netvibes", | |
"check_uri" : "https://www.netvibes.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s Public Page</title>", | |
"account_missing_string" : "Sorry, the page you are looking for", | |
"account_missing_code" : "404", | |
"known_accounts" : ["adam"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "New Project 2", | |
"check_uri" : "https://newproject2.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "join-button", | |
"account_missing_string" : "error-404", | |
"account_missing_code" : "404", | |
"known_accounts" : ["rekietalaw","hampture"], | |
"category" : "finance", | |
"valid" : true | |
}, | |
{ | |
"name" : "OnlyFans", | |
"check_uri" : "https://onlyfans.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Posts", | |
"account_missing_string" : "this page is not available", | |
"account_missing_code" : "404", | |
"known_accounts" : ["kyliesummers","draeaxtell"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "OpenStreetMap", | |
"check_uri" : "https://www.openstreetmap.org/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Mapper since:", | |
"account_missing_string" : "does not exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["kemkim"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "PatientsLikeMe", | |
"check_uri" : "https://www.patientslikeme.com/members/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s profile | PatientsLikeMe", | |
"account_missing_string" : ">You are being", | |
"account_missing_code" : "302", | |
"known_accounts" : ["beachman","msmary"], | |
"category" : "health", | |
"valid" : true | |
}, | |
{ | |
"name" : "Pastebin", | |
"check_uri" : "https://pastebin.com/u/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s Pastebin", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test","john"], | |
"category" : "sharing", | |
"valid" : true | |
}, | |
{ | |
"name" : "Patreon", | |
"check_uri" : "https://www.patreon.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Become a patron of", | |
"account_missing_string" : "Oh no! Looks like you got lost.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mubix","doughboys"], | |
"category" : "finance", | |
"valid" : true | |
}, | |
{ | |
"name" : "Periscope", | |
"check_uri" : "https://www.periscope.tv/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<label>Followers", | |
"account_missing_string" : "Sorry, this page doesn’t exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john","test"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Photoblog", | |
"check_uri" : "https://www.photoblog.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "/following/", | |
"account_missing_string" : "Page Not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["hatsumi","pdsdville"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "PhotoBucket", | |
"check_uri" : "http://smg.photobucket.com/user/{account}/profile/", | |
"account_existence_code" : "200", | |
"account_existence_string" : " Pictures, Photos & Images | Photobucket</title>", | |
"account_missing_string" : "Sorry, the requested page does not exist.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "images", | |
"valid" : false | |
}, | |
{ | |
"name" : "PictureTrail", | |
"check_uri" : "http://picturetrail.com/homepage/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>PictureTrail</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["joanscreations","grunwalde"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "PinkBike", | |
"check_uri" : "https://www.pinkbike.com/u/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Pinkbike</title>", | |
"account_missing_string" : "I couldn't find the page you were looking for", | |
"account_missing_code" : "404", | |
"known_accounts" : ["whistlermountainbikepark","paulhanson"], | |
"category" : "hobby", | |
"valid" : true | |
}, | |
{ | |
"name" : "Pinterest", | |
"check_uri" : "https://www.pinterest.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Pinterest</title>", | |
"account_missing_string" : "Whoops! We couldn't find that page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test123","frickcollection"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Playlists.net", | |
"check_uri" : "https://playlists.net/members/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Profile for ", | |
"account_missing_string" : "Sorry we can't find that page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Plurk", | |
"check_uri" : "https://www.plurk.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Profile views", | |
"account_missing_string" : "Register your plurk account", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "ProductHunt", | |
"check_uri" : "https://www.producthunt.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile on Product Hunt", | |
"account_missing_string" : "<body>You are being", | |
"account_missing_code" : "302", | |
"known_accounts" : ["jill","john"], | |
"allowed_types" : ["String","Person","WebAccount","Username"], | |
"category" : "tech", | |
"valid" : true | |
}, | |
{ | |
"name" : "PSNProfiles", | |
"check_uri" : "https://psnprofiles.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s PSN Profile", | |
"account_missing_string" : "Sign In or Register", | |
"account_missing_code" : "200", | |
"known_accounts" : ["WhiteWalls7","FairyCal"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "RapidAPI", | |
"check_uri" : "https://rapidapi.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Developer Profile | RapidAPI</title>", | |
"account_missing_string" : "the page you're trying to reach doesn't exist", | |
"account_missing_code" : "200", | |
"known_accounts" : ["rapidapi", "test", "admin"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "reddit", | |
"check_uri" : "https://www.reddit.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Cake day", | |
"account_missing_string" : "page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mayorpaco", "leafstar2"], | |
"category" : "news", | |
"valid" : true | |
}, | |
{ | |
"name" : "Repl.it", | |
"check_uri" : "https://repl.it/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "isLoggedIn", | |
"account_missing_string" : "<title>repl.it - online REPL", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","admin","john"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "Rotten Tomatoes", | |
"check_uri" : "https://www.rottentomatoes.com/critic/{account}/movies/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "dateCreated", | |
"account_missing_string" : "Sorry, please try again later", | |
"account_missing_code" : "404", | |
"known_accounts" : ["guy-lodge","matthew-lickona"], | |
"category" : "movies", | |
"valid" : true | |
}, | |
{ | |
"name" : "scratch", | |
"check_uri" : "https://scratch.mit.edu/users/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Scratch</title>", | |
"account_missing_string" : "We couldn't find the page you're looking for.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["griffpatch"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "Scribd", | |
"check_uri" : "https://scratch.mit.edu/users/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Scratch</title>", | |
"account_missing_string" : "We couldn't find the page you're looking for.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["griffpatch"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "SEOClerks", | |
"check_uri" : "https://www.seoclerks.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<div class=\"user-info container\">", | |
"account_missing_string" : "<title>SEO Marketplace", | |
"account_missing_code" : "200", | |
"known_accounts" : ["Vfmseo","gokudadon"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "setlist.fm", | |
"check_uri" : "https://www.setlist.fm/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s setlist.fm | setlist.fm</title>", | |
"account_missing_string" : "Sorry, the page you requested doesn't exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["jesus"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Skyrock", | |
"check_uri" : "https://{account}.skyrock.com/profil/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Their Profile - ", | |
"account_missing_string" : "<title>Page not found - ", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice","bob"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Skyscanner", | |
"check_uri" : "https://www.trip.skyscanner.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "First Reviews", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "410", | |
"known_accounts" : ["jay-bluher"], | |
"category" : "travel", | |
"valid" : true | |
}, | |
{ | |
"name" : "slideshare", | |
"check_uri" : "https://www.slideshare.net/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "SlideShare Channel", | |
"account_missing_string" : "is still available. Why not", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "presos", | |
"valid" : true | |
}, | |
{ | |
"name" : "slides", | |
"check_uri" : "https://slides.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Presentations by", | |
"account_missing_string" : "You may have mistyped the address", | |
"account_missing_code" : "404", | |
"known_accounts" : ["arunthomas"], | |
"category" : "presos", | |
"valid" : true | |
}, | |
{ | |
"name" : "SmashRun", | |
"check_uri" : "https://smashrun.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Miles run overall", | |
"account_missing_string" : "no Smashrunner with the username", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john.young"], | |
"category" : "health", | |
"valid" : true | |
}, | |
{ | |
"name" : "SmiteGuru", | |
"check_uri" : "https://smite.guru/profile/pc/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Playtime</div>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["RayGunRushi"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "SmugMug", | |
"check_uri" : "https://{account}.smugmug.com", | |
"account_existence_code" : "200", | |
"account_existence_string" : "schema.org/Person", | |
"account_missing_string" : "schema.org/Thing", | |
"account_missing_code" : "404", | |
"known_accounts" : ["wow"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "smule", | |
"check_uri" : "https://www.smule.com/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "followers", | |
"account_missing_string" : "The page you are looking for is probably stuck in the dryer again", | |
"account_missing_code" : "404", | |
"known_accounts" : ["smul"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "snooth", | |
"check_uri" : "http://www.snooth.com/profiles/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "recent-activity", | |
"account_missing_string" : ">Profiles on Snooth<", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test123"], | |
"category" : "food", | |
"valid" : true | |
}, | |
{ | |
"name" : "SoundCloud", | |
"check_uri" : "https://soundcloud.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "SoundCloud</title>", | |
"account_missing_string" : "sounds</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test123"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Soup", | |
"check_uri" : "https://{account}.soup.io/rss", | |
"account_existence_code" : "200", | |
"account_existence_string" : "rss version", | |
"account_missing_string" : "Blog not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "Sourceforge", | |
"check_uri" : "https://sourceforge.net/u/{account}/profile", | |
"account_existence_code" : "200", | |
"account_existence_string" : " / Profile</title>", | |
"account_missing_string" : "<title>Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice","bob"], | |
"category" : "coding", | |
"valid" : true | |
}, | |
{ | |
"name" : "Speaker Deck", | |
"check_uri" : "https://speakerdeck.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>Presentations by", | |
"account_missing_string" : "Oh, this is very sad", | |
"account_missing_code" : "404", | |
"known_accounts" : ["petecheslock"], | |
"category" : "presos", | |
"valid" : true | |
}, | |
{ | |
"name" : "sporcle", | |
"check_uri" : "https://www.sporcle.com/user/{account}/people/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s Sporcle Friends", | |
"account_missing_string" : "This Sporcle user cannot be found.", | |
"account_missing_code" : "302", | |
"known_accounts" : ["Test","lolshortee"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Spotify", | |
"check_uri" : "https://open.spotify.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Public Playlists", | |
"account_missing_string" : "<title>Whoops!", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john"], | |
"category" : "music", | |
"valid" : true | |
}, | |
{ | |
"name" : "Steam", | |
"check_uri" : "https://steamcommunity.com/id/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "g_rgProfileData =", | |
"account_missing_string" : "Steam Community :: Error", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "StoryCorps", | |
"check_uri" : "https://archive.storycorps.org/user/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "archive author", | |
"account_missing_string" : "We're sorry, but the page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["jthorstad","paul-swider"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "Stunited", | |
"check_uri" : "http://stunited.org/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<!-- Profile -->", | |
"account_missing_string" : "Not found...1", | |
"account_missing_code" : "400", | |
"known_accounts" : ["stunited","stunited-educational-consultants"], | |
"category" : "social", | |
"valid" : false | |
}, | |
{ | |
"name" : "Taringa", | |
"check_uri" : "https://www.taringa.net/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " en Taringa!</title>", | |
"account_missing_string" : "Taringa! - Offline</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["jocaxav","engendrometal"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Telegram", | |
"check_uri" : "https://t.me/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "tgme_page_title", | |
"account_missing_string" : " <meta name=\"robots\" content=\"noindex, nofollow\">", | |
"account_missing_code" : "200", | |
"known_accounts" : ["alice","giovanni"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "TF2 Backpack Examiner", | |
"check_uri" : "http://www.tf2items.com/id/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<title>TF2 Backpack -", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "theguardian", | |
"check_uri" : "https://www.theguardian.com/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "https://www.theguardian.com/profile/", | |
"account_missing_string" : "Page not found | The Guardian", | |
"account_missing_code" : "404", | |
"known_accounts" : ["minna-salami","johnnaughton"], | |
"category" : "news", | |
"valid" : true | |
}, | |
{ | |
"name" : "Tik Tok", | |
"check_uri" : "https://www.tiktok.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "| TikTok</title>", | |
"account_missing_string" : "Couldn't find this account", | |
"account_missing_code" : "200", | |
"known_accounts" : ["jsmittyy", "maccurry"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Tinder", | |
"check_uri" : "https://www.gotinder.com/@{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "is on Tinder. Swipe right", | |
"account_missing_string" : "The person you're looking for may have changed", | |
"account_missing_code" : "200", | |
"known_accounts" : ["Alexey","Marsha"], | |
"category" : "dating", | |
"valid" : true | |
}, | |
{ | |
"name" : "T-Mobile Support", | |
"check_uri" : "https://support.t-mobile.com/people/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "connections", | |
"account_missing_string" : "404 ERROR", | |
"account_missing_code" : "404", | |
"known_accounts" : ["admin","support"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "tripadvisor", | |
"check_uri" : "https://www.tripadvisor.com/Profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Contributions", | |
"account_missing_string" : "This page is on vacation", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john","test"], | |
"category" : "travel", | |
"valid" : true | |
}, | |
{ | |
"name" : "Tripit", | |
"check_uri" : "https://www.tripit.com/people/{account}#/profile/basic-info", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile_modal_dialog", | |
"account_missing_string" : "url=https://www.tripit.com/home", | |
"account_missing_code" : "302", | |
"known_accounts" : ["Kristin444"], | |
"category" : "travel", | |
"valid" : true | |
}, | |
{ | |
"name" : "tumblr", | |
"check_uri" : "https://{account}.tumblr.com", | |
"account_existence_code" : "200", | |
"account_existence_string" : "avatar", | |
"account_missing_string" : "There's nothing here", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","test1"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "Twitch.tv", | |
"check_uri" : "https://passport.twitch.tv/usernames/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "", | |
"account_missing_string" : "", | |
"account_missing_code" : "204", | |
"known_accounts" : ["test","cohhcarnage"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "Twitter", | |
"check_uri" : "https://twitter.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "| Twitter</title>", | |
"account_missing_string" : "Sorry, that page doesn", | |
"account_missing_code" : "404", | |
"known_accounts" : ["WebBreacher","osintninja"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Udemy", | |
"check_uri" : "https://www.udemy.com/user/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "user-avatar", | |
"account_missing_string" : "", | |
"account_missing_code" : "301", | |
"known_accounts" : ["test"], | |
"category" : "education", | |
"valid" : true | |
}, | |
{ | |
"name" : "untappd", | |
"check_uri" : "https://untappd.com/user/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Untappd</title>", | |
"account_missing_string" : "Untappd | 404", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","phil"], | |
"category" : "drugs", | |
"valid" : true | |
}, | |
{ | |
"name" : "uSTREAM", | |
"check_uri" : "http://www.ustream.tv/channel/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "viewer_total", | |
"account_missing_string" : "Sorry, the page you requested cannot be found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["wukf","johndoe"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Vampire Freaks", | |
"check_uri" : "https://vampirefreaks.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Account Status", | |
"account_missing_string" : "Page Not Found", | |
"account_missing_code" : "200", | |
"known_accounts" : ["jet", "PoisonApple"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Venmo", | |
"check_uri" : "https://api.venmo.com/v1/users/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "\"data\":", | |
"account_missing_string" : "\"error\":", | |
"account_missing_code" : "400", | |
"known_accounts" : ["john", "doesnotexist"], | |
"category" : "finance", | |
"valid" : true | |
}, | |
{ | |
"name" : "viddler", | |
"check_uri" : "https://www.viddler.com/channel/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "profile-details", | |
"account_missing_string" : "User not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["GamingParodies","planphilly"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Vimeo", | |
"check_uri" : "https://vimeo.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Vimeo</title>", | |
"account_missing_string" : "we couldn’t find that page", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Vine", | |
"check_uri" : "https://vine.co/api/users/profiles/vanity/{account}", | |
"pretty_uri": "https://vine.co/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "userId", | |
"account_missing_string" : "That record does not exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["TomHarlock","Seks"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Vivino", | |
"check_uri" : "https://www.vivino.com/users/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "<!-- User details -->", | |
"account_missing_string" : "Page not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test","admin"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "VK", | |
"check_uri" : "https://vk.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "last seen", | |
"account_missing_string" : "404 Not Found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["mike.kidlazy","ches_ches"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Voices.com", | |
"check_uri" : "https://www.voices.com/actors/{account}#bio", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Payment Terms</h3>", | |
"account_missing_string" : "We're Sorry", | |
"account_missing_code" : "404", | |
"known_accounts" : ["briankirchoff","bryankopta"], | |
"category" : "business", | |
"valid" : true | |
}, | |
{ | |
"name" : "Wanelo", | |
"check_uri" : "https://wanelo.co/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on Wanelo</title>", | |
"account_missing_string" : "Hmm, that's embarrassing", | |
"account_missing_code" : "404", | |
"known_accounts" : ["lisandrareyes"], | |
"category" : "shopping", | |
"valid" : true | |
}, | |
{ | |
"name" : "wattpad", | |
"check_uri" : "https://www.wattpad.com/user/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "on-nav-item\">About", | |
"account_missing_string" : "this profile seems to be missing", | |
"account_missing_code" : "404", | |
"known_accounts" : ["Test123","newadult"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Weasyl", | |
"check_uri" : "https://www.weasyl.com/~{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "'s profile — Weasyl</title>", | |
"account_missing_string" : "This user doesn't seem to be in our database.", | |
"account_missing_code" : "404", | |
"known_accounts" : ["weasyl","test"], | |
"category" : "images", | |
"valid" : true | |
}, | |
{ | |
"name" : "weheartit", | |
"check_uri" : "https://weheartit.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " on We Heart It</title>", | |
"account_missing_string" : " (404)</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["alice","bob"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "wishlistr", | |
"check_uri" : "https://www.wishlistr.com/profile/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s profile</title>", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["test"], | |
"category" : "shopping", | |
"valid" : true | |
}, | |
{ | |
"name" : "Wikipedia", | |
"check_uri" : "https://en.wikipedia.org/wiki/User:{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Edit this page", | |
"account_missing_string" : "", | |
"account_missing_code" : "301", | |
"known_accounts" : ["Mcd51"], | |
"category" : "", | |
"valid" : true | |
}, | |
{ | |
"name" : "WordPress", | |
"check_uri" : "https://profiles.wordpress.org/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "user-member-since", | |
"account_missing_string" : "", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "WordPress Support", | |
"check_uri" : "https://wordpress.org/support/users/{account}/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "Forum Role: ", | |
"account_missing_string" : "User not found", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "Xanga", | |
"check_uri" : "http://{account}.xanga.com/", | |
"account_existence_code" : "200", | |
"account_existence_string" : "s Xanga Site | Just", | |
"account_missing_string" : "", | |
"account_missing_code" : "302", | |
"known_accounts" : ["john"], | |
"category" : "blog", | |
"valid" : true | |
}, | |
{ | |
"name" : "Xbox Gamertag", | |
"check_uri" : "https://www.xboxgamertag.com/search/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " - Xbox Gamertag</title>", | |
"account_missing_string" : "Gamertag data is broken", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "gaming", | |
"valid" : true | |
}, | |
{ | |
"name" : "YouTube", | |
"check_uri" : "https://www.youtube.com/user/{account}/videos", | |
"account_existence_code" : "200", | |
"account_existence_string" : "name\" content=", | |
"account_missing_string" : "This channel does not exist", | |
"account_missing_code" : "404", | |
"known_accounts" : ["test"], | |
"category" : "video", | |
"valid" : true | |
}, | |
{ | |
"name" : "Xing", | |
"check_uri" : "https://www.xing.com/profile/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : " | XING</title>", | |
"account_missing_string" : "Es tut uns leid", | |
"account_missing_code" : "410", | |
"known_accounts" : ["Andy_Hausmann","Ramona_Hapke"], | |
"category" : "social", | |
"valid" : true | |
}, | |
{ | |
"name" : "Zomato", | |
"check_uri" : "https://www.zomato.com/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "user_profile_url", | |
"account_missing_string" : "<title>404 | Zomato</title>", | |
"account_missing_code" : "404", | |
"known_accounts" : ["john","jess"], | |
"category" : "food", | |
"valid" : false | |
}, | |
{ | |
"name" : "Zooppa", | |
"check_uri" : "https://api.zooppa.com/api/v3/users?filters[]=login+is+{account}", | |
"pretty_uri" : "http://community.zooppa.com/en-us/users/{account}", | |
"account_existence_code" : "200", | |
"account_existence_string" : "login", | |
"account_missing_string" : "avatar", | |
"account_missing_code" : "200", | |
"known_accounts" : ["test","hacker"], | |
"category" : "social", | |
"valid" : false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment