APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=52
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=53",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=51",
    "results": [
        {
            "url": "https://engre.co/news/articles/moon-colonization-aerospace-engineering-challenge/?format=api",
            "title": "Moon colonization aerospace engineering challenge",
            "image": "https://lh5.googleusercontent.com/62zkbnkMG9xtVdOrNF4Ymx-bADTTRK6Dnb_H-AE7Ka3viRDaKJOtBRmPmV-ZN98snLoCMdceIISfiq6C1cIlW2qBnHm5P-qkksfuhxxzKiETTQieLAWGbXYy_UqWzjrgd7icVXuh",
            "created_at": "2019-11-23T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/tesla-cybertruck-official-presentation-of-the-first-musks-pickup/?format=api",
            "title": "Tesla Cybertruck: Official Presentation of the First Musk’s Pickup",
            "image": "https://lh3.googleusercontent.com/DvXnwYmQFmy20RdsyHCGkfVROYTDV6bINpDXHDS6WJmnuaOQtDkj8aoWB0x08dVGHb2fqmkzl1AZdVrO9rqtzJflkeG5xCwnE0mbfTF3YKa_t_eNG4ccvBrmIkHTdPqgj3goaFan",
            "created_at": "2019-11-23T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/introducing-pratt-whitney-gtf-pw1200g-for-the-mitsubishi-space-jet/?format=api",
            "title": "Introducing Pratt & Whitney GTF PW1200G for the Mitsubishi Space Jet\n",
            "image": "https://lh6.googleusercontent.com/Mkft1u2whn9S2PKK2xzrmEvwAMDVhG-8OOTJl-yP_H08JaxLRnyb_mgopRJHw4L7yQzD5Tt2Znr9QxYQQ15J4IMOA1wTuVkBSbnXchRo35SEXl-C784oYfVvO7Od7y8TKgSAqowM",
            "created_at": "2019-11-23T00:00:00Z"
        }
    ]
}