List all authors

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

{
    "count": 124559,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=12341",
    "previous": "http://api.gregory-ms.com/authors/?format=api&page=12339",
    "results": [
        {
            "author_id": 348544,
            "given_name": "Pablo",
            "family_name": "López-Muñoz",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348544"
        },
        {
            "author_id": 348545,
            "given_name": "Amelia",
            "family_name": "Mendoza",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348545"
        },
        {
            "author_id": 348546,
            "given_name": "Giulia A.",
            "family_name": "Albanese",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348546"
        },
        {
            "author_id": 348547,
            "given_name": "Anna",
            "family_name": "Bucchieri",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348547"
        },
        {
            "author_id": 348548,
            "given_name": "Stefano",
            "family_name": "Buccelli",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348548"
        },
        {
            "author_id": 348549,
            "given_name": "Elena",
            "family_name": "De Momi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348549"
        },
        {
            "author_id": 348550,
            "given_name": "Matteo",
            "family_name": "Laffranchi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348550"
        },
        {
            "author_id": 348551,
            "given_name": "Jacopo",
            "family_name": "Zenzeri",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348551"
        },
        {
            "author_id": 348552,
            "given_name": "Giacinto",
            "family_name": "Barresi",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348552"
        },
        {
            "author_id": 348553,
            "given_name": "Chunlan",
            "family_name": "Chen",
            "ORCID": null,
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/348553"
        }
    ]
}