List all authors

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

{
    "count": 126453,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=12322",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=12320",
    "results": [
        {
            "author_id": 348354,
            "given_name": "Sabrina",
            "family_name": "Salberg",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348354"
        },
        {
            "author_id": 348355,
            "given_name": "Preksha",
            "family_name": "Kukreja",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348355"
        },
        {
            "author_id": 348356,
            "given_name": "Steven",
            "family_name": "Vaquerano",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348356"
        },
        {
            "author_id": 348357,
            "given_name": "William",
            "family_name": "Sticka",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348357"
        },
        {
            "author_id": 348358,
            "given_name": "Kyle",
            "family_name": "Seaver",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348358"
        },
        {
            "author_id": 348359,
            "given_name": "Alexis M.",
            "family_name": "Callen",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348359"
        },
        {
            "author_id": 348360,
            "given_name": "Shirin",
            "family_name": "Yaghoobpoor",
            "ORCID": "http://orcid.org/0000-0002-8904-6229",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348360"
        },
        {
            "author_id": 348361,
            "given_name": "Milad",
            "family_name": "Alipour",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348361"
        },
        {
            "author_id": 348362,
            "given_name": "Zahra sadat",
            "family_name": "Miriran",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348362"
        },
        {
            "author_id": 348363,
            "given_name": "Hani",
            "family_name": "Ghayyem",
            "ORCID": "http://orcid.org/0000-0002-6725-9960",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348363"
        }
    ]
}