List all authors

GET /authors/?format=api&page=12356
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 126345,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=12357",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=12355",
    "results": [
        {
            "author_id": 348704,
            "given_name": "Yiwen",
            "family_name": "Du",
            "ORCID": "http://orcid.org/0009-0003-3986-3460",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348704"
        },
        {
            "author_id": 348705,
            "given_name": "Jincheng",
            "family_name": "Wang",
            "ORCID": "http://orcid.org/0000-0002-3676-0779",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348705"
        },
        {
            "author_id": 348706,
            "given_name": "Qinjie",
            "family_name": "Weng",
            "ORCID": "http://orcid.org/0000-0001-8026-0109",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/348706"
        },
        {
            "author_id": 348707,
            "given_name": "Xuezhao",
            "family_name": "Liu",
            "ORCID": "http://orcid.org/0000-0001-7297-1429",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/348707"
        },
        {
            "author_id": 348708,
            "given_name": "Eva",
            "family_name": "Nicholson",
            "ORCID": "http://orcid.org/0009-0005-2486-270X",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/348708"
        },
        {
            "author_id": 348709,
            "given_name": "Mei",
            "family_name": "Xin",
            "ORCID": null,
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/348709"
        },
        {
            "author_id": 348710,
            "given_name": "Anne E. M.",
            "family_name": "Speckens",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348710"
        },
        {
            "author_id": 348711,
            "given_name": "Nils",
            "family_name": "Berginström",
            "ORCID": "http://orcid.org/0000-0003-1192-4527",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348711"
        },
        {
            "author_id": 348712,
            "given_name": "Linus",
            "family_name": "Andersson",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348712"
        },
        {
            "author_id": 348713,
            "given_name": "Anke K.",
            "family_name": "Jaekel",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348713"
        }
    ]
}