# /istoric **Category**: bac **Summary**: BAC Romanian Literature exam history 2000-2025 ## Description Returns the list of years with works/requirements that appeared on the BAC exam. Without argument, returns year summaries. With a specific year, returns details (sessions, profiles, works, requirement types). ## Syntax ``` /istoric [year] ``` ## Arguments - **year** (number) (optional): Year (2000-2025) Example: `2015` ## Examples **Request**: `/istoric 2015` **Response**: `{"ok":true,"type":"istoric_year","card":{"year":2015,"sessions":[...],"link":"/istoric#anul-2015"}}` **Request**: `/istoric` **Response**: `{"ok":true,"type":"istoric","card":{"years":[{"year":2025,"count":4,"sampleWork":"..."},...]}}` ## How to execute ``` POST /api/v1/ai/exec Content-Type: application/json { "cmd": "istoric", "args": [] } ```