APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=89
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 266,
    "next": null,
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=88",
    "results": [
        {
            "url": "https://engre.co/news/articles/highest-skyscrapers-under-construction-now/?format=api",
            "title": "Highest Skyscrapers under Construction Now",
            "image": "https://lh4.googleusercontent.com/aQS4JzAe-hCCZV111cegk6uQ-z4DRTDCxTGP0XTrU30bE-zl_-BEisJ8DJoxv2ElACjFPiULxq9BLSIS3CL6NTXuEn1BUupGDpzQ9adgsOSbXg1ZlGyWCOLi8wcxj-5BZlUIXROf",
            "created_at": "2018-07-16T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/solar-panels-in-ukraine-self-powering-house/?format=api",
            "title": "Solar Panels in Ukraine: Self-Powering House",
            "image": "https://lh3.googleusercontent.com/YZI2V76I6V2oRQt3CBltzknub1gZp_7ag7_wx72b2Pdodkk10y9m9mpTNq2Bwb3Aqj4ltYtTEWsHtRzecOEqoEJHta4q3mfniwVbB_PwSesrdIS__eriTABVsBnYFRjr40bq6ug9",
            "created_at": "2018-07-16T00:00:00Z"
        }
    ]
}