get_workshop_items
Retrieve Steam Workshop items by app ID. Get details like title, creator, subscriptions, favorites, file size, and description with pagination and sorting options.
Instructions
Steam Workshop 아이템을 조회합니다.
반환 데이터: 각 아이템의 파일 ID(publishedfileid), 제목(title), 생성자(creator), 구독 수(subscriptions), 좋아요 수(favorites), 파일 크기(file_size), 설명 등을 포함합니다.
사용 예시: app_id=4000(Garry's Mod), query_type=1, page=1, count=30
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 페이지 번호입니다. 결과가 많은 경우 다음 페이지를 조회하세요. | |
| count | No | 페이지당 아이템 수입니다. 최대 100개까지 가능합니다. | |
| app_id | Yes | 워크샵 아이템을 조회할 게임의 Steam App ID입니다. | |
| query_type | No | 쿼리 유형입니다. 1=추천순, 2=최신순, 3=구독순 등. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |