You can interface with IPPI through the REST API. Use the following URL to access the API:

https://ippi.mw/api/projects/query

Send a post request with a JSON body specifying the period for which you would like to retrieve projects. The body of the request should be as below:

{
"start_date":"2021-08-01",
"end_date":"2021-10-01"
}

The date should be of the format YYYY-MM-DD