List all authors

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

{
    "count": 126089,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=12342",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=12340",
    "results": [
        {
            "author_id": 348554,
            "given_name": "Sonu Kumar",
            "family_name": "Yadav",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348554"
        },
        {
            "author_id": 348555,
            "given_name": "Reshma",
            "family_name": "Ir",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348555"
        },
        {
            "author_id": 348556,
            "given_name": "Siva Sundara Kumar",
            "family_name": "Durairajan",
            "ORCID": "http://orcid.org/0000-0001-7376-7163",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348556"
        },
        {
            "author_id": 348557,
            "given_name": "Rajesh",
            "family_name": "Jeewon",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348557"
        },
        {
            "author_id": 348558,
            "given_name": "Mukesh",
            "family_name": "Doble",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348558"
        },
        {
            "author_id": 348559,
            "given_name": "Kevin D.",
            "family_name": "Hyde",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348559"
        },
        {
            "author_id": 348560,
            "given_name": "Ilango",
            "family_name": "Kaliappan",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348560"
        },
        {
            "author_id": 348561,
            "given_name": "Ravindrian",
            "family_name": "Jeyaraman",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348561"
        },
        {
            "author_id": 348562,
            "given_name": "Rambabu N.",
            "family_name": "Reddi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348562"
        },
        {
            "author_id": 348563,
            "given_name": "Jayalakshmi",
            "family_name": "Krishnan",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348563"
        }
    ]
}