main 0d54602

Retrieve statistics for the latest month

Returns daily statistics for the latest month

Request

Method: GET
Route: api/statistics/latest/month
Example: api/statistics/latest/month
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:10 GMT
content-type: application/json
cache-control: no-cache, private
{
    "data": [],
    "system": {
        "messages": [],
        "status": 200,
        "status_text": "OK",
        "errors": [],
        "error_code": 0
    },
    "metadata": {
        "request": [],
        "count": 0
    }
}

Time: 3.98

select * from `DAILY_STATISTICS` where `created_at` between ? and ?
Bindings
0: 2025-09-15T00:00:00.000000Z
1: 2025-10-14T23:59:59.999999Z

Request

Method: GET
Route: api/statistics/latest/month
Example: api/statistics/latest/month
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