List all authors

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

{
    "count": 123539,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=8634",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=8632",
    "results": [
        {
            "author_id": 309745,
            "given_name": "Susan",
            "family_name": "Anderson",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309745"
        },
        {
            "author_id": 309746,
            "given_name": "Michael D",
            "family_name": "Kaufman",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309746"
        },
        {
            "author_id": 309747,
            "given_name": "R",
            "family_name": "Lee",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309747"
        },
        {
            "author_id": 309748,
            "given_name": "Mohanraj",
            "family_name": "Thirumalai",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309748"
        },
        {
            "author_id": 309749,
            "given_name": "Jereme",
            "family_name": "Wilroy",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309749"
        },
        {
            "author_id": 309750,
            "given_name": "Alex",
            "family_name": "Yates",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309750"
        },
        {
            "author_id": 309751,
            "given_name": "Brandon",
            "family_name": "Kane",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309751"
        },
        {
            "author_id": 309752,
            "given_name": "J.",
            "family_name": "Antoni Ramos-Quiroga",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309752"
        },
        {
            "author_id": 309753,
            "given_name": "Witte J.G.",
            "family_name": "Hoogendijk",
            "ORCID": null,
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/309753"
        },
        {
            "author_id": 309754,
            "given_name": "Nicholas A.",
            "family_name": "Vissicchio",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/309754"
        }
    ]
}