List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=460
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=465",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=455",
    "results": [
        {
            "quote": "If you want to be happy, set a goal that commands your thoughts, liberates your energy, and inspires your hopes. Andrew Carnegie",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466014,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Today is life – the only life you are sure of.",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466015,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What we think determines what happens to us, so if we want to change our lives, we need to stretch our minds. Wayne Dyer",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466016,
            "image": null,
            "language": "en"
        },
        {
            "quote": "There is no passion to be found playing small – in settling for a life that is less than the one you are capable of living. Nelson Mandela",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466017,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you don’t design your own life plan, chances are you’ll fall into someone else’s plan. And guess what they have planned for you? Not much. Jim Rohn",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466018,
            "image": null,
            "language": "en"
        }
    ]
}