/VocabularyWebAPI

Spring REST Web API for Vocabulary Terms

Primary LanguageJava

VocabularyWebAPI

Spring REST Web API for Vocabulary Terms. vocabularyterms.herokuapp.com/<language>

Supported Languages

  • japanese
  • korean
  • chinese

Required Headers

  • Conten-Type: application/json
  • Authorization token (managerial endpoints)

Alt text

Current Endpoints

  • GET list

vocabularyterms.herokuapp.com/{language}

Alt text

  • GET single vocabularyterms.herokuapp.com/{language}/{id}

Alt text

  • GET single random vocabularyterms.herokuapp.com/{language}/random

Alt text

  • POST create a new word vocabularyterms.herokuapp.com/{language}`

Alt text

  • PUT modify a current word by id vocabularyterms.herokuapp.com/{language}/{id}

  • DELETE a current word by id vocabularyterms.herokuapp.com/{language}/{id}

Allowable Filters

  • level
  • category

Alt text

POST/PUT Request Body Fields

  • id
  • foreignWord
  • englishWord
  • active
  • level
  • category