The GDELT Project

Announcing the GDELT Stability Dashboard API: Stability Timeline

We're tremendously excited today to announce the new GDELT Stability Dashboard API!  This new API service, created through the support of the PeaceTech Lab, is a live-updated embeddable timeline that you can drop into any website as a live browser-based visualization via an iframe or download and process yourself as a CSV file.  Both embeddable visualization and CSV modes offer live 15 minute updates and offer a choice of a basic synthetic "instability" measure or average tone at the national and ADM1 levels, displayed as either a 15 minute timeline over the last 7 days or a day-level view over the last 180 days.

You can see an example of the embeddable timeline below, showing GDELT's assessed stability measure for Israel over the last 180 days, smoothed using a 5-day rolling average.

You can embed this timeline in your own website using a simple iframe via the HTML code below:

<iframe src="https://api.gdeltproject.org/api/v1/dash_stabilitytimeline/dash_stabilitytimeline?LOC=IS&VAR=instability&OUTPUT=viz&TIMERES=day&SMOOTH=5" width="100%" height="400"></iframe>

We'd like to thank the PeaceTech Lab for making this API possible and Google Ideas for their support of the GDELT Project.

OPTIONS

Below are all of the options that can be passed to the API.  Add them to the root API URL of "https://api.gdeltproject.org/api/v1/dash_stabilitytimeline/dash_stabilitytimeline".

EXAMPLES