{ "uuid": "e7b6ca9b-2eb1-4e54-9e98-21f013ab1bae", "lastMigration": 29, "name": "COVID-19 data API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "01e989c8-3f58-48f9-b5d4-8b6e20f1303d", "documentation": "getLatestCountryDataByName", "method": "get", "endpoint": "country", "responses": [ { "uuid": "edd90d1f-1c98-4a91-9acf-d06cc4bfd5e0", "body": "[\n {\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"critical\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"lastChange\": \"{{faker 'date.recent' 365}}\",\n \"lastUpdate\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Latest data about COVID-19 for selected country", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4f64ab43-0d3a-432c-a67d-3bf080c07aaa", "documentation": "getLatestAllCountries", "method": "get", "endpoint": "country/all", "responses": [ { "uuid": "46bc8c05-1cb4-4af3-abd9-4b9088792748", "body": "[\n {\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"critical\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"lastChange\": \"{{faker 'date.recent' 365}}\",\n \"lastUpdate\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Returns all countries with latest data about COVID-19", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4971c2b6-7b66-48da-bafb-c51922e2834c", "documentation": "getLatestCountryDataByCode", "method": "get", "endpoint": "country/code", "responses": [ { "uuid": "8c920f7f-f6a2-42e5-a3d0-18fdd6acc00d", "body": "[\n {\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"country\": \"\",\n \"critical\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"lastChange\": \"{{faker 'date.recent' 365}}\",\n \"lastUpdate\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Latest data about COVID-19 for selected country", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bedd3fbf-6cd5-400a-84ef-6130f3342022", "documentation": "getListOfCountries", "method": "get", "endpoint": "help/countries", "responses": [ { "uuid": "fddbf895-7922-4852-8792-9fed5badc0c2", "body": "[\n {\n \"alpha-2-code\": \"\",\n \"alpha-3-code\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Get name name, alpha-2, alpha-3 code, latitude and longitude for every country", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "848a2c0e-af5e-46f0-98d5-3a4fb7bae3d2", "documentation": "getDailyReportAllCountries", "method": "get", "endpoint": "report/country/all", "responses": [ { "uuid": "583289e4-c24e-4370-8dd2-f57a95c1d783", "body": "[\n {\n \"country\": \"\",\n \"date\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"province\": [\n {\n \"active\": {{faker 'number.int' max=99999}},\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Daily report for COVID-19 for selected country.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9549340c-a906-4006-895a-8b9e1691791e", "documentation": "getDailyReportByCountryCode", "method": "get", "endpoint": "report/country/code", "responses": [ { "uuid": "5fce6c93-1cc1-4f67-8261-b9542aafc921", "body": "[\n {\n \"country\": \"\",\n \"date\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"province\": [\n {\n \"active\": {{faker 'number.int' max=99999}},\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Daily report for COVID-19 for selected country.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3803b1b-f776-434d-804c-57b105650592", "documentation": "getDailyReportByCountryName", "method": "get", "endpoint": "report/country/name", "responses": [ { "uuid": "404157d0-1bb2-4b90-85cc-ddd998eeff25", "body": "[\n {\n \"country\": \"\",\n \"date\": \"\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"province\": [\n {\n \"active\": {{faker 'number.int' max=99999}},\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Daily report for COVID-19 for selected country.", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6822d61e-e4b0-487c-84a3-7fccc7b09e11", "documentation": "getDailyReportTotals", "method": "get", "endpoint": "report/totals", "responses": [ { "uuid": "4c81c415-dac1-404f-8444-c988deee8cd3", "body": "[\n {\n \"active\": {{faker 'number.int' max=99999}},\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"critical\": {{faker 'number.int' max=99999}},\n \"date\": \"\",\n \"deaths\": {{faker 'number.int' max=99999}},\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Data about COVID-19 for whole world", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc47454b-8afa-4153-aa3b-e99226049da0", "documentation": "getLatestTotals", "method": "get", "endpoint": "totals", "responses": [ { "uuid": "f2e04287-5578-40ef-a8c2-dc44c0fbb59e", "body": "[\n {\n \"confirmed\": {{faker 'number.int' max=99999}},\n \"critical\": {{faker 'number.int' max=99999}},\n \"deaths\": {{faker 'number.int' max=99999}},\n \"lastChange\": \"{{faker 'date.recent' 365}}\",\n \"lastUpdate\": \"{{faker 'date.recent' 365}}\",\n \"recovered\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Latest data about COVID-19 for whole world", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "01e989c8-3f58-48f9-b5d4-8b6e20f1303d" }, { "type": "route", "uuid": "4f64ab43-0d3a-432c-a67d-3bf080c07aaa" }, { "type": "route", "uuid": "4971c2b6-7b66-48da-bafb-c51922e2834c" }, { "type": "route", "uuid": "bedd3fbf-6cd5-400a-84ef-6130f3342022" }, { "type": "route", "uuid": "848a2c0e-af5e-46f0-98d5-3a4fb7bae3d2" }, { "type": "route", "uuid": "9549340c-a906-4006-895a-8b9e1691791e" }, { "type": "route", "uuid": "e3803b1b-f776-434d-804c-57b105650592" }, { "type": "route", "uuid": "6822d61e-e4b0-487c-84a3-7fccc7b09e11" }, { "type": "route", "uuid": "bc47454b-8afa-4153-aa3b-e99226049da0" } ] }