# SEDRA IV API **Provider:** SEDRA IV **Category:** developer **Base URL:** `http://sedra.bethmardutho.org/api` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** http://sedra.bethmardutho.org/api ## Description The SEDRA API is documented in OpenAPI format and uses ReDoc for documentation. Introduction This document describes the JSON API for the Syriac Electronic Data Research Archive (SEDRA). The SEDRA project is a linguistic and literary database of Syriac langu ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://sedra.bethmardutho.org/api/lexeme/{id}` | Get Syriac lexeme. | | GET | `http://sedra.bethmardutho.org/api/word/{id}` | Get Syriac word. | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'http://sedra.bethmardutho.org/api/lexeme/{id}' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/sedra-iv/) — CC BY 4.0*