APIView for suggested news

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

{
    "count": 266,
    "next": "https://engre.co/api/v1/news/suggested/?format=api&page=52",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=50",
    "results": [
        {
            "url": "https://engre.co/news/articles/ecodemonstrator-777-in-frankfurt-discovering-the-latest-solutions-for-boeing/?format=api",
            "title": "EcoDemonstrator 777 in Frankfurt: Discovering the Latest Solutions for Boeing\n",
            "image": "https://lh5.googleusercontent.com/y08VaSjnZpZs4BRxgBF_z4PP_D14FwQW3vFfREUFDx2wCCQ6SEiKKpR-Cl-lC4iGXRB7oT3h5zmbPTUDRbDGtMo9Vjf6Th6OtGg5Iac-wkqb-tWSMeeeTXQmVOYPOHbNXOpnXFFD",
            "created_at": "2019-11-27T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/5g-conquers-retail-nokias-digitalization-of-the-shopping-mall-in-helsinki/?format=api",
            "title": "5G Conquers Retail: Nokia’s Digitalization of the Shopping Mall in Helsinki",
            "image": "https://lh5.googleusercontent.com/xQ1wZ4yDfxvH5Qy2_0hi5P9Ujy-aDOtOKrsEzmMwLJtoEWf3xUsmCYCgkvl0KI_hphAVaIuUTRMF-ZvEvmbQ8ckmbJBuruP5bbFx0d6KOHPFXSxJY0P3h5-SdMfJx3i5ZMSbVvcW",
            "created_at": "2019-11-25T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/tesla-cybertruck-an-automotive-industry-wonder-or-a-prank/?format=api",
            "title": "Tesla Cybertruck: an automotive industry wonder or a prank?\n",
            "image": "https://lh6.googleusercontent.com/VKSkhxjSk3l2u3dl__mcufaiX4piZtbdeU0Pst_GvDpuTJbgwdmisiIIXk4D4mKry3e7SqaeF6J6Q5Qh2Q4PzwBw-ezUUakiIjcvUcWsCzXfOXewWfPSR88zyRUbD9p2Lw6-BQLf",
            "created_at": "2019-11-24T00:00:00Z"
        }
    ]
}