Test API Endpoint

GET /api/test

Returns 100 random words to be used to give a typing test. Retrieved from wordlist.txt

Responses

Example Request

curl -X GET "https://url/api/test"

Example Response

[
  "separate",
  "stand",
  "think",
  "island",
  "have",
  "air",
  "heard",
  "notice",
  "yellow",
  "smell",
  "heart",
  "island",
  "chief",
  "view",
  "top",
  ...
]