حاسبة زكاة الحيوانات - احسب زكاة الأنعام بدقة وسهولة

احسب زكاة الحيوانات

حاسبة زكاة الأنعام هي أداة تستخدم لحساب مبلغ زكاة الأنعام المستحقة وفقًا للأحكام الشرعية في الإسلام. تستخدم هذه الحاسبة لحساب المبلغ المالي الذي يجب دفعه كزكاة على الأنعام مثل الإبل والبقر والأغنام


زكاة الحيوانات (الأنعام)








This API allows you to calculate Zakat for animals based on the counts of camels, cows, and sheep.

API Endpoint:

You can connect with the API by sending a POST request to the following endpoint:

https://do-calculate.com/api/calculate-animals-zakat


Request Body:

The API expects a JSON object in the request body with the following properties:

  • camelCount (number, required): The count of camels.
  • cowCount (number, required): The count of cows.
  • sheepCount (number, required): The count of sheep.
JSON
{
  "camelCount": 0,
  "cowCount": 311,
  "sheepCount": 23
}


Response:

The API will respond with a JSON object containing the calculated Zakat details for each animal type:

JSON
{
  "result": {
    "sheep": {
      "zakatDuty": "no",
      "zakatAmount_1": 0,
      "description_en_1": "",
      "description_ar_1": ""
    },
    "cow": {
      "zakatDuty": "yes",
      "zakatAmount_1": 10,
      "description_en_1": "One-year-old  (Male or Female)",
      "description_ar_1": "تبيع ( ذكر أو أنثى - عمره عام)",
      "operator": "or",
      "zakatAmount_2": 7,
      "description_en_2": "Two-year-old (Female)",
      "description_ar_2": "مسنة  (عمرها عامين)"
    },
    "camel": {
      "zakatDuty": "no"
    }
  }
}
  • zakatDuty (string): Whether Zakat is required for the animal or not.
  • zakatAmount_1 (number): The calculated Zakat amount for the first condition of the animal.
  • description_en_1 (string): The description of the animal type for the first condition in English.
  • description_ar_1 (string): The description of the animal type for the first condition in Arabic.
  • operator (string): The logical operator to apply between the first and second condition (if applicable).
  • zakatAmount_2 (number): The calculated Zakat amount for the second condition of the animal (if applicable).
  • description_en_2 (string): The description of the animal type for the second condition in English (if applicable).
  • description_ar_2 (string): The description of the animal type for the second condition in Arabic (if applicable).

Error Responses:
  • If the request is missing any of the required properties (camelCount, cowCount, or sheepCount), the API will respond with a 400 Bad Request status code and an error message.

  • If the weight or height is negative, the API will also respond with a 400 Bad Request status code and an error message.


Request example with Curl in Bash:

bash
curl -X POST -H "Content-Type: application/json" -d '{"camelCount":0,"cowCount":311,"sheepCount":23}' https://do-calculate.com/api/calculate-animals-zakat 

حاسبة زكاة الحيوانات (الأنعام)

تقوم الحاسبة بتحليل عدد الحيوانات وفقًا للمعايير المحددة في الشرع الإسلامي، مثل الحد الأدنى والحد الأقصى لعدد الحيوانات، وتحسب المبلغ الزكوي المستحق وتقدم وصفًا لكل فئة من الحيوانات والمبلغ المطلوب دفعه وفقًا لتلك الفئة

باستخدام الحاسبة، يمكن للمستخدم إدخال عدد الإبل والبقر والأغنام التي يملكها، ومن ثم يتم حساب مبلغ الزكاة المستحقة بناءً على القواعد والمعايير الشرعية. يتم توفير وصف مفصل لكل فئة من الحيوانات والمبلغ المطلوب دفعه، مما يساعد المستخدم على فهم القواعد والمتطلبات المتعلقة بزكاة الأنعام.

باستخدام حاسبة زكاة الأنعام، يصبح من السهل والمريح للمسلمين حساب وتحديد المبلغ الزكوي المستحق على الأنعام الخاصة بهم والوفاء بالتزاماتهم الشرعية.



تاريخ اخر مراجعة : 08/07/2023