GET /api/v2/collections/?page_size=1
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 2158,
"next": "/api/v2/collections/?page=2&page_size=1",
"next_link": "/api/v2/collections/?page=2&page_size=1",
"previous": null,
"previous_link": null,
"results": [
{
"id": 1,
"href": "https://galaxy.ansible.com/api/v2/collections/testing/k8s_demo_collection/",
"name": "k8s_demo_collection",
"namespace": {
"id": 13809,
"href": "https://galaxy.ansible.com/api/v1/namespaces/13809/",
"name": "testing"
},
"versions_url": "https://galaxy.ansible.com/api/v2/collections/testing/k8s_demo_collection/versions/",
"latest_version": {
"version": "0.0.3",
"href": "https://galaxy.ansible.com/api/v2/collections/testing/k8s_demo_collection/versions/0.0.3/"
},
"deprecated": true,
"created": "2019-06-03T05:39:28.529081-04:00",
"modified": "2019-06-03T05:41:52.638853-04:00"
}
]
}