{
    "status": "IMD Weather Proxy is Live",
    "version": "1.0",
    "author": "Powered by IMD Official Data",
    "endpoints": {
        "current_weather": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=current&id={city_id}",
            "description": "Real-time weather for a city",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=current&id=12"
        },
        "aws_station": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=aws&id={station_id}",
            "description": "AWS station data",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=aws&id=12"
        },
        "forecast": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=forecast&id={state_id}",
            "description": "5-day rainfall forecast by state",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=forecast&id=21"
        },
        "warning": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=warning&id={state_id}",
            "description": "Weather warnings for a state",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=warning&id=21"
        },
        "cyclone": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=cyclone",
            "description": "Active cyclone alerts across India",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=cyclone"
        },
        "aws_state": {
            "url": "http://www.test3.cloudbucket.in/imd.php?type=aws_state&id={state_id}",
            "description": "All AWS stations for a state",
            "example": "http://www.test3.cloudbucket.in/imd.php?type=aws_state&id=21"
        }
    },
    "odisha_ids": {
        "state_id": "21",
        "bhubaneswar": "12",
        "cuttack": "13",
        "puri": "135",
        "sambalpur": "209",
        "rourkela": "173"
    },
    "note": "Data is sourced from India Meteorological Department (IMD). IP must be whitelisted by IMD for data to load."
}