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/pillars
API Endpoints
https://api.bhutanapi.com/api/v1/bhutan/majesties
Get 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}/reignPeriod
Get reign period by title
https://api.bhutanapi.com/api/v1/bhutan/majesties/name/{name}/notableContributions
Get contributions by name
https://api.bhutanapi.com/api/v1/bhutan/gnh
Get GNH information
https://api.bhutanapi.com/api/v1/bhutan/gnh/pillars
Get all GNH pillars
https://api.bhutanapi.com/api/v1/bhutan/gnh/pillars/{pillarName}
Get specific pillar
https://api.bhutanapi.com/api/v1/bhutan/gnh/domains
Get all GNH domains
https://api.bhutanapi.com/api/v1/bhutan/gnh/domains/{domainName}
Get specific domain
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags
Get all dzongkhags
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}
Get dzongkhag by name
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/population
Get population
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/gewogs
Get gewogs in dzongkhag
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{name}/area
Get area
https://api.bhutanapi.com/api/v1/bhutan/gewogs
Get all gewogs
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}
Get gewog by name
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/population
Get population
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/area
Get area
https://api.bhutanapi.com/api/v1/bhutan/gewogs/{name}/description
Get description
https://api.bhutanapi.com/api/v1/bhutan/dzongs
Get all dzongs
https://api.bhutanapi.com/api/v1/bhutan/dzongs/{name}
Get dzong by name
https://api.bhutanapi.com/api/v1/bhutan/dzongkhags/{dzongkhagName}/dzongs
Get dzongs by dzongkhag
https://api.bhutanapi.com/api/v1/bhutan/details
Get 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."
}