---
title: "Returns the specified provider."
method: GET
path: "/recruitment_cycles/{year}/providers/{provider_code}"
tags: ["provider"]
---

# Returns the specified provider.

`GET /recruitment_cycles/{year}/providers/{provider_code}`

## Path parameters

- `year` string, required
- `provider_code` string, required

## Query parameters

- `include` 'recruitment_cycle'

## Response `200`

The provider.

- ProviderSingleResponse — This schema is used to return a single provider.
  - `data` ProviderResource, required — This schema provides metadata about a provider.
    - `id` string, required
    - `type` string, required
    - `attributes` ProviderAttributes, required — This schema is used to describe a provider.
      - `accredited_body` boolean — Is this provider an accredited provider for other provider's courses.
      - `city` string — Town or city
      - `county` string — County
      - `changed_at` string, date-time — Date-time timestamp of when this provider or any of its related data changed.
      - `code` string, required — Code that uniquely identifies this provider within a recruitment cycle.
      - `ukprn` string — UK Provider Reference Number. A unique number allocated to teacher training providers.
      - `urn` string — Unique Reference Number. A unique number allocated to educational establishments.
      - `created_at` string, date-time — Timestamp of when this provider was created.
      - `postcode` string, uk-postcode — The provider's postcode
      - `latitude` string — The latitude of the provider's address
      - `longitude` string — The longitude of the provider's address
      - `telephone` string — The provider's telephone number.
      - `email` string — The provider's email address.
      - `name` string, required — The name of the training provider.
      - `provider_type` 'scitt' | 'lead_school' | 'university' — The type of provider.
      - `region_code` 'no_region' | 'london' | 'south_east' | 'south_west' | 'wales' | 'west_midlands' | 'east_midlands' | 'eastern' | 'north_west' | 'yorkshire_and_the_humber' | 'north_east' | 'scotland' — The NUTS 1 region code for the provider's address.
      - `street_address_1` string — Building or street line one.
      - `street_address_2` string — Building or street line two.
      - `street_address_3` string — Building or street line three.
      - `train_with_disability` string, markdown — How candidates with disabilities and other needs will be supported.
      - `train_with_us` string, markdown — Information about the training provider.
      - `website` string, url — A link to the initial teacher training or course pages of your website.
      - `can_sponsor_skilled_worker_visa` boolean — Can this provider sponsor Skilled Worker visas?
      - `can_sponsor_student_visa` boolean — Can this provider sponsor Student visas?
      - `discarded_at` string, date-time, nullable — Timestamp of when this provider was decomissioned
      - `selectable_school` boolean — Can candidates choose their placement school
    - `relationships` ProviderRelationshipList — This schema is used to describe associations that can be returned with a provider.
      - `recruitment_cycle` RecruitmentCycleRelationship
        - `data` object
          - `type` string, required
          - `id` string, required
  - `included` RecruitmentCycleResource[]
    - `id` string, required
    - `type` string, required
    - `attributes` RecruitmentCycleAttributes, required — This schema is used to describe a recruitment cycle.
      - `year` integer — The year that this recruitment cycle applies to.
      - `application_start_date` string, date — The default date applications start being taken for this recruitment cycle.
      - `application_end_date` string, date — The default date applications stop being taken for this recruitment cycle.
  - `jsonapi` JSONAPI, required — This returns the version of JSON API in use.
    - `version` string, required

## Other responses

- `404` — The non existant provider.

---

[API](https://skmtc.net/department-for-education/apis/teacher-training-courses-api.md) · [All operations](https://skmtc.net/department-for-education/apis/teacher-training-courses-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/teacher-training-courses-api/versions/01c12d635fbe/schema)
