Our API facilitates access to water-related data. Upon receiving an API key from our API manager, users can access endpoint data by providing various parameters.
'https://www.waterapi.rwb.rw/'
Request Body { "timeSeriesUniqueId": "uniqueID", "apikey": "your API key", "startTime": "start time", "endTime": "end time" }
Response { "TimeSeries": [ { "UniqueId": "", "Identifier": "", "Parameter": "", "Label": "", "Unit": "", "LocationIdentifier": "", "InterpolationType": "" } ], "TimeRange": { "StartTime": "", "EndTime": "" }, "NumPoints":, "Points": [ { "Timestamp": "", "NumericValue1": , "GradeCode1": , "GradeName1": "", "Method1": "", "ApprovalLevel1": , "ApprovalName1": "" }, ] }