GET /v1/members/?format=api&offset=16800&ordering=-total_shares
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 16802,
    "next": null,
    "previous": "http://api.hivesbi.com/v1/members/?format=api&limit=200&offset=16600&ordering=-total_shares",
    "results": [
        {
            "account": "jsk",
            "note": null,
            "shares": 0,
            "bonus_shares": 0,
            "total_shares": 0,
            "total_share_days": 0,
            "avg_share_age": 0.0,
            "last_comment": null,
            "last_post": null,
            "original_enrollment": "2018-02-25T16:53:06Z",
            "latest_enrollment": "2018-02-26T22:23:00Z",
            "flags": null,
            "earned_rshares": 0,
            "subscribed_rshares": 0,
            "curation_rshares": 0,
            "delegation_rshares": 0,
            "other_rshares": 0,
            "rewarded_rshares": 0,
            "total_rshares": 0,
            "estimate_rewarded": 0.0,
            "balance_rshares": 0,
            "upvote_delay": null,
            "updated_at": "1970-01-01T00:00:00Z",
            "first_cycle_at": "1970-01-01T00:00:00Z",
            "last_received_vote": null,
            "blacklisted": null,
            "hivewatchers": false,
            "buildawhale": false,
            "skiplist": false,
            "pending_balance": 0.0,
            "next_upvote_estimate": 0.0
        },
        {
            "account": "stabrowski",
            "note": null,
            "shares": 0,
            "bonus_shares": 0,
            "total_shares": 0,
            "total_share_days": 0,
            "avg_share_age": 0.0,
            "last_comment": null,
            "last_post": null,
            "original_enrollment": "2018-06-18T18:00:09Z",
            "latest_enrollment": "2018-06-18T18:00:09Z",
            "flags": null,
            "earned_rshares": 0,
            "subscribed_rshares": 0,
            "curation_rshares": 0,
            "delegation_rshares": 0,
            "other_rshares": 0,
            "rewarded_rshares": 0,
            "total_rshares": 0,
            "estimate_rewarded": 0.0,
            "balance_rshares": 0,
            "upvote_delay": null,
            "updated_at": "1970-01-01T00:00:00Z",
            "first_cycle_at": "1970-01-01T00:00:00Z",
            "last_received_vote": null,
            "blacklisted": null,
            "hivewatchers": false,
            "buildawhale": false,
            "skiplist": false,
            "pending_balance": 0.0,
            "next_upvote_estimate": 0.0
        }
    ]
}