Public
Documentation Settings

COVID-19 Mentions DB

COVID-19 Mentions DB API Endpoints

GETSearch

https://covid19-mentions-db.com/api/search?limit=12&object_text=&source&author_id&language&lat&lon&distance&time_start&time_end&location&timeout&batch_size
PARAMS
limit

12

limit of results, default=12, max=10000

object_text

search query

source

twitter or instagram. Default: all sources

author_id

author ID (not alias) in social network

language

en, es, ... Default: all languages

lat

latitude

lon

longitude

distance

radius, m

time_start

start time. Unix timestamp or yyyy-mm-dd

time_end

end time. Unix timestamp or yyyy-mm-dd

location

string representation of location

timeout

max execution time, default=120, max=120

batch_size

mongodb cursor batch size, default=12 (if query is heavy and many results are expected, you should decrease this parameter value)

Loading