Open Government, Argentina

API

Official open data API for Argentina's government datasets

Visit Website

Overview

The Open Government Argentina API offers RESTful access to thousands of verified datasets from federal, provincial, and municipal government sources across sectors like economy, health, education, and infrastructure. It returns JSON-formatted responses with support for filtering, sorting, and pagination to retrieve targeted records. Use cases include researchers analyzing public policy impacts, developers building transparency-focused apps, journalists investigating public spending, and citizens accessing real-time stats on services like public transport or healthcare. The API integrates with Argentina’s national open data portal to ensure up-to-date, accessible public information.

Example Integration (JavaScript)

script.js JS

fetch('https://datos.gob.ar/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON support
  • No Auth required
  • Sector-specific datasets
  • Filtering & pagination
  • Multi-level government data

Frequently Asked Questions

? Is Open Government, Argentina free to use?

Yes, the API is completely free for public use with no subscription fees or paid tiers.

? Does it require an API Key?

No, most endpoints do not require an API key, though bulk data downloads may have limited restrictions.

? What is the response format?

The API primarily returns data in JSON format, which is compatible with most development tools and applications.

Top Alternatives

Datos Abiertos Mexico API Search Google
Brazil Open Data Portal API Search Google
EU Open Data Portal API Search Google

People Also Ask about Open Government, Argentina

Open Government, Argentina vs Datos Abiertos Mexico APIOpen Government, Argentina vs Brazil Open Data Portal APIOpen Government, Argentina vs EU Open Data Portal API Open Government, Argentina 2025 review

Tool Info

Pricing Free
Category Government
Platform Public API

Pros

  • Free unlimited access
  • Official verified data
  • Wide sector coverage
  • Easy to integrate
  • Regularly updated datasets

Cons

  • Potential rate limits for bulk requests
  • Some datasets not real-time
  • Primary documentation in Spanish

More Government Tools