APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=24
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=25",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=23",
    "results": [
        {
            "url": "https://engre.co/news/articles/chinas-auto-industry-accelerates-growth/?format=api",
            "title": "China's Auto Industry Accelerates Growth",
            "image": "https://lh6.googleusercontent.com/Ym5Oc66DX5QF-NqNpHRYe9MXaHSOu6iVDhZZ4zz_J26G3UQZgW9Y95m60G3GeOn_tHhD1d0VHJ0PKVXg7tMDjOsrIEIsjck5TRJOkPZhHzmcrulEvgRBclm-woPNNZq77vtqnoJ6",
            "created_at": "2021-12-22T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/snake-robot-or-microrobots/?format=api",
            "title": "Snake Robot or Microrobots? What Else Robotics Has Prepared for Us?",
            "image": "https://lh5.googleusercontent.com/kxDBCVXOj5A8l2JM6RvPtRQwB1Obx67V1ssBwBBfmQBQaacdm0iNC1BwJCTaJYJ1w-YmCJWFXOgQOnD9Se0Fw_5O0goASKSuOloW-J3YKlgTRYUtkAGupNwpbCGM-cxTz-fqx3L1",
            "created_at": "2021-12-15T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/innovative-robot-by-mbari/?format=api",
            "title": "Innovative Robot by MBARI: How it Supports in Exploring our Oceans’ Mysteries",
            "image": "https://lh6.googleusercontent.com/BCcwwRBiKrPwKGtwvknwhoqNo8X0M6OGHIwEv-3MNvUWWuZvfZvaA0xgOVa3CO650AxRBYpHS3wm4Vtv91ZT0RjTUcfcTiQ-wZ5TTLW0yaQlHcV0Z60zoBSCcMbCBib2Ehx294rK",
            "created_at": "2021-11-26T00:00:00Z"
        }
    ]
}