GET /rest/v1/recipient_country/?format=api&ordering=country&page=254
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7591,
    "next": null,
    "previous": "https://rsr.akvo.org/rest/v1/recipient_country/?format=api&ordering=country&page=253",
    "results": [
        {
            "id": 15223,
            "country_label": "ZW - Zimbabwe",
            "country": "ZW",
            "percentage": 100.0,
            "text": "",
            "project": 8374
        }
    ]
}