mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-22 10:18:34 +03:00
moves API data to S3, allows external use (#74)
This commit is contained in:
committed by
GitHub
parent
f8e0b7554a
commit
042346a833
@@ -214,6 +214,10 @@
|
||||
"title": "Download events",
|
||||
"description": "Export the most recent available events in different formats.",
|
||||
"formats": {
|
||||
"api": {
|
||||
"label": "API",
|
||||
"description": "An API endpoint where you can always fetch the entire dataset in JSON format with tools like curl. Useful for integrating the data in other services and visualizaitons."
|
||||
},
|
||||
"csv": {
|
||||
"label": "CSV",
|
||||
"description": "CSV file where sources and filters are concatenated into a single column each due to data structure limitations."
|
||||
|
||||
Reference in New Issue
Block a user