GET /api/v1/platforms/?format=api&page=25
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept

  {
    "count": 245,
    "next": null,
    "next_link": null,
    "previous": "/platforms/?format=api&page=24",
    "previous_link": "/api/v1/platforms/?format=api&page=24",
    "results": [
        {
            "id": 176,
            "url": "/api/v1/platforms/176/",
            "related": {},
            "summary_fields": {},
            "created": "2018-11-27T13:17:44.245758Z",
            "modified": "2018-11-27T13:17:44.245781Z",
            "name": "Windows",
            "release": "2008x86",
            "active": true
        },
        {
            "id": 174,
            "url": "/api/v1/platforms/174/",
            "related": {},
            "summary_fields": {},
            "created": "2018-11-27T13:16:49.272092Z",
            "modified": "2018-11-27T13:16:49.272112Z",
            "name": "Windows",
            "release": "2012",
            "active": true
        },
        {
            "id": 53,
            "url": "/api/v1/platforms/53/",
            "related": {},
            "summary_fields": {},
            "created": "2015-07-29T13:31:55.790277Z",
            "modified": "2015-07-29T13:31:55.790345Z",
            "name": "Windows",
            "release": "2012R2",
            "active": true
        },
        {
            "id": 175,
            "url": "/api/v1/platforms/175/",
            "related": {},
            "summary_fields": {},
            "created": "2018-11-27T13:17:00.744702Z",
            "modified": "2018-11-27T13:17:00.744724Z",
            "name": "Windows",
            "release": "2016",
            "active": true
        },
        {
            "id": 204,
            "url": "/api/v1/platforms/204/",
            "related": {},
            "summary_fields": {},
            "created": "2019-05-13T15:46:48.207026Z",
            "modified": "2019-05-13T15:46:48.207051Z",
            "name": "Windows",
            "release": "2019",
            "active": true
        }
    ]
}