Hi everyone!
The DCKG API was recently updated with some new endpoints.
RSS Endpoint
You can now get the latest Works added to the DCKG in RSS. You can easily import the RSS feed into your RSS feed reader with the following URL: https://dckg-demo-api.onrender.com/v1/api/latest/works?limit=100&rformat=rss.
Quickstart Jupyter Notebook
You can find the updated Quickstart Jupyter Notebook here (or the docs) to familiarize yourself with the API’s endpoints, and two visualization examples of a graph and wordcloud, and how to collect Works from the Prosocial Design Network.
Changes
all endpoints have had ‘/v1/api/’ added to the address
Stat endpoints added to return basic statistics about the DCKG
Recommendation endpoint added for recommending Works based on a seed entity
‘v1/api/lastest/works’ endpoint added for returning the latest Works added to the DCKG, formatted as a dict, string, or RSS (i.e., you can now receive a RSS feed from the DCKG API).
Endpoints re-organized around Latest, Query, Stats, default, and Recommendation categories.


