v1
latestSwagger 2.0MIT2026-07-1318036.7 KBLanguage
Retrieve a Language by ID
get/languages/{languageID}
Path parameters
languageIDstring required
The ID of the Language to perform the operation on
Query parameters
deletedboolean
Setting the deleted option to true will return results that have been marked for deletion, but not yet deleted from the database. Otherwise requests for a resource marked for deletion will return a 410 error.
Headers
ifNoneMatchstring
If If-None-Match header is used with GET requests to check whether you already have the most up-to-date version of the resource, and therefore do not need the resource sent again. The value of the If-None-Match header is the ETag (_etag) property of the resource. It is recommended that your application use this header whenever possible to reduce bandwidth.
Response
200: Operation successful.