정치 후원금 (political-contributions)

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

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": "국민의힘"
    }
  ]
}