# Kopdes Merah Putih — Zapi reference > Cari Koperasi Desa/Kelurahan Merah Putih terdekat dari sebuah koordinat. **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ status, message, content }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/places/kopdes - Endpoint catalog: https://zpi.web.id/category/places - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## Kopdes Merah Putih **Category:** places · **Slug:** `kopdes` **Detail page:** https://zpi.web.id/api/places/kopdes Cari Koperasi Desa/Kelurahan Merah Putih terdekat dari sebuah koordinat. **Tags:** kopdes, koperasi, desa, merah putih, terdekat ### Nearby Kopdes Merah Putih terdekat, diurutkan berdasarkan jarak. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/places:kopdes/nearby` - **Cache TTL:** 900s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `lat` | number | query | no | Latitude of the search centre. Required unless coords is given | | `lng` | number | query | no | Longitude of the search centre. Required unless coords or lon is given | | `lon` | number | query | no | Alias for lng | | `coords` | string | query | no | Both values in one field, as copied from Google Maps. Wins over lat/lng | | `radius` | number | query | no | Search radius in metres, 200-50000 (default 25000) | | `limit` | number | query | no | Maximum places returned, 1-20 (default 20) | **cURL:** ```bash curl "https://api.zpi.web.id/v1/places:kopdes/nearby?lat=-6.2088&lng=106.8456&lon=106.8456&coords=-6.2088%2C106.8456&radius=25000&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/places:kopdes/nearby?lat=-6.2088&lng=106.8456&lon=106.8456&coords=-6.2088%2C106.8456&radius=25000&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/places:kopdes/nearby?lat=-6.2088&lng=106.8456&lon=106.8456&coords=-6.2088%2C106.8456&radius=25000&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 6, "items": [ { "cid": "12008774746580846432", "url": "https://maps.google.com/?cid=12008774746580846432", "ftid": "0x2e68e90023843ba7:0xa6a7bd01bda20760", "name": "Kopdes Merah Putih Cangkuang Wetan", "rating": 1.8, "address": "2JG2+VPM, Jl. Sawah Ujung, Cangkuang Wetan, Kec. Dayeuhkolot, Kabupaten Bandung, Jawa Barat 40238", "category": "Asosiasi/organisasi", "coordinates": { "lat": -6.972797, "lng": 107.6017821 }, "distanceMeters": 4016 }, { "cid": "827654219927096089", "url": "https://maps.google.com/?cid=827654219927096089", "ftid": "0x2e68c3006105bf31:0xb7c6b20bf9b8b19", "name": "Koprasi Desa Merah Putih Desa Bojongemas", "address": "2P4J+22W, RT.01/RW.07, Sukamanah, Kec. Rancaekek, Kabupaten Bandung, Jawa Barat 40394", "category": "Kantor Pemerintah", "coordinates": { "lat": -6.9954915, "lng": 107.7298921 }, "distanceMeters": 12130 }, { "cid": "7876946420185760487", "url": "https://maps.google.com/?cid=7876946420185760487", "ftid": "0x2e68c3002717bf91:0x6d50890909f502e7", "name": "Koperasi Desa Merah Putih Cileunyi Wetan", "rating": 2.2, "address": "Jl. Raya Cileunyi No.477, Cileunyi Wetan, Kec. Cileunyi, Kabupaten Bandung, Jawa Barat 40622", "category": "Bank koperasi", "coordinates": { "lat": -6.9387756, "lng": 107.7530637 }, "distanceMeters": 13641 }, { "cid": "17257016518783874140", "url": "https://maps.google.com/?cid=17257016518783874140", "ftid": "0x2e68e300402e50a5:0xef7d3d179d29345c", "name": "Kantor koperasi desa merah putih Bojongkoneng kecamatan ngamprah kabupaten bandung barat", "rating": 1.7, "address": "Jalan desa Bojongkoneng No.003, RT.03/RW.13, Bojongkoneng, Kec. Ngamprah, Kabupaten Bandung Barat, Jawa Barat 40552", "category": "Kantor Perusahaan", "coordinates": { "lat": -6.808405199999999, "lng": 107.4984731 }, "distanceMeters": 21418 }, { "cid": "7728846337399264393", "url": "https://maps.google.com/?cid=7728846337399264393", "ftid": "0x2e68c5a77aca9c5f:0x6b4260cb70431489", "name": "KOPERASI DESA MERAH PUTIH", "address": "Sindangpakuon, Kec. Cimanggung, Kabupaten Sumedang, Jawa Barat", "coordinates": { "lat": -6.9616514, "lng": 107.82654 }, "distanceMeters": 21732 }, { "cid": "17894128392715632868", "url": "https://maps.google.com/?cid=17894128392715632868", "ftid": "0x2e68c5004eb6992b:0xf854b6f74d0c00e4", "name": "KANTOR KOPERASI DESA MERAH PUTIH CIMANGGUNG", "address": "Dusun Bendungan, Cimanggung, Kec. Cimanggung, Kabupaten Sumedang, Jawa Barat 45364", "category": "Balai masyarakat", "coordinates": { "lat": -6.9660625, "lng": 107.8408125 }, "distanceMeters": 23337 } ], "center": { "lat": -6.95, "lng": 107.63 }, "radiusMeters": 25000 } ``` --- _Generated: 2026-08-08T02:22:04.287Z_