Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update v4_data.md #3

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/v4_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This is a comprehensive API that provides state and details as of the current da
```

- The API is an object with keys corresponding to the two letter StateCode for each state.
- Each State object has the following keys: __districts__, __delta__, __delta7__, __meta__ and __total__. The districts object is a hash object where the keys represent individual districts in the state. The remaing three keys have the save behaviour across states and district objects. They are explained below:
- Each State object has the following keys: __districts__, __delta__, __delta7__, __meta__ and __total__. The districts object is a hash object where the keys represent individual districts in the state. The remaing three keys have the same behaviour across states and district objects. They are explained below:
- meta: This substructure provides the following details:
- last_updated: This tells when the current state/district value was updated.
- population: This gives the population of the state (based on NCP projections) and districts (based on 2011 census)
Expand Down