Last active
December 31, 2025 00:54
-
-
Save JLLeitschuh/f992d92df03e47d79058b1afd661e1e7 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
| POST /checkShadowbanStatus HTTP/2 | |
| Host: us-central1-travely-9bfbf.cloudfunctions.net | |
| Accept: */* | |
| Content-Type: application/json | |
| Firebase-Instance-Id-Token: ... | |
| Accept-Language: en-US,en;q=0.9 | |
| User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3 | |
| Authorization: Bearer eyj... | |
| Accept-Encoding: gzip, deflate, br | |
| { | |
| "data": { | |
| "age": { | |
| "@type": "type.googleapis.com\/google.protobuf.Int64Value", | |
| "value": "31" | |
| }, | |
| "gender": "Male", | |
| "userCountryCode": "US", | |
| "firstName": "Jonathan" | |
| } | |
| } |
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
| { | |
| "result": { | |
| "shadowbanned": false | |
| } | |
| } |
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
| POST /updateLocation HTTP/2 | |
| Host: us-central1-travely-9bfbf.cloudfunctions.net | |
| Accept: */* | |
| Content-Type: application/json | |
| Firebase-Instance-Id-Token: ... | |
| Accept-Language: en-US,en;q=0.9 | |
| User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3 | |
| Authorization: Bearer eyJ... | |
| Accept-Encoding: gzip, deflate, br | |
| { | |
| "data": { | |
| "countryCodeOriginal": "US", | |
| "geohash": "9qteue9", | |
| "firstName": "Jonathan", | |
| "age": { | |
| "value": "31", | |
| "@type": "type.googleapis.com\/google.protobuf.Int64Value" | |
| }, | |
| "longitude": -115.815715000000000, | |
| "latitude": 37.241223000000000, | |
| "neighbors": [ | |
| "9qte", | |
| "9qts", | |
| "9qtu", | |
| "9qtg", | |
| "9qtf", | |
| "9qtd", | |
| "9qt6", | |
| "9qt7", | |
| "9qtk" | |
| ], | |
| "travelLifestyle": "๐ป Digital nomad", | |
| "urlSmall": "https:\/\/firebasestorage.googleapis.com\/v0\/b\/travely-9bfbf.appspot.com\/o\/0rfqyEhcF5WBVXgtG1dGSfC7wN42-thumbnail?alt=media", | |
| "country": "United States", | |
| "gender": "Male", | |
| "countryOriginal": "United States" | |
| } | |
| } |
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
| HTTP/2 200 OK | |
| Vary: Origin | |
| Content-Type: application/json; charset=utf-8 | |
| Function-Execution-Id: ... | |
| X-Cloud-Trace-Context: ... | |
| Date: Wed, 10 Sep 2025 03:31:18 GMT | |
| Server: Google Frontend | |
| { | |
| "result": { | |
| "success": true, | |
| "message": "Location updated successfully" | |
| } | |
| } |
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
| POST /fetchNearbyUsers HTTP/2 | |
| Host: us-central1-travely-9bfbf.cloudfunctions.net | |
| Accept: */* | |
| Content-Type: application/json | |
| Firebase-Instance-Id-Token: ... | |
| Accept-Language: en-US,en;q=0.9 | |
| User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3 | |
| Authorization: Bearer eyJ... | |
| Accept-Encoding: gzip, deflate, br | |
| { | |
| "data":{ | |
| "isPremiumUser":true, | |
| "longitude":-115.815715000000000, | |
| "latitude":37.241223000000000, | |
| "geohash":"9qteue9" | |
| } | |
| } |
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
| HTTP/2 200 OK | |
| Vary: Origin | |
| Content-Type: application/json; charset=utf-8 | |
| Function-Execution-Id: 1ez669s1vlu2 | |
| X-Cloud-Trace-Context: 782435517dea1eacde2e18c6f67adb40 | |
| Date: Wed, 10 Sep 2025 04:40:24 GMT | |
| Server: Google Frontend | |
| { | |
| "result": { | |
| "users": [ | |
| { | |
| "id": "xqHuNfmQpGYsacHMnzKo23pLDys2", | |
| "latitude": 0, | |
| "longitude": 0, | |
| "realLatitude": 37.241215000000000, | |
| "realLongitude": -115.815725000000000, | |
| "imageUrl": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media", | |
| "name": "Joe McPwnerson", | |
| "age": 45, | |
| "countryCode": "๐บ๐ธ", | |
| "distanceKM": "1 km", | |
| "distanceMI": "1 mi", | |
| "active": true | |
| }, | |
| ... | |
| ] | |
| } | |
| } |
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
| HTTP/2 200 OK | |
| Vary: Origin | |
| Content-Type: application/json; charset=utf-8 | |
| Function-Execution-Id: ... | |
| X-Cloud-Trace-Context: ... | |
| Date: Wed, 10 Sep 2025 04:40:24 GMT | |
| Server: Google Frontend | |
| { | |
| "result": { | |
| "users": [ | |
| { | |
| "id": "xqHuNfmQpGYsacHMnzKo23pLDys2", | |
| "latitude": 0, | |
| "longitude": 0, | |
| "realLatitude": 37.241215000000000, | |
| "realLongitude": -115.815725000000000, | |
| "imageUrl": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media", | |
| "name": "Joe McPwnerson", | |
| "age": 45, | |
| "countryCode": "๐บ๐ธ", | |
| "distanceKM": "Nearby", | |
| "distanceMI": "Nearby", | |
| "active": true | |
| }, | |
| ... | |
| ] | |
| } | |
| } |
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
| POST /fetchUserProfile HTTP/2 | |
| Host: us-central1-travely-9bfbf.cloudfunctions.net | |
| Accept: */* | |
| Content-Type: application/json | |
| Firebase-Instance-Id-Token: ... | |
| Accept-Language: en-US,en;q=0.9 | |
| User-Agent: com.tripbffllc.Travely/7.2.1 iPhone/18.6.2 hw/iPhone15_3 | |
| Authorization: Bearer eyJ... | |
| Accept-Encoding: gzip, deflate, br | |
| { | |
| "data": { | |
| "countryCode": "US", | |
| "urlSmall": "https:\/\/firebasestorage.googleapis.com\/v0\/b\/travely-9bfbf.appspot.com\/o\/0rfqyEhcF5WBVXgtG1dGSfC7wN42-thumbnail?alt=media", | |
| "country": "United States", | |
| "uid": "xqHuNfmQpGYsacHMnzKo23pLDys2", | |
| "firstName": "Jonathan" | |
| } | |
| } |
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
| HTTP/2 200 OK | |
| Vary: Origin | |
| Content-Type: application/json; charset=utf-8 | |
| Function-Execution-Id: ... | |
| X-Cloud-Trace-Context: ... | |
| Date: Wed, 10 Sep 2025 04:12:15 GMT | |
| Server: Google Frontend | |
| { | |
| "result": { | |
| "user": { | |
| "id": "xqHuNfmQpGYsacHMnzKo23pLDys2", | |
| "firstName": "Joe McPwnerson", | |
| "gender": "Male", | |
| "country": "United States", | |
| "countryCode": "US", | |
| "birthday": { | |
| "_seconds": 337404978, | |
| "_nanoseconds": 0 | |
| }, | |
| "age": 45, | |
| "bio": "", | |
| "profilePicURL": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2?alt=media", | |
| "profilePicURL2": "", | |
| "profilePicURL3": "", | |
| "profilePicURLLowQuality": "https://firebasestorage.googleapis.com/v0/b/travely-9bfbf.appspot.com/o/xqHuNfmQpGYsacHMnzKo23pLDys2-thumbnail?alt=media", | |
| "notifToken": "", | |
| "languages": [ | |
| "English" | |
| ], | |
| "travelStatsCountries": [], | |
| "travelStatsCountryCodes": [], | |
| "interestsNEW": [], | |
| "instagramUserName": "", | |
| "tiktokUserName": "", | |
| "subscriptionStatus": false, | |
| "banned": false, | |
| "proBadgeHidden": false, | |
| "placesToVisit": [], | |
| "travelLifestyle": "๐ Backpacking" | |
| }, | |
| "isFriend": false, | |
| "isVerified": false, | |
| "savedTrips": [], | |
| "userPlans": [] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment