APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=39
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=40",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=38",
    "results": [
        {
            "url": "https://engre.co/news/articles/the-second-tunnel-in-las-vegas-by-elon-musks-boring-company/?format=api",
            "title": "The Second Tunnel in Las Vegas by Elon Musk’s Boring Company",
            "image": "https://lh6.googleusercontent.com/eFirW3b6hU2I9iX0Fh89Mj_eWHU_6SJ8H5-brKA8x42A1mWXUX_lMTK-mItKxpbMxG6my7zSqcYR39n_4ZjYGwqB6biufF-6kHC-zQxAz7gZwaOEdc7cLfdVstC6tfeE2_Urf09A",
            "created_at": "2020-08-21T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/the-tallest-skyscrapers-in-the-usa-2020-updates/?format=api",
            "title": "The Tallest Skyscrapers in the USA: 2020 Updates",
            "image": "https://lh3.googleusercontent.com/Io5zFDkOG32T15_k36oKL4WgL6zJbDkgzyQLhas9cE9UOMCcf_4ojKgckz90Wl60ANascTAw2bATDuDiqF7G0NGmvtE11jqFzL6EDCQjjtwAx-XcC-HGc5PeaZ67P3OrXvPqGAou",
            "created_at": "2020-08-14T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/driving-safe-with-autopilot-tesla-introduced-patent-for-neural-network-system-with-hardware-adaptability/?format=api",
            "title": "Driving Safe with Autopilot: Tesla Introduced Patent for Neural Network System with Hardware Adaptability",
            "image": "https://lh5.googleusercontent.com/hvIsgNG0dDHpTyOHescwbwDmlaVA4-wgjPalexX9BqgstnHys0h7sDt3qVISdVVoWgbABfdBc7oiwTiNEPRpzkvofceaMUXpG-mahy8Yu_RSDcte6pbkPh173zDJpdKROkaQgpn6",
            "created_at": "2020-08-08T00:00:00Z"
        }
    ]
}