redThread / server /health.json
3v324v23's picture
Initial commit of RedThread project
0dd2082
Invalid JSON: Unexpected token '�', "��{ "... is not valid JSON
��{
"success": true,
"timestamp": "2026-02-28T21:11:41.104Z",
"status": "online",
"version": "1.0.0",
"providers": {
"osm_overpass": {
"healthy": true,
"latency": 0
},
"mock": {
"healthy": true,
"latency": 0,
"records": 12
},
"cache": {
"size": 1,
"maxSize": 500,
"hits": 0,
"misses": 1,
"evictions": 0,
"hitRate": "0.0%",
"ttl": 300000
}
}
}