https://api.lotto-haru.kr/win/check.json
지원하는 HTTP Method : GET
파라메타 정보
- chasu
- [숫자] 차수를 설정
- johabId
- [숫자] 해당 사이트에서 제공하는 johabId (※ 해당하는 숫자 범위 : 1 ~ 8,145,060)
- no1
- [숫자] 1번 공 (※ 해당하는 숫자 범위 : 1 ~ 40)
- no2
- [숫자] 2번 공 (※ 해당하는 숫자 범위 : 2 ~ 41)
- no3
- [숫자] 3번 공 (※ 해당하는 숫자 범위 : 3 ~ 42)
- no4
- [숫자] 4번 공 (※ 해당하는 숫자 범위 : 4 ~ 43)
- no5
- [숫자] 5번 공 (※ 해당하는 숫자 범위 : 5 ~ 44)
- no6
- [숫자] 6번 공 (※ 해당하는 숫자 범위 : 6 ~ 45)
선택 1. https://api.lotto-haru.kr/win/check.json
선택 2. https://api.lotto-haru.kr/win/check/{chasu}/{johabId}.json
선택 3. https://api.lotto-haru.kr/win/check/{chasu}/0/{no1}/{no2}/{no3}/{no4}/{no5}/{no6}.json
{
"ranking": 0
}
parseResponse({
"data": {
"ranking": 0
}
});
<?xml version="1.0"?>
<response>
<ranking>0</ranking>
</response>