Metapsy API


Databases that have been released on Github/Zenodo can automatically be retrieved as JSON exports using the Metapsy REST Application Programming Interface (API).

Two GET requests are defined for the Metapsy API. The list_data request allows retrieving a summary of all available databases. The get_data request retrieves raw data and metadata of a specific database. It is also possible to access older versions by specifying the version parameter.

All response bodies are JSON encoded. No authentication is required to use the API. The API has a rate limit, and we kindly ask users to restrict requests to once per minute.


Further Information: