List all authors

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

{
    "count": 123443,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=5",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=3",
    "results": [
        {
            "author_id": 143126,
            "given_name": "Fabian",
            "family_name": "Docagne",
            "ORCID": "http://orcid.org/0000-0003-1745-0625",
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/143126"
        },
        {
            "author_id": 143128,
            "given_name": "Dave E.",
            "family_name": "Marzan",
            "ORCID": "http://orcid.org/0000-0003-0209-6715",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143128"
        },
        {
            "author_id": 143130,
            "given_name": "Brian L.",
            "family_name": "West",
            "ORCID": "http://orcid.org/0000-0002-5320-3691",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143130"
        },
        {
            "author_id": 143131,
            "given_name": "Shane",
            "family_name": "Liddelow",
            "ORCID": "http://orcid.org/0000-0002-0840-1437",
            "country": "US",
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143131"
        },
        {
            "author_id": 143132,
            "given_name": "Jayshree",
            "family_name": "Samanta",
            "ORCID": "http://orcid.org/0000-0003-1240-3395",
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/143132"
        },
        {
            "author_id": 143133,
            "given_name": "James L.",
            "family_name": "Salzer",
            "ORCID": "http://orcid.org/0000-0001-9126-7197",
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/143133"
        },
        {
            "author_id": 143159,
            "given_name": "Joanna M.",
            "family_name": "Williams",
            "ORCID": "http://orcid.org/0000-0003-3936-2220",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143159"
        },
        {
            "author_id": 143161,
            "given_name": "Thomas P.",
            "family_name": "Leist",
            "ORCID": "http://orcid.org/0000-0002-8924-8891",
            "country": null,
            "articles_count": 7,
            "articles_list": "https://api.gregory-ms.com/articles/author/143161"
        },
        {
            "author_id": 143164,
            "given_name": "Vishalakshi",
            "family_name": "Viswanath",
            "ORCID": "http://orcid.org/0000-0002-5873-2242",
            "country": "IN",
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143164"
        },
        {
            "author_id": 143177,
            "given_name": "R.",
            "family_name": "Farrell",
            "ORCID": "http://orcid.org/0000-0002-2767-3382",
            "country": null,
            "articles_count": 4,
            "articles_list": "https://api.gregory-ms.com/articles/author/143177"
        }
    ]
}