APIView for suggested news

GET /api/v1/news/suggested/?format=api&page=43
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=44",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=42",
    "results": [
        {
            "url": "https://engre.co/news/articles/how-engineering-companies-worldwide-are-already-helping-to-battle-covid-19/?format=api",
            "title": "How Engineering Companies Worldwide are already Helping to Battle Covid-19",
            "image": "https://lh3.googleusercontent.com/hcjAC3JLzAZffY536PI2T6s5SvDJeqq_CVqz2EIul3J1OZnE3zrNjjII9r4EfrqE3yhYu1tRttZukTgqJ_2s_qqku1iP88iku6YqK01mwUzFWKLDhbjHpbCb3GLr5BZTjDhHsdG1",
            "created_at": "2020-05-20T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/toyotas-achieved-goal-meet-the-first-1000-hp-2020-supra-engine/?format=api",
            "title": "Toyota’s Achieved Goal: Meet the First 1000-HP 2020 Supra Engine",
            "image": "https://lh4.googleusercontent.com/7dfyeeLXkPwr0LPzquTXy_g4nyx9hDH0dC_JZCQYMiaa8bTaxK4VGq2dtk-robL83vxIo1BbuWMExPyJdn8cKM1AdR9WGVCjXbVtDv7QooP8U6gGAT4K2yTAu186109GW5KoiqmW",
            "created_at": "2020-01-08T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/china-presented-a-new-combat-training-aircraft/?format=api",
            "title": "China Presented a New Combat Training Aircraft",
            "image": "https://lh6.googleusercontent.com/S6ZHXgawZr9_NJExQiWTsdXKdSVv9nvG16lQIhnQGFbVCrej95SkTbGv5zYV_9U5N6VH9QeOtA7dFU6cYjwVhzk0Ug4pCNl-_0oPCgFpxaeAqe82jrDuhbUBaAfRgdjQ_rwITtQn",
            "created_at": "2020-01-06T00:00:00Z"
        }
    ]
}