List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=282165
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=282170",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=282160",
    "results": [
        {
            "quote": "הדבר היחיד שגרוע יותר מלהיות עיוור הוא לראות ללא חזון.",
            "author": " הלן קלר",
            "likes": 0,
            "tags": [],
            "pk": 463232,
            "image": null,
            "language": "he"
        },
        {
            "quote": "הדרך הטובה ביותר לחזות את העתיד היא ליצור אותו.",
            "author": " פיטר דרוקר",
            "likes": 0,
            "tags": [],
            "pk": 463233,
            "image": null,
            "language": "he"
        },
        {
            "quote": "זה מוריד לי את המוטיבציה לחשוב שמישהו שבועט בכדור מרוויח פי 300 יותר ממישהו שמסכן את החיים שלו כדי להציל אנשים אחרים.",
            "author": " לא ידוע",
            "likes": 0,
            "tags": [],
            "pk": 463234,
            "image": null,
            "language": "he"
        },
        {
            "quote": "אם תציב לעצמך מטרות גבוהות בצורה מגוחכת וזה יהיה כישלון, אתה תיכשל מעל ההצלחה של כולם.",
            "author": " ג'יימס קמרון",
            "likes": 0,
            "tags": [],
            "pk": 463235,
            "image": null,
            "language": "he"
        },
        {
            "quote": "נקודת ההתחלה של כל הישג היא תשוקה.",
            "author": " נפוליאון היל",
            "likes": 0,
            "tags": [],
            "pk": 463236,
            "image": null,
            "language": "he"
        }
    ]
}