List all authors

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

{
    "count": 121370,
    "next": "http://api.gregory-ms.com/authors/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "author_id": 142923,
            "given_name": "Samia J.",
            "family_name": "Khoury",
            "ORCID": "http://orcid.org/0000-0003-3198-6063",
            "country": null,
            "articles_count": 21,
            "articles_list": "https://api.gregory-ms.com/articles/author/142923"
        },
        {
            "author_id": 142924,
            "given_name": "Achraf",
            "family_name": "Makki",
            "ORCID": "http://orcid.org/0000-0003-4398-089X",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/142924"
        },
        {
            "author_id": 142927,
            "given_name": "Ainhoa",
            "family_name": "Molina-Martin",
            "ORCID": "http://orcid.org/0000-0003-4854-3592",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/142927"
        },
        {
            "author_id": 142945,
            "given_name": "Carsten",
            "family_name": "Flohr",
            "ORCID": "http://orcid.org/0000-0003-4884-6286",
            "country": null,
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/142945"
        },
        {
            "author_id": 142946,
            "given_name": "Rémy",
            "family_name": "Masson",
            "ORCID": "http://orcid.org/0000-0002-6707-5221",
            "country": "FR",
            "articles_count": 1,
            "articles_list": "https://api.gregory-ms.com/articles/author/142946"
        },
        {
            "author_id": 142954,
            "given_name": "Julie",
            "family_name": "Pétrin",
            "ORCID": "http://orcid.org/0000-0003-4852-0286",
            "country": null,
            "articles_count": 3,
            "articles_list": "https://api.gregory-ms.com/articles/author/142954"
        },
        {
            "author_id": 142958,
            "given_name": "Vedat",
            "family_name": "Cilingir",
            "ORCID": "http://orcid.org/0000-0003-4635-2880",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/142958"
        },
        {
            "author_id": 142960,
            "given_name": "Laetitia",
            "family_name": "Pouzol",
            "ORCID": "http://orcid.org/0000-0001-8727-1142",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/142960"
        },
        {
            "author_id": 142972,
            "given_name": "Ali",
            "family_name": "Manouchehrinia",
            "ORCID": "http://orcid.org/0000-0003-4857-5762",
            "country": "SE",
            "articles_count": 34,
            "articles_list": "https://api.gregory-ms.com/articles/author/142972"
        },
        {
            "author_id": 142989,
            "given_name": "Ru-Jeng",
            "family_name": "Teng",
            "ORCID": "http://orcid.org/0000-0003-4321-2452",
            "country": null,
            "articles_count": 2,
            "articles_list": "https://api.gregory-ms.com/articles/author/142989"
        }
    ]
}