Population
GET /v2/population
GET /v2/population/history
Live and historical Dark and Darker server population samples.
Current
curl https://api.darkerdb.com/v2/population
{
"sample": {
"timestamp": "2026-05-07T14:30:00+00:00",
"num_online": 12450,
"num_lobby": 3120,
"num_dungeon": 9330
}
}
History
curl "https://api.darkerdb.com/v2/population/history?from=2026-05-01T00:00:00Z&to=2026-05-07T00:00:00Z"
from and to are required ISO 8601 timestamps. Returns up to 1000 samples ordered ascending.