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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 78
  • 79
  • 80
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=79
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=80",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=78",
    "results": [
        {
            "url": "https://engre.co/news/articles/internet-of-things-iot-what-why-what-for/?format=api",
            "title": "Internet of Things (IoT): What, Why, What For",
            "image": "https://lh5.googleusercontent.com/nzt8s3nO6hm2g7nVuGXlov5f9b9LklQ-MZ75cgcWwjt9BdnwdLxVVur3bHyRQelmbl67mfDn3nnxhmlPb9Gq3T7Zcj8dnYKoWXSgGirsx62JXm3lPFUJxfj0Etw0JY-T-7QnBNPy",
            "created_at": "2018-12-12T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/quadcopters-2018/?format=api",
            "title": "Quadcopters 2018",
            "image": "https://lh4.googleusercontent.com/ggXKyr_gLyBk8t0FCcoXK36bewNcpSvzvq6-rIu0BPpHjwK0UyV5nRO5OgOLvgcdsZGsxVMSBjwno4ECNuaH1YjDRpoYyDywkbtcLrIbeVKAs1owzvoECEk1q-_J_hGy05mTvsS5",
            "created_at": "2018-11-21T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/5g-commtech-brief-history-news/?format=api",
            "title": "5G Commtech Brief History & News",
            "image": "https://lh4.googleusercontent.com/m_GhVyTiUwFliAMDzz7o-RPLLTBXAq2SBprHBUQiRZ0BBF3UfQSAyw9cxAnfvW_XiMQVB5j4AJEBMyhi23r0t6H16cZC0gR-3Q0rIqSlsCrKUdTmh7Ebf198nB-mD0SeIY1cqwaH",
            "created_at": "2018-11-21T00:00:00Z"
        }
    ]
}

Filters

Field filters