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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 75
  • 76
  • 77
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=76
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=77",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=75",
    "results": [
        {
            "url": "https://engre.co/news/articles/the-possibilities-of-man-altered-dna/?format=api",
            "title": "The Possibilities of Man-Altered DNA",
            "image": "https://lh6.googleusercontent.com/r53rpDm6IcMWIZvS2fO1QvBlGQ9Swo3s38dNHy3wDwZKvV1Z8-zCBPiNMiIIPNbxU36wYQmVe_ilXH9kHEFZO72rWU3NxDE2ZRm16vwKghtalf5mZlfUl2vPUROq00hoHrlOZq6l",
            "created_at": "2019-01-26T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/gold-mining/?format=api",
            "title": "Gold Mining",
            "image": "https://lh3.googleusercontent.com/QKN1oKCwQds9WRMGMdFKS--H3ZqGzhxN4gowHTFAYCGyAdxck72fHicLHPgSeDT7DTNmAHRNWp_c1B8CLGDy0TDbOeZzn1_V9eAvnMAbjG-Kon7Gd2UNpaTwI9ZFyrXN9R7Q7btN",
            "created_at": "2019-01-24T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/tedxkyiv-highlights/?format=api",
            "title": "TEDxKyiv Highlights",
            "image": "https://lh6.googleusercontent.com/P3ZjmjfBa--8R5z_mPy6Ti8MrJZpIFMhQUZKdic2SI_ts_hvE8_sYa9DwaiUE8G7rTnznwlGbWB1lyfr4xJpUYAcJ2M8jAN596tpOkP-efl20Yzm6QpxLwt0tOMR-COYw7vkqKDu",
            "created_at": "2019-01-23T00:00:00Z"
        }
    ]
}

Filters

Field filters