The GDELT Project

Announcing the GDELT Thematic Word Cloud Dashboard API

We're tremendously excited to announce the latest in our rapidly growing suite of GDELT API's: the GDELT Thematic Wordcloud Dashboard API. This new API service, created through the support of the PeaceTech Lab, is a live-updated embeddable word cloud of the top overall and top trending topics mentioned in coverage about a given country or administrative division, 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.

Updated every 15 minutes, the visualization tallies up all of the themes mentioned in coverage mentioning a given country over the last 2 hours and compiles a ranking of the top most-mentioned themes. It then compares those themes against the top themes for the preceding 2 hours to compile a list of the top "trending" topics that have increased the most. This allows you to display either the major topics defining a country's coverage or the topics that are rapidly rising to the top, capturing the constant ebb-and-flow of coverage over the course of a day and in reaction to major events.

You can also switch between all topics, functional actors (roles like "child," "woman," "burglar," "president" and so on), or a mixture of the two. This allows you to create word clouds that filter to the kinds of roles being mentioned with respect to a country, the topics and themes defining it, or the combined narrative environment.

You can see an example of the embeddable word cloud below, showing the top trending themes for France over the last two hours compared with the previous two hours.

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_thematicwordcloud/dash_thematicwordcloud?LOC=FR&OUTPUT=viz&VAR=trendall" height="500" scrolling="no" width=500></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_thematicwordcloud/dash_thematicwordcloud".

EXAMPLES