---
title: "Get full info about specific tutor"
method: GET
path: "/api/chatgpt_openapi/tutors/{id}"
---

# Get full info about specific tutor

`GET /api/chatgpt_openapi/tutors/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- TutorByIDResponse
  - `errors` string[] — List of errors that happened during request
  - `data` object
    - `tutor` object — Tutor
      - `id` string — ID of the tutor
      - `fullName` string — Full name of the tutor
      - `headline` string — Short description of the tutor (bio or self presentation)
      - `totalLessons` integer — Total number of lessons taught by the tutor
      - `lessonsBookedLast48h` integer — Number of lessons booked in the last 48 hours
      - `responseTime` string — How quick tutor responds to messages on Preply (in hours)
      - `videoIntro` string — Video introduction of the tutor
      - `shortBio` string — Short biography of the tutor (might be translated)
      - `shortBioOriginal` string — Original short biography of the tutor
      - `publicUrl` string — Public URL of the tutor's profile
      - `multiLanguages` MultiLanguage[] — Languages known by the tutor — unresolved $ref
      - `user` User
        - `profile` Profile
          - `avatarUrlHttps` string — URL of the tutor's avatar
          - `lastSeen` string — Last seen timestamp of the user
      - `countryOfBirth` Country
        - `name` string — Name of the country
      - `numberReviews` integer — Number of reviews for the tutor
      - `averageScore` number — Tutor rating
      - `price` Price
        - `currency` Currency
          - `code` string — Currency code
        - `value` number — Price value
      - `availabilityRange` AvailabilityRange
        - `time` string — time of the day by hours, like 08:00:00, 09:00:00
        - `dow` number — Day of the week, 0 is Monday, 1 is Tuesday etc.
      - `educations` Education[] — Education details of the tutor
        - `dates` string — Education dates
        - `university` string — University name
        - `degree` string — Degree obtained
        - `degreeType` string — Type of the degree
        - `tutorDocument` TutorDocument
          - `status` string — Status of the tutor document
      - `workExperiences` WorkExperience[] — Work experience details of the tutor
        - `dates` string — Work experience dates
        - `company` string — Company name
        - `position` string — Position held
      - `certificates` Certificate[] — Certificate details of the tutor
        - `dates` string — Certificate dates
        - `certificate` string — Certificate name
        - `description` string — Certificate description
        - `tutorDocument` TutorDocument
          - `status` string — Status of the tutor document
      - `reviews` Review[] — Reviews of the tutor
        - `id` string — ID of the review
        - `score` integer — Review score
        - `content` string — Review content (text)
        - `created` string — Creation timestamp of the review
      - `recommendedTutors` RecommendedTutor[] — Similart tutors to the current one
        - `id` string — ID of the recommended tutor

---

[API](https://skmtc.dev/preply/apis/preply-plugin.md) · [All operations](https://skmtc.dev/preply/apis/preply-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/preply/preply-plugin/revisions/f6577b67fa4b/schema)
