mirror of
https://github.com/danbulant/covid
synced 2026-06-18 22:21:40 +00:00
13 lines
193 B
Markdown
13 lines
193 B
Markdown
# Endpoints
|
|
|
|
## country
|
|
|
|
`/country/:country` -> `country` || `e_country_not_found`
|
|
|
|
Shows information about given country.
|
|
|
|
## global
|
|
|
|
`/global` -> `country_global`
|
|
|
|
Shows global informations.
|