coil.com removed
This commit is contained in:
@@ -738,5 +738,21 @@
|
||||
"url": "https://www.tinder.com/@{}",
|
||||
"urlMain": "https://tinder.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"Coil": {
|
||||
"errorMsg": "User not found",
|
||||
"errorType": "message",
|
||||
"request_method": "POST",
|
||||
"request_payload": {
|
||||
"operationName": "getCreator",
|
||||
"query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
|
||||
"variables": {
|
||||
"userShortName": "{}"
|
||||
}
|
||||
},
|
||||
"url": "https://coil.com/u/{}",
|
||||
"urlMain": "https://coil.com/",
|
||||
"urlProbe": "https://coil.com/gateway",
|
||||
"username_claimed": "adam"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1661,4 +1661,27 @@ As of 2022.03.15, Tinder returns false positives. We will try to rev the API end
|
||||
"urlMain": "https://tinder.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
```
|
||||
|
||||
|
||||
## Coil
|
||||
As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any requests return a 404.
|
||||
|
||||
```
|
||||
"Coil": {
|
||||
"errorMsg": "User not found",
|
||||
"errorType": "message",
|
||||
"request_method": "POST",
|
||||
"request_payload": {
|
||||
"operationName": "getCreator",
|
||||
"query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
|
||||
"variables": {
|
||||
"userShortName": "{}"
|
||||
}
|
||||
},
|
||||
"url": "https://coil.com/u/{}",
|
||||
"urlMain": "https://coil.com/",
|
||||
"urlProbe": "https://coil.com/gateway",
|
||||
"username_claimed": "adam"
|
||||
}
|
||||
```
|
||||
@@ -489,22 +489,6 @@
|
||||
"urlMain": "https://www.codewars.com",
|
||||
"username_claimed": "example"
|
||||
},
|
||||
"Coil": {
|
||||
"errorMsg": "User not found",
|
||||
"errorType": "message",
|
||||
"request_method": "POST",
|
||||
"request_payload": {
|
||||
"operationName": "getCreator",
|
||||
"query": "query getCreator($userShortName:String!){getCreator(userShortName:$userShortName){id}}",
|
||||
"variables": {
|
||||
"userShortName": "{}"
|
||||
}
|
||||
},
|
||||
"url": "https://coil.com/u/{}",
|
||||
"urlMain": "https://coil.com/",
|
||||
"urlProbe": "https://coil.com/gateway",
|
||||
"username_claimed": "adam"
|
||||
},
|
||||
"Coinvote": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://coinvote.cc/profile/{}",
|
||||
|
||||
@@ -71,7 +71,6 @@
|
||||
1.  [Coders Rank](https://codersrank.io/)
|
||||
1.  [Coderwall](https://coderwall.com)
|
||||
1.  [Codewars](https://www.codewars.com)
|
||||
1.  [Coil](https://coil.com/)
|
||||
1.  [Coinvote](https://coinvote.cc/)
|
||||
1.  [ColourLovers](https://www.colourlovers.com/)
|
||||
1.  [Contently](https://contently.com/)
|
||||
|
||||
Reference in New Issue
Block a user