Summaries
Requirements
A URL endpoint where we will POST the data.
http://www.example.com/summaries
The data is json encoded. We also provide a form data option (application/x-www-form-urlencoded).
An initial sync is provided to populate the database on your end. After that, we push data only when risk levels change.
Response
Please respond with status 2xx
Fields
country: string, uppercase, country iso code 2 letters
risk_level: string (“Low”, “Moderate”, “Medium”, “High”, “Extreme”)
summary: string, short text summarizing the situation in a given country
client_id: integer