HISPMD API Gateways
API Key Management
Some endpoints require an API key for authentication. Save your key here to automatically include it in requests.
API Endpoints
Access Main HIS Indicator Data through this API endpoint. The response will be in JSON format containing all relevant data points.
Response will appear here...
Access Indicators through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Indicators Group through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Indicators Target through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Data Sources through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Data Sources Details through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Regions through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access Facility Types through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access DHIS2 EIDM through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
Access DHIS2 Reporting Rates through this API endpoint. The response will be in JSON format containing all relevant data points.
This endpoint requires an API key for authentication.
Response will appear here...
How to Use These APIs
Authentication
Some API endpoints require authentication using an API key. Include your API key in the request URL or header:
Making Requests
Use HTTP GET requests to retrieve data. All responses are in JSON format.
Response Handling
Successful responses will have a 200 status code. Errors will return appropriate HTTP status codes with error details in the response body.
Rate Limiting
API requests are limited to 100 requests per minute per API key. Exceeding this limit will result in a 429 status code.