/
/Atramhasis API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 28m ago · Updated 1mo ago
Atramhasis16
  • postAdd a concept or collection to a conceptscheme.
  • putEdit the concept or collection with id `c_id`.
  • deleteRemove the concept with id `c_id`.
  • getList all languages known to this Atramhasis instance.
  • headCheck languages availability.
  • getGet information on a certain language.
  • putEdit or create language
  • deleteDelete language
  • headCheck if a language exists.
  • getGet all registered providers.
  • postCreate a provider.
  • headCheck providers availability.
  • getGet a single provider.
  • putUpdate a provider or create a new one if it does not exist.
  • deleteDelete a provider.
  • headCheck if a provider exists.
Health3
Lists4
Pyramid_skosprovider23
    Atramhasis

    Check languages availability.

    head/languages

    Query parameters

    sortstring

    Which field to sort on. Use - and + to indicate sort order. Eg. id or +id sort ascending on id, -name sort descending on name.

    Response

    The list of languages was returned.

    Changes