Frequently Asked Questions
Find answers to the most common questions about UnifiedAPI.
UnifiedAPI is a free REST API that provides complete administrative geographic data for Bangladesh. It covers all 8 divisions, 64 districts, 495 upazilas, and 4,540 unions with both English and Bengali names. The API is designed for developers who need reliable geo-data in their applications.
Yes, UnifiedAPI is completely free. No API keys, no rate limits, no hidden charges. Use it in personal projects, commercial applications, and production systems without any cost.
No. Simply make a GET request to any endpoint and receive data immediately. No sign-up, no OAuth, no headers required.
The API provides the complete administrative hierarchy: 8 Divisions, 64 Districts (with lat/lon), 495 Upazilas, and 4,540 Unions. Each entry includes both English and Bengali names. Future updates will include Gram Panchayats and Wards.
Make a GET request to /api/geo/v1.0/districts/{division_id}. For example, Dhaka division (ID: 6) → /api/geo/v1.0/districts/6. You can also use pagination: ?page=1&limit=20.
Yes! Every entry includes both English ("name") and Bengali ("bn_name"). The website itself is also bilingual — use the language toggle in the header.
Absolutely. Built with static JSON data (no database queries) for extremely fast response times and zero downtime. Deployed on Cloudflare Pages with global edge caching.
Use /api/geo/v1.0/search/{query}. Search in both English and Bengali. Filter by type (division, district, upazila, union) using the "type" query parameter. Supports pagination with ?page=1&limit=50.
Consistent JSON: "success" (boolean), "data" (array), "count" (number), "message" (string), "api_version" (string), "timestamp" (ISO 8601). Paginated responses include a "pagination" object.
We appreciate feedback! If you find issues or have feature requests, reach out through our contact channels. We continuously improve the API — adding data (gram panchayats, wards), improving docs, and adding features.
Sourced from Bangladesh Bureau of Statistics (BBS) and Local Government Engineering Department (LGED). Data has been cleaned, validated, and structured into developer-friendly JSON.
Deployed on Cloudflare Pages with global edge caching. Uses static JSON data ensuring consistent, fast responses worldwide. Check the Status page for real-time health monitoring.