get_apt_subscription_info
Retrieve APT subscription notice metadata from Applyhome (청약홈), including schedules, house names, and constructor info. Query for 청약/분양 공고.
Instructions
Return Applyhome (청약홈) APT subscription notice metadata.
Korean keywords: 청약, 분양, 모집공고, 청약 일정, 당첨자 발표, 계약 일정
Use this tool when the user asks:
- "청약(분양) 공고를 보고 싶어", "이번 달 모집공고 알려줘"
- "청약 접수 시작/종료일, 당첨자 발표일이 언제야?"
- "어떤 단지(주택명)가 분양 예정이야?"
This tool returns APT notice metadata such as notice number, house name,
location, schedule dates (announcement, application, winner, contract),
and operator/constructor information. It is not tied to region_code.
Authentication:
- Set ODCLOUD_API_KEY (Authorization header), or
- Set ODCLOUD_SERVICE_KEY (serviceKey query parameter).
Args:
page: Page number (1-based).
per_page: Items per page.
return_type: Response type, typically "JSON".
Returns:
total_count: Total record count from the API.
items: Notice metadata records.
page: Current page.
per_page: Items per page.
current_count: Number of returned items in this response.
match_count: Number of matched items (may differ by API).
error/message: Present on API/network/config failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| per_page | No | ||
| return_type | No | JSON |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||