Django REST framework
  • Api Root
  • News List Api
  • News Suggest List Api
GET
  • json
  • api

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 70
  • 71
  • 72
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=71
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=72",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=70",
    "results": [
        {
            "url": "https://engre.co/news/articles/are-we-ready-for-meritocracy/?format=api",
            "title": "Are We Ready for Meritocracy?",
            "image": "https://lh4.googleusercontent.com/RSo5RDuOCUtCUHsfRX6E_zVVzhUAMxfd780Y_I3kB1uUZepPqgefL8e5utB0znVuVJBd-r_PKM8T9Xtoe_dympP25vTcrEQ3zzO3PyTLPOl-i-IRqTs7nddqEhvYECi0ThJOheku",
            "created_at": "2019-04-06T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/top-4-abandoned-skyscrapers/?format=api",
            "title": "Top 4 Abandoned Skyscrapers",
            "image": "https://lh3.googleusercontent.com/Up56Mfv9fU0-I0RWcvkl77OlNY1DSink3PXGJ3RONKQbDrvZCDG4mGmukmaUV1zgpOgGs5uI7s1cdqTouurYB5oPDQg4ke9HHN0i218N2_KZoThmxU4Pg9ZxxjARlxOMda7gTPJJ",
            "created_at": "2019-03-19T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/wooden-nail-has-got-a-new-life/?format=api",
            "title": "Wooden Nail Has Got A New Life",
            "image": "https://lh3.googleusercontent.com/Ia6ErYSdukaHap6dkXcHOGA1xyL_r64y4xDyvPhoblXH6p_F-Ze4ciapM5IG0Jsv9SVfF6ZMy56yu-FP8HldVu3FwrldO861Jt28Lc3oOOX2ghS2f1piGhg5DWU3vNC6JhmOfTBj",
            "created_at": "2019-03-18T00:00:00Z"
        }
    ]
}

Filters

Field filters