digitallinguistics.io

The Digital Linguistics (DLx) REST API

๐Ÿ”‘ apikey 18 endpoints text
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Get all Lexemes
curl \
  -H "Authorization: $API_KEY" \
  /lexemes
Get all Languages
curl \
  -H "Authorization: $API_KEY" \
  /languages
Get a Lexeme by ID
curl \
  -H "Authorization: $API_KEY" \
  /lexemes/{lexemeID}
Endpoints (18 total)
GET
/lexemes
Get all Lexemes
GET
/languages
Get all Languages
GET
/lexemes/{lexemeID}
Get a Lexeme by ID
GET
/languages/{languageID}
Retrieve a Language by ID
GET
/languages/{languageID}/lexemes
Get all Lexemes for a Language
GET
/languages/{languageID}/lexemes/{lexemeID}
Get a Lexeme by ID
POST
/lexemes
Add a new Lexeme
POST
/languages
Add a new Language
POST
/languages/{languageID}/lexemes
Add a new Lexeme to a Language
PUT
/lexemes
Upsert (add or replace) a Lexeme
PUT
/languages
Upsert (create or replace) a Language
PUT
/languages/{languageID}/lexemes
Upsert (add or replace) a Lexeme
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints18
Authapikey
Categories1