Brazilian Chamber of Deputies Open Data

Brazilian Chamber of Deputies Open Data

Government

Provides legislative information in Apis XML and JSON, as well as files in various formats

Visit API

๐Ÿ“š Documentation & Examples

Everything you need to integrate with Brazilian Chamber of Deputies Open Data

๐Ÿš€ Quick Start Examples

Brazilian Chamber of Deputies Open Data Javascript Examplejavascript
// Brazilian Chamber of Deputies Open Data API Example
const response = await fetch('https://dadosabertos.camara.leg.br/swagger/api.html', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

The Legislative Information API is a powerful tool designed to provide users with comprehensive data regarding legislative activities in both XML and JSON formats. This API serves as a valuable resource for developers, researchers, and policymakers, offering access to a wealth of information on legislative documents, bills, and related activities. By utilizing this API, users can seamlessly integrate legislative data into their applications, enabling enhanced transparency and informed decision-making. The API's responsive design ensures that data is structured and easily accessible, fostering a user-friendly experience while adhering to modern web standards.

Utilizing the Legislative Information API offers numerous advantages. Users can benefit from real-time access to updated legislative data, ensuring that they are always working with the latest information. The API supports multiple output formats, including XML and JSON, allowing for flexibility depending on your project's requirements. Furthermore, it is designed with straightforward documentation, making implementation easier for developers of all skill levels. The robust framework of the API allows for efficient data querying, saving time and resources in data collection. Additionally, accessing legislative information programmatically promotes innovative solutions in civic tech and public information systems.

  • Real-time access to the latest legislative data
  • Support for multiple output formats (XML and JSON)
  • Clear and comprehensive documentation for easy integration
  • Efficient querying of legislative information
  • Encourages innovation in civic technology applications

Here's a JavaScript code example for calling the Legislative Information API:

fetch('https://dadosabertos.camara.leg.br/api/v2/proposicoes?descricao=taxa')
  .then(response => {
    if (!response.ok) {
      throw new Error('Network response was not ok');
    }
    return response.json();
  })
  .then(data => {
    console.log(data);
  })
  .catch(error => {
    console.error('There was a problem with the fetch operation:', error);
  });
๐Ÿ”’

Security Assessment

F
๐Ÿ”’HTTPS
Enabled
SSL Grade: T
๐Ÿ›ก๏ธHeaders
0/100
๐Ÿ•’Last Assessed
2 weeks ago
โ„น๏ธClick for detailed analysis

๐Ÿ“Š 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Jun 15Jun 17Jun 19Jun 21Jun 23Jun 25Jun 27Jun 29Jul 1Jul 3Jul 5Jul 7Jul 9Jul 11Jul 1404008001440Minutes
Online
Offline

Related APIs in Government