> For the complete documentation index, see [llms.txt](https://docs.cnpj.ws/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cnpj.ws/es/changelog.md).

# Changelog

Todos los cambios notables en la API se documentarán en esta página.

El formato se basa en [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), y este proyecto se adhiere a [Control de versiones semántico](https://semver.org/spec/v2.0.0.html).

## \[No lanzado]

* Agregar datos del IBAMA en la API Comercial.
* Agregar latitud y longitud correspondiente a la dirección de la empresa.
* Agregar información sobre la deuda activa con la unión.

## \[1.0.5] 24/01/2022

### Añadido

\_ Regímenes Tributarios \_ Validación Suframa

## \[1.0.4] - 27/12/2021

### Añadido

* Agregar datos referentes a Suframa en la API Comercial.

## \[1.0.3] - 02/10/2021

### Cambiado

* Redimensionamiento de la Base de Datos

### Añadido

* Endpoint para consulta de consumo de solicitudes en la API

## \[1.0.2] - 11/09/2021

### Corregido

Corrección en la ortografía de las inscripciones estatales en el JSON inscricoes\_estatudais -> inscricoes\_estaduais

## \[1.0.2] - 15/08/2021

### Cambiado

El servicio se dividió en 2 servidores, uno para la API Pública y otro para la API Comercial. Ahora los respectivos endpoints son los siguientes:

* API Pública: <https://publica.cnpj.ws>
* API Comercial: <https://comercial.cnpj.ws>

Hasta el día **01/09/2021** el endpoint antiguo (<https://data.cnpj.ws>) seguirá recibiendo solicitudes, después de esa fecha es necesario migrar a uno de los nuevos endpoints.

## \[1.0.1] - 10/08/2021

### Corregido

* Corrección referente a las inscripciones estatales del estado de Paraná para utilizar el formato de sintegra.

## \[1.0.0] - 20/06/2021

Entrada en producción de la API


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cnpj.ws/es/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
