Pull down to refresh
  • Device Theme
  • Light Theme
  • Dark Theme
Word Snaps Game API
Calls require an API key to call. To obtain your API key, please click here.
Max calls that can be made per hour are 30.
Total methods: 7
GET

GuessTheWord

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
Authx-api-key Returnsapplication/json
NameTypeSent as
word String query string
curl "https://www.wordsnaps.com/SecretWordGameServices/GuessTheWord?word=value" \
  -H "x-api-key: YOUR_API_KEY"
GET

ResetUserRank

Resets your current user's ranking in the Word Snaps game.

/SecretWordGameServices/ResetUserRank Copy URL
Authx-api-key Returnsapplication/json

No input parameters.

curl "https://www.wordsnaps.com/SecretWordGameServices/ResetUserRank" \
  -H "x-api-key: YOUR_API_KEY"
?
Page Help