Siibra provides functionalities for the Juelich Brain.
api version: {{ api_version }} build: {{ git_hash }}
For further information see following links:
The swagger documentation is a great way to learn more about the API. It is even possible to use the playground of the documentation and send requests without further development.
{% for version in versions %} swagger {{ version }} {% endfor %}Another view on the documentation is provided as ReDoc.
{% for version in versions %} redoc {{ version }} {% endfor %}A documentation from a user perspective and a technical scope of the siibra client.
readthedocs.ioBesides the REST-API there is a python library that provides all the functionalities and even extended features.
siibra-python