PSI Daily
GET /sg/psi-dailyParameters
Parameter
Required
Default
Description
Example
curl "https://api.uwuapps.org/sg/psi-daily?date=2025-01-15"Response
{
"success": true,
"date": "2025-01-15",
"readings": [
{
"timestamp": "2025-01-15T01:00:00+08:00",
"national": 45,
"west": 42,
"east": 48,
"central": 45,
"south": 44,
"north": 43
}
]
}Notes
Last updated
Was this helpful?
