API 문서
이 문서는 REST 아키텍처 기반으로 제공되는 API 엔드포인트 문서입니다. 모든 엔드포인트는 JSON 응답을 반환하며, API 키 기반 Bearer 인증이 필요합니다.
인증
모든 API 엔드포인트는 Bearer 인증 방식을 통해 전달되는 API 키가 필요합니다.
curl --request GET \
--url 'https://wia.news/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://wia.news/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.