{"name":"GlossGA API","version":"1.0","description":"REST API for the GlossGA Greek-Arabic lexicon database","author":{"organization":"TELOTA - IT\/DH","institution":"Berlin-Brandenburg Academy of Sciences and Humanities","address":"J\u00e4gerstra\u00dfe 22\/23, 10117 Berlin","viaf":"147024506"},"license":{"name":"CC BY 4.0","url":"https:\/\/creativecommons.org\/licenses\/by\/4.0\/","attribution":"Glossarium Gr\u00e6co-Arabicum, Berlin-Brandenburg Academy of Sciences and Humanities","website":"https:\/\/glossga.bbaw.de"},"documentation":{"base_url":"https:\/\/glossga.bbaw.de\/api","date_format":{"format":"Y-m-d","example":"2025-11-19","description":"All dates (created_at, updated_at) are returned in ISO 8601 date format without time"},"pagination":{"default_limit":100,"max_limit":500,"parameters":{"page":"Page number (integer, default: 1)","limit":"Items per page (integer, max: 500, default: 100)"}},"response_format":{"lists":{"data":"Array of items","meta":{"total":"Total number of items","per_page":"Items per page","current_page":"Current page number","last_page":"Total number of pages","from":"First item number on current page","to":"Last item number on current page"},"links":{"first":"URL to first page","last":"URL to last page","prev":"URL to previous page (null if on first page)","next":"URL to next page (null if on last page)"}},"single_item":{"data":"Single item object"}}},"endpoints":{"words":{"all_words":{"url":"https:\/\/glossga.bbaw.de\/api\/words","description":"List all words with pagination","method":"GET","parameters":["page","limit"]},"single_word":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/{id}","description":"Get single word by ID","method":"GET","parameters":{"id":"Word ID (integer)"}},"greek_words":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/greek","description":"List all Greek lexemes","method":"GET","parameters":["page","limit"]},"greek_by_letter":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/greek\/{letter}","description":"List Greek words starting with specific letter","method":"GET","parameters":{"letter":"Greek letter (e.g., \u03b1, \u03b2, \u03b3)","0":"page","1":"limit"}},"arabic_words":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/arabic","description":"List all Arabic lexemes","method":"GET","parameters":["page","limit"]},"arabic_by_letter":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/arabic\/{letter}","description":"List Arabic words starting with specific letter","method":"GET","parameters":{"letter":"Arabic letter (e.g., \u0623, \u0628, \u062a)","0":"page","1":"limit"}},"arabic_roots_overview":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/arabic\/roots","description":"List unique Arabic root combinations","method":"GET","parameters":["page","limit"]},"arabic_by_root":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/arabic\/roots\/{root_position}\/{root}","description":"List words by Arabic root at specific position","method":"GET","parameters":{"root_position":"Root position (1-5)","root":"Root character (e.g., \u02be, b, t)","0":"page","1":"limit"}},"greek_pos":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/pos\/greek","description":"List all Greek Part of Speech categories","method":"GET","parameters":["page","limit"]},"greek_pos_words":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/pos\/greek\/{pos_id}","description":"List words by Greek Part of Speech","method":"GET","parameters":{"pos_id":"Part of Speech ID (integer)","0":"page","1":"limit"}},"arabic_pos":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/pos\/arabic","description":"List all Arabic Part of Speech categories","method":"GET","parameters":["page","limit"]},"arabic_pos_words":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/pos\/arabic\/{pos_id}","description":"List words by Arabic Part of Speech","method":"GET","parameters":{"pos_id":"Part of Speech ID (integer)","0":"page","1":"limit"}},"sources_overview":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/sources","description":"List sources with word counts","method":"GET","parameters":["page","limit"]},"words_by_source":{"url":"https:\/\/glossga.bbaw.de\/api\/words\/sources\/{source_id}","description":"List words from specific source","method":"GET","parameters":{"source_id":"Source ID (integer)","0":"page","1":"limit"}}},"filecards":{"all_filecards":{"url":"https:\/\/glossga.bbaw.de\/api\/filecards","description":"List all filecards with pagination. Includes image_url field with full DigiLib URL.","method":"GET","parameters":["page","limit"],"notes":"Each filecard includes an image_url field: https:\/\/digilib.bbaw.de\/digilib\/Scaler?fn=\/silo10\/glossga\/{folder}\/{filename}&dw=1200"},"single_filecard":{"url":"https:\/\/glossga.bbaw.de\/api\/filecards\/{id}","description":"Get single filecard by ID. Includes image_url field with full DigiLib URL.","method":"GET","parameters":{"id":"Filecard ID (integer)"},"notes":"Includes image_url field with full path to filecard image"}},"sources":{"all_sources":{"url":"https:\/\/glossga.bbaw.de\/api\/sources","description":"List all manuscript and text sources","method":"GET","parameters":["page","limit"]},"single_source":{"url":"https:\/\/glossga.bbaw.de\/api\/sources\/{id}","description":"Get single source by ID","method":"GET","parameters":{"id":"Source ID (integer)"}}},"authors":{"all_authors":{"url":"https:\/\/glossga.bbaw.de\/api\/authors","description":"List all authors","method":"GET","parameters":["page","limit"]},"single_author":{"url":"https:\/\/glossga.bbaw.de\/api\/authors\/{id}","description":"Get single author by ID","method":"GET","parameters":{"id":"Author ID (integer)"}}}}}