Business-Day API

API ID 12996

Accurate business-day, holiday, and scheduling math for major countries and their subdivisions — without maintaining a single holiday calendar yourself. Add or subtract working days, check if a date is a business day, find the next valid date, or count working days between two dates, with full support for regional subdivisions, custom weekends, and your own blackout dates. One simple GET call, instant JSON.

203 ms औसत रिस्पॉन्स

API डॉक्यूमेंटेशन

एंडपॉइंट्स

अनुरोध

Checks whether a given date is a working business day for a country or region, accounting for weekends, public holidays, and any custom blackout dates you supply. Returns true or false. Supports regional subdivisions (e.g. US states, German Länder) and configurable weekend days for Friday/Saturday-weekend regions.

Endpoint ID: 26001
GET https://tracker.zylalabs.com/api/12996/business-day+api/26001/is+business+day
इनपुट पैरामीटर्स

Is Business Day — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
date आवश्यक Date to check, ISO format YYYY-MM-DD (e.g. 2026-12-25)
region आवश्यक ISO country code, e.g. US, GB, DE, CA
weekend वैकल्पिक Optional weekend days, comma-separated Mon=0 to Sun=6. Default 5,6 (Sat/Sun). Use 4,5 for Friday/Saturday regions
extra_holidays वैकल्पिक Optional comma-separated ISO dates to treat as non-working days
subdiv वैकल्पिक Optional state/province/region code, e.g. CA for California or BY for Bavaria

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

date
region
weekend
extra_holidays
subdiv
API उदाहरण प्रतिक्रिया
JSON
{"date":"2026-12-25","region":"US","is_business_day":false}
Is Business Day — कोड स्निपेट्स

curl --location --request GET 'https://zylalabs.com/api/12996/business-day+api/26001/is+business+day?date=Required®ion=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
अनुरोध

Adds or subtracts a number of working business days to a date, skipping weekends, public holidays, and any custom blackout dates. Supports regional subdivisions and configurable weekends.

Endpoint ID: 26002
GET https://tracker.zylalabs.com/api/12996/business-day+api/26002/add+business+days
इनपुट पैरामीटर्स

Add Business Days — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
date आवश्यक Date to check, ISO format YYYY-MM-DD (e.g. 2026-12-25)
days आवश्यक Number of business days to add. Use a negative number to subtract, e.g. 5 or -3
region आवश्यक ISO country code, e.g. US, GB, DE, CA
subdiv वैकल्पिक Optional state/province/region code, e.g. CA for California or BY for Bavaria
weekend वैकल्पिक Optional weekend days, comma-separated Mon=0 to Sun=6. Default 5,6 (Sat/Sun). Use 4,5 for Friday/Saturday regions
extra_holidays वैकल्पिक Optional comma-separated ISO dates to treat as non-working days, e.g. 2026-07-06

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

date
days
region
subdiv
weekend
extra_holidays
API उदाहरण प्रतिक्रिया
JSON
{"start":"2026-07-02","days":5,"result":"2026-07-10"}
Add Business Days — कोड स्निपेट्स

curl --location --request GET 'https://zylalabs.com/api/12996/business-day+api/26002/add+business+days?date=2026-07-02&days=5®ion=US' --header 'Authorization: Bearer YOUR_API_KEY' 


    
अनुरोध

दी गई तारीख के बाद या उसी दिन का पहला कार्य दिवस लौटाता है, जिसमें सप्ताहांत, सार्वजनिक छुट्टियां और कस्टम ब्लैकआउट तिथियां छोड़ दी जाती हैं। यदि तारीख पहले से ही कार्य दिवस है तो इसे अनुमति देने के लिए inclusive=true सेट करें

Endpoint ID: 26003
GET https://tracker.zylalabs.com/api/12996/business-day+api/26003/next+business+day
इनपुट पैरामीटर्स

अगला व्यवसाय दिन — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
date आवश्यक Date to check, ISO format YYYY-MM-DD (e.g. 2026-12-25)
region आवश्यक ISO country code, e.g. US, GB, DE, CA
inclusive वैकल्पिक Optional true or false. If true, returns the date itself when it is already a working day. Default false
subdiv वैकल्पिक Optional state/province/region code, e.g. CA for California or BY for Bavaria
weekend वैकल्पिक Optional weekend days, comma-separated Mon=0 to Sun=6. Default 5,6 (Sat/Sun). Use 4,5 for Friday/Saturday regions
extra_holidays वैकल्पिक Optional comma-separated ISO dates to treat as non-working days, e.g. 2026-07-06

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

