Guess the word by entering in a single word that might be related to the randomly selected word. The secret word rotates every 6 hours. This is only for the Api call and not the actual game.
/SecretWordGameServices/GuessTheWord
Copy URL
| Name | Type | Sent as |
word |
String | query string |
curl "https://www.wordsnaps.com/SecretWordGameServices/GuessTheWord?word=value" \
-H "x-api-key: YOUR_API_KEY"
Resets your current user's ranking in the Word Snaps game.
/SecretWordGameServices/ResetUserRank
Copy URL
No input parameters.
curl "https://www.wordsnaps.com/SecretWordGameServices/ResetUserRank" \
-H "x-api-key: YOUR_API_KEY"