> 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/en/changelog.md).

# Changelog

All notable changes to the API will be documented on this page.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased]

* Add IBAMA data to the Commercial API.
* Add latitude and longitude related to the company's address.
* Add information regarding active debt with the union.

## \[1.0.5] 24/01/2022

### Added

* Tax Regimes
* Suframa Validation

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

### Added

* Add data related to Suframa in the Commercial API.

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

### Changed

* Database resizing

### Added

* Endpoint for request consumption query in the API

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

### Fixed

Correction in the spelling of state registrations in JSON inscricoes\_estatudais -> inscricoes\_estaduais

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

### Changed

The service was divided into 2 servers, one for the Public API and another for the Commercial API. Now the respective endpoints are as follows:

* Public API: (<https://publica.cnpj.ws>)
* Commercial API: (<https://comercial.cnpj.ws>)

Until **01/09/2021** the old endpoint (<https://data.cnpj.ws>) will continue receiving requests, after this date it is necessary to migrate to one of the new endpoints.

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

### Fixed

* Correction regarding state registrations of the state of Paraná to use the Sintegra format.

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

API production entry


---

# 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/en/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.
