Is there an API for retrieving JSON data?

Hello,

Is there an API to get data from the Kitsu instance when connected as “Studio Manager”.

I’m testing a Kitsu instance, and filling data into a production. But if my data on Kitsu become the master values. I want to retrieve some Episodes names for example. I know that I can retrieve physically a Csv file, but if I want that a script, with my account permissions, retrieve data from Kitsu. How can I retrieve JSON data using curl for example, instead of retrieving Csv files in the interface. Is this actually implemented? Is Vuejs offering some solution by default? Or should I develop a “plugin” as the Slack implementation for this purpose?
Thanks in advance,

Find some clues in Zou in fact:

https://github.com/cgwire/zou/issues?q=is%3Aissue+rest

:grinning:

Here:

https://github.com/cgwire/zou/blob/docs/docs/api.md

Thank you @Ramel for your post. Accessing Kitsu data is mainly done through our Python client. See documentation there: gazu.cg-wire.com