Open Government, Peru

API

Peru’s official open government data API for public sector datasets

Visit Website

Overview

The Open Government Peru API grants programmatic access to Peru’s official open data across sectors like health, education, economy, and public services. It offers RESTful endpoints to retrieve, filter, and access datasets in JSON format. Users can access metrics such as government spending, health facility locations, educational enrollment stats, and environmental data. Ideal for researchers analyzing policy impacts, developers building citizen apps (e.g., service finders), journalists investigating transparency, and NGOs monitoring social programs. It supports search and category filters, enabling integration into data visualizations or analytical tools.

Example Integration (JavaScript)

script.js JS

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

Key Features

  • RESTful
  • JSON support
  • No authentication required
  • Sector-specific datasets
  • Search & filter capabilities

Frequently Asked Questions

? Is Open Government Peru free to use?

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

? Does it require an API Key?

No, authentication is not needed to access public datasets via the API endpoints.

? What is the response format?

Most API responses are in JSON format, while bulk dataset downloads are often available in CSV or Excel formats.

Top Alternatives

Datos Abiertos Mexico API Search Google
Argentina Open Data API Search Google
OpenGov Global API Search Google

People Also Ask about Open Government, Peru

Open Government, Peru vs Datos Abiertos Mexico APIOpen Government, Peru vs Argentina Open Data APIOpen Government, Peru vs OpenGov Global API Open Government, Peru 2025 review

Tool Info

Pricing Free
Category Government
Platform Public API

Pros

  • Free unlimited access
  • Verified official government data
  • Covers multiple public sectors
  • Bulk data download options

Cons

  • Potential rate limits for high-volume requests
  • Some datasets may have delayed updates
  • Primary documentation in Spanish

More Government Tools