main 0d54602

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: Tue, 14 Oct 2025 08:48:16 GMT
content-type: application/json
cache-control: no-cache, private
{
    "data": [
        {
            "RECNUM": 2044,
            "TERMEN": "chrominance subcarrier, chrominance carrier, colour subcarrier",
            "TERMGR": "υπο-φέρουσα χρωμικότητας (χρώματος)",
            "TERMFR": null,
            "CODE": "C526",
            "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": 600002044,
        "request": [],
        "count": 1
    }
}

Time: 62.46

select * from `LEXITERM_LEXITERM`

Time: 3.64

select * from `LEXITERM_LEXITERM` limit 1 offset 2037

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