Static JSON

Blazing Fast
REST API.

A globally distributed static JSON API. Built for frontend and backend developers with zero database latency, high availability, and GitHub Pages hosting.

Regions API

Complete Indonesian administrative hierarchy from Provinces to Villages.

Geospatial API

GeoJSON boundaries and centroid coordinates for mapping applications.

Islands API

Comprehensive Indonesian islands dataset with optimized pagination. (Coming Soon)

Quick Start

fetch('https://rikiag.github.io/api/provinces.json')
  .then(res => res.json())
  .then(data => console.log(data));