List all authors

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

{
    "count": 123561,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=9102",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=9100",
    "results": [
        {
            "author_id": 315113,
            "given_name": "Un Jung",
            "family_name": "Kang",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315113"
        },
        {
            "author_id": 315114,
            "given_name": "Miriam",
            "family_name": "Sklerov",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315114"
        },
        {
            "author_id": 315115,
            "given_name": "Beate",
            "family_name": "Ritz",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315115"
        },
        {
            "author_id": 315116,
            "given_name": "Gal",
            "family_name": "Bitan",
            "ORCID": "http://orcid.org/0000-0001-7046-3754",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315116"
        },
        {
            "author_id": 315117,
            "given_name": "Huan",
            "family_name": "Zhou",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315117"
        },
        {
            "author_id": 315118,
            "given_name": "Jing",
            "family_name": "Luo",
            "ORCID": null,
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/315118"
        },
        {
            "author_id": 315119,
            "given_name": "Kelin",
            "family_name": "Mou",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315119"
        },
        {
            "author_id": 315120,
            "given_name": "Lin",
            "family_name": "Peng",
            "ORCID": null,
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/315120"
        },
        {
            "author_id": 315121,
            "given_name": "Xiaoyue",
            "family_name": "Li",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315121"
        },
        {
            "author_id": 315122,
            "given_name": "Yulin",
            "family_name": "Lei",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/315122"
        }
    ]
}