REST API Internationalisation

Hello people,
is there a way to get the web service of the omeka s according to language?
For example is there a web service with this format,
https://example.com/omeka/api/items?language=en, get items with english text
https://example.com/omeka/api/items?language=el, get items with greek text

Thank you

Items themselves aren’t tagged with a language internally in Omeka S, so there’s no such query you can do.

The individual values do have a language tag, and that’s included in the API output.

There is a “Language” Dublin Core property that a site could use to tag items as a whole with a language, but using it is totally optional. In the case that that’s been tagged consistently, you could use the normal property search query to limit items by the value in that Language property.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.