List all authors

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

{
    "count": 123770,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=3",
    "previous": "http://api.gregory-ms.com/authors/?format=api",
    "results": [
        {
            "author_id": 142995,
            "given_name": "Billy W.",
            "family_name": "Day",
            "ORCID": "http://orcid.org/0000-0001-6208-9950",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/142995"
        },
        {
            "author_id": 143011,
            "given_name": "Fausto",
            "family_name": "Baldanti",
            "ORCID": "http://orcid.org/0000-0002-3358-8969",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143011"
        },
        {
            "author_id": 143017,
            "given_name": "Inès",
            "family_name": "Elhani",
            "ORCID": "http://orcid.org/0000-0002-9767-2262",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143017"
        },
        {
            "author_id": 143019,
            "given_name": "Hélène",
            "family_name": "Vergneault",
            "ORCID": "http://orcid.org/0000-0001-7644-2903",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143019"
        },
        {
            "author_id": 143028,
            "given_name": "Jean",
            "family_name": "Capron",
            "ORCID": "http://orcid.org/0000-0003-1788-8897",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143028"
        },
        {
            "author_id": 143032,
            "given_name": "Natália C.",
            "family_name": "Talim",
            "ORCID": "http://orcid.org/0000-0002-2664-6534",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143032"
        },
        {
            "author_id": 143034,
            "given_name": "Jéssica Marques",
            "family_name": "Macedo",
            "ORCID": "http://orcid.org/0000-0002-5775-9398",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143034"
        },
        {
            "author_id": 143036,
            "given_name": "Belén",
            "family_name": "Rodríguez de Castro",
            "ORCID": "http://orcid.org/0000-0003-1140-5671",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143036"
        },
        {
            "author_id": 143037,
            "given_name": "Cristina Martinez-Múgica",
            "family_name": "Barbosa",
            "ORCID": "http://orcid.org/0000-0001-6919-7938",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143037"
        },
        {
            "author_id": 143040,
            "given_name": "Susana",
            "family_name": "Otero‐Romero",
            "ORCID": "http://orcid.org/0000-0002-1451-6927",
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/143040"
        }
    ]
}