You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An [interactive SwaggerUI](https://coronavirus-tracker-api.herokuapp.com/)exists for the `v2` endpoints.
51
+
Consume our API through [an interactive SwaggerUI](https://coronavirus-tracker-api.herokuapp.com/)(on mobile, use the [mobile friendly ReDocs](https://coronavirus-tracker-api.herokuapp.com/docs) instead for the best experience).
52
52
53
-
Mobile friendly ReDocs can be reached at https://coronavirus-tracker-api.herokuapp.com/docs
54
53
55
-
The [OpenAPI](https://swagger.io/docs/specification/about/) json can be downloaded at https://coronavirus-tracker-api.herokuapp.com/openapi.json
54
+
The [OpenAPI](https://swagger.io/docs/specification/about/) json definition can be downloaded at https://coronavirus-tracker-api.herokuapp.com/openapi.json
56
55
57
56
## API Endpoints
58
57
@@ -130,6 +129,7 @@ __Sample response__
130
129
"country": "Norway",
131
130
"country_code": "NO",
132
131
"province": "",
132
+
"county": "",
133
133
"last_updated": "2020-03-21T06:59:11.315422Z",
134
134
"coordinates": { },
135
135
"latest": { },
@@ -174,6 +174,7 @@ __Sample response__
174
174
"country": "Thailand",
175
175
"country_code": "TH",
176
176
"province": "",
177
+
"county": "",
177
178
"last_updated": "2020-03-21T06:59:11.315422Z",
178
179
"coordinates": {
179
180
"latitude": "15",
@@ -190,6 +191,7 @@ __Sample response__
190
191
"country": "Norway",
191
192
"country_code": "NO",
192
193
"province": "",
194
+
"county": "",
193
195
"last_updated": "2020-03-21T06:59:11.315422Z",
194
196
"coordinates": {
195
197
"latitude": "60.472",
@@ -239,29 +241,30 @@ GET /v2/locations?country_code=IT
0 commit comments