Animica x402 Directory

Directory / api.qist.info

api.qist.info/api/zakat

Compute zakat due on wealth: cash, gold, silver, business inventory, receivables, crypto and stocks, less deductible liabilities. Returns the nisab threshold under BOTH the gold (85g) and silver (595g) standards and flags when they disagree, since the choice changes who owes. Supports lunar (2.5%) and solar (2.577%) years. Deterministic — you supply metal prices, so you control the source. Educational calculation, not a fatwa.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.qist.info/api/zakat'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.qist.info/api/zakat'

Endpoint: https://api.qist.info/api/zakat. Operated by api.qist.info, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.qist.info

api.qist.info/api/arabic/repair

Repair Arabic text extracted from PDFs and OCR. Many PDFs encode Arabic as Unicode Presentation Forms: it renders identically but is a different byte sequence, …

GET · $0.02

api.qist.info/api/hijri

Convert Gregorian dates to Hijri (Umm al-Qura calendar) and back. Returns day/month/year, Arabic and English month names, and a formatted Arabic date string. Es…

GET · $0.01

api.qist.info/api/prayer-times

High-precision Islamic prayer times (fajr, sunrise, dhuhr, asr, maghrib, isha) plus qibla direction for any coordinates and date. Pure astronomical computation …

GET · $0.01

api.qist.info/api/shariah-screen

Screen a crypto asset against Islamic finance (fiqh al-mu'amalat) prohibition criteria: riba (interest), maysir (gambling), gharar (excessive uncertainty), impe…

GET · $0.15

All 5 endpoints on api.qist.info →