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: | Wed, 09 Sep 2026 08:48:03 GMT |
| content-type: | application/json |
| cache-control: | no-cache, private |
{
"data": [
{
"RECNUM": 2282,
"TERMEN": "mutual information, transinformation content, transferred information, transmitted information",
"ABBREN": null,
"TERMGR": "διαπληροφορία, ποσότητα διαπληροφορίας",
"ABBRGR": null,
"INFOVOC": "L 20",
"CODE": "16.04.07",
"STAGE": "3",
"SECTION": "16",
"TERMFR": "information mutuelle, quantité d' information mutuelle, transinformation",
"ABBRFR": null,
"TERMGE": null,
"ABBRGE": null,
"STERMGR": "ΕΛΟΤ 996.16",
"STERMEN": "ISO\/IEC 2382-16: 1994",
"NOTEEN": null,
"NOTEGR": null,
"NOUN": null,
"ATERMEN": "mutual information",
"ATERMGR": "Διαπληροφορια",
"DATEOFRECORD": null,
"SOURCE_UNIFORM": "L 20",
"LINK": null
}
],
"system": {
"messages": [],
"status": 200,
"status_text": "OK",
"errors": [],
"error_code": 0
},
"metadata": {
"database": "inforterm",
"uid": 200002282,
"request": [],
"count": 1
}
}
Time: 35.1
select * from `INFORTERM_INFORTERM`
Time: 2.74
select * from `INFORTERM_INFORTERM` limit 1 offset 2070
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 |