Read tags options from API in frontend

I am using Kirby as headless backend and am accessing the content via Kirbys API.

For some tag fields I need to load all available options in the frontend.
Is there an API route where I can get these? Or how could they be accessed?

Tanks in advance! :slight_smile:

Bonus question: How do I get the translated text and value in the API?

You would need a custom endpoint and get the data from the blueprint ($page->blueprint()), see also

1 Like