API Documentation

Fetch References

To make a request to fetch our references, you send a GET request to the endpoint, and you will get a JSON response. Here are the request details

Request URL: hub.amcow.africa/api/v1/references
Request Type: GET

JSON Response

{
    "data": [
        {
        "author": "UN Water Africa",
        "abstract": "This is a description ",
        "file": "http://www.grida.no/resources/5774",
        "id": 1,
        "title": "African Water Vision 2025",
        "type": "Report"
        }
    ]
}