https://api.lotto-haru.kr/color/analysis.json

지원하는 HTTP Method : GET
파라메타 정보
chasu
[숫자][다중] 차수를 설정
chasuStart
[숫자] 시작 차수를 설정 (※ chasuEnd 와 함께 사용시, chasuEnd 보다 같거나 작아야함)
chasuEnd
[숫자] 종료 차수를 설정 (※ chasuStart 와 함께 사용시, chasuStart 보다 같거나 커야함)

선택 1. https://api.lotto-haru.kr/color/analysis.json
선택 2. https://api.lotto-haru.kr/color/analysis/{chasu}.json
선택 3. https://api.lotto-haru.kr/color/analysis/0/{chasuStart}.json
선택 4. https://api.lotto-haru.kr/color/analysis/0/{chasuStart}/{chasuEnd}.json

[
    {
        "chasu": 1111,
        "chasuStr": "1,111",
        "color": {
            "yellow": 1,
            "blue": 1,
            "red": 1,
            "gray": 1,
            "green": 2
        }
    }
]
parseResponse({
    "data": [
        {
            "chasu": 1111,
            "chasuStr": "1,111",
            "color": {
                "yellow": 1,
                "blue": 1,
                "red": 1,
                "gray": 1,
                "green": 2
            }
        }
    ]
});
<?xml version="1.0"?>
<response>
    <item>
        <chasu>1111</chasu>
        <chasuStr>1,111</chasuStr>
        <color>
            <yellow>1</yellow>
            <blue>1</blue>
            <red>1</red>
            <gray>1</gray>
            <green>2</green>
        </color>
    </item>
</response>
리턴 정보
chasu
로또 차수
color
공 색상 개수
yellow : 1 ~ 10
blue : 11 ~ 20
red : 21 ~ 30
gray : 31 ~ 40
green : 41 ~ 45