---
title: "Returns a list of constituencies"
method: GET
path: "/api/Location/Constituency/Search"
tags: ["Location"]
---

# Returns a list of constituencies

`GET /api/Location/Constituency/Search`

## Query parameters

- `searchText` string
- `skip` integer
- `take` integer

## Response `200`

OK

- ConstituencyMembersServiceSearchResult
  - `items` ConstituencyItem[], nullable
    - `value` Constituency
      - `id` integer
      - `name` string, nullable
      - `startDate` string, date-time
      - `endDate` string, date-time, nullable
      - `currentRepresentation` ConstituencyRepresentation
        - `member` MemberItem
          - `value` Member
            - `id` integer
            - `nameListAs` string, nullable
            - `nameDisplayAs` string, nullable
            - `nameFullTitle` string, nullable
            - `nameAddressAs` string, nullable
            - `latestParty` Party
              - …
            - `gender` string, nullable
            - `latestHouseMembership` HouseMembership
              - …
            - `thumbnailUrl` string, nullable
          - `links` Link[], nullable
            - `rel` string, nullable
            - `href` string, nullable
            - `method` string, nullable
        - `representation` HouseMembership
          - `membershipFrom` string, nullable
          - `membershipFromId` integer, nullable
          - `house` 1 | 2
          - `membershipStartDate` string, date-time, nullable
          - `membershipEndDate` string, date-time, nullable
          - `membershipEndReason` string, nullable
          - `membershipEndReasonNotes` string, nullable
          - `membershipEndReasonId` integer, nullable
          - `membershipStatus` HouseMembershipStatus
            - `statusIsActive` boolean
            - `statusDescription` string, nullable
            - `statusNotes` string, nullable
            - `statusId` integer, nullable
            - `status` 0 | 1 | 2 | 3
            - `statusStartDate` string, date-time, nullable
    - `links` Link[], nullable
      - `rel` string, nullable
      - `href` string, nullable
      - `method` string, nullable
  - `totalResults` integer
  - `resultContext` string, nullable
  - `skip` integer
  - `take` integer
  - `links` Link[], nullable
    - `rel` string, nullable
    - `href` string, nullable
    - `method` string, nullable
  - `resultType` 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 | 4096 | 8192

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/parliament/apis/members-api.md) · [All operations](https://skmtc.dev/parliament/apis/members-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/parliament/members-api/revisions/26f2e69c0d24/schema)
