List all authors

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

{
    "count": 121370,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=4",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=2",
    "results": [
        {
            "author_id": 143048,
            "given_name": "Angela",
            "family_name": "Vidal‐Jordana",
            "ORCID": "http://orcid.org/0000-0002-7270-5507",
            "country": null,
            "articles_count": 16,
            "articles_list": "https://api.gregory-ms.com/articles/author/143048"
        },
        {
            "author_id": 143051,
            "given_name": "Ana",
            "family_name": "Zabalza",
            "ORCID": "http://orcid.org/0000-0003-3860-5251",
            "country": null,
            "articles_count": 23,
            "articles_list": "https://api.gregory-ms.com/articles/author/143051"
        },
        {
            "author_id": 143056,
            "given_name": "Jaume",
            "family_name": "Sastre‐Garriga",
            "ORCID": "http://orcid.org/0000-0002-1589-2254",
            "country": "ES",
            "articles_count": 31,
            "articles_list": "https://api.gregory-ms.com/articles/author/143056"
        },
        {
            "author_id": 143061,
            "given_name": "Massimo",
            "family_name": "Filippi",
            "ORCID": "http://orcid.org/0000-0002-5485-0479",
            "country": null,
            "articles_count": 214,
            "articles_list": "https://api.gregory-ms.com/articles/author/143061"
        },
        {
            "author_id": 143073,
            "given_name": "Xiaoying",
            "family_name": "Kang",
            "ORCID": "http://orcid.org/0000-0003-1999-9304",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143073"
        },
        {
            "author_id": 143089,
            "given_name": "Alfio",
            "family_name": "Spina",
            "ORCID": "http://orcid.org/0000-0003-2096-8871",
            "country": "IT",
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143089"
        },
        {
            "author_id": 143097,
            "given_name": "Dennis",
            "family_name": "Walzl",
            "ORCID": "http://orcid.org/0000-0003-2838-0124",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143097"
        },
        {
            "author_id": 143098,
            "given_name": "Andrew J.",
            "family_name": "Solomon",
            "ORCID": "http://orcid.org/0000-0003-1602-1554",
            "country": null,
            "articles_count": 22,
            "articles_list": "https://api.gregory-ms.com/articles/author/143098"
        },
        {
            "author_id": 143099,
            "given_name": "Jon",
            "family_name": "Stone",
            "ORCID": "http://orcid.org/0000-0001-9829-8092",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143099"
        },
        {
            "author_id": 143106,
            "given_name": "Carla",
            "family_name": "Tortorella",
            "ORCID": "http://orcid.org/0000-0001-9037-7300",
            "country": null,
            "articles_count": 26,
            "articles_list": "https://api.gregory-ms.com/articles/author/143106"
        }
    ]
}