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

{
    "paging": {
        "page": 1,
        "total": 41,
        "size": 20,
        "next": 20
    },
    "items": [
        {
            "id": 82,
            "title": "빌보드",
            "parent": 7,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 81,
            "title": "카페",
            "parent": 9,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 85,
            "title": "떡/케이크",
            "parent": 76,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "PRODUCT"
        },
        {
            "id": 78,
            "title": "4567",
            "parent": 75,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "PRODUCT"
        },
        {
            "id": 65,
            "title": "자전거",
            "parent": 8,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 68,
            "title": "새 카테고리입니다",
            "parent": 66,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 2,
            "title": "스토어",
            "parent": null,
            "image": null,
            "is_leaf": false,
            "level": 0,
            "order": 0,
            "type": "PRODUCT"
        },
        {
            "id": 84,
            "title": "신선식품",
            "parent": 76,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "PRODUCT"
        },
        {
            "id": 86,
            "title": "전광판",
            "parent": 7,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 77,
            "title": "1234",
            "parent": 75,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "PRODUCT"
        },
        {
            "id": 87,
            "title": "승차대기소",
            "parent": 7,
            "image": null,
            "is_leaf": true,
            "level": 2,
            "order": 0,
            "type": "SUPPORT"
        },
        {
            "id": 69,
            "title": "스토어 카테고리1",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-06-19/1750345963.438464.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 1,
            "type": "SUPPORT"
        },
        {
            "id": 76,
            "title": "스토어 카테고리 3",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-13/1755068588.39614.jpg",
            "is_leaf": false,
            "level": 1,
            "order": 2,
            "type": "PRODUCT"
        },
        {
            "id": 73,
            "title": "11",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-06-19/1750376484.657768.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 3,
            "type": "PRODUCT"
        },
        {
            "id": 75,
            "title": "스토어 카테고리 2",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-13/1755068597.035415.jpg",
            "is_leaf": false,
            "level": 1,
            "order": 4,
            "type": "PRODUCT"
        },
        {
            "id": 20,
            "title": "올리브영",
            "parent": 9,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-06-30/1751290156.861778.png",
            "is_leaf": true,
            "level": 2,
            "order": 4,
            "type": "SUPPORT"
        },
        {
            "id": 12,
            "title": "케이터링",
            "parent": 1,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755788985.972151.jpg",
            "is_leaf": false,
            "level": 1,
            "order": 5,
            "type": "SUPPORT"
        },
        {
            "id": 71,
            "title": "스토어 카테고리1",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-21/1755773939.938144.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 5,
            "type": "PRODUCT"
        },
        {
            "id": 80,
            "title": "스토어 카테고리4",
            "parent": 2,
            "image": "https://dailyduckdev.blob.core.windows.net/images/category/0/2025-08-13/1755068580.516085.jpg",
            "is_leaf": true,
            "level": 1,
            "order": 6,
            "type": "PRODUCT"
        },
        {
            "id": 1,
            "title": "서포트",
            "parent": null,
            "image": null,
            "is_leaf": false,
            "level": 0,
            "order": 6,
            "type": "SUPPORT"
        }
    ]
}