Skip to content
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