Created
December 4, 2024 16:57
-
-
Save fermat39/39e9aeeb9e83cc855af8a339f590561f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAX_ROWS = 100 | |
URL = 'http://apis.data.go.kr/9760000/CommonCodeService/getCommonSgCodeList' | |
PARAMS ={'serviceKey' : '신청해서 받은 일반 인증키(Decoding)', 'pageNo' : 1, 'numOfRows' : 1, 'resultType' : 'json'} | |
response = requests.get(URL, params=PARAMS) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment