GET /category?format=api&offset=20
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "paging": {
        "page": 2,
        "total": 41,
        "size": 20,
        "next": 40
    },
    "items": [
        {
            "id": 89,
            "title": "1234",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755773956.181148.png",
            "is_leaf": true,
            "level": 1,
            "order": 7,
            "type": "PRODUCT"
        },
        {
            "id": 3,
            "title": "1Day",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755789000.551412.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 7,
            "type": "SUPPORT"
        },
        {
            "id": 9,
            "title": "일상매체 테스트33",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755789014.685535.jpg",
            "is_leaf": false,
            "level": 1,
            "order": 8,
            "type": "SUPPORT"
        },
        {
            "id": 7,
            "title": "옥외광고",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/2.%E1%84%8B%E1%85%A9%E1%86%A8%E1%84%8B%E1%85%AC%E1%84%80%E1%85%AA%E1%86%BC%E1%84%80%E1%85%A9.png",
            "is_leaf": false,
            "level": 1,
            "order": 9,
            "type": "SUPPORT"
        },
        {
            "id": 55,
            "title": "ㄴㄴㄴㄴ",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-06-19/1750315558.487744.png",
            "is_leaf": true,
            "level": 1,
            "order": 15,
            "type": "SUPPORT"
        },
        {
            "id": 66,
            "title": "새 카테고리",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-06-19/1750320484.013742.png",
            "is_leaf": false,
            "level": 1,
            "order": 16,
            "type": "SUPPORT"
        },
        {
            "id": 79,
            "title": "마켓1234",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-07-16/1752651573.700091.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 17,
            "type": "SUPPORT"
        },
        {
            "id": 15,
            "title": "버스",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 27,
            "title": "도시락",
            "parent": 12,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 29,
            "title": "꽃·화환",
            "parent": 12,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 30,
            "title": "기타",
            "parent": 12,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 19,
            "title": "편의점",
            "parent": 9,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 17,
            "title": "항공",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 14,
            "title": "지하철",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 18,
            "title": "기타",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 21,
            "title": "영화관",
            "parent": 9,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 5,
            "title": "스페셜",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755787773.090795.jpg",
            "is_leaf": true,
            "level": 1,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 22,
            "title": "기타",
            "parent": 9,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 28,
            "title": "응원차",
            "parent": 12,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        },
        {
            "id": 16,
            "title": "택시",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": null,
            "type": "SUPPORT"
        }
    ]
}