diff --git a/README.en.md b/README.en.md index e531d0e..340416e 100644 --- a/README.en.md +++ b/README.en.md @@ -297,7 +297,8 @@ This file is translation from Original (Bahasa Indonesia). | -------------------------- | ----------------------------------- | ------------------------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------- | -------------- | | API & Graphql Weather BMKG | [pace11](https://github.com/pace11) | [Link](https://github.com/pace11/weather-api) | ✅ | Weather forecast converted from XML to JSON format sourced from BMKG API. Available in Graphql version. | `false` | | API Cuaca Realtime | weatherapi | [Link](https://www.weatherapi.com) | ✅ | Current Weather Forecast for Various Cities in JSON Format. | API KEY | -| BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format. | `false` | +| BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format. | `false` | +| Location & Weather Forecast | [ariefmanda](https://github.com/ariefmanda) | [Link](http://103.196.153.211:3443/docs) | ✅ | This API provides real-time and future weather forecasts for a given location based on latitude and longitude coordinates. | `false` | | Info Gempa & Cuaca API | R.M. Reza | [Link](https://github.com/renomureza/cuaca-gempa-rest-api) | ✅ | REST API for the latest earthquake and weather information in major cities in 35 provinces within 3 days. Data source: BMKG. | `false` | diff --git a/README.md b/README.md index 1746db7..fdb1736 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ Kumpulan API tentang data dan informasi di Indonesia | API & Graphql Cuaca BMKG | [pace11](https://github.com/pace11) | [Link](https://github.com/pace11/weather-api) | ✅ | Ramalan Cuaca konversi dari format XML ke JSON sumber dari API BMKG. Sudah tersedia dalam versi Graphql. | `false` | | API Cuaca Realtime | weatherapi | [Link](https://www.weatherapi.com) | ✅ | Ramalan Cuaca Terkini Berbagai Kota dengan Format JSON. | API KEY | | BMKG Json API | [ibnux](https://github.com/ibnux) | [Link](https://ibnux.github.io/BMKG-importer/#pakai-langsung) | ✅ | Ramalan cuaca Indonesia sampai 3 hari kedepan Import dari BMKG dalam bentuk JSON. | `false` | +| Lokasi & Perkiraan Cuaca | [ariefmanda](https://github.com/ariefmanda) | [Link](http://103.196.153.211:3443/docs) | ✅ | API ini menyediakan perkiraan cuaca real-time dan prediksi cuaca mendatang untuk lokasi tertentu berdasarkan koordinat lintang dan bujur. | `false` | | Info Gempa & Cuaca API | R.M. Reza | [Link](https://github.com/renomureza/cuaca-gempa-rest-api) | ✅ | REST API informasi gempa terkini dan cuaca kota besar di 35 provinsi dalam 3 harian, sumber data BMKG. | `false` | ### E-Commerce diff --git a/data/weather/en.json b/data/weather/en.json index beed82b..91ba91c 100644 --- a/data/weather/en.json +++ b/data/weather/en.json @@ -34,6 +34,17 @@ "description": "Weather forecast for Indonesia up to 3 days ahead. Imported from BMKG in JSON format.", "authentication": false }, + { + "apiName": "Location & Weather Forecast", + "status": true, + "documentationUrl": "http://103.196.153.211:3443/docs", + "developer": { + "name": "ariefmanda", + "profileUrl": "https://github.com/ariefmanda" + }, + "description": "This API provides real-time and future weather forecasts for a given location based on latitude and longitude coordinates.", + "authentication": false + }, { "apiName": "Info Gempa & Cuaca API", "status": true, diff --git a/data/weather/id.json b/data/weather/id.json index 264e362..8bcd5e3 100644 --- a/data/weather/id.json +++ b/data/weather/id.json @@ -34,6 +34,17 @@ "description": "Ramalan cuaca Indonesia sampai 3 hari kedepan Import dari BMKG dalam bentuk JSON.", "authentication": false }, + { + "apiName": "Lokasi & Perkiraan Cuaca", + "status": true, + "documentationUrl": "http://103.196.153.211:3443/docs", + "developer": { + "name": "ariefmanda", + "profileUrl": "https://github.com/ariefmanda" + }, + "description": "API ini menyediakan perkiraan cuaca real-time dan prediksi cuaca mendatang untuk lokasi tertentu berdasarkan koordinat lintang dan bujur.", + "authentication": false + }, { "apiName": "Info Gempa & Cuaca API", "status": true,