APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=40
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=41",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=39",
    "results": [
        {
            "url": "https://engre.co/news/articles/tesla-will-release-a-completely-unmanned-vehicle/?format=api",
            "title": "Tesla Will Release a Completely Unmanned Vehicle",
            "image": "https://lh6.googleusercontent.com/oQWG5Ljfmc4deDWzC6ISjTMZLh2401Wj8UPbjI73dLVhW1IZZPBBj3iF5Y4Et1O-YGO9boKfzRXUca6qfZ9iq6tHirB--eqiwuH6v9kAX2s3Z7F6FuYMjL1jsJA6kegap5bhr9aH",
            "created_at": "2020-08-07T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/aerions-as2-the-first-boomless-carbon-neutral-supersonic-jet-to-fly-in-2024-2025/?format=api",
            "title": "Aerion’s AS2: the First Boomless Carbon-Neutral Supersonic Jet to Fly in 2024-2025",
            "image": "https://lh3.googleusercontent.com/aIvd-hc_khGwS2dTcy5-4x7IDNjxQvckBg1YKKPUc4aGGDnB4V7falAu4yiMEpnIo9o2Mn8RU9IIwnktQZs0H7hYKKoQl9b3bhZXFL3dgY0oUcTX6kovTZNGqvl3ydOaymXCsH9a",
            "created_at": "2020-07-27T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/general-motors-will-have-presented-20-new-electric-vehicles-by-2023/?format=api",
            "title": "General Motors Will Have Presented 20 New Electric Vehicles by 2023",
            "image": "https://lh6.googleusercontent.com/8gwraPuWV7Vm4Z7xyNWAWLvleO4MK7wCljor5McKkW5NFIDjNyOqDL_OrHHyOOMdNvBaQcunNuwnxXIk5dLEGkEUGq-CzpU1qW6mUNcTdpCwmYFzbIvgWVT68bE-H1oLp8MYXJkp",
            "created_at": "2020-07-19T00:00:00Z"
        }
    ]
}