List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=480
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=485",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=475",
    "results": [
        {
            "quote": "When someone told me I lived in a fantasy land I nearly fell of my unicorn. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466034,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Some days I amaze myself. Other days I put my keys in the fridge. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466035,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness does not have a price tag so smile. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466036,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The best vitamin to be a happy person is B1. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466037,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be happy. It really annoys negative people. Ricky Gervais",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466038,
            "image": null,
            "language": "en"
        }
    ]
}