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/?format=api
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: OPTIONS, GET
Cache-Control: public, max-age=27475

{
    "total_population": [
        {
            "date": "2025-04-18", 
            "population": 5545915
        }, 
        {
            "date": "2025-04-19", 
            "population": 5546025
        }
    ]
}