Source
Upload
Lists all uploads for all sources
get/sources/uploads
Query parameters
pageinteger
The pages of uploads to skip before starting to collect the result set
limitinteger
The number of uploads to return
changes_onlyboolean
Filters successful uploads to only include those that created or modified cases. The response will still include non-successful uploads.
Response
OK
Example response
{
"uploads": [
{
"sourceName": "India Ministry of Health",
"sourceUrl": "https://api.covid19india.org/raw_data7.json"
}
]
}