List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=282185
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=282190",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=282180",
    "results": [
        {
            "quote": "אם אתה לא חי על הקצה אתה תופס יותר מדי מקום.",
            "author": " סטיבן האנט",
            "likes": 0,
            "tags": [],
            "pk": 463252,
            "image": null,
            "language": "he"
        },
        {
            "quote": "כשאתה משנה את הצורה שבה אתה מסתכל על דברים, הדברים שאתה מסתכל עליהם משתנים.",
            "author": " וויין דייר",
            "likes": 0,
            "tags": [],
            "pk": 463253,
            "image": null,
            "language": "he"
        },
        {
            "quote": "אני חושב שבחרו אותי בגלל קישורי המוטיבציה שלי. כולם אומרים שהם צריכים לעבוד הרבה יותר קשה כשאני בסביבה.",
            "author": " הומר סימפסון",
            "likes": 0,
            "tags": [],
            "pk": 463254,
            "image": null,
            "language": "he"
        },
        {
            "quote": "הזמן הכי טוב לשתול עץ היה לפני 20 שנים. הזמן הבא הכי טוב הוא עכשיו.",
            "author": " פתגם סיני",
            "likes": 0,
            "tags": [],
            "pk": 463255,
            "image": null,
            "language": "he"
        },
        {
            "quote": "ספינה בנמל היא בטוחה, אבל לא לשם כך ספינות נבנו.",
            "author": " גרייס הופר",
            "likes": 0,
            "tags": [],
            "pk": 463256,
            "image": null,
            "language": "he"
        }
    ]
}