{% extends "base.html" %} {% load i18n %} {% block main-content %}

{% trans "OpenData - Communities" %}

{% trans "If you are interested in any other data that is not provided by this API, please contact us via the ticketing system (you must be registered in order to create a ticket)." %}

{% trans "Retrieving data via API" %}

{% trans "Colab API works through HTTP/REST, always returning JSON objects." %}

{% trans "The base API URL is" %}: {% url 'api_v1_top_level' api_name='v1' as BASE_API_URL %} {{ BASE_API_URL }}

{% endblock %}