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

{% trans "OpenData - Communities Interlegis" %}

{% trans "If you are interested in integrating your system with the Colab environment and requires no other data 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 an HTTP/REST always returning JSON objects." %}

{% trans "The base API URL is" %}: {% with "/api/colab/" as BASE_API_URL %} http://colab.interlegis.leg.br{{ BASE_API_URL }}

{% endblock %}