List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4135
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=4140",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4130",
    "results": [
        {
            "quote": "Suspicion is the cancer of friendship. Petrarch",
            "author": "Petrarch",
            "likes": 261,
            "tags": [
                "friendship"
            ],
            "pk": 469753,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sometimes you will never know the value of a moment until it becomes a memory. Dr. Seuss",
            "author": "Seuss",
            "likes": 190,
            "tags": [
                "friendship"
            ],
            "pk": 469754,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There are friendships imprinted in our hearts that will never be diminished by time and distance. Dodinshy",
            "author": "Dodinshy",
            "likes": 621,
            "tags": [
                "friendship"
            ],
            "pk": 469755,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I value the friend who for me finds time on his calendar, but I cherish the friend who for me does not consult his calendar. Robert Brault",
            "author": "Robert Brault",
            "likes": 180,
            "tags": [
                "friendship"
            ],
            "pk": 469756,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Sweet is the memory of distant friends! Like the mellow rays of the departing sun, it falls tenderly, yet sadly, on the heart. Washington Irving",
            "author": "Washington Irving",
            "likes": 203,
            "tags": [
                "friendship"
            ],
            "pk": 469757,
            "image": null,
            "language": "en"
        }
    ]
}