v1

latestOpenAPI 3.0.12026-07-1321410.4 KB

Get a list of tutors. Results are split into pages, which size is 10. If not tutors are returned suggest removing some used filters

get/api/chatgpt_openapi/tutors/

Query parameters

subjectstring required

Filter tutors by subject. Possible options are 'english', 'spanish', 'ukrainian

sort'price_highest' | 'price_lowest' | 'popularity' | 'reviews' | 'rating'

The way to sort tutors. Possible options are 'price_highest' (expensive tutors go first), 'price_lowest' (cheap tutors go first), 'popularity' (popular tutors go first), 'reviews' (tutors with the most reviews go first), 'rating' (tutors with the highest lessons rating go first). The 'rating' value is often used to find the best tutors, thus is recommended.

pagenumber

Page number of the results. Default value is "1". To get more tutors for the same result pass "2" or "3" and so on

priceRangestring

Price range filter for tutors. The format is "minPrice-maxPrice". For example, "10-20" means that tutors charge from 10 to 20 dollars per hour.

tutorIsFromstring

Filter tutors by country of birth. Two letter country code, for example 'US', 'UA', 'GB' for the United Kingdom, 'ES' and so on. If need to filter by multiple countries, use comma separated list, for example 'US,UA,ES'.

tlstring

Filter tutors by languages they speak. Two lower-case letters language code, for example 'en', 'nl' and so on

native'true' | 'false'

Filter tutors by teached language is their native

certified'true' | 'false'

Filter tutors that are proffefionals (or in other words, certified)

searchtextstring

Filter tutors by any term or pharse in their profile

day'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat'

Filter tutors by day of week availability.

time'MORNING' | 'MORNING_LATE' | 'AFTERNOON' | 'AFTERNOON_LATE' | 'EVENING' | 'EVENING_LATE' | 'NIGHT' | 'NIGHT_LATE'

Filter tutors by time availability in UTC. Possible values are: "MORNING" - 6am-9am, "MORNING_LATE" - 9am-12pm, "AFTERNOON" - 9pm-3pm, "AFTERNOON_LATE" - 3pm-6pm, "EVENING" - 6pm-9pm, "EVENING_LATE" - 9pm-12am, "NIGHT" - 12am-3am, "NIGHT_LATE" - 3am-6am

Response

OK

errorsstring[]

List of errors that happened during request