List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4165
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=4170",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4160",
    "results": [
        {
            "quote": "It takes a great deal of courage to stand up to your enemies, but a great deal more to stand up to your friends. Harry Potter",
            "author": "Harry Potter",
            "likes": 252,
            "tags": [
                "friendship"
            ],
            "pk": 469783,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Anyone can change your life, if you let them. The Intouchables",
            "author": "The Intouchables",
            "likes": 796,
            "tags": [
                "friendship"
            ],
            "pk": 469784,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friends are always together in spirit. Anne of Green Gables",
            "author": "Anne of Green Gables",
            "likes": 491,
            "tags": [
                "friendship"
            ],
            "pk": 469785,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The human spirit is more powerful than any drug and that is what needs to be nourished with work, play, friendship, family. These are the things that matter. Awakenings",
            "author": "Awakenings",
            "likes": 317,
            "tags": [
                "friendship"
            ],
            "pk": 469786,
            "image": null,
            "language": "en"
        },
        {
            "quote": "An old friend is never an extra guest. Notorious",
            "author": "Notorious",
            "likes": 178,
            "tags": [
                "friendship"
            ],
            "pk": 469787,
            "image": null,
            "language": "en"
        }
    ]
}