Notice: API Under Development
The BhutanAPI project is currently under active development. Some endpoints may not yet be available, and the data provided may be incomplete or subject to change. We appreciate your patience as we continue to expand and improve the service.
Bhutan API
Comprehensive data about the Kingdom of Bhutan
Discover Bhutan Through Data
Access comprehensive information about Bhutan's administrative divisions, cultural heritage, and the unique Gross National Happiness framework through our modern REST API.
curl https://api.bhutanapi.com/api/v1/bhutan/details# Get all dzongkhags (districts)
curl https://api.bhutanapi.com/api/v1/bhutan/dzongkhags
# Get specific dzongkhag information
curl https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/Thimphu
# Get GNH pillars
curl https://api.bhutanapi.com/api/v1/bhutan/gnh/pillarsAPI Endpoints
https://api.bhutanapi.com/api/v1/bhutan/majestiesGet all majesties
https://api.bhutanapi.com/api/v1/bhutan/majesties/title/{title}Get majesty by title
https://api.bhutanapi.com/api/v1/bhutan/majesties/name/{name}Get majesty by name
https://api.bhutanapi.com/api/v1/bhutan/majesties/title/{title}/reignPeriodGet reign period by title
https://api.bhutanapi.com/api/v1/bhutan/majesties/name/{name}/notableContributionsGet contributions by name
https://api.bhutanapi.com/api/v1/bhutan/gnhGet GNH information
https://api.bhutanapi.com/api/v1/bhutan/gnh/pillarsGet all GNH pillars
https://api.bhutanapi.com/api/v1/bhutan/gnh/pillars/{pillarName}Get specific pillar
https://api.bhutanapi.com/api/v1/bhutan/gnh/domainsGet all GNH domains
https://api.bhutanapi.com/api/v1/bhutan/gnh/domains/{domainName}Get specific domain
https://api.bhutanapi.com/api/v1/bhutan/dzongkhagsGet all dzongkhags
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}Get dzongkhag by name
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/populationGet population
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/gewogsGet gewogs in dzongkhag
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/areaGet area
https://api.bhutanapi.com/api/v1/bhutan/gewogsGet all gewogs
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}Get gewog by name
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/populationGet population
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/areaGet area
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/descriptionGet description
https://api.bhutanapi.com/api/v1/bhutan/dzongsGet all dzongs
https://api.bhutanapi.com/api/v1/bhutan/dzongs/{name}Get dzong by name
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{dzongkhagName}/dzongsGet dzongs by dzongkhag
https://api.bhutanapi.com/api/v1/bhutan/detailsGet general Bhutan details
{
"id": 14,
"name": "Thimphu",
"population": 138736,
"area": 2067.0,
"description": "As the capital and largest city, Thimphu is the political, economic, and cultural heart of Bhutan. It is a unique blend of traditional Bhutanese architecture and modern development, home to major government institutions and significant cultural sites like the Tashichho Dzong."
}