Retrieve total population count for country today and tomorrow.<p>
Please see <a href="/">the full API browser</a> for more information.
GET /1.0/population/Norway/today-and-tomorrow/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: OPTIONS, GET
Cache-Control: public, max-age=40123

{
    "total_population": [
        {
            "date": "2025-04-11", 
            "population": 5545149
        }, 
        {
            "date": "2025-04-12", 
            "population": 5545258
        }
    ]
}