Though it's not publicly documented on https://tess.elixir-europe.org/api/json_api, I assume that I can turn the user-facing page for learning paths (https://tess.elixir-europe.org/learning_paths) into a JSON endpoint by postpending .json_api
However, https://tess.elixir-europe.org/learning_paths.json_api gives me HTTP 406
{"error":{"message":"The requested format is not available (406 Not Acceptable).","code":406}}
how can I get the learning paths data in a structured way?
Though it's not publicly documented on https://tess.elixir-europe.org/api/json_api, I assume that I can turn the user-facing page for learning paths (https://tess.elixir-europe.org/learning_paths) into a JSON endpoint by postpending
.json_apiHowever, https://tess.elixir-europe.org/learning_paths.json_api gives me HTTP 406
{"error":{"message":"The requested format is not available (406 Not Acceptable).","code":406}}how can I get the learning paths data in a structured way?