Get Yok Tez Thesis Details
get_yok_tez_thesis_detailsFetch thesis metadata—advisor, institution, bilingual abstracts and keywords, and citations—via a single JSON endpoint, avoiding full PDF downloads.
Instructions
Fetch rich thesis metadata WITHOUT downloading the PDF.
Returns:
Advisor name
Full hierarchical location (University / Institute / Department / Discipline)
Turkish abstract (full text)
English abstract (full text)
Turkish keywords (parsed bilingual pairs)
English keywords (parsed bilingual pairs)
Citations in APA, IEEE, MLA, Chicago, and Harvard formats
Much cheaper than get_yok_tez_document_markdown — calls a single JSON endpoint instead of downloading the full PDF. Ideal for surveying or citing theses without needing their body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thesis_key | No | YÖK kayitNo. Required if 'detail_page_url' is not provided. | |
| encrypted_no | No | YÖK tezNo. Required if 'detail_page_url' is not provided. | |
| detail_page_url | No | Detail page URL from a prior search result (preferred). The thesis_key and encrypted_no are extracted from its query string. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advisor | No | Thesis advisor (e.g. 'PROF. DR. AYŞE YILMAZ'). | |
| abstract_en | No | English abstract (full text). | |
| abstract_tr | No | Turkish abstract (full text). | |
| keywords_en | No | English keywords with their Turkish glosses, as parsed pairs. | |
| keywords_tr | No | Turkish keywords with their English glosses, as parsed pairs. | |
| citation_apa | No | APA-style citation string (HTML). | |
| citation_mla | No | MLA-style citation string (HTML). | |
| citation_ieee | No | IEEE-style citation string. | |
| error_message | No | Error message if fetching or parsing failed. | |
| location_full | No | Full hierarchical location: University / Institute / Department / Discipline. | |
| citation_chicago | No | Chicago-style citation string. | |
| citation_harvard | No | Harvard-style citation string (HTML). | |
| source_detail_page_url | No | The detail page URL these details were fetched for. |