docs.openwatch.kr
  • About
  • DATA
    • 지방의원 (local council)
      • 상세이력 (profile)
      • 민간업무 활동내역 (former career)
      • 겸직현황 (extra job)
      • 징계현황 (disciplinaries)
    • 국회의원 (national assembly)
      • 재산신고내역 (asset disclosure)
    • 정치후원금 (political-contributions)
      • 국회의원 (national-assembly)
      • 대통령선거 (presidential election)
      • 지방선거 (local election)
  • API
  • API 목록
    • 시도, 시군구 (local-governments)
    • 정치 후원금 (political-contributions)
      • 총액 (totals)
    • 지방의원 (local-council)
      • 명단 (members)
      • 상세이력 (profiles)
      • 겸직 현황 (extra-jobs)
      • 징계 현황 (disciplinaries)
      • 민간 업무 활동 내역 (former-careers)
    • 국회의원 (national-assembly)
      • 재산 (assets)
      • 명단 (members)
      • 표결 현황 (votes)
      • 국회 본회의 (bon-meetings)
  • Specification
Powered by GitBook
On this page
  1. API 목록

정치 후원금 (political-contributions)

Previous시도, 시군구 (local-governments)Next총액 (totals)

정치후원금 고액후원자 목록

get

정치후원금 고액후원자 목록을 조회합니다. 국회의원 후원회, 지방선거, 대통령선거 별로 고액후원자 명단을 조회할 수 있습니다.

Query parameters
pageinteger · min: 1OptionalExample: 1
pageSizeinteger · min: 10 · max: 100OptionalExample: 10
candidatestringOptionalExample: 김진태
partyNamestringOptionalExample: 국민의힘
typeundefined · enumOptionalExample: LOCAL_ASSEMBLYPossible values:
Responses
200
조회 성공
application/json
get
GET /api/political-contributions HTTP/1.1
Host: openwatch.kr
Accept: */*
200

조회 성공

{
  "pagination": {
    "totalCount": 23
  },
  "rows": [
    {
      "id": 1,
      "year": "2020",
      "type": "국회의원",
      "sido": "text",
      "sigungu": "text",
      "candidate": "홍정민",
      "candidateType": "후보자",
      "electionTitle": "기초단체장",
      "electoralDistrict": "고양시병",
      "position": "text",
      "amount": 1,
      "contributorName": "안지준",
      "address": "경기도 의왕시 오리나무*******",
      "contributorBirthdate": "1935-08-21",
      "contributorMobile": "text",
      "job": "기타",
      "contributionDate": "2020-03-08",
      "partyName": "국민의힘"
    }
  ]
}