List all authors

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

{
    "count": 124609,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=6",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=4",
    "results": [
        {
            "author_id": 143182,
            "given_name": "K.",
            "family_name": "Buchanan",
            "ORCID": "http://orcid.org/0000-0002-8535-7142",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143182"
        },
        {
            "author_id": 143183,
            "given_name": "H.",
            "family_name": "Lee",
            "ORCID": "http://orcid.org/0000-0002-2649-071X",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143183"
        },
        {
            "author_id": 143194,
            "given_name": "Hawra B.",
            "family_name": "Al Dandan",
            "ORCID": "http://orcid.org/0000-0002-0807-7323",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143194"
        },
        {
            "author_id": 143199,
            "given_name": "M.",
            "family_name": "Joubert",
            "ORCID": "http://orcid.org/0000-0002-0281-0459",
            "country": "FR",
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143199"
        },
        {
            "author_id": 143200,
            "given_name": "P.",
            "family_name": "Paris",
            "ORCID": "http://orcid.org/0000-0001-5518-6269",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143200"
        },
        {
            "author_id": 143208,
            "given_name": "Mar",
            "family_name": "Bosch-Queralt",
            "ORCID": "http://orcid.org/0000-0002-5374-8755",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143208"
        },
        {
            "author_id": 143209,
            "given_name": "Ludovico",
            "family_name": "Cantuti-Castelvetri",
            "ORCID": "http://orcid.org/0000-0002-0642-1610",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/143209"
        },
        {
            "author_id": 143210,
            "given_name": "Alkmini",
            "family_name": "Damkou",
            "ORCID": "http://orcid.org/0000-0002-5082-0790",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143210"
        },
        {
            "author_id": 143211,
            "given_name": "Martina",
            "family_name": "Schifferer",
            "ORCID": "http://orcid.org/0000-0002-0500-8218",
            "country": "DE",
            "articles_count": 4,
            "articles_list": "https://api.gregory-ms.com/articles/author/143211"
        },
        {
            "author_id": 143212,
            "given_name": "Kai",
            "family_name": "Schlepckow",
            "ORCID": "http://orcid.org/0000-0002-1119-2293",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/143212"
        }
    ]
}