Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
https://keperawatan.kesdammedan.ac.id/
https://forum.darmaagung.ac.id/
RTP Beberapa Game Mendadak Naik Banyak Pemain Langsung Cek
PG Soft & Pragmatic Lagi Di Puncak Tren, Pemain Bahas di Mana-Mana
Pemain Ramai Bahas RTP PG Soft & Pragmatic yang Katanya Lagi Bagus Hari Ini
Ramai Dibahas! Banyak Pemain Temukan “Jam Bagus” untuk Mahjong Ways 3
Banyak Pemain Temukan “Momentum Ringan” di Mahjong Ways 3 Pagi Ini
Perubahan Kerasa Banget! Banyak Pemain Laporkan Free Spin Lebih Mudah
Fenomena Baru! Simbol Emas di Mahjong Ways 3 Terasa Lebih Sering Muncul
The Specific Month by Season API endpoint allows users to retrieve detailed information about a specific month associated with a designated cultivation season. This endpoint is useful for understanding the agricultural activities and data specific to that month within the season.
GET {{base_url}}/cropix/api/v1/cultivation-target-data/seasons/{seasonId}/districts Request Method
Headers
Parameters
Response
Successful Response
Status Code: 200 OK
Response Body
{
"message" : null,
"resultStatus" : "SUCCESSFUL",
"httpStatus" : "OK",
"httpCode" : "200 OK",
"payloadDto" : [ {
"districtId" : null,
"districtName" : "",
"cropId" : 1,
"cropName" : "Paddy",
"cultivation" : 17537.19,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 2,
"cropName" : "Finger millet",
"cultivation" : 3.4,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 3,
"cropName" : "Maize",
"cultivation" : 153.4,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 4,
"cropName" : "Big Onion",
"cultivation" : 10.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 5,
"cropName" : "Red Onion",
"cultivation" : 0.6,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 6,
"cropName" : "Chilli",
"cultivation" : 52.1,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 7,
"cropName" : "Black Gram",
"cultivation" : 113.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 8,
"cropName" : "Cowpea",
"cultivation" : 177.1,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 9,
"cropName" : "Green gram",
"cultivation" : 312.8,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 10,
"cropName" : "Soya Bean",
"cultivation" : 1.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 11,
"cropName" : "Horse gram",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 12,
"cropName" : "Gingerlly",
"cultivation" : 0.1,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 13,
"cropName" : "Ground nut",
"cultivation" : 58.2,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 14,
"cropName" : "Ginger",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 15,
"cropName" : "Turmeric",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 16,
"cropName" : "Bitter gourd",
"cultivation" : 33.7,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 17,
"cropName" : "Brinjal",
"cultivation" : 44.3,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 18,
"cropName" : "Bushita",
"cultivation" : 0.2,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 18,
"cropName" : "Yard Long bean (Bush Type)",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : null,
"districtName" : "",
"cropId" : 19,
"cropName" : "Cucumber",
"cultivation" : 12.4,
"links" : [ ]
} ],
"totalPages" : 58,
"totalElements" : 1154,
"last" : false,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 20
}
curl -X GET "{{base_url}}/cropix/api/v1/cultivation-target-data/seasons/1/districts
-H "Content-Type: application/json" \
-H "Authorization: YOUR_ACCESS_TOKEN"
The Specific District Cultivation Target Data by Season API endpoint allows users to retrieve detailed information about the cultivation targets for a specific district within a designated cultivation season. This endpoint is useful for understanding the expected agricultural production and target area for specific districts.
GET {{base_url}}/cropix/api/v1/cultivation-target-data/seasons/{seasonId}/districts/{districtId} Request Method
Headers
Parameters
Response
Successful Response
Status Code: 200 OK
Response Body
{
"message" : null,
"resultStatus" : "SUCCESSFUL",
"httpStatus" : "OK",
"httpCode" : "200 OK",
"payloadDto" : [ {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 1,
"cropName" : "Paddy",
"cultivation" : 11421.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 6,
"cropName" : "Chilli",
"cultivation" : 113.05,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 14,
"cropName" : "Ginger",
"cultivation" : 1.75,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 11,
"cropName" : "Horse gram",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 3,
"cropName" : "Maize",
"cultivation" : 460.5,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 15,
"cropName" : "Turmeric",
"cultivation" : 1.4,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 4,
"cropName" : "Big Onion",
"cultivation" : 10.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 7,
"cropName" : "Black Gram",
"cultivation" : 25.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 8,
"cropName" : "Cowpea",
"cultivation" : 175.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 2,
"cropName" : "Finger millet",
"cultivation" : 17.5,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 12,
"cropName" : "Gingerlly",
"cultivation" : 24.5,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 9,
"cropName" : "Green gram",
"cultivation" : 300.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 13,
"cropName" : "Ground nut",
"cultivation" : 59.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 10,
"cropName" : "Soya Bean",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 31,
"cropName" : "Ash Plantain",
"cultivation" : 10.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 32,
"cropName" : "Ash Pumpkin",
"cultivation" : 5.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 33,
"cropName" : "Beans",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 34,
"cropName" : "Beet Roots",
"cultivation" : 2.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 35,
"cropName" : "Bellpepper",
"cultivation" : 0.0,
"links" : [ ]
}, {
"districtId" : 2,
"districtName" : "Gampaha",
"cropId" : 16,
"cropName" : "Bitter gourd",
"cultivation" : 59.1,
"links" : [ ]
} ],
"totalPages" : 3,
"totalElements" : 47,
"last" : false,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 20
}
curl -X GET "{{base_url}}/cropix/api/v1/cultivation-target-data/seasons/1/districts/2
-H "Content-Type: application/json" \
-H "Authorization: YOUR_ACCESS_TOKEN"
The Months by Season API endpoint provides access to information about the months associated with a specific cultivation season. Users can retrieve details regarding the months during which cultivation activities take place for the specified season.
GET {{base_url}}/cropix/api/v1/cultivation-data/seasons/{seasonId}/months Request Method
Headers
Parameters
Response
Successful Response
Status Code: 200 OK
Response Body
{
"message" : null,
"resultStatus" : "SUCCESSFUL",
"httpStatus" : "OK",
"httpCode" : "200 OK",
"payloadDto" : [ {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 88,
"cropName" : "Amla",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 64,
"cropName" : "Annona/Anoda",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 31,
"cropName" : "Ash Plantain",
"cultivation" : 3.45,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 32,
"cropName" : "Ash Pumpkin",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 65,
"cropName" : "Avocado",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 66,
"cropName" : "Banana",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 33,
"cropName" : "Beans",
"cultivation" : 175.45,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 34,
"cropName" : "Beet Roots",
"cultivation" : 58.15,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 89,
"cropName" : "Beli",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 35,
"cropName" : "Bellpepper",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 4,
"cropName" : "Big Onion",
"cultivation" : 0.1,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 90,
"cropName" : "Bignary (Karawala Kabilla)",
"cultivation" : 0.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 16,
"cropName" : "Bitter gourd",
"cultivation" : 95.23,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 7,
"cropName" : "Black Gram",
"cultivation" : 124.25,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 17,
"cropName" : "Brinjal",
"cultivation" : 221.656,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 18,
"cropName" : "Bushita",
"cultivation" : 13.91,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 36,
"cropName" : "Cabbage",
"cultivation" : 51.55,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 37,
"cropName" : "Capsicum",
"cultivation" : 107.117,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 38,
"cropName" : "Carrot",
"cultivation" : 48.0,
"links" : [ ]
}, {
"monthNumber" : 1,
"monthName" : "January",
"cropId" : 39,
"cropName" : "Cauliflower",
"cultivation" : 1.3,
"links" : [ ]
} ],
"totalPages" : 38,
"totalElements" : 754,
"last" : false,
"size" : 20,
"number" : 0,
"sort" : {
"empty" : true,
"sorted" : false,
"unsorted" : true
},
"numberOfElements" : 20
}
curl -X GET "{{base_url}}/cropix/api/v1/cultivation-data/seasons/1/months
-H "Content-Type: application/json" \
-H "Authorization: YOUR_ACCESS_TOKEN"