DHIS2 Python APIs

Greaetings,

how best can I start adding functionality to DHIS2 using Python API. I want to do a software project that allows me to interact with DHIS2 forms and analyze the data dynamically using python3

warm regards

1 Like

Welcome to the community @mutongi!

update: please checkout @jaime.bosque’s post below! :slight_smile:

You might want to start by checking out the DHIS2 using-the-api documentation: Introduction - DHIS2 Documentation

Please check out these playlists as well as they might be somehow related:

The user @dhuser created this that you might find useful in your project or event extend it: GitHub - davidhuser/dhis2.py: Generic and lightweight Python wrapper for the DHIS2 API using requests

1 Like