API 응답 예시(JSON) |
"data"
: [
{
"year": "2020",
"month": "11",
"metro": "서울특별시",
"city": "종로구",
"cntr": "가로등",
"custCnt": 10287,
"powerUsage": 793099,
"bill": 87834879,
"unitCost": 110.7
}
,{
"year": "2020",
"month": "11",
"metro": "서울특별시",
"city": "종로구",
"cntr": "교육용",
"custCnt": 128,
"powerUsage": 7044572,
"bill": 719036541,
"unitCost": 102.1
}
,{
"year": "2020",
"month": "11",
"metro": "서울특별시",
"city": "종로구",
"cntr": "농사용",
"custCnt": 11,
"powerUsage": 870,
"bill": 71023,
"unitCost": 81.6
}
......
]
|