Return a list of all active members.

Supported filters: - name - username

GET /api/public/members/?format=api&name=bastian&offset=10700
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Content-Type: application/json
Expires: Thu, 03 Jul 2025 06:06:27 GMT
Vary: Accept

{
    "count": 10712,
    "next": null,
    "previous": "https://www.openhumans.net/api/public/members/?format=api&limit=100&name=bastian&offset=10600",
    "results": [
        {
            "name": "Kerstin",
            "profile_url": "https://www.openhumans.org/member/Zuckerfisch/",
            "username": "Zuckerfisch"
        },
        {
            "name": "Sascha",
            "profile_url": "https://www.openhumans.org/member/Zuckerjunkies/",
            "username": "Zuckerjunkies"
        },
        {
            "name": "Janina",
            "profile_url": "https://www.openhumans.org/member/Zuckerschnecke/",
            "username": "Zuckerschnecke"
        },
        {
            "name": "Janina Raabe",
            "profile_url": "https://www.openhumans.org/member/Zuckerschnecke93/",
            "username": "Zuckerschnecke93"
        },
        {
            "name": "flo-doc",
            "profile_url": "https://www.openhumans.org/member/Zuckerschule/",
            "username": "Zuckerschule"
        },
        {
            "name": "Zuka",
            "profile_url": "https://www.openhumans.org/member/zukazoo/",
            "username": "zukazoo"
        },
        {
            "name": "Zum",
            "profile_url": "https://www.openhumans.org/member/Zum/",
            "username": "Zum"
        },
        {
            "name": "zwell",
            "profile_url": "https://www.openhumans.org/member/zwell/",
            "username": "zwell"
        },
        {
            "name": "Zach",
            "profile_url": "https://www.openhumans.org/member/zwtx/",
            "username": "zwtx"
        },
        {
            "name": "Al",
            "profile_url": "https://www.openhumans.org/member/zz_alex_zz/",
            "username": "zz_alex_zz"
        },
        {
            "name": "zzzzzf",
            "profile_url": "https://www.openhumans.org/member/zzzzzf/",
            "username": "zzzzzf"
        },
        {
            "name": "zzzzz_Nieng",
            "profile_url": "https://www.openhumans.org/member/zzzzz_Nieng/",
            "username": "zzzzz_Nieng"
        }
    ]
}