date
region
inclusive
subdiv
weekend
extra_holidays
API उदाहरण प्रतिक्रिया
JSON
{"from":"2026-07-02","result":"2026-07-06"}
अगला व्यवसाय दिन — कोड स्निपेट्स

curl --location --request GET 'https://zylalabs.com/api/12996/business-day+api/26003/next+business+day?date=2026-07-02®ion=US' --header 'Authorization: Bearer YOUR_API_KEY' 


    
अनुरोध

Counts the number of working business days between two dates, excluding weekends, public holidays, and custom blackout dates. Supports regional subdivisions and configurable weekends.

Endpoint ID: 26004
GET https://tracker.zylalabs.com/api/12996/business-day+api/26004/business+days+between
इनपुट पैरामीटर्स

Business Days Between — एंडपॉइंट फीचर्स

ऑब्जेक्ट विवरण
start आवश्यक Start date in ISO format YYYY-MM-DD, e.g. 2026-07-01
end आवश्यक End date in ISO format YYYY-MM-DD, e.g. 2026-07-31
region आवश्यक ISO country code, e.g. US, GB, DE, CA
subdiv वैकल्पिक Optional state/province/region code, e.g. CA for California or BY for Bavaria
weekend वैकल्पिक Optional weekend days, comma-separated Mon=0 to Sun=6. Default 5,6 (Sat/Sun). Use 4,5 for Friday/Saturday regions
extra_holidays वैकल्पिक Optional comma-separated ISO dates to treat as non-working days, e.g. 2026-07-06

शेष मुफ्त टेस्ट रिक्वेस्ट्स: 3 में से 3.


इनपुट पैरामीटर्स

start
end
region
subdiv
weekend
extra_holidays
API उदाहरण प्रतिक्रिया
JSON
{"start":"2026-07-01","end":"2026-07-31","business_days":21}
Business Days Between — कोड स्निपेट्स

curl --location --request GET 'https://zylalabs.com/api/12996/business-day+api/26004/business+days+between?start=2026-07-01&end=2026-07-31®ion=US' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API एक्सेस कुंजी और प्रमाणीकरण

साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Business-Day API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।

हेडर्स
हेडर विवरण
Authorization आवश्यक होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।

कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।

(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)

🚀 एंटरप्राइज़ प्लान

शुरू होता है
$ 10,000/वर्ष


  • कस्टम वॉल्यूम
  • कस्टम रेट लिमिट
  • विशेष ग्राहक सहायता
  • रीयल-टाइम API मॉनिटरिंग

अवलोकन

Date arithmetic looks trivial until you cross a border. "Five business days from today" means something different in California than in Bavaria, observed-holiday rules shift weekends around, some regions don't even use a Saturday/Sunday weekend, and every customer has their own closures on top of the public calendar. Getting this wrong quietly breaks SLA clocks, delivery estimates, payment settlement windows, and appointment scheduling.

This API handles all of it behind one endpoint. Public holidays for over 100 countries and their subdivisions (US states, German Länder, Canadian provinces, and more) are kept current for you. On top of that you get the things a raw calendar can't do on its own: working-day arithmetic, configurable weekend days for non-Mon–Fri regions, and per-request custom holidays so a customer's own office closures fold into the calculation.

Built for logistics and delivery-date estimation, fintech settlement and payment scheduling, SLA and ticket-aging clocks, payroll, and any appointment or booking system that has to respect real working days. Responses are small, cacheable JSON and return in milliseconds.

Highlights

  • 100+ countries with regional subdivision support
  • Add / subtract business days, with correct observed-holiday handling
  • Check any date, find the next working day, or count working days in a range
  • Configurable weekends (e.g. Friday/Saturday regions)
  • Per-request custom holidays / blackout dates
  • Tiny JSON in, tiny JSON out — one GET call, no SDK required

Endpoint reference

