GET /api/organization/?format=api&offset=150&ordering=-description
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 153,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/organization/?format=api&limit=50&offset=100&ordering=-description",
    "results": [
        {
            "id": 290,
            "name": "Medieovervåkerne",
            "homepage": null,
            "description": "",
            "postalAddress": "5223  NESTUN",
            "streetAddress": "Elvenesvegen 42",
            "editorId": 2899,
            "editorName": "Terje Alnes",
            "editorEmail": "spartakus@protonmail.com",
            "editorMsisdn": "+47 93 41 93 06",
            "fkmember": true
        },
        {
            "id": 19,
            "name": "Student TV Trondheim",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": null,
            "editorName": "Ingen redaktør!",
            "editorEmail": null,
            "editorMsisdn": null,
            "fkmember": false
        },
        {
            "id": 34,
            "name": "never.no AS",
            "homepage": null,
            "description": "",
            "postalAddress": null,
            "streetAddress": null,
            "editorId": null,
            "editorName": "Ingen redaktør!",
            "editorEmail": null,
            "editorMsisdn": null,
            "fkmember": false
        }
    ]
}