List all authors

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

{
    "count": 123357,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=8635",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=8633",
    "results": [
        {
            "author_id": 309755,
            "given_name": "Charles",
            "family_name": "Swencionis",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309755"
        },
        {
            "author_id": 309756,
            "given_name": "MaryAnn",
            "family_name": "Picone",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309756"
        },
        {
            "author_id": 309757,
            "given_name": "Antal",
            "family_name": "Huck-Horvath",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309757"
        },
        {
            "author_id": 309758,
            "given_name": "Tanja",
            "family_name": "Haas",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309758"
        },
        {
            "author_id": 309759,
            "given_name": "M",
            "family_name": "Nakamura",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309759"
        },
        {
            "author_id": 309760,
            "given_name": "I",
            "family_name": "Miyazawa",
            "ORCID": null,
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/309760"
        },
        {
            "author_id": 309761,
            "given_name": "T",
            "family_name": "Takahashi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309761"
        },
        {
            "author_id": 309762,
            "given_name": "S",
            "family_name": "Watanabe",
            "ORCID": null,
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/309762"
        },
        {
            "author_id": 309763,
            "given_name": "Alice",
            "family_name": "Tamara",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309763"
        },
        {
            "author_id": 309764,
            "given_name": "Amir Hadi",
            "family_name": "Maghzi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309764"
        }
    ]
}