All Areas
Retrieving Data
Search a specific termbase for a complete word
POST: api/entry/search
200 JSON
3
Search a specific termbase for a partial word
POST: api/entry/search
200 JSON
3
Search multiple termbase for a complete word
POST: api/entry/multisearch
200 JSON
45
Search multiple termbase for a partial word
POST: api/entry/multisearch
200 JSON
45
Search multiple termbase for an exact match
POST: api/entry/multisearch
200 JSON
45
Retrieve a random term from any termbase
POST: api/entry/random
200 JSON
3
Retrieve a random term from a specified termbase
POST: api/entry/random
200 JSON
3
Retrieve term of the day
GET: api/entry/term_of_the_day
200 JSON
2
Retrieve a term by UUID
GET: api/entry/index/uid/{uid}
200 JSON
3
Statistics
Retrieve usage statistics
GET: api/statistics
200 JSON
2
Retrieve daily statistics
GET: api/statistics/daily
200 JSON
1
Retrieve daily statistics for a specific range
GET: api/statistics/daily
200 JSON
1
Retrieve statistics for the latest month
GET: api/statistics/latest/month
200 JSON
1
Retrieve statistics for the latest year
GET: api/statistics/latest/year
200 JSON
1