All endpoints are GET. Dates are ISO YYYY-MM-DD. region is an ISO country code (e.g. US, GB, DE, CA). Optional params:

  • subdiv — state/province/region code (e.g. CA for California, BY for Bavaria)
  • weekend — comma-separated weekday numbers, Monday=0 … Sunday=6. Default 5,6 (Sat/Sun). Example: 4,5 for a Friday/Saturday weekend.
  • extra_holidays — comma-separated ISO dates to treat as non-working (a customer's own closures), merged with the public calendar.

1. Is business day — GET /v1/is-business-day

Returns whether a date is a working day (not a weekend, public holiday, or supplied blackout date).

Param Required Example
date yes 2026-12-25
region yes US
subdiv no CA
weekend no 5,6
extra_holidays no 2026-12-24

Request:

 
GET /v1/is-business-day?date=2026-12-25&region=US

Response:

 
json
{ "date": "2026-12-25", "region": "US", "is_business_day": false }

2. Add business days — GET /v1/add-business-days

Adds (or subtracts, if days is negative) N working days to a date.

Param Required Example
date yes 2026-07-02
days yes 5
region yes US
subdiv no CA
weekend no 5,6
extra_holidays no 2026-07-06

Request:

 
GET /v1/add-business-days?date=2026-07-02&days=5&region=US&subdiv=CA

Response:

 
json
{ "start": "2026-07-02", "days": 5, "result": "2026-07-10" }

(July 3 is the observed Independence Day holiday, plus two weekends, so five working days lands on July 10.)

3. Next business day — GET /v1/next-business-day

Returns the first working day after a date. Pass inclusive=true to allow the date itself if it is already a working day.

Param Required Example
date yes 2026-12-25
region yes US
inclusive no false
subdiv no CA
weekend no 5,6
extra_holidays no

Request:

 
GET /v1/next-business-day?date=2026-12-25&region=US

Response:

 
json
{ "from": "2026-12-25", "result": "2026-12-28" }

4. Business days between — GET /v1/business-days-between

Counts working days in the half-open interval (start, end]. Negative if end precedes start.

Param Required Example
start yes 2026-12-24
end yes 2026-12-31
region yes US
subdiv no CA
weekend no 5,6
extra_holidays no

Request:

 
GET /v1/business-days-between?start=2026-12-24&end=2026-12-31&region=US

Response:

 
json
{ "start": "2026-12-24", "end": "2026-12-31", "business_days": 4 }

Errors

  • 400 — bad input (malformed date, out-of-range weekend, unsupported region). Body: { "detail": "" }
  • 401 — missing or invalid key (handled by the marketplace layer).
  • 429 — rate limit exceeded.

International examples (demonstrate coverage, don't just claim it)

These show the regional parameters actually changing the result — the most credible thing a browsing developer can see. All values verified against the live calendars.

Subdivisions matter — same date, different answer

Epiphany (Jan 6, 2026, a Tuesday) is a public holiday in Bavaria but a normal working day in Berlin:

 
GET /v1/is-business-day?date=2026-01-06&region=DE&subdiv=BY
{ "date": "2026-01-06", "region": "DE", "is_business_day": false }

GET /v1/is-business-day?date=2026-01-06&region=DE&subdiv=BE
{ "date": "2026-01-06", "region": "DE", "is_business_day": true }

The arithmetic reflects it too — adding one working day to Wed June 3 skips Corpus Christi (Thu June 4) in Bavaria, but not in Berlin:

 
GET /v1/add-business-days?date=2026-06-03&days=1&region=DE&subdiv=BY
{ "start": "2026-06-03", "days": 1, "result": "2026-06-05" }

GET /v1/add-business-days?date=2026-06-03&days=1&region=DE&subdiv=BE
{ "start": "2026-06-03", "days": 1, "result": "2026-06-04" }

Non-Mon–Fri weekends

Egypt with a Friday/Saturday weekend — one working day after Thursday March 5 lands on Sunday March 8, not Friday:

 
GET /v1/add-business-days?date=2026-03-05&days=1&region=EG&weekend=4,5
{ "start": "2026-03-05", "days": 1, "result": "2026-03-08" }

GET /v1/next-business-day?date=2026-03-05&region=EG&weekend=4,5
{ "from": "2026-03-05", "result": "2026-03-08" }

Counting working days under a Friday/Saturday weekend (Saudi Arabia, Mar 1–8):

 
GET /v1/business-days-between?start=2026-03-01&end=2026-03-08&region=SA&weekend=4,5
{ "start": "2026-03-01", "end": "2026-03-08", "business_days": 5 }

Region changes the holiday set

July 3, 2026 is the observed US Independence Day holiday, but an ordinary working day in the UK:

 
GET /v1/is-business-day?date=2026-07-03&region=US
{ "date": "2026-07-03", "region": "US", "is_business_day": false }

GET /v1/is-business-day?date=2026-07-03&region=GB
{ "date": "2026-07-03", "region": "GB", "is_business_day": true }

Business-Day API FAQs

Each endpoint returns JSON data that indicates business day status, calculated dates, or the number of working days. For example, the "Is Business Day" endpoint returns whether a specific date is a working day, while the "Add Business Days" endpoint provides the resulting date after adding or subtracting business days.

Key fields in the response include "date" (the input date), "region" (the specified region), "is_business_day" (boolean for business day status), "result" (calculated date), and "business_days" (count of working days between two dates).

पैरामीटर में "तारीख" (आवश्यक), "क्षेत्र" (आवश्यक), "उपखंड" (उपखंडों के लिए वैकल्पिक), "सप्ताहांत" (कस्टम सप्ताहांत के लिए वैकल्पिक), "दिन" (दिन जोड़ने/घटाने के लिए आवश्यक), और "अतिरिक्त छुट्टियाँ" (कस्टम ब्लैकआउट तिथियों के लिए वैकल्पिक) शामिल हैं

The response data is structured in a JSON format with key-value pairs. Each endpoint's response contains relevant fields based on the request, such as "start," "end," and "result" for date calculations, allowing users to easily parse and utilize the information.

The data is sourced from official holiday calendars for over 100 countries and their subdivisions. The API maintains current holiday information to ensure accuracy, allowing users to rely on it for precise business day calculations.

विशेष उपयोग के मामलों में लॉजिस्टिक्स और डिलीवरी तिथि अनुमान, वित्तीय निपटान शेड्यूलिंग, SLA ट्रैकिंग, पेरोल प्रोसेसिंग और नियुक्ति शेड्यूलिंग शामिल हैं जहां सटीक व्यावसायिक दिवस की गणनाएँ संचालन के लिए महत्वपूर्ण हैं

Users can customize requests by specifying parameters such as "subdiv" for regional subdivisions, "weekend" for non-standard weekends, and "extra_holidays" for custom closures, tailoring the calculations to their specific needs.

Users can utilize the returned data by interpreting the "is_business_day" field to determine scheduling feasibility, using "result" for planning future dates, and leveraging "business_days" for understanding timelines between events or deadlines.

सामान्य FAQs

Zyla API Hub APIs के लिए एक बड़ा स्टोर जैसा है, जहाँ आप हजारों APIs एक ही जगह पर पा सकते हैं। हम सभी APIs की समर्पित सपोर्ट और रीयल-टाइम मॉनिटरिंग भी प्रदान करते हैं। एक बार साइन अप करने के बाद, आप चुन सकते हैं कि कौन सी APIs उपयोग करनी हैं। बस याद रखें, प्रत्येक API को अपनी स्वयं की सब्सक्रिप्शन की आवश्यकता होती है। लेकिन यदि आप कई APIs पर सब्सक्राइब करते हैं, तो आप सभी के लिए एक ही की का उपयोग करेंगे, जिससे आपके लिए चीज़ें आसान हो जाती हैं।
कीमतें USD (अमेरिकी डॉलर), EUR (यूरो), CAD (कनाडाई डॉलर), AUD (ऑस्ट्रेलियाई डॉलर), और GBP (ब्रिटिश पाउंड) में सूचीबद्ध हैं। हम सभी प्रमुख डेबिट और क्रेडिट कार्ड स्वीकार करते हैं। हमारा पेमेंट सिस्टम नवीनतम सुरक्षा तकनीक का उपयोग करता है और Stripe द्वारा संचालित है, जो दुनिया की सबसे विश्वसनीय पेमेंट कंपनियों में से एक है। यदि आपको कार्ड से पेमेंट करने में कोई समस्या हो, तो बस हमसे संपर्क करें [email protected]

इसके अलावा, यदि आपके पास पहले से ही इनमें से किसी भी करेंसी (USD, EUR, CAD, AUD, GBP) में एक सक्रिय सब्सक्रिप्शन है, तो बाद की सब्सक्रिप्शंस के लिए वही करेंसी बनी रहेगी। जब तक आपके पास कोई सक्रिय सब्सक्रिप्शन नहीं है, आप किसी भी समय करेंसी बदल सकते हैं।
प्राइसिंग पेज पर दिखाई देने वाली स्थानीय करेंसी आपके IP पते के देश पर आधारित है और केवल संदर्भ के लिए प्रदान की गई है। वास्तविक कीमतें USD (अमेरिकी डॉलर) में हैं। जब आप भुगतान करते हैं, तो आपके कार्ड स्टेटमेंट पर चार्ज USD में दिखाई देगा, भले ही हमारी वेबसाइट पर आपको आपकी स्थानीय करेंसी में समतुल्य राशि दिखाई दे। इसका अर्थ है कि आप सीधे अपनी स्थानीय करेंसी से भुगतान नहीं कर सकते।
कभी-कभी, बैंक फ्रॉड प्रोटेक्शन सेटिंग्स के कारण चार्ज को डिक्लाइन कर सकता है। हम सुझाव देते हैं कि आप पहले अपने बैंक से संपर्क करें कि क्या वे हमारे चार्ज को ब्लॉक कर रहे हैं। साथ ही, आप बिलिंग पोर्टल तक पहुंच सकते हैं और भुगतान करने के लिए जुड़े कार्ड को बदल सकते हैं। यदि यह काम नहीं करता और आपको अतिरिक्त सहायता की आवश्यकता है, तो कृपया हमारी टीम से संपर्क करें [email protected]
कीमतें पुनरावर्ती मासिक या वार्षिक सब्सक्रिप्शन के आधार पर निर्धारित की जाती हैं, जो चुने गए प्लान पर निर्भर करती हैं।
API कॉल्स आपके प्लान से सफल रिक्वेस्ट के आधार पर घटाई जाती हैं। प्रत्येक प्लान में प्रति माह आप जितनी कॉल कर सकते हैं उसकी एक विशेष संख्या होती है। केवल सफल कॉल्स, जो स्टेटस 200 रिस्पॉन्स से इंगित होती हैं, आपकी कुल संख्या से घटाई जाएँगी। इससे सुनिश्चित होता है कि असफल या अधूरी रिक्वेस्ट आपके मासिक कोटा को प्रभावित नहीं करतीं।
Zyla API Hub एक पुनरावर्ती मासिक सब्सक्रिप्शन सिस्टम पर काम करता है। आपका बिलिंग साइकल उस दिन से शुरू होगा जिस दिन आप किसी पेड प्लान को खरीदते हैं, और अगले महीने के उसी दिन नवीनीकृत होगा। इसलिए यदि आप भविष्य के चार्ज से बचना चाहते हैं, तो समय पर अपनी सब्सक्रिप्शन कैंसल करना सुनिश्चित करें।
अपनी मौजूदा सब्सक्रिप्शन प्लान को अपग्रेड करने के लिए, बस API के प्राइसिंग पेज पर जाएँ और वह प्लान चुनें जिस पर आप अपग्रेड करना चाहते हैं। अपग्रेड तुरंत प्रभावी होगा, जिससे आपको नए प्लान की सुविधाओं का तुरंत आनंद मिलेगा। कृपया ध्यान दें कि आपके पिछले प्लान से बची हुई कॉल्स नए प्लान में नहीं जोड़ी जाएँगी, इसलिए अपग्रेड करने से पहले इसे ध्यान में रखें। आपको नए प्लान की पूरी राशि चार्ज की जाएगी।
यह देखने के लिए कि आपके पास वर्तमान महीने के लिए कितनी API कॉल्स बची हैं, रिस्पॉन्स हेडर में "X-Zyla-API-Calls-Monthly-Remaining" फ़ील्ड देखें। उदाहरण के लिए, यदि आपके प्लान में प्रति माह 1,000 रिक्वेस्ट की अनुमति है और आपने 100 का उपयोग किया है, तो रिस्पॉन्स हेडर में यह फ़ील्ड 900 बची हुई कॉल्स दिखाएगा।
आपके प्लान में अनुमत API रिक्वेस्ट्स की अधिकतम संख्या देखने के लिए, "X-Zyla-RateLimit-Limit" रिस्पॉन्स हेडर देखें। उदाहरण के लिए, यदि आपके प्लान में प्रति माह 1,000 रिक्वेस्ट्स शामिल हैं, तो यह हेडर 1,000 दिखाएगा।
"X-Zyla-RateLimit-Reset" हेडर यह दिखाता है कि आपकी रेट लिमिट रीसेट होने में कितने सेकंड बचे हैं। यह आपको बताता है कि आपकी रिक्वेस्ट गिनती कब से फिर से शुरू होगी। उदाहरण के लिए, यदि यह 3,600 दिखाता है, तो इसका मतलब है कि लिमिट रीसेट होने में 3,600 सेकंड बचे हैं।
हाँ, आप कभी भी अपने अकाउंट में जाकर और बिलिंग पेज पर कैंसिलेशन विकल्प चुनकर अपना प्लान कैंसल कर सकते हैं। कृपया ध्यान दें कि अपग्रेड, डाउनग्रेड और कैंसिलेशन तुरंत प्रभावी होते हैं। साथ ही, कैंसल करने पर आपको सेवा तक पहुंच नहीं होगी, भले ही आपके कोटा में कॉल्स बची हों।
आपको बिना किसी प्रतिबद्धता के हमारी APIs का अनुभव करने का मौका देने के लिए, हम 7-दिवसीय फ्री ट्रायल प्रदान करते हैं, जो आपको 50 API कॉल्स तक मुफ्त में करने की अनुमति देता है। यह ट्रायल केवल एक बार उपयोग किया जा सकता है, इसलिए हम सलाह देते हैं कि आप इसे उस API पर लागू करें जिसमें आपको सबसे अधिक रुचि है। जबकि अधिकांश APIs फ्री ट्रायल प्रदान करते हैं, कुछ शायद न करें। ट्रायल 7 दिनों के बाद या 50 रिक्वेस्ट होने पर, जो भी पहले हो, समाप्त हो जाता है। यदि आप ट्रायल के दौरान 50 रिक्वेस्ट लिमिट तक पहुँच जाते हैं, तो रिक्वेस्ट जारी रखने के लिए आपको "Start Your Paid Plan" करना होगा। आप अपने प्रोफाइल में Subscription -> जिस API पर आप सब्सक्राइब हैं उसे चुनें -> Pricing टैब में "Start Your Paid Plan" बटन पा सकते हैं। यदि आप 7वें दिन से पहले अपनी सब्सक्रिप्शन कैंसल नहीं करते हैं, तो आपका फ्री ट्रायल समाप्त हो जाएगा और आपका प्लान अपने आप चार्ज हो जाएगा, जिससे आपको अपने प्लान में निर्दिष्ट सभी API कॉल्स तक पहुंच मिल जाएगी। अवांछित चार्ज से बचने के लिए कृपया इसे ध्यान में रखें।
7 दिनों के बाद, आपको उस प्लान की पूरी राशि चार्ज की जाएगी, जिस पर आप ट्रायल के दौरान सब्सक्राइब थे। इसलिए, ट्रायल अवधि समाप्त होने से पहले कैंसल करना महत्वपूर्ण है। समय पर कैंसल करना भूलने के लिए रिफंड अनुरोध स्वीकार नहीं किए जाते।
जब आप किसी API के फ्री ट्रायल पर सब्सक्राइब करते हैं, तो आप 50 API कॉल्स तक कर सकते हैं। यदि आप इस लिमिट से आगे अतिरिक्त API कॉल्स करना चाहते हैं, तो API आपको "Start Your Paid Plan" करने का संकेत देगा। आप अपने प्रोफाइल में Subscription -> जिस API पर आप सब्सक्राइब हैं उसे चुनें -> Pricing टैब में "Start Your Paid Plan" बटन पा सकते हैं।
पAYOUT ऑर्डर्स महीने की 20 तारीख से 30 तारीख के बीच प्रोसेस किए जाते हैं। यदि आप अपना अनुरोध 20 तारीख से पहले सबमिट करते हैं, तो आपका पेमेंट इस समयावधि के भीतर प्रोसेस किया जाएगा।
आप तुरंत सहायता प्राप्त करने के लिए हमारे चैट चैनल के माध्यम से हमसे संपर्क कर सकते हैं। हम हमेशा सुबह 8 बजे से शाम 5 बजे (EST) तक ऑनलाइन रहते हैं। यदि आप हमें उस समय के बाद संपर्क करते हैं, तो हम यथाशीघ्र आपसे संपर्क करेंगे। इसके अलावा, आप हमें ईमेल के माध्यम से भी संपर्क कर सकते हैं [email protected]

संबंधित APIs


आपको ये भी पसंद आ सकते हैं