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

{% trans "OpenData - Communities Interlegis" %}

{% blocktrans %}At this point the system Colab provides much of its data through its search engine.{% endblocktrans %}

{% blocktrans %}If you are interested in integrating your system with the environment Colab 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).{% endblocktrans %}

{% trans "Performing searches via the API" %}

{% trans "The Colab API searches works through an HTTP/REST always returning JSON objects with result." %}

{% trans "The base URL used for the search is:" %} http://colab.interlegis.leg.br/api/search/

{% trans "Parameters:" %}

{% endblock %}