Education
YOK Atlas logo

YOK Atlas API

yokatlas.yok.gov.tr

YOK Atlas - Turkish university programs, search filters, and net-score data.

Actions
5
Category
Education
Login
Not required
Output
JSON

Call the YOK Atlas API

Submit a task, then poll the job until it settles. This example runs act_yokatlas_yok_gov_tr_city_filter_options.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_yokatlas_yok_gov_tr_city_filter_options",
    "params": {}
  }'

5 actions on yokatlas.yok.gov.tr

Read

  • City Filter Options

    act_yokatlas_yok_gov_tr_city_filter_optionsread1 credit / call

    Returns Turkish provinces with their city codes for filtering programs by location.

  • Program Filter Options

    act_yokatlas_yok_gov_tr_program_filter_optionsread1 credit / call

    Returns program group names with their IDs and score types for filtering programs.

  • University Filter Options

    act_yokatlas_yok_gov_tr_university_filter_optionsread1 credit / call

    Returns all Turkish universities with their IDs and names for filtering programs by university.

Write

Write actions change state on yokatlas.yok.gov.tr and run as the account you connect.

  • Program Net Scores

    act_yokatlas_yok_gov_tr_program_net_scores_detailwrite2 credits / call

    Returns per-exam net scores, base score, and program details for one program by guide code and year.

    kilavuz_kodu
    integer · required
    yil
    integer · required
    page
    integer
    size
    integer
  • Program Search Listing

    act_yokatlas_yok_gov_tr_program_search_listingwrite2 credits / call

    Returns university programs with scores, quotas, and placement ranks, with filters and pagination.

    puan_turu
    string
    universite_id
    array
    birim_grup_id
    array
    il_kodu
    array
    birim_turu_id
    integer
    universite_turu
    string
    burs_orani_id
    integer
    ogrenim_turu_id
    integer
    kilavuz_kodu
    integer
    min_basari_sirasi
    integer
    max_basari_sirasi
    integer
    page
    integer
    size
    integer
    sort_by
    string
    direction
    string

YOK Atlas API questions

Is there an API for YOK Atlas?
YOK Atlas does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for yokatlas.yok.gov.tr. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape YOK Atlas data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when yokatlas.yok.gov.tr changes its markup, Anakin updates the action.
Do I need a YOK Atlas account?
No. Every YOK Atlas action listed here runs anonymously — no account and no credentials required.
What does the YOK Atlas API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Education APIs

All Education sites