Word Scramble
Word Scramble Endpoint
The Word Scramble endpoint allows you to take a given word and scramble its letters, changing their order randomly. This endpoint is perfect for applications such as word games, educational tools, or any scenario where you want to challenge users to decipher or guess the original word.
Endpoint
URL:
https://api.erensko.xyz/v1/scramble
Method:
GET
Description: This endpoint scrambles a word and changes the positions of each character.
URL Parameters
Key
Value
word
The plain word to scramble.
Headers
Key
Value
Authorization
Request Example
Example Response:
Last updated