---
title: "get the candidate by name"
method: GET
path: "/candidate/{name}"
---

# get the candidate by name

`GET /candidate/{name}`

get the candidate by name

## Path parameters

- `name` string, required

## Response `200`

OK

- ModelsCandidate
  - `age` integer
  - `bornIn` string
  - `educationalBackground` string
  - `experience` string
  - `id` string
  - `name` string
  - `party` string
  - `photo` string
  - `politics` string

---

[API](https://skmtc.net/g0v/apis/2020-voting-guide.md) · [All operations](https://skmtc.net/g0v/apis/2020-voting-guide/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/g0v/2020-voting-guide/versions/5badb5904cba/schema)
