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

News Suggest List Api

APIView for suggested news

  • «
  • 1
  • …
  • 84
  • 85
  • 86
  • …
  • 89
  • »
GET /api/v1/news/suggested/?format=api&page=85
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=86",
    "previous": "https://engre.co/api/v1/news/suggested/?format=api&page=84",
    "results": [
        {
            "url": "https://engre.co/news/articles/nimses-outline/?format=api",
            "title": "Nimses Outline",
            "image": "https://lh6.googleusercontent.com/5FszLQj_jcZzCBPqRj2TDXhLjlHe7C6kb4w8PL-yckLyzDg-D6lrBgKZya1LbFn9WGenOnBsX-3IQFRdjwoN9qhyX0q7mA4XEVrCJeM4mBrxYv936PHmqR6G5rE4S3fT0-jNfsvV",
            "created_at": "2018-08-23T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/latest-spacex-activity/?format=api",
            "title": "Latest SpaceX Activity",
            "image": "https://lh4.googleusercontent.com/ATEaUX-yfsI9iCZVVknU0zfHoXrbcbN4fgsRyxSmbFJ5uV4VYft3jOTFiGjZ8a7hTQKg77JwUtzkabeM0swdT8RC1bsfiE2RSwT10UVSos0C1h0TSKZOtSjDCIyAO6ScJ3XRoxPS",
            "created_at": "2018-08-06T00:00:00Z"
        },
        {
            "url": "https://engre.co/news/articles/antarctica-perspectives/?format=api",
            "title": "Antarctica Perspectives",
            "image": "https://lh6.googleusercontent.com/Cfq9cYLPSZY-sBvN2ZV8wq4qaWzZDJE80GJU8t9wUUOVmXB8Y6Q0tU9YeGVjkW9zxtarT1-N9vk0f6GK5wPTmytUiJFYrZiq_K3Gg538tA4I_wVGAZ3QAUYiyoUMSOtYgkPvoapA",
            "created_at": "2018-08-05T00:00:00Z"
        }
    ]
}

Filters

Field filters