APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=38
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=39",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=37",
    "results": [
        {
            "url": "https://engre.co/news/articles/us-naval-forces-plan-to-design-a-new-cruiser/?format=api",
            "title": "US Naval Forces Plan to Design a New Cruiser",
            "image": "https://lh6.googleusercontent.com/VtK58e-QFmdXVX-cH_vv4aPewWwB6Vm5Kl72C163uFCRsMXpB_t5RJlzb4JMNyvUSAHpiZFw8wfUS-_JVc4_1jMzwLqH6wSG3SMTOL_t7mzuNU_eb9U-HugfBv20dIC3haNDwyyl",
            "created_at": "2020-09-04T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/us-startup-arqlite-spc-collaborates-with-cemex-ventures-to-recycle-plastic-for-concrete-and-aggregates-production/?format=api",
            "title": "US Startup Arqlite SPC Collaborates with Cemex Ventures to Recycle Plastic for Concrete and Aggregates Production",
            "image": "https://lh3.googleusercontent.com/iFsCyawe3ewSQzl61TYEdbyUAHUy0O-qeDR8_e5-vouJ8BPQwIwatb3oc8g957LEDZ0BYuOM8GzT51InNcb19QT8rHdVxynPnPKBxa0Z2F_ek75ON2RpGCM2rvRPux1nOZpFycW7",
            "created_at": "2020-09-02T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/the-largest-house-built-on-a-3d-printer-was-constructed-in-the-usa/?format=api",
            "title": "The Largest House Built on a 3D Printer Was Constructed in the USA",
            "image": "https://lh4.googleusercontent.com/JfZM6Uu1M-j86KFC-Em-SlHrJ1jTTcvL20ufQRoZgxied5uD_jALgszPP_yYF79nnCwzKMMmtXvURjLy4q2zYncHaaCYtJNzDeCObgD4dDbHXtqOTe3PGdZbqbjR7MtQ3vLMrGAF",
            "created_at": "2020-08-26T00:00:00Z"
        }
    ]
}