GET /api/v2/boroughs/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 12,
    "next": null,
    "previous": "https://trees.codefor.de/api/v2/boroughs/?format=api",
    "results": [
        {
            "borough": "Treptow-Köpenick",
            "count": 44333
        },
        {
            "borough": "Friedrichshain-Kreuzberg",
            "count": 39506
        }
    ]
}