Lowy Asia Power Index API
Overview
The Lowy Asia Power Index API provides data on the relative power of states in Asia, measuring resources and influence across multiple dimensions. No authentication is required, making it straightforward to start querying. It is useful for political science researchers, journalists, and developers building geopolitical dashboards.
Beginner Tip
No API key is needed — simply make a GET request to the endpoint. The index scores are updated periodically, so check the GitHub documentation for the latest available years and country codes.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from Lowy Asia Power Index",
"description": "Get measure resources and influence to rank the relative power of states in Asia",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
country Name of the Asian state being measured. rank Overall power rank of the country in Asia for the given year. score Composite power score out of 100. year The index year the data corresponds to. measures Breakdown of scores across individual power measures such as economic capability and military capability. Implementation Example
const url = "https://github.com/0x0is1/lowy-index-api-docs";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →18F
18F provides programmatic access to unofficial us federal government api development via REST API.
API Setu
API Setu is an Indian Government platform that aggregates a wide variety of official APIs covering KYC verification, business registration, education records, and employment data.
Archive.org
⭐ Beginner's PickThe Internet Archive API gives you programmatic access to the Wayback Machine and one of the world's largest digital libraries, containing archived websites, books, audio, video, and software.
BotsArchive
⭐ Beginner's PickBotsArchive provides a public database of Telegram bots with details returned in JSON format.
Callook.info
⭐ Beginner's PickCallook.info is a free API that lets you look up United States amateur (ham) radio callsigns.