List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=282235
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=282240",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=282230",
    "results": [
        {
            "quote": "לך על זה עכשיו. העתיד לא מובטח לאף אחד.",
            "author": " וויין דייר",
            "likes": 0,
            "tags": [],
            "pk": 463302,
            "image": null,
            "language": "he"
        },
        {
            "quote": "שינוי לא יבוא אם אנחנו נחכה לאדם אחר או זמן אחר. אנחנו האדם שחיכינו לו. אנחנו השינוי שאנחנו מחפשים.",
            "author": " ברק אובמה",
            "likes": 0,
            "tags": [],
            "pk": 463303,
            "image": null,
            "language": "he"
        },
        {
            "quote": "לחכות זה כואב. לשכוח זה כואב. אבל לא לדעת מה מהם לעשות זה הסבל הגדול ביותר.",
            "author": " פאולו קואלו",
            "likes": 0,
            "tags": [],
            "pk": 463304,
            "image": null,
            "language": "he"
        },
        {
            "quote": "כשהעבר מתקשר, העבר אותו לתא קולי, האמן לי, אין לו שום דבר חדש להגיד.",
            "author": " לא ידוע",
            "likes": 0,
            "tags": [],
            "pk": 463305,
            "image": null,
            "language": "he"
        },
        {
            "quote": "הזמן הכי טוב לשתול עץ היה לפני 20 שנים. הזמן הבא הכי טוב הוא עכשיו.",
            "author": " פתגם סיני",
            "likes": 0,
            "tags": [],
            "pk": 463306,
            "image": null,
            "language": "he"
        }
    ]
}