Skip to content

Commit 877e9de

Browse files
authored
update doc.
1 parent 2385e87 commit 877e9de

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -146,40 +146,40 @@ GET /v2/locations?source=csbs
146146
},
147147
"locations": [
148148
{
149-
"coordinates": {
150-
"latitude": 40.71455,
151-
"longitude": -74.00714
152-
},
149+
"id": 0,
153150
"country": "US",
154151
"country_code": "US",
152+
"province": "New York",
153+
"state": "New York",
155154
"county": "New York",
156-
"id": 0,
157155
"last_updated": "2020-03-21T14:00:00Z",
156+
"coordinates": {
157+
"latitude": 40.71455,
158+
"longitude": -74.00714
159+
},
158160
"latest": {
159161
"confirmed": 6211,
160162
"deaths": 43,
161163
"recovered": 0
162-
},
163-
"province": "New York",
164-
"state": "New York"
164+
}
165165
},
166166
{
167-
"coordinates": {
168-
"latitude": 41.16319759,
169-
"longitude": -73.7560629
170-
},
167+
"id": 1,
171168
"country": "US",
172169
"country_code": "US",
170+
"province": "New York",
171+
"state": "New York",
173172
"county": "Westchester",
174-
"id": 1,
175173
"last_updated": "2020-03-21T14:00:00Z",
174+
"coordinates": {
175+
"latitude": 41.16319759,
176+
"longitude": -73.7560629
177+
},
176178
"latest": {
177179
"confirmed": 1385,
178180
"deaths": 0,
179181
"recovered": 0
180182
},
181-
"province": "Westchester",
182-
"state": "New York"
183183
}
184184
]
185185
}

0 commit comments

Comments
 (0)