GET /rest/v1/recipient_region/?ordering=percentage&page=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 273,
    "next": null,
    "previous": "https://rsr.akvo.org/rest/v1/recipient_region/?ordering=percentage&page=9",
    "results": [
        {
            "id": 1048,
            "region_label": "289 - South of Sahara, regional",
            "vocabulary_label": "",
            "region": "289",
            "region_vocabulary": "",
            "region_vocabulary_uri": "",
            "percentage": null,
            "text": "",
            "project": 6007
        },
        {
            "id": 1111,
            "region_label": "589 - Middle East, regional",
            "vocabulary_label": "",
            "region": "589",
            "region_vocabulary": "",
            "region_vocabulary_uri": "",
            "percentage": null,
            "text": "",
            "project": 7732
        },
        {
            "id": 1112,
            "region_label": "",
            "vocabulary_label": "",
            "region": "",
            "region_vocabulary": "",
            "region_vocabulary_uri": "",
            "percentage": null,
            "text": "",
            "project": 7359
        }
    ]
}