List the quotes, can be filtered via tags

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

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4520",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4510",
    "results": [
        {
            "quote": "Talk health, happiness, and prosperity to every person you meet. Christian D. Larson",
            "author": "Larson",
            "likes": 373,
            "tags": [
                "positive"
            ],
            "pk": 470148,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We would accomplish many more things if we did not think of them as impossible. Vince Lombardi",
            "author": "Vince Lombardi",
            "likes": 307,
            "tags": [
                "positive"
            ],
            "pk": 470149,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Success is the sum of small efforts, repeated day-in and day-out. Robert Collier",
            "author": "Robert Collier",
            "likes": 93,
            "tags": [
                "positive"
            ],
            "pk": 470150,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It will work if you forget all the reasons it will not. Paulo Coelho",
            "author": "Paulo Coelho",
            "likes": 342,
            "tags": [
                "positive"
            ],
            "pk": 470151,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Expect problems and eat them for breakfast. Alfred A. Montapert",
            "author": "Montapert",
            "likes": 679,
            "tags": [
                "positive"
            ],
            "pk": 470152,
            "image": null,
            "language": "en"
        }
    ]
}