List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81770
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81775",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81765",
    "results": [
        {
            "quote": "What do you suppose will satisfy the soul, except to walk free and own no superior? Walt Whitman",
            "author": "",
            "likes": 184,
            "tags": [
                "freedom"
            ],
            "pk": 479300,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Can you remember who you were before the world told you who you should be? Unknown",
            "author": "",
            "likes": 159,
            "tags": [
                "freedom"
            ],
            "pk": 479269,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is life so dear or peace so sweet as to be purchased at the price of chains and slavery? Forbid it, Almighty God! Patrick Henry",
            "author": "",
            "likes": 606,
            "tags": [
                "freedom"
            ],
            "pk": 479231,
            "image": null,
            "language": "en"
        },
        {
            "quote": "For what avail the plough or sail, or land or life, if freedom fail? Ralph Waldo Emerson",
            "author": "",
            "likes": 704,
            "tags": [
                "freedom"
            ],
            "pk": 479207,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I know not what course others may take, but as for me, give me liberty, or give me death! Patrick Henry",
            "author": "",
            "likes": 450,
            "tags": [
                "freedom"
            ],
            "pk": 479192,
            "image": null,
            "language": "en"
        }
    ]
}