Open Government, Thailand

API

Free open data API for Thailand government datasets

Visit Website

Overview

The Open Government Thailand API provides RESTful access to diverse official datasets from Thai government agencies, including public services, economic indicators, health stats, environmental data, and civic records. Responses are primarily JSON, enabling easy integration into apps. Use cases include building civic tech tools for public info access, policy research, educational platform integrations, or dashboards for monitoring public service delivery.

Example Integration (JavaScript)

script.js JS

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

Key Features

  • RESTful endpoints
  • JSON support
  • Multi-sector government datasets
  • Free API key registration

Frequently Asked Questions

? Is Open Government, Thailand free to use?

Yes, it is completely free for public access and non-commercial use.

? Does it require an API Key?

Yes, registration for a free API key is required to access most endpoints via the official portal.

? What is the response format?

Responses are mainly in JSON, with some datasets available in CSV or XML formats.

Top Alternatives

Singapore Open Data API Search Google
Malaysia Open Data Portal API Search Google

People Also Ask about Open Government, Thailand

Open Government, Thailand vs Singapore Open Data APIOpen Government, Thailand vs Malaysia Open Data Portal API Open Government, Thailand 2025 review

Tool Info

Pricing Free
Category Government
Platform Public API

Pros

  • Free public access
  • Covers wide range of civic topics
  • Supports non-commercial and research use cases

Cons

  • English documentation may be limited
  • Rate limits apply for bulk data requests

More Government Tools