{"id":13713592,"url":"https://github.com/gonzalezlrjesus/covid-19API","last_synced_at":"2025-05-06T23:32:31.407Z","repository":{"id":219858864,"uuid":"251114682","full_name":"gonzalezlrjesus/covid-19API","owner":"gonzalezlrjesus","description":"Convierte la data ofrecida por: the Johns Hopkins University Center en formato CSV al formato JSON sobre los casos confirmados, muertos y recuperados de COVID-19 por paises.","archived":false,"fork":false,"pushed_at":"2020-03-30T13:39:31.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T23:27:33.479Z","etag":null,"topics":["api","api-rest","api-server","coronavirus","covid-19","data","go","golang","json"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonzalezlrjesus.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-29T19:22:35.000Z","updated_at":"2023-03-05T08:20:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bafedd7-100f-49fe-983f-54fcf77023cb","html_url":"https://github.com/gonzalezlrjesus/covid-19API","commit_stats":null,"previous_names":["gonzalezlrjesus/covid-19api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalezlrjesus%2Fcovid-19API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalezlrjesus%2Fcovid-19API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalezlrjesus%2Fcovid-19API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzalezlrjesus%2Fcovid-19API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonzalezlrjesus","download_url":"https://codeload.github.com/gonzalezlrjesus/covid-19API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224547006,"owners_count":17329413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-rest","api-server","coronavirus","covid-19","data","go","golang","json"],"created_at":"2024-08-02T23:01:40.004Z","updated_at":"2024-11-14T00:30:48.138Z","avatar_url":"https://github.com/gonzalezlrjesus.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# Covid-19 API en GO\n\nEs una RESTFUL API por el cual se puede tener acceso a una serie de casos diarios (recuperados, muertos, confirmados) por paises.\n\n## Endpoints Version 1\n\n### /casos-confirmados\n\n**Peticion:** \n```json\nGET https://covid-19-api-go.herokuapp.com/v1/casos-confirmados\n```\n\n**Curl:**\n```sh\ncurl -X GET \"https://covid-19-api-go.herokuapp.com/v1/casos-confirmados\"\n```\n**Navegador:**\n\n[https://covid-19-api-go.herokuapp.com/v1/casos-confirmados](https://covid-19-api-go.herokuapp.com/v1/casos-confirmados)\n\n### /casos-muertos\n\n**Peticion:** \n```json\nGET https://covid-19-api-go.herokuapp.com/v1/casos-muertos\n```\n\n**Curl:**\n```sh\ncurl -X GET \"https://covid-19-api-go.herokuapp.com/v1/casos-muertos\"\n```\n\n**Navegador:** \n\n[https://covid-19-api-go.herokuapp.com/v1/casos-muertos](https://covid-19-api-go.herokuapp.com/v1/casos-muertos)\n\n### /casos-recuperados\n**Peticion:** \n```json\nGET https://covid-19-api-go.herokuapp.com/v1/casos-recuperados\n```\n\n**Curl:**\n```sh\ncurl -X GET \"https://covid-19-api-go.herokuapp.com/v1/casos-recuperados\"\n```\n\n**Navegador:** \n\n[https://covid-19-api-go.herokuapp.com/v1/casos-recuperados](https://covid-19-api-go.herokuapp.com/v1/casos-recuperados)\n\n\n##### EJEMPLO. Si desea utilizar la API en su proyecto:\n\n```javascript\nfetch('https://covid-19-api-go.herokuapp.com/v1/casos-recuperados')\n.then(response =\u003e response.json())\n.then(data =\u003e {\n    let Venezuela = data.paises.find((pais) =\u003e {\n    return pais[\"Country/Region\"] === 'Venezuela';\n    });\n    console.log(Venezuela);\n})\n```\n\n```json\nProvince/State: \"\"\nCountry/Region: \"Venezuela\"\nLat: \"6.4238\"\nLong: \"-66.5897\"\nactualizacion_dia: \"2020-03-30T12:25:31.630935758Z\"\nDias: (68) [{…}, {…}, {…}, {…}, {…}, {…}, ...\n```\n\n#### Origen de los datos\n\nhttps://github.com/CSSEGISandData/COVID-19\n\n#### Licencia\n\nMIT License 2020, gonzalezlrjesus.\n\nTransitivamente desde el sitio de [the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE)](https://github.com/CSSEGISandData/COVID-19), los datos no pueden ser utilizados con fines comerciales.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzalezlrjesus%2Fcovid-19API","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonzalezlrjesus%2Fcovid-19API","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzalezlrjesus%2Fcovid-19API/lists"}