v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-23105087.3 KB
provider

Returns the specified provider.

get/recruitment_cycles/{year}/providers/{provider_code}

Path parameters

yearstring required

The starting year of the recruitment cycle. Also accepts "current" for the current recruitment cycle. Defaults to current recruitment cycle if invalid year (eg "1066") is provided

provider_codestring required

The unique code of the provider.

Query parameters

include'recruitment_cycle'

The associated data for this resource.

Response

The provider.

Example response

{
  "data": {
    "id": "14554",
    "type": "providers",
    "attributes": {
      "city": "London",
      "county": "London",
      "changed_at": "2019-06-13T10:44:31Z",
      "code": "X99",
      "ukprn": "10071005",
      "urn": "115074",
      "created_at": "2019-06-13T10:44:31Z",
      "postcode": "SK2 6AA",
      "latitude": "51.498161",
      "longitude": "-0.129900",
      "telephone": "01834 80657",
      "email": "school@example.com",
      "name": "Long School",
      "provider_type": "scitt",
      "region_code": "south_west",
      "street_address_1": "Long College",
      "street_address_2": "1st floor, 86 Long Rd",
      "street_address_3": "Newington",
      "train_with_disability": "We are committed to supporting trainees with disabilities and other needs, so please let us and the accrediting provider know if you would like us to make any adjustments to support you.",
      "train_with_us": "We offer both primary and secondary training in a wide range of subjects and work with a collection of schools in the local area. We offer diverse teaching placements, ensuring trainees have experience in different types of school environments.",
      "website": "http://www.teamworkstsa.org/home-page-s-c-i-t-t-teacher-training/",
      "discarded_at": "2023-07-18T15:23:15Z",
      "selectable_school": true
    },
    "relationships": {
      "recruitment_cycle": {
        "data": {
          "type": "recruitment_cycles",
          "id": "3"
        }
      }
    }
  },
  "included": [
    {
      "id": "3",
      "type": "recruitment_cycles",
      "attributes": {
        "year": 2021,
        "application_start_date": "2020-10-13",
        "application_end_date": "2021-10-03"
      }
    }
  ],
  "jsonapi": {
    "version": "1.0"
  }
}