List the quotes, can be filtered via tags

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