GET /api/v1/product/?format=api&page=30
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&page=31",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&page=29",
    "results": [
        {
            "id": 27,
            "title": "TC100P"
        },
        {
            "id": 24,
            "title": "WF60K060C"
        },
        {
            "id": 23,
            "title": "WF60F010A"
        },
        {
            "id": 22,
            "title": "WF60H023C"
        },
        {
            "id": 20,
            "title": "Shahrisabz"
        },
        {
            "id": 19,
            "title": "Marvarid"
        },
        {
            "id": 18,
            "title": "Iceberg"
        },
        {
            "id": 16,
            "title": "Everest"
        },
        {
            "id": 14,
            "title": "HS 117 RN"
        },
        {
            "id": 13,
            "title": "HS 137 RN"
        }
    ]
}