diff --git a/wmn-data.json b/wmn-data.json
index c6407fc4..9cc738a0 100644
--- a/wmn-data.json
+++ b/wmn-data.json
@@ -1015,6 +1015,16 @@
"known" : ["john", "bob"],
"cat" : "news"
},
+ {
+ "name" : "Coda",
+ "uri_check" : "https://coda.io/@{account}/",
+ "e_code" : 200,
+ "e_string" : "- Coda Profile",
+ "m_string" : "
Coda | Page not found - Coda",
+ "m_code" : 404,
+ "known" : ["huizer", "kennywong"],
+ "cat" : "hobby"
+ },
{
"name" : "Codeberg",
"uri_check" : "https://codeberg.org/{account}",
@@ -1095,16 +1105,6 @@
"known" : ["john", "test"],
"cat" : "coding"
},
- {
- "name" : "cohost",
- "uri_check" : "https://cohost.org/{account}",
- "e_code" : 200,
- "e_string" : "cohost! - @",
- "m_string" : "Something went wrong",
- "m_code" : 404,
- "known" : ["vogon", "jkap"],
- "cat" : "social"
- },
{
"name" : "COLOURlovers",
"uri_check" : "https://www.colourlovers.com/lover/{account}",
@@ -2952,6 +2952,17 @@
"known" : ["frank", "marcmakescomics"],
"cat" : "social"
},
+ {
+ "name": "komi",
+ "uri_check" : "https://api.komi.io/api/talent/usernames/{account}",
+ "uri_pretty" : "https://{account}.komi.io",
+ "e_code" : 200,
+ "e_string" : "accountStatus\":\"active",
+ "m_string" : "The talent profile was not found",
+ "m_code" : 404,
+ "known" : ["abbysage", "iamdsprings"],
+ "cat" : "social"
+ },
{
"name" : "Kongregate",
"uri_check" : "https://www.kongregate.com/accounts/{account}",