NS Amindi Weather API

Access real-time weather data and forecasts for Georgian cities

Getting Started

The NS Amindi API provides free access to current weather conditions, forecasts, and historical data for cities across Georgia. All endpoints return JSON formatted data.

info All API requests are free and do not require authentication.

Base URL: https://www.nsamindi.com/

GET

Güncel Hava Durumu

/api/weather/<city>/

Get current weather conditions for a specific city.

Example Request:

GET https://www.nsamindi.com/api/weather/tbilisi/

Yanıt:

{
  "name": "Tbilisi",
  "temperature": 25,
  "feels_like": 24,
  "description": "clear sky",
  "humidity": 45,
  "wind_speed": 3.5,
  "timestamp": "2025-10-23T12:00:00Z"
}
GET

Hava Durumu Tahmini

/api/forecast/<city>/

Belirli bir şehir için 16 günlük hava durumu tahmini alın.

Example Request:

GET https://www.nsamindi.com/api/forecast/batumi/
NEW!
GET

Hourly Weather Forecast schedule

/api/hourly/<city>/

Get detailed hourly weather forecast up to 7 days (168 hours) with comprehensive weather data.

Includes:

Temperature & Feels Like
Precipitation Probability & Amount
Wind Speed, Direction & Gusts
UV Index & Visibility
Humidity & Weather Conditions
Day/Night Indicator

Parametreler:

hours - Number of hours (1-168, default: 24)

Example Requests:

GET https://www.nsamindi.com/api/hourly/tbilisi/

24 hours forecast (default)

GET https://www.nsamindi.com/api/hourly/batumi/?hours=48

48 hours forecast

GET https://www.nsamindi.com/api/hourly/kutaisi/?hours=168

7 days (168 hours) forecast

Response Example:

{
  "success": true,
  "data": {
    "city": { "name": "Tbilisi", ... },
    "hourly": [
      {
        "time": "14:00",
        "temp": 18.5,
        "feels_like": 17.2,
        "precipitation_probability": 20,
        "wind": { "speed": 8.5, ... },
        "uv_index": 4.5,
        ...
      }
    ],
    "count": 24
  }
}

lightbulb Perfect for:

Mobile apps, detailed weather graphs, rain planning, outdoor activities, construction scheduling, and more!

GET

Geçmiş Hava Durumu

/api/historical/<city>/

Get historical weather data for a specific city.

GET

Tüm Gürcistan Şehirleri

/api/georgia/

Get current weather for all major Georgian cities.

Example Request:

GET https://www.nsamindi.com/api/georgia/
GET

Search Cities

/api/search/?q=<query>

Search for cities by name.

Parametreler:

q - City name to search

Example Request:

GET https://www.nsamindi.com/api/search/?q=kutaisi
GET

Gizlilik Politikası

/api/privacy-policy/

Get privacy policy in JSON format.

Supported Cities

The following major Georgian cities are supported:

Tbilisi

Batumi

Kutaisi

Rustavi

Gori

Zugdidi

Poti

Kobuleti

Telavi

Need Help?

If you have questions or need assistance with the API, please contact us:

info@nsamindi.com