Retrieve term of the day
Returns a random term, deterministically related to the current day
Request
| Method: | GET |
| Route: | api/entry/term_of_the_day |
| Example: | api/entry/term_of_the_day |
Request Headers
| host: | localhost:8000 |
| accept: | application/json |
| user-agent: | Symfony |
| content-type: | application/json |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| content-length: | 2 |
| accept-language: | en-us,en;q=0.5 |
Response
200
JSON
Response Headers
| date: | Sun, 01 Feb 2026 00:53:50 GMT |
| content-type: | application/json |
| cache-control: | no-cache, private |
{
"data": [
{
"RECNUM": 2055,
"TERMEN": "circuit analysis",
"TERMGR": "ανάλυση κυκλωμάτων",
"TERMFR": null,
"CODE": "C537",
"STAGE": "3",
"MOTOVOC": "Ltet",
"STERMEN": "Dictionary - Telecommunications, J.P.Rehahn - ELETO",
"STERMGR": "Τετράγλωσσο Λεξικό Τηλεπ. Ορολογίας, J.P.Rehahn-EΛETO",
"ABBREN": null,
"ABBRGR": null,
"ABBRFR": null,
"MARKING": "0",
"SOURCE_UNIFORM": "Ltet"
}
],
"system": {
"messages": [],
"status": 200,
"status_text": "OK",
"errors": [],
"error_code": 0
},
"metadata": {
"database": "lexiterm",
"uid": 600002055,
"request": [],
"count": 1
}
}
Time: 65.34
select * from `LEXITERM_LEXITERM`
Time: 2.59
select * from `LEXITERM_LEXITERM` limit 1 offset 2048
Request
| Method: | GET |
| Route: | api/entry/term_of_the_day |
| Example: | api/entry/term_of_the_day |
Request Headers
| host: | localhost:8000 |
| accept: | application/json |
| user-agent: | Symfony |
| content-type: | application/json |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| content-length: | 2 |
| accept-language: | en-us,en;q=0.5 |