📑Open API 이용하기문화 공공데이터 광장에서 제공하는 오픈 API를 이용해보자. 🔗1. 오픈API 선택2. 활용신청3. 오픈API 키 발급(활용신청 후 즉시 이메일로 받을 수 있음)4. URL+오픈 API 키를 이용한 API 호출 Open API URL 조합 예시요청URL + Service Key + 검색조건 값(파라미터)예)http://api.kcisa.kr/openapi/service/rest/meta16/getkopis01?serviceKey={서비스 키}&numOfRows=10&pageNo=1 views.pyfrom django.shortcuts import renderfrom django.conf import settingsfrom rest_framework import status..