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

{
    "count": 307,
    "next": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=26",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-title&page=24",
    "results": [
        {
            "id": 89,
            "title": "AM823AK7"
        },
        {
            "id": 476,
            "title": "AK-00"
        },
        {
            "id": 319,
            "title": "AH-2020"
        },
        {
            "id": 303,
            "title": "AG925BVW"
        },
        {
            "id": 301,
            "title": "AG823AY8"
        },
        {
            "id": 151,
            "title": "AFС300"
        },
        {
            "id": 152,
            "title": "AFС 370"
        },
        {
            "id": 149,
            "title": "AFB370"
        },
        {
            "id": 148,
            "title": "AFB300"
        },
        {
            "id": 147,
            "title": "AFA480"
        }
    ]
}