List all authors

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

{
    "count": 124635,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=12346",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=12344",
    "results": [
        {
            "author_id": 348594,
            "given_name": "Fengbo",
            "family_name": "Zheng",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348594"
        },
        {
            "author_id": 348595,
            "given_name": "Paul E.",
            "family_name": "Schulz",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348595"
        },
        {
            "author_id": 348596,
            "given_name": "Licong",
            "family_name": "Cui",
            "ORCID": "http://orcid.org/0000-0001-5549-8780",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348596"
        },
        {
            "author_id": 348597,
            "given_name": "Xiaofen",
            "family_name": "Yu",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348597"
        },
        {
            "author_id": 348598,
            "given_name": "Marilyn",
            "family_name": "Wang",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348598"
        },
        {
            "author_id": 348599,
            "given_name": "Sofia E.",
            "family_name": "Caryotakis",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348599"
        },
        {
            "author_id": 348600,
            "given_name": "Glendalyn G.",
            "family_name": "Smith",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348600"
        },
        {
            "author_id": 348601,
            "given_name": "Alan V.",
            "family_name": "Nguyen",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348601"
        },
        {
            "author_id": 348602,
            "given_name": "Athena M.",
            "family_name": "Soulika",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348602"
        },
        {
            "author_id": 348603,
            "given_name": "Xingdong",
            "family_name": "Zeng",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348603"
        }
    ]
}