GET /data_load/monsoon-config/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 2,
        "config_year": 2007,
        "title": "Wet-2007",
        "sort_order": 7,
        "color": "#509600",
        "is_active": 1
    },
    {
        "id": 3,
        "config_year": 2004,
        "title": "Wet-2004",
        "sort_order": 8,
        "color": "#AB9900",
        "is_active": 1
    },
    {
        "id": 4,
        "config_year": 2024,
        "title": "Wet-2024",
        "sort_order": 1,
        "color": "#AB0000",
        "is_active": 1
    },
    {
        "id": 5,
        "config_year": 1998,
        "title": "Wet-1998",
        "sort_order": 9,
        "color": "#FF00FF",
        "is_active": 1
    },
    {
        "id": 6,
        "config_year": 1994,
        "title": "Dry-1994",
        "sort_order": 10,
        "color": "#000000",
        "is_active": 1
    },
    {
        "id": 7,
        "config_year": 1988,
        "title": "Wet-1988",
        "sort_order": 11,
        "color": "#FF0000",
        "is_active": 1
    },
    {
        "id": 9,
        "config_year": 2017,
        "title": "Wet-2017",
        "sort_order": 6,
        "color": "#AC05AA",
        "is_active": 1
    },
    {
        "id": 10,
        "config_year": 2019,
        "title": "Wet-2019",
        "sort_order": 5,
        "color": "#CC5500",
        "is_active": 1
    },
    {
        "id": 11,
        "config_year": 2023,
        "title": "Normal-2023",
        "sort_order": 2,
        "color": "#00FF00",
        "is_active": 1
    },
    {
        "id": 13,
        "config_year": 2020,
        "title": "Wet-2020",
        "sort_order": 4,
        "color": "#DD0001",
        "is_active": 1
    },
    {
        "id": 14,
        "config_year": 2022,
        "title": "Wet-2022",
        "sort_order": 3,
        "color": "#CB4567",
        "is_active": 1
    },
    {
        "id": 16,
        "config_year": 2025,
        "title": "Recent-2025",
        "sort_order": 12,
        "color": "#0000FF",
        "is_active": 1
    }
]