get_apt_subscription_results
Retrieve Applyhome subscription statistics including competition rates, applicant counts, winner counts, and score distributions by area or age.
Instructions
Return Applyhome (청약홈) subscription stats: requests, winners, rates, and scores.
Korean keywords: 청약 경쟁률, 청약 신청자, 청약 당첨자, 가점, 가점제
Use this tool when the user asks:
- "마포구(서울) 청약 경쟁률이 어때?"
- "청약 신청자/당첨자 통계가 궁금해"
- "가점 평균/중앙값/최고점은?"
This tool provides aggregated statistics, not individual notice schedules.
For schedules (접수/발표/계약일), use get_apt_subscription_info.
stat_kind choices:
- "reqst_area": 지역별 청약 신청자 (연령대별 신청건수)
- "reqst_age": 연령별 청약 신청자 (연령대별 신청건수)
- "przwner_area": 지역별 청약 당첨자 (연령대별 당첨건수)
- "przwner_age": 연령별 청약 당첨자 (연령대별 당첨건수)
- "cmpetrt_area": 지역별 청약 경쟁률 (특별/일반공급 경쟁률)
- "aps_przwner": 지역별 청약 가점제 당첨자 (가점 통계)
Optional filters use odcloud's cond[...] syntax.
Authentication:
- Set ODCLOUD_API_KEY (Authorization header), or
- Set ODCLOUD_SERVICE_KEY (serviceKey query parameter).
Args:
stat_kind: Which stats endpoint to call (see choices above).
stat_year_month: Provided year-month in YYYYMM (maps to STAT_DE).
area_code: Subscription area code (maps to SUBSCRPT_AREA_CODE).
reside_secd: Residence section code (maps to RESIDE_SECD, used by some endpoints).
page: Page number (1-based).
per_page: Items per page.
return_type: Response type, typically "JSON".
Returns:
total_count/items/page/per_page/current_count/match_count plus the chosen stat_kind.
error/message: Present on API/network/config failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| area_code | No | ||
| stat_kind | Yes | ||
| reside_secd | No | ||
| return_type | No | JSON | |
| stat_year_month | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||