GET /rest/v1/recipient_region/?ordering=region&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=region&page=9",
    "results": [
        {
            "id": 949,
            "region_label": "NP-RA",
            "vocabulary_label": "99 - Reporting Organisation",
            "region": "NP-RA",
            "region_vocabulary": "99",
            "region_vocabulary_uri": "http://www.iso.org/iso/country_codes_glossary.html",
            "percentage": 100.0,
            "text": "",
            "project": 4388
        },
        {
            "id": 952,
            "region_label": "UG-102",
            "vocabulary_label": "99 - Reporting Organisation",
            "region": "UG-102",
            "region_vocabulary": "99",
            "region_vocabulary_uri": "http://www.iso.org/iso/country_codes_glossary.html",
            "percentage": 100.0,
            "text": "",
            "project": 4391
        },
        {
            "id": 953,
            "region_label": "UG-413",
            "vocabulary_label": "99 - Reporting Organisation",
            "region": "UG-413",
            "region_vocabulary": "99",
            "region_vocabulary_uri": "http://www.iso.org/iso/country_codes_glossary.html",
            "percentage": 100.0,
            "text": "",
            "project": 4392
        }
    ]
}