Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Delta Not Consistent #45

Closed
aekanshd opened this issue Mar 31, 2020 · 0 comments
Closed

Delta Not Consistent #45

aekanshd opened this issue Mar 31, 2020 · 0 comments

Comments

@aekanshd
Copy link

Hello, we've just started consuming the API and everything was fine. From midnight, the delta has stopped showing. I saw the data.json and it turns out the statewise "total" delta is empty. Instead, now it's shown in "keyvalues". Why this change?

"key_values": [
		{
			"confirmeddelta": "0",
			"counterforautotimeupdate": "645",
			"deceaseddelta": "1",
			"lastupdatedtime": "31/03/2020 09:07:24",
			"recovereddelta": "1",
			"statesdelta": "0"
		}
	],
	"statewise": [
		{
			"active": "1165",
			"confirmed": "1347",
			"deaths": "44",
			"delta": {
				"active": 0, 
				"confirmed": 0, 
				"deaths": 0, 
				"recovered": 0 
			},
			"lastupdatedtime": "31/03/2020 09:07:24",
			"recovered": "138",
			"state": "Total"
		},
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants