List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=300
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=305",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=295",
    "results": [
        {
            "quote": "What would you like the most on your tombstone? ‘She/he was famous’ or ‘she/he was a kind and loving friend’? Maxime Lagacé",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465852,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The more that you read, the more things you will know. The more you learn, the more places you’ll go! Dr. Seuss",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465853,
            "image": null,
            "language": "en"
        },
        {
            "quote": "No-one knows what he can do until he tries. Publilius Syrus",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465854,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Always be yourself, express yourself, have faith in yourself, do not go out and look for a successful personality and duplicate it. Bruce Lee",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465855,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Winning doesn’t always mean being first. Winning means you’re doing better than you’ve done before. Bonnie Blair",
            "author": null,
            "likes": 0,
            "tags": [
                "success"
            ],
            "pk": 465856,
            "image": null,
            "language": "en"
        }
    ]
}