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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 85
  • 86
  • 87
  • 88
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=86
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=87",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=85",
    "results": [
        {
            "url": "https://engre.co/news/articles/is-mars-worth-colonizing/?format=api",
            "title": "Is Mars Worth Colonizing?",
            "image": "https://lh4.googleusercontent.com/r5BIMfCEJnF48PKaw1m3DKJXtEf3DoeCGJUdxRzCcUKY5FzFtDqajDHHxJ0n39-nHJfGodPj3VMPS_AUZE_dqXvGMWgw2zWjJFuG6vmpWPHWsEgJJDnbC0g2XZZrnE-wrvYQvOx1",
            "created_at": "2018-08-03T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/helium-industry-news/?format=api",
            "title": "Helium Industry News",
            "image": "https://lh6.googleusercontent.com/PjbaKjYNeVgpABAV3fTg6vfvje1OKYf5E_9lMqVVv-CQ7iH4lKvxU3848nG-vh5KPI4QGUmgoC-hU3u3SZhaU_LGL4VjQyoeMgTnHUwML1fADLAL-Tr8rBd7SP0ruT5bGkY-R49E",
            "created_at": "2018-07-28T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/remarkable-chinese-bridges-under-construction/?format=api",
            "title": "Remarkable Chinese Bridges Under Construction",
            "image": "https://lh5.googleusercontent.com/zQS4Wa0QmCvKrppxC7_qTLlj5mo1RCGcg2CGgTPKaYBDnTCXZEbYnrgrV0YtytWLiClag5FiNlFNw1FlUVD0XBYYHF9MgdXIXH8vpfe5UBOQdfH950gNrwLNc3Wi5y2P6PRM39RT",
            "created_at": "2018-07-27T00:00:00Z"
        }
    ]
}

Filters

Field filters