Poezii si Proza
Poems and Prose – Romanian Classical Literature API is a curated, file‑based API that provides structured access to Romanian literary heritage. It includes classical poetry, prose, author images, and bibliography text, all exposed through clean and predictable endpoints. This API is fully read‑only, making it safe for public use, educational projects, cultural applications, digital humanities…
Poezii si Proza endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/author/{author}/poem/{id}/text /autor/{autor}/poezie/{id}/text |
This endpoint retrieves the complete poem text associated with a given poem ID and author. It is designed for clients who need direct access to the poem’s raw literary content. |
| GET |
/author/{author}/poems /autor/{autor}/poezie/{id} |
This endpoint retrieves the complete collection of poems associated with a given author. It resolves the author name, loads all available poem entries linked to that author, and… |
| GET |
/author/{author}/bibliography/text /autor/{autor}/bibliografie/text |
This endpoint retrieves the full bibliography associated with a given author, as stored in the API’s dataset. It resolves the author name, loads the corresponding bibliographic… |
| GET |
/author/{author}/prose /autor/{autor}/proza/{id} |
This endpoint retrieves the complete collection of prose associated with a given author. It resolves the author name, loads all available prose entries linked to that author, and… |
| GET |
/list/poets /autori |
This endpoint retrieves and returns a comprehensive list of all poets, allowing users to explore the available authors. |
| GET |
/autor/{autor} /autor/{autor} |
|
| GET |
/author/{author}/img /autor/{autor}/poza |
This endpoint retrieves the image associated with a given author from the API’s dataset. It resolves the author name, locates the corresponding stored photo, and returns it in… |
| GET |
/author/{author}/prose/{:id}/text /autor/{autor}/proza/{id}/text |
This endpoint retrieves the complete poem text associated with a given prose ID and author. It is designed for clients who need direct access to the prose’s raw literary content. |
| GET |
/search/{author}/{title} /cauta/{autor}/{titlu} |
This endpoint searches for a poem or prose by a specific author based on the title. The user provides the author's name and the title of the work, and the API returns the… |