Skip to content

Instantly share code, notes, and snippets.

@fermat39
Created December 4, 2024 16:57
Show Gist options
  • Save fermat39/39e9aeeb9e83cc855af8a339f590561f to your computer and use it in GitHub Desktop.
Save fermat39/39e9aeeb9e83cc855af8a339f590561f to your computer and use it in GitHub Desktop.
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