|
|
@ -1650,7 +1650,7 @@ As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through
|
|
|
|
## Tinder
|
|
|
|
## Tinder
|
|
|
|
As of 2022.03.15, Tinder returns false positives. We will try to rev the API endpoint on the android app to find a better soon
|
|
|
|
As of 2022.03.15, Tinder returns false positives. We will try to rev the API endpoint on the android app to find a better soon
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```json
|
|
|
|
"Tinder": {
|
|
|
|
"Tinder": {
|
|
|
|
"errorMsg": [
|
|
|
|
"errorMsg": [
|
|
|
|
"<title data-react-helmet=\"true\">Tinder | Dating, Make Friends & Meet New People</title>",
|
|
|
|
"<title data-react-helmet=\"true\">Tinder | Dating, Make Friends & Meet New People</title>",
|
|
|
@ -1667,7 +1667,7 @@ As of 2022.03.15, Tinder returns false positives. We will try to rev the API end
|
|
|
|
## Coil
|
|
|
|
## Coil
|
|
|
|
As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any requests return a 404.
|
|
|
|
As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any requests return a 404.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```json
|
|
|
|
"Coil": {
|
|
|
|
"Coil": {
|
|
|
|
"errorMsg": "User not found",
|
|
|
|
"errorMsg": "User not found",
|
|
|
|
"errorType": "message",
|
|
|
|
"errorType": "message",
|
|
|
@ -1689,7 +1689,7 @@ As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any
|
|
|
|
## OnlyFans
|
|
|
|
## OnlyFans
|
|
|
|
As of 2023.04.20, OnlyFans returns false negatives on checking usernames with the API endpoint and directly through their website.
|
|
|
|
As of 2023.04.20, OnlyFans returns false negatives on checking usernames with the API endpoint and directly through their website.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```json
|
|
|
|
"OnlyFans": {
|
|
|
|
"OnlyFans": {
|
|
|
|
"errorType": "status_code",
|
|
|
|
"errorType": "status_code",
|
|
|
|
"isNSFW": true,
|
|
|
|
"isNSFW": true,
|
|
|
@ -1699,3 +1699,17 @@ As of 2023.04.20, OnlyFans returns false negatives on checking usernames with th
|
|
|
|
"username_claimed": "theemilylynne"
|
|
|
|
"username_claimed": "theemilylynne"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Instagram
|
|
|
|
|
|
|
|
As of 2023.04.21, Instagram returns false positives as picuki.com was used to query for usernames but they now user Cloudflare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
|
|
|
"Instagram": {
|
|
|
|
|
|
|
|
"errorMsg": "Nothing found!",
|
|
|
|
|
|
|
|
"errorType": "message",
|
|
|
|
|
|
|
|
"url": "https://www.instagram.com/{}",
|
|
|
|
|
|
|
|
"urlMain": "https://www.instagram.com/",
|
|
|
|
|
|
|
|
"urlProbe": "https://www.picuki.com/profile/{}",
|
|
|
|
|
|
|
|
"username_claimed": "blue"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
```
|