⚙️
api.megoru.ru
  • This is public API
  • Reference
    • Hangman API
      • Get random word
    • Giveaway API
      • Get winners
    • Money API
      • Autorisation
      • Transaction
      • Family
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Hangman API

Get random word

Get random word

GET https://api.megoru.ru/api/word

Query Parameters

Name
Type
Description

language*

String

RU | EN

category

String

Maybe one of these:

colors

flowers

fruits

Headers

Name
Type
Description

Content-Type*

String

application/json

{
  "word": "town"
}
{
  "error": "Api error"
}
PreviousHangman APINextGiveaway API

Last updated 1 year ago

Was this helpful?