{"info":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","description":"<html><head></head><body><h2 id=\"calendar-api\">Calendar API</h2>\n<p><a href=\"https://calendar-api.ma\">Calendar API Website</a></p>\n<p>This interactive panel allows you to explore the whole API and to understand the different datastructures and parameters<br>used by every endpoint. You can also test every <strong>active</strong> APIKey you have.</p>\n<h2 id=\"create-your-apikey\">Create your APIKey</h2>\n<p>Register <a href=\"https://calendar-api.ma/register\">Here</a> and login to your console to manage your API Keys.</p>\n<h2 id=\"setup-your-apikey\">Setup your APIKey</h2>\n<p>Copy any <strong>active</strong> APIKey from your console and set it the <code>{{keyapi}}</code> variable.</p>\n<p>That's it :-), now you can explore any endpoint</p>\n<h2 id=\"holidays\">Holidays</h2>\n<p>This API allows to list, search and check if a <code>date</code> is a Moroccan holiday.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>/holidays/is-holiday</strong></td>\n<td>Checks if a date is an <code>Official</code> Holiday</td>\n</tr>\n<tr>\n<td><strong>/holidays/{year}</strong></td>\n<td>List the holidays of the year.</td>\n</tr>\n<tr>\n<td><strong>/holidays</strong></td>\n<td>Lists all national Holidays. Since Morocco is a Kingdom, there are some Holidays that depend on the birthday of the current King.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>N.B:</strong><br>Please note that if it's a <strong>future</strong> <code>year</code>, the <strong>religious holidays</strong> are <code>Estimated</code> and not official because they depend on the moon sighting.</p>\n<p>Once confirmed, the Holiday becomes <code>Official</code> and the adequate flag will be updated accordingly.</p>\n<h2 id=\"business-days-bdays\">Business Days (bdays)</h2>\n<p>This API calculates the <code>next</code> and <code>previous</code> <strong>Open Business Day</strong> of a date. You can also get the Open Days for a whole year or any month of a year</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>/bdays/{year}</strong></td>\n<td>Generate the Business days for the whole <code>year</code></td>\n</tr>\n<tr>\n<td><strong>/bdays/{year}/{month}</strong></td>\n<td>Generate the Business days of a <code>month</code> of the <code>year</code></td>\n</tr>\n<tr>\n<td><strong>/bdays/next</strong></td>\n<td>Calculate <strong>the next</strong> Open day relative to the provided <code>date</code></td>\n</tr>\n<tr>\n<td><strong>/bdays/previous</strong></td>\n<td>Calculate <strong>the previous</strong> Open day relative to the provided <code>date</code></td>\n</tr>\n<tr>\n<td><strong>/bdays/count</strong></td>\n<td>Count the business days between 2 dates (included)</td>\n</tr>\n<tr>\n<td><strong>/bdays/between</strong></td>\n<td>List the business days between 2 dates (included)</td>\n</tr>\n<tr>\n<td><strong>/bdays/span/month</strong></td>\n<td>Calculate the interval (Start/End date) of a <code>month</code>. i.e: Interval of the month 5 of year 2025</td>\n</tr>\n<tr>\n<td><strong>/bdays/span/quarter</strong></td>\n<td>Calculate the interval (Start/End date) of a <code>quarter</code>. i.e: Interval of the Q2 of year 2024</td>\n</tr>\n<tr>\n<td><strong>/bdays/span/semester</strong></td>\n<td>Calculate the interval (Start/End date) of a <code>semester</code>. i.e: Interval of the S1 of year 2026</td>\n</tr>\n<tr>\n<td><strong>/bdays/span/year</strong></td>\n<td>Calculate the interval (Start/End date) of the <code>year</code>. i.e: Interval of the year 2021</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"data-dictionary\">Data dictionary</h2>\n<h3 id=\"holiday-type\">Holiday Type:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>National</strong></td>\n<td>The date is a national Holiday</td>\n</tr>\n<tr>\n<td><strong>Religious</strong></td>\n<td>The date is a Religious Holiday (Check the status if it's Confirmed or not)</td>\n</tr>\n<tr>\n<td><strong>Exceptional</strong></td>\n<td>The date is an exceptional Holiday</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"holidaystatus-status\">HolidayStatus (status)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Official</strong></td>\n<td>The Holiday is Official</td>\n</tr>\n<tr>\n<td><strong>Estimated</strong></td>\n<td>Religious Holidays are estimated before the moon sighting</td>\n</tr>\n</tbody>\n</table>\n</div><p>Contact:<br>Name: UNRAVEL DESIGNS<br>Email: <a href=\"https://mailto:ud@unraveldesigns.ma\">ud@unraveldesigns.ma</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9897118","collectionId":"5670ab5f-fcb8-4be7-9580-09801ddf2177","publishedId":"2sBYArSrTN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-18T16:29:36.000Z"},"item":[{"name":"Health","item":[{"name":"API Health","event":[{"listen":"test","script":{"id":"2a77f347-c65f-433e-8fe9-662528f6f7e6","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});","","pm.test(\"Response time is less than 500ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(500);","});","","pm.test(\"Response body has api_status equal to UP\", function () {","    const jsonData = pm.response.json();","    pm.expect(jsonData.api_status).to.eql(\"UP\");","});","","pm.test(\"Response body has appname equal to calendar-api\", function () {","    const jsonData = pm.response.json();","    pm.expect(jsonData.appname).to.eql(\"calendar-api\");","});","","pm.test(\"Content-Type header includes application/json\", function () {","    pm.expect(pm.response.headers.get(\"Content-Type\")).to.include(\"application/json\");","});"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fa6e70ef-ea96-4063-9be9-92dffd701dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/health","urlObject":{"path":["health"],"host":["https://calendar-api.ma"],"query":[],"variable":[]}},"response":[{"id":"d5887dce-42a3-4916-8f4e-ed5b5df15d66","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":"https://calendar-api.ma/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"api_status\": true,\n  \"appname\": \"calendar-api\"\n}"},{"id":"8b657960-bfff-4e88-8142-b6eb37f4bc51","name":"API Health","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/health"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 15:57:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"44"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"api_status\": \"UP\",\n    \"appname\": \"calendar-api\"\n}"}],"_postman_id":"fa6e70ef-ea96-4063-9be9-92dffd701dcd"}],"id":"f16db243-7450-4e72-b49d-0fe035b0f5f8","description":"<p>Misc endpoints</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"946b96b6-024d-44ff-8bae-8610e1f74f4f","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"c9e34bff-36f8-49e2-a9b6-da57d44432fa","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"f16db243-7450-4e72-b49d-0fe035b0f5f8"},{"name":"Business Days (bdays)","item":[{"name":"Next bday","id":"563e840f-7b2e-424d-b204-b360c299b016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/next?date=2025-11-17","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","next"],"host":["https://calendar-api.ma"],"query":[{"key":"date","value":"2025-11-17"}],"variable":[]}},"response":[{"id":"b07ebee6-9696-41aa-9e73-00e15885e6d7","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/next?date=2025-11-17","host":["https://calendar-api.ma"],"path":["api","v1","bdays","next"],"query":[{"key":"date","value":"2025-11-17"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"date\": \"2025-07-09\",\n  \"next_date\": \"1965-10-10\"\n}"},{"id":"17fce5c2-2394-422b-94c3-002e09abf728","name":"Next bday","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/next?date=2025-11-17","host":["https://calendar-api.ma"],"path":["api","v1","bdays","next"],"query":[{"key":"date","value":"2025-11-17"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:15:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2025-11-17\",\n    \"next_date\": \"2025-11-19\"\n}"},{"id":"8743748d-0872-4b1c-b034-75415c39a427","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/next?date=2025-11-17","host":["https://calendar-api.ma"],"path":["api","v1","bdays","next"],"query":[{"key":"date","value":"2025-11-17"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"}],"_postman_id":"563e840f-7b2e-424d-b204-b360c299b016"},{"name":"Previous bday","id":"af029308-25c7-4c80-98ba-7e7f35c7eb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/previous?date=2025-11-19","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","previous"],"host":["https://calendar-api.ma"],"query":[{"key":"date","value":"2025-11-19"}],"variable":[]}},"response":[{"id":"2a76a7cc-a1f7-4af9-a2c1-629e13b36263","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/previous?date=2025-11-19","host":["https://calendar-api.ma"],"path":["api","v1","bdays","previous"],"query":[{"key":"date","value":"2025-11-19"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"date\": \"2008-10-28\",\n  \"previous_date\": \"1957-11-09\"\n}"},{"id":"2263b98a-35a9-479e-afbd-03591c0e1af1","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/previous?date=2025-11-19","host":["https://calendar-api.ma"],"path":["api","v1","bdays","previous"],"query":[{"key":"date","value":"2025-11-19"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"d20a1d60-7abe-4518-b7dd-a390834437ef","name":"Previous bday","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/previous?date=2025-11-19","host":["https://calendar-api.ma"],"path":["api","v1","bdays","previous"],"query":[{"key":"date","value":"2025-11-19"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:15:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"50"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2025-11-19\",\n    \"previous_date\": \"2025-11-17\"\n}"}],"_postman_id":"af029308-25c7-4c80-98ba-7e7f35c7eb9b"},{"name":"bdays by month","id":"3b5dce79-4a52-4bda-9d13-4782fece5f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/:year/:month","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays",":year",":month"],"host":["https://calendar-api.ma"],"query":[],"variable":[{"id":"b466f00d-0d5d-4fb7-9ba9-5bc70e637eaf","description":{"content":"<p>Year</p>\n","type":"text/plain"},"type":"any","value":"2025","key":"year"},{"id":"fa414bf8-0633-49a7-8ccb-a465049f2215","description":{"content":"<p>Month of the Year</p>\n","type":"text/plain"},"type":"any","value":"1","key":"month"}]}},"response":[{"id":"94f6acaf-2d19-4b95-b857-ff7a68a05dee","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-API-KEY","value":"<API Key>","description":"Added as a part of security scheme: apikey"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/:year/:month","host":["https://calendar-api.ma"],"path":["api","v1","bdays",":year",":month"],"variable":[{"key":"year","value":"2026","description":"Year"},{"key":"month","value":"1","description":"Month of the Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:09:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"364"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"ref\": \"bdays-2026-01\",\n    \"min_date\": \"2026-01-02\",\n    \"max_date\": \"2026-01-30\",\n    \"freq\": \"D\",\n    \"nitems\": 20,\n    \"serie\": [\n        \"2026-01-02\",\n        \"2026-01-05\",\n        \"2026-01-06\",\n        \"2026-01-07\",\n        \"2026-01-08\",\n        \"2026-01-09\",\n        \"2026-01-12\",\n        \"2026-01-13\",\n        \"2026-01-15\",\n        \"2026-01-16\",\n        \"2026-01-19\",\n        \"2026-01-20\",\n        \"2026-01-21\",\n        \"2026-01-22\",\n        \"2026-01-23\",\n        \"2026-01-26\",\n        \"2026-01-27\",\n        \"2026-01-28\",\n        \"2026-01-29\",\n        \"2026-01-30\"\n    ]\n}"},{"id":"df72d3e8-2145-4ec3-9fab-df237d912aa8","name":"bdays by month","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/:year/:month","host":["https://calendar-api.ma"],"path":["api","v1","bdays",":year",":month"],"variable":[{"key":"year","value":"2025","description":"Year"},{"key":"month","value":"1","description":"Month of the Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:14:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"377"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"ref\": \"bdays-2025-01\",\n    \"min_date\": \"2025-01-02\",\n    \"max_date\": \"2025-01-31\",\n    \"freq\": \"D\",\n    \"nitems\": 21,\n    \"serie\": [\n        \"2025-01-02\",\n        \"2025-01-03\",\n        \"2025-01-06\",\n        \"2025-01-07\",\n        \"2025-01-08\",\n        \"2025-01-09\",\n        \"2025-01-10\",\n        \"2025-01-13\",\n        \"2025-01-15\",\n        \"2025-01-16\",\n        \"2025-01-17\",\n        \"2025-01-20\",\n        \"2025-01-21\",\n        \"2025-01-22\",\n        \"2025-01-23\",\n        \"2025-01-24\",\n        \"2025-01-27\",\n        \"2025-01-28\",\n        \"2025-01-29\",\n        \"2025-01-30\",\n        \"2025-01-31\"\n    ]\n}"}],"_postman_id":"3b5dce79-4a52-4bda-9d13-4782fece5f41"},{"name":"bdays by year","id":"3afcc83a-06c6-4b3a-b146-9ae059484fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/:year","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays",":year"],"host":["https://calendar-api.ma"],"query":[],"variable":[{"id":"88f48549-e571-49ed-8623-383a902ac600","description":{"content":"<p>Year</p>\n","type":"text/plain"},"type":"any","value":"2025","key":"year"}]}},"response":[{"id":"fb6830d5-4ade-4294-af0c-5faa7b696d29","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/:year","host":["https://calendar-api.ma"],"path":["api","v1","bdays",":year"],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ref\": \"string\",\n  \"min_date\": \"1973-10-28\",\n  \"max_date\": \"1948-06-06\",\n  \"freq\": \"ND\",\n  \"nitems\": 9988,\n  \"serie\": [\n    \"2020-09-04\",\n    \"1960-04-23\"\n  ]\n}"},{"id":"e77716ae-f9b2-4c85-bd86-a600b0347320","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/:year","host":["https://calendar-api.ma"],"path":["api","v1","bdays",":year"],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"e1d13ddd-6ce7-4eda-b5f3-5c3c0e3ad230","name":"bdays by year","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/:year","host":["https://calendar-api.ma"],"path":["api","v1","bdays",":year"],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:15:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"653"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"Accept-Encoding"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"ref\": \"bdays-2025\",\n    \"min_date\": \"2025-01-02\",\n    \"max_date\": \"2025-12-31\",\n    \"freq\": \"D\",\n    \"nitems\": 247,\n    \"serie\": [\n        \"2025-01-02\",\n        \"2025-01-03\",\n        \"2025-01-06\",\n        \"2025-01-07\",\n        \"2025-01-08\",\n        \"2025-01-09\",\n        \"2025-01-10\",\n        \"2025-01-13\",\n        \"2025-01-15\",\n        \"2025-01-16\",\n        \"2025-01-17\",\n        \"2025-01-20\",\n        \"2025-01-21\",\n        \"2025-01-22\",\n        \"2025-01-23\",\n        \"2025-01-24\",\n        \"2025-01-27\",\n        \"2025-01-28\",\n        \"2025-01-29\",\n        \"2025-01-30\",\n        \"2025-01-31\",\n        \"2025-02-03\",\n        \"2025-02-04\",\n        \"2025-02-05\",\n        \"2025-02-06\",\n        \"2025-02-07\",\n        \"2025-02-10\",\n        \"2025-02-11\",\n        \"2025-02-12\",\n        \"2025-02-13\",\n        \"2025-02-14\",\n        \"2025-02-17\",\n        \"2025-02-18\",\n        \"2025-02-19\",\n        \"2025-02-20\",\n        \"2025-02-21\",\n        \"2025-02-24\",\n        \"2025-02-25\",\n        \"2025-02-26\",\n        \"2025-02-27\",\n        \"2025-02-28\",\n        \"2025-03-03\",\n        \"2025-03-04\",\n        \"2025-03-05\",\n        \"2025-03-06\",\n        \"2025-03-07\",\n        \"2025-03-10\",\n        \"2025-03-11\",\n        \"2025-03-12\",\n        \"2025-03-13\",\n        \"2025-03-14\",\n        \"2025-03-17\",\n        \"2025-03-18\",\n        \"2025-03-19\",\n        \"2025-03-20\",\n        \"2025-03-21\",\n        \"2025-03-24\",\n        \"2025-03-25\",\n        \"2025-03-26\",\n        \"2025-03-27\",\n        \"2025-03-28\",\n        \"2025-04-02\",\n        \"2025-04-03\",\n        \"2025-04-04\",\n        \"2025-04-07\",\n        \"2025-04-08\",\n        \"2025-04-09\",\n        \"2025-04-10\",\n        \"2025-04-11\",\n        \"2025-04-14\",\n        \"2025-04-15\",\n        \"2025-04-16\",\n        \"2025-04-17\",\n        \"2025-04-18\",\n        \"2025-04-21\",\n        \"2025-04-22\",\n        \"2025-04-23\",\n        \"2025-04-24\",\n        \"2025-04-25\",\n        \"2025-04-28\",\n        \"2025-04-29\",\n        \"2025-04-30\",\n        \"2025-05-02\",\n        \"2025-05-05\",\n        \"2025-05-06\",\n        \"2025-05-07\",\n        \"2025-05-08\",\n        \"2025-05-09\",\n        \"2025-05-12\",\n        \"2025-05-13\",\n        \"2025-05-14\",\n        \"2025-05-15\",\n        \"2025-05-16\",\n        \"2025-05-19\",\n        \"2025-05-20\",\n        \"2025-05-21\",\n        \"2025-05-22\",\n        \"2025-05-23\",\n        \"2025-05-26\",\n        \"2025-05-27\",\n        \"2025-05-28\",\n        \"2025-05-29\",\n        \"2025-05-30\",\n        \"2025-06-02\",\n        \"2025-06-03\",\n        \"2025-06-04\",\n        \"2025-06-05\",\n        \"2025-06-06\",\n        \"2025-06-10\",\n        \"2025-06-11\",\n        \"2025-06-12\",\n        \"2025-06-13\",\n        \"2025-06-16\",\n        \"2025-06-17\",\n        \"2025-06-18\",\n        \"2025-06-19\",\n        \"2025-06-20\",\n        \"2025-06-23\",\n        \"2025-06-24\",\n        \"2025-06-25\",\n        \"2025-06-26\",\n        \"2025-06-30\",\n        \"2025-07-01\",\n        \"2025-07-02\",\n        \"2025-07-03\",\n        \"2025-07-04\",\n        \"2025-07-07\",\n        \"2025-07-08\",\n        \"2025-07-09\",\n        \"2025-07-10\",\n        \"2025-07-11\",\n        \"2025-07-14\",\n        \"2025-07-15\",\n        \"2025-07-16\",\n        \"2025-07-17\",\n        \"2025-07-18\",\n        \"2025-07-21\",\n        \"2025-07-22\",\n        \"2025-07-23\",\n        \"2025-07-24\",\n        \"2025-07-25\",\n        \"2025-07-28\",\n        \"2025-07-29\",\n        \"2025-07-31\",\n        \"2025-08-01\",\n        \"2025-08-04\",\n        \"2025-08-05\",\n        \"2025-08-06\",\n        \"2025-08-07\",\n        \"2025-08-08\",\n        \"2025-08-11\",\n        \"2025-08-12\",\n        \"2025-08-13\",\n        \"2025-08-15\",\n        \"2025-08-18\",\n        \"2025-08-19\",\n        \"2025-08-22\",\n        \"2025-08-25\",\n        \"2025-08-26\",\n        \"2025-08-27\",\n        \"2025-08-28\",\n        \"2025-08-29\",\n        \"2025-09-01\",\n        \"2025-09-02\",\n        \"2025-09-03\",\n        \"2025-09-04\",\n        \"2025-09-08\",\n        \"2025-09-09\",\n        \"2025-09-10\",\n        \"2025-09-11\",\n        \"2025-09-12\",\n        \"2025-09-15\",\n        \"2025-09-16\",\n        \"2025-09-17\",\n        \"2025-09-18\",\n        \"2025-09-19\",\n        \"2025-09-22\",\n        \"2025-09-23\",\n        \"2025-09-24\",\n        \"2025-09-25\",\n        \"2025-09-26\",\n        \"2025-09-29\",\n        \"2025-09-30\",\n        \"2025-10-01\",\n        \"2025-10-02\",\n        \"2025-10-03\",\n        \"2025-10-06\",\n        \"2025-10-07\",\n        \"2025-10-08\",\n        \"2025-10-09\",\n        \"2025-10-10\",\n        \"2025-10-13\",\n        \"2025-10-14\",\n        \"2025-10-15\",\n        \"2025-10-16\",\n        \"2025-10-17\",\n        \"2025-10-20\",\n        \"2025-10-21\",\n        \"2025-10-22\",\n        \"2025-10-23\",\n        \"2025-10-24\",\n        \"2025-10-27\",\n        \"2025-10-28\",\n        \"2025-10-29\",\n        \"2025-10-30\",\n        \"2025-10-31\",\n        \"2025-11-03\",\n        \"2025-11-04\",\n        \"2025-11-05\",\n        \"2025-11-07\",\n        \"2025-11-10\",\n        \"2025-11-11\",\n        \"2025-11-12\",\n        \"2025-11-13\",\n        \"2025-11-14\",\n        \"2025-11-17\",\n        \"2025-11-19\",\n        \"2025-11-20\",\n        \"2025-11-21\",\n        \"2025-11-24\",\n        \"2025-11-25\",\n        \"2025-11-26\",\n        \"2025-11-27\",\n        \"2025-11-28\",\n        \"2025-12-01\",\n        \"2025-12-02\",\n        \"2025-12-03\",\n        \"2025-12-04\",\n        \"2025-12-05\",\n        \"2025-12-08\",\n        \"2025-12-09\",\n        \"2025-12-10\",\n        \"2025-12-11\",\n        \"2025-12-12\",\n        \"2025-12-15\",\n        \"2025-12-16\",\n        \"2025-12-17\",\n        \"2025-12-18\",\n        \"2025-12-19\",\n        \"2025-12-22\",\n        \"2025-12-23\",\n        \"2025-12-24\",\n        \"2025-12-25\",\n        \"2025-12-26\",\n        \"2025-12-29\",\n        \"2025-12-30\",\n        \"2025-12-31\"\n    ]\n}"}],"_postman_id":"3afcc83a-06c6-4b3a-b146-9ae059484fda"},{"name":"bdays count","id":"33418a1e-4a48-4c31-87ab-9681382ff1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/count?start=2025-06-01&end=2026-06-30","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","count"],"host":["https://calendar-api.ma"],"query":[{"key":"start","value":"2025-06-01"},{"key":"end","value":"2026-06-30"}],"variable":[]}},"response":[{"id":"38929562-8acb-4659-bfc8-7a3fc3b0f222","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/count?start=2012-11-08&end=2012-11-08","host":["https://calendar-api.ma"],"path":["api","v1","bdays","count"],"query":[{"key":"start","value":"2012-11-08"},{"key":"end","value":"2012-11-08"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": 9911,\n  \"end_date\": \"1986-10-30\",\n  \"freq\": \"Q\",\n  \"start_date\": \"2020-01-25\"\n}"},{"id":"c11f47a8-cab9-439e-b415-d1f94afd1672","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/count?start=2012-11-08&end=2012-11-08","host":["https://calendar-api.ma"],"path":["api","v1","bdays","count"],"query":[{"key":"start","value":"2012-11-08"},{"key":"end","value":"2012-11-08"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"f902ba2d-24fd-4445-98ae-3b23d12c3ae2","name":"bdays count","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/count?start=2025-06-01&end=2026-06-30","host":["https://calendar-api.ma"],"path":["api","v1","bdays","count"],"query":[{"key":"start","value":"2025-06-01"},{"key":"end","value":"2026-06-30"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:16:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"74"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"start_date\": \"2025-06-02\",\n    \"end_date\": \"2026-06-30\",\n    \"count\": 264,\n    \"freq\": \"D\"\n}"}],"_postman_id":"33418a1e-4a48-4c31-87ab-9681382ff1a7"},{"name":"bdays between","id":"c41aa1b3-7242-46ca-a168-38b45b42477d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/between?start=2025-06-01&end=2026-06-30","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","between"],"host":["https://calendar-api.ma"],"query":[{"key":"start","value":"2025-06-01"},{"key":"end","value":"2026-06-30"}],"variable":[]}},"response":[{"id":"a3e3a13c-4bb0-4fa0-a710-fe59f3caa31a","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/between?start=2012-11-08&end=2012-11-08","host":["https://calendar-api.ma"],"path":["api","v1","bdays","between"],"query":[{"key":"start","value":"2012-11-08"},{"key":"end","value":"2012-11-08"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ref\": \"string\",\n  \"min_date\": \"1973-10-28\",\n  \"max_date\": \"1948-06-06\",\n  \"freq\": \"ND\",\n  \"nitems\": 9988,\n  \"serie\": [\n    \"2020-09-04\",\n    \"1960-04-23\"\n  ]\n}"},{"id":"53222017-e1b1-4ccd-92f3-c098f678bd05","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/between?start=2012-11-08&end=2012-11-08","host":["https://calendar-api.ma"],"path":["api","v1","bdays","between"],"query":[{"key":"start","value":"2012-11-08"},{"key":"end","value":"2012-11-08"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"84d1b495-dd6a-4e3b-8fae-9348ad7acef5","name":"bdays between","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/between?start=2025-06-01&end=2026-06-30","host":["https://calendar-api.ma"],"path":["api","v1","bdays","between"],"query":[{"key":"start","value":"2025-06-01"},{"key":"end","value":"2026-06-30"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:17:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"673"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"Accept-Encoding"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"ref\": \"bdays\",\n    \"min_date\": \"2025-06-02\",\n    \"max_date\": \"2026-06-30\",\n    \"freq\": \"D\",\n    \"nitems\": 264,\n    \"serie\": [\n        \"2025-06-02\",\n        \"2025-06-03\",\n        \"2025-06-04\",\n        \"2025-06-05\",\n        \"2025-06-06\",\n        \"2025-06-10\",\n        \"2025-06-11\",\n        \"2025-06-12\",\n        \"2025-06-13\",\n        \"2025-06-16\",\n        \"2025-06-17\",\n        \"2025-06-18\",\n        \"2025-06-19\",\n        \"2025-06-20\",\n        \"2025-06-23\",\n        \"2025-06-24\",\n        \"2025-06-25\",\n        \"2025-06-26\",\n        \"2025-06-30\",\n        \"2025-07-01\",\n        \"2025-07-02\",\n        \"2025-07-03\",\n        \"2025-07-04\",\n        \"2025-07-07\",\n        \"2025-07-08\",\n        \"2025-07-09\",\n        \"2025-07-10\",\n        \"2025-07-11\",\n        \"2025-07-14\",\n        \"2025-07-15\",\n        \"2025-07-16\",\n        \"2025-07-17\",\n        \"2025-07-18\",\n        \"2025-07-21\",\n        \"2025-07-22\",\n        \"2025-07-23\",\n        \"2025-07-24\",\n        \"2025-07-25\",\n        \"2025-07-28\",\n        \"2025-07-29\",\n        \"2025-07-31\",\n        \"2025-08-01\",\n        \"2025-08-04\",\n        \"2025-08-05\",\n        \"2025-08-06\",\n        \"2025-08-07\",\n        \"2025-08-08\",\n        \"2025-08-11\",\n        \"2025-08-12\",\n        \"2025-08-13\",\n        \"2025-08-15\",\n        \"2025-08-18\",\n        \"2025-08-19\",\n        \"2025-08-22\",\n        \"2025-08-25\",\n        \"2025-08-26\",\n        \"2025-08-27\",\n        \"2025-08-28\",\n        \"2025-08-29\",\n        \"2025-09-01\",\n        \"2025-09-02\",\n        \"2025-09-03\",\n        \"2025-09-04\",\n        \"2025-09-08\",\n        \"2025-09-09\",\n        \"2025-09-10\",\n        \"2025-09-11\",\n        \"2025-09-12\",\n        \"2025-09-15\",\n        \"2025-09-16\",\n        \"2025-09-17\",\n        \"2025-09-18\",\n        \"2025-09-19\",\n        \"2025-09-22\",\n        \"2025-09-23\",\n        \"2025-09-24\",\n        \"2025-09-25\",\n        \"2025-09-26\",\n        \"2025-09-29\",\n        \"2025-09-30\",\n        \"2025-10-01\",\n        \"2025-10-02\",\n        \"2025-10-03\",\n        \"2025-10-06\",\n        \"2025-10-07\",\n        \"2025-10-08\",\n        \"2025-10-09\",\n        \"2025-10-10\",\n        \"2025-10-13\",\n        \"2025-10-14\",\n        \"2025-10-15\",\n        \"2025-10-16\",\n        \"2025-10-17\",\n        \"2025-10-20\",\n        \"2025-10-21\",\n        \"2025-10-22\",\n        \"2025-10-23\",\n        \"2025-10-24\",\n        \"2025-10-27\",\n        \"2025-10-28\",\n        \"2025-10-29\",\n        \"2025-10-30\",\n        \"2025-10-31\",\n        \"2025-11-03\",\n        \"2025-11-04\",\n        \"2025-11-05\",\n        \"2025-11-07\",\n        \"2025-11-10\",\n        \"2025-11-11\",\n        \"2025-11-12\",\n        \"2025-11-13\",\n        \"2025-11-14\",\n        \"2025-11-17\",\n        \"2025-11-19\",\n        \"2025-11-20\",\n        \"2025-11-21\",\n        \"2025-11-24\",\n        \"2025-11-25\",\n        \"2025-11-26\",\n        \"2025-11-27\",\n        \"2025-11-28\",\n        \"2025-12-01\",\n        \"2025-12-02\",\n        \"2025-12-03\",\n        \"2025-12-04\",\n        \"2025-12-05\",\n        \"2025-12-08\",\n        \"2025-12-09\",\n        \"2025-12-10\",\n        \"2025-12-11\",\n        \"2025-12-12\",\n        \"2025-12-15\",\n        \"2025-12-16\",\n        \"2025-12-17\",\n        \"2025-12-18\",\n        \"2025-12-19\",\n        \"2025-12-22\",\n        \"2025-12-23\",\n        \"2025-12-24\",\n        \"2025-12-25\",\n        \"2025-12-26\",\n        \"2025-12-29\",\n        \"2025-12-30\",\n        \"2025-12-31\",\n        \"2026-01-02\",\n        \"2026-01-05\",\n        \"2026-01-06\",\n        \"2026-01-07\",\n        \"2026-01-08\",\n        \"2026-01-09\",\n        \"2026-01-12\",\n        \"2026-01-13\",\n        \"2026-01-15\",\n        \"2026-01-16\",\n        \"2026-01-19\",\n        \"2026-01-20\",\n        \"2026-01-21\",\n        \"2026-01-22\",\n        \"2026-01-23\",\n        \"2026-01-26\",\n        \"2026-01-27\",\n        \"2026-01-28\",\n        \"2026-01-29\",\n        \"2026-01-30\",\n        \"2026-02-02\",\n        \"2026-02-03\",\n        \"2026-02-04\",\n        \"2026-02-05\",\n        \"2026-02-06\",\n        \"2026-02-09\",\n        \"2026-02-10\",\n        \"2026-02-11\",\n        \"2026-02-12\",\n        \"2026-02-13\",\n        \"2026-02-16\",\n        \"2026-02-17\",\n        \"2026-02-18\",\n        \"2026-02-19\",\n        \"2026-02-20\",\n        \"2026-02-23\",\n        \"2026-02-24\",\n        \"2026-02-25\",\n        \"2026-02-26\",\n        \"2026-02-27\",\n        \"2026-03-02\",\n        \"2026-03-03\",\n        \"2026-03-04\",\n        \"2026-03-05\",\n        \"2026-03-06\",\n        \"2026-03-09\",\n        \"2026-03-10\",\n        \"2026-03-11\",\n        \"2026-03-12\",\n        \"2026-03-13\",\n        \"2026-03-16\",\n        \"2026-03-17\",\n        \"2026-03-18\",\n        \"2026-03-19\",\n        \"2026-03-24\",\n        \"2026-03-25\",\n        \"2026-03-26\",\n        \"2026-03-27\",\n        \"2026-03-30\",\n        \"2026-03-31\",\n        \"2026-04-01\",\n        \"2026-04-02\",\n        \"2026-04-03\",\n        \"2026-04-06\",\n        \"2026-04-07\",\n        \"2026-04-08\",\n        \"2026-04-09\",\n        \"2026-04-10\",\n        \"2026-04-13\",\n        \"2026-04-14\",\n        \"2026-04-15\",\n        \"2026-04-16\",\n        \"2026-04-17\",\n        \"2026-04-20\",\n        \"2026-04-21\",\n        \"2026-04-22\",\n        \"2026-04-23\",\n        \"2026-04-24\",\n        \"2026-04-27\",\n        \"2026-04-28\",\n        \"2026-04-29\",\n        \"2026-04-30\",\n        \"2026-05-04\",\n        \"2026-05-05\",\n        \"2026-05-06\",\n        \"2026-05-07\",\n        \"2026-05-08\",\n        \"2026-05-11\",\n        \"2026-05-12\",\n        \"2026-05-13\",\n        \"2026-05-14\",\n        \"2026-05-15\",\n        \"2026-05-18\",\n        \"2026-05-19\",\n        \"2026-05-20\",\n        \"2026-05-21\",\n        \"2026-05-22\",\n        \"2026-05-25\",\n        \"2026-05-26\",\n        \"2026-06-01\",\n        \"2026-06-02\",\n        \"2026-06-03\",\n        \"2026-06-04\",\n        \"2026-06-05\",\n        \"2026-06-08\",\n        \"2026-06-09\",\n        \"2026-06-10\",\n        \"2026-06-11\",\n        \"2026-06-12\",\n        \"2026-06-15\",\n        \"2026-06-16\",\n        \"2026-06-18\",\n        \"2026-06-19\",\n        \"2026-06-22\",\n        \"2026-06-23\",\n        \"2026-06-24\",\n        \"2026-06-25\",\n        \"2026-06-26\",\n        \"2026-06-29\",\n        \"2026-06-30\"\n    ]\n}"}],"_postman_id":"c41aa1b3-7242-46ca-a168-38b45b42477d"},{"name":"Span Month","id":"d85a795f-0021-4f4a-9a44-8ad6e980cf64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/span/month?year=2026&month=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","span","month"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Year</p>\n","type":"text/plain"},"key":"year","value":"2026"},{"description":{"content":"<p>Month of the Year</p>\n","type":"text/plain"},"key":"month","value":"1"}],"variable":[]}},"response":[{"id":"6bca06ac-727e-4972-b622-5b5aa0fddf42","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/month?year=2025&month=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","month"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Month of the Year","key":"month","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_code\": \"string\",\n  \"end_date\": \"1956-10-03\",\n  \"mode_calendar\": \"D\",\n  \"month\": 1820,\n  \"quarter\": 1253,\n  \"semester\": 715,\n  \"start_date\": \"2017-02-15\",\n  \"year\": 3668\n}"},{"id":"a727cd8a-9b22-4e80-b1e5-59311b329a42","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/month?year=2025&month=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","month"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Month of the Year","key":"month","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"f5c09f15-9ce1-41d9-9597-c477c4d78fca","name":"Span Month","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/month?year=2026&month=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","month"],"query":[{"key":"year","value":"2026","description":"Year"},{"key":"month","value":"1","description":"Month of the Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:17:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"start_date\": \"2025-12-31\",\n    \"end_date\": \"2026-01-30\",\n    \"year\": 2026,\n    \"semester\": null,\n    \"quarter\": null,\n    \"month\": 1,\n    \"country_code\": \"MA\"\n}"}],"_postman_id":"d85a795f-0021-4f4a-9a44-8ad6e980cf64"},{"name":"Span Quarter","id":"173e2dab-4e92-4b76-87be-da1193967885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/span/quarter?year=2026&quarter=2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","span","quarter"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Year</p>\n","type":"text/plain"},"key":"year","value":"2026"},{"description":{"content":"<p>Quarter of the Year</p>\n","type":"text/plain"},"key":"quarter","value":"2"}],"variable":[]}},"response":[{"id":"7cd23fef-9ced-49e1-80d0-d951babb8eb9","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/quarter?year=2025&quarter=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","quarter"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Quarter of the Year","key":"quarter","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_code\": \"string\",\n  \"end_date\": \"1956-10-03\",\n  \"mode_calendar\": \"D\",\n  \"month\": 1820,\n  \"quarter\": 1253,\n  \"semester\": 715,\n  \"start_date\": \"2017-02-15\",\n  \"year\": 3668\n}"},{"id":"ccd8c405-27ac-4b3e-9a18-81601b97a0d6","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/quarter?year=2025&quarter=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","quarter"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Quarter of the Year","key":"quarter","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"5de05090-d662-4af9-85d9-581988f0cd61","name":"Span Quarter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/quarter?year=2026&quarter=2","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","quarter"],"query":[{"key":"year","value":"2026","description":"Year"},{"key":"quarter","value":"2","description":"Quarter of the Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:18:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"start_date\": \"2026-03-31\",\n    \"end_date\": \"2026-06-30\",\n    \"year\": 2026,\n    \"semester\": null,\n    \"quarter\": 2,\n    \"month\": null,\n    \"country_code\": \"MA\"\n}"}],"_postman_id":"173e2dab-4e92-4b76-87be-da1193967885"},{"name":"Span Semester","id":"a5ddeda9-7264-44bd-945c-3694163cafd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/span/semester?year=2026&semester=1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","span","semester"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Year</p>\n","type":"text/plain"},"key":"year","value":"2026"},{"description":{"content":"<p>Semester of the Year</p>\n","type":"text/plain"},"key":"semester","value":"1"}],"variable":[]}},"response":[{"id":"35f71aa7-566b-4227-89eb-eac23d19b33d","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/semester?year=2025&semester=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","semester"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Semester of the Year","key":"semester","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_code\": \"string\",\n  \"end_date\": \"1956-10-03\",\n  \"mode_calendar\": \"D\",\n  \"month\": 1820,\n  \"quarter\": 1253,\n  \"semester\": 715,\n  \"start_date\": \"2017-02-15\",\n  \"year\": 3668\n}"},{"id":"91b659f8-3fff-42c7-8612-aad6118497d0","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/semester?year=2025&semester=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","semester"],"query":[{"description":"Year","key":"year","value":"2025"},{"description":"Semester of the Year","key":"semester","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"2113e2f7-321c-4e7b-9409-ec64f31c7565","name":"Span Semester","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/semester?year=2026&semester=1","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","semester"],"query":[{"key":"year","value":"2026","description":"Year"},{"key":"semester","value":"1","description":"Semester of the Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:18:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"124"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"start_date\": \"2025-12-31\",\n    \"end_date\": \"2026-06-30\",\n    \"year\": 2026,\n    \"semester\": 1,\n    \"quarter\": null,\n    \"month\": null,\n    \"country_code\": \"MA\"\n}"}],"_postman_id":"a5ddeda9-7264-44bd-945c-3694163cafd4"},{"name":"Span Year","id":"8f457a97-a9d1-4884-9d79-07fa5380d3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/bdays/span/year?year=2025","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","bdays","span","year"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Year</p>\n","type":"text/plain"},"key":"year","value":"2025"}],"variable":[]}},"response":[{"id":"714fb656-2f5a-4d98-89d3-2d9b797246ba","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/year?year=2025","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","year"],"query":[{"description":"Year","key":"year","value":"2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_code\": \"string\",\n  \"end_date\": \"1956-10-03\",\n  \"mode_calendar\": \"D\",\n  \"month\": 1820,\n  \"quarter\": 1253,\n  \"semester\": 715,\n  \"start_date\": \"2017-02-15\",\n  \"year\": 3668\n}"},{"id":"df2f13c6-0fb2-4661-b0f0-6e10024531dc","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/year?year=2025","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","year"],"query":[{"description":"Year","key":"year","value":"2025"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"752a7bc7-9040-4672-9a18-3fe4664babdd","name":"Span Year","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/bdays/span/year?year=2025","host":["https://calendar-api.ma"],"path":["api","v1","bdays","span","year"],"query":[{"key":"year","value":"2025","description":"Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:18:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"178"},{"key":"ratelimit-reset","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"start_date\": \"2024-12-31\",\n    \"end_date\": \"2025-12-31\",\n    \"year\": 2025,\n    \"semester\": null,\n    \"quarter\": null,\n    \"month\": null,\n    \"country_code\": \"MA\"\n}"}],"_postman_id":"8f457a97-a9d1-4884-9d79-07fa5380d3b4"}],"id":"02a2c09e-2d2d-4b16-85fe-f1776076d68f","description":"<p>Moroccan Open business days</p>\n","_postman_id":"02a2c09e-2d2d-4b16-85fe-f1776076d68f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}}},{"name":"Holidays","item":[{"name":"List Holidays","id":"237f8f77-9d3a-49a4-a95f-eceb3cddd6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/holidays?summary=null: Disable this filter&holiday_type=ND&summary=null: Disable this filter&summary=null: Disable this filter","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","holidays"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Case insensitive textual search. Supports wildcards. NB: Accents are respected</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"},{"description":{"content":"<p>There are Three Types of holidays:</p>\n<ul>\n<li><strong>Religious</strong>: Include only Religious holidays. i.e: Eid el fitr, ...</li>\n<li><strong>National</strong>: Include only National holidays. i.e: Fête du travail, Fête du trône, ...</li>\n<li><strong>Exceptional</strong>: Include only Exceptional holidays.</li>\n<li><strong>ND::Null</strong>: Disable this filter</li>\n</ul>\n","type":"text/plain"},"key":"holiday_type","value":"ND"},{"description":{"content":"<p>Filter by the Day of the Holiday</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"},{"description":{"content":"<p>Filter by the Month of the Holiday</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"}],"variable":[]}},"response":[{"id":"6774cef7-acf1-44b1-ae60-e6f2075e486a","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays?summary=null: Disable this filter&holiday_type=ND","host":["https://calendar-api.ma"],"path":["api","v1","holidays"],"query":[{"description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected","key":"summary","value":"null: Disable this filter"},{"description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter","key":"holiday_type","value":"ND"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"string\",\n    \"day\": 8252,\n    \"month\": 5348,\n    \"date\": null,\n    \"holiday_type\": \"ND\",\n    \"country_code\": \"MA\",\n    \"status\": \"Official\"\n  },\n  {\n    \"description\": \"string\",\n    \"day\": 6884,\n    \"month\": 657,\n    \"date\": null,\n    \"holiday_type\": \"ND\",\n    \"country_code\": \"MA\",\n    \"status\": \"ND\"\n  }\n]"},{"id":"453aee7f-e688-4020-b88a-d8022244d551","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays?summary=null: Disable this filter&holiday_type=ND","host":["https://calendar-api.ma"],"path":["api","v1","holidays"],"query":[{"description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected","key":"summary","value":"null: Disable this filter"},{"description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter","key":"holiday_type","value":"ND"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"dea7588b-49ad-49b2-8b22-9b7e03b204de","name":"List Holidays","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays?summary=null: Disable this filter&holiday_type=ND&summary=null: Disable this filter&summary=null: Disable this filter","host":["https://calendar-api.ma"],"path":["api","v1","holidays"],"query":[{"key":"summary","value":"null: Disable this filter","description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected"},{"key":"holiday_type","value":"ND","description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter"},{"key":"summary","value":"null: Disable this filter","description":"Filter by the Day of the Holiday"},{"key":"summary","value":"null: Disable this filter","description":"Filter by the Month of the Holiday"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:19:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"429"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"Accept-Encoding"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"178"},{"key":"ratelimit-reset","value":"48"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"Jour de l'AN\",\n        \"day\": 1,\n        \"month\": 1,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Manifeste de l'Indépendance\",\n        \"day\": 11,\n        \"month\": 1,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Nouvel An Amazigh\",\n        \"day\": 14,\n        \"month\": 1,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête du travail\",\n        \"day\": 1,\n        \"month\": 5,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête du trône\",\n        \"day\": 30,\n        \"month\": 7,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Récupération de Oued Eddahab\",\n        \"day\": 14,\n        \"month\": 8,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Révolution du roi et du peuple\",\n        \"day\": 20,\n        \"month\": 8,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête de la jeunesse\",\n        \"day\": 21,\n        \"month\": 8,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"La Marche verte\",\n        \"day\": 6,\n        \"month\": 11,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête de l'Indépendance\",\n        \"day\": 18,\n        \"month\": 11,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fatih Moharram\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Aid Al Mawlid\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Aid al Adha\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Nouvel an hégire - 1er Moharram\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Naissance du Prophète Mohammad (pbsl)\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Aid al Fitr\",\n        \"day\": null,\n        \"month\": null,\n        \"date\": null,\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": null\n    },\n    {\n        \"description\": \"Fête de l'unité\",\n        \"day\": 31,\n        \"month\": 10,\n        \"date\": null,\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    }\n]"}],"_postman_id":"237f8f77-9d3a-49a4-a95f-eceb3cddd6b2"},{"name":"Holidays of a Year","id":"42e52758-c0e3-4eb6-8293-6e41bc7f3e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/holidays/:year?summary=null: Disable this filter&summary=null: Disable this filter&summary=null: Disable this filter&holiday_type=ND","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","holidays",":year"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Case insensitive textual search. Supports wildcards. NB: Accents are respected</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"},{"description":{"content":"<p>Filter by the Day of the Holiday</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"},{"description":{"content":"<p>Filter by the Month of the Holiday</p>\n","type":"text/plain"},"key":"summary","value":"null: Disable this filter"},{"description":{"content":"<p>There are Three Types of holidays:</p>\n<ul>\n<li><strong>Religious</strong>: Include only Religious holidays. i.e: Eid el fitr, ...</li>\n<li><strong>National</strong>: Include only National holidays. i.e: Fête du travail, Fête du trône, ...</li>\n<li><strong>Exceptional</strong>: Include only Exceptional holidays.</li>\n<li><strong>ND::Null</strong>: Disable this filter</li>\n</ul>\n","type":"text/plain"},"key":"holiday_type","value":"ND"}],"variable":[{"id":"de7d5008-0687-47c2-af15-1bd9fa0d272e","description":{"content":"<p>Year</p>\n","type":"text/plain"},"type":"any","value":"2025","key":"year"}]}},"response":[{"id":"8e8b5c87-7550-484b-8da3-5ab2429b161c","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/:year?summary=null: Disable this filter&holiday_type=ND","host":["https://calendar-api.ma"],"path":["api","v1","holidays",":year"],"query":[{"description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected","key":"summary","value":"null: Disable this filter"},{"description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter","key":"holiday_type","value":"ND"}],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"string\",\n    \"day\": 8252,\n    \"month\": 5348,\n    \"date\": null,\n    \"holiday_type\": \"ND\",\n    \"country_code\": \"MA\",\n    \"status\": \"Official\"\n  },\n  {\n    \"description\": \"string\",\n    \"day\": 6884,\n    \"month\": 657,\n    \"date\": null,\n    \"holiday_type\": \"ND\",\n    \"country_code\": \"MA\",\n    \"status\": \"ND\"\n  }\n]"},{"id":"ea5f1b99-ed21-4a11-8e4e-eef3c0a7d1c5","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/:year?summary=null: Disable this filter&holiday_type=ND","host":["https://calendar-api.ma"],"path":["api","v1","holidays",":year"],"query":[{"description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected","key":"summary","value":"null: Disable this filter"},{"description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter","key":"holiday_type","value":"ND"}],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"bb42457f-c4ba-4cf5-b895-4893fd78fbf3","name":"Holidays of a Year","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/:year?summary=null: Disable this filter&summary=null: Disable this filter&summary=null: Disable this filter&holiday_type=ND","host":["https://calendar-api.ma"],"path":["api","v1","holidays",":year"],"query":[{"key":"summary","value":"null: Disable this filter","description":"Case insensitive textual search. Supports wildcards. NB: Accents are respected"},{"key":"summary","value":"null: Disable this filter","description":"Filter by the Day of the Holiday"},{"key":"summary","value":"null: Disable this filter","description":"Filter by the Month of the Holiday"},{"key":"holiday_type","value":"ND","description":"There are Three Types of holidays:\n- **Religious**: Include only Religious holidays. i.e: Eid el fitr, ...\n- **National**: Include only National holidays. i.e: Fête du travail, Fête du trône, ...\n- **Exceptional**: Include only Exceptional holidays.\n- **ND::Null**: Disable this filter"}],"variable":[{"key":"year","value":"2025","description":"Year"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:19:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"467"},{"key":"Connection","value":"keep-alive"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"Accept-Encoding"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"Jour de l'AN\",\n        \"day\": 1,\n        \"month\": 1,\n        \"date\": \"2025-01-01\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Manifeste de l'Indépendance\",\n        \"day\": 11,\n        \"month\": 1,\n        \"date\": \"2025-01-11\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Nouvel An Amazigh\",\n        \"day\": 14,\n        \"month\": 1,\n        \"date\": \"2025-01-14\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête du travail\",\n        \"day\": 1,\n        \"month\": 5,\n        \"date\": \"2025-05-01\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête du trône\",\n        \"day\": 30,\n        \"month\": 7,\n        \"date\": \"2025-07-30\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Récupération de Oued Eddahab\",\n        \"day\": 14,\n        \"month\": 8,\n        \"date\": \"2025-08-14\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Révolution du roi et du peuple\",\n        \"day\": 20,\n        \"month\": 8,\n        \"date\": \"2025-08-20\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête de la jeunesse\",\n        \"day\": 21,\n        \"month\": 8,\n        \"date\": \"2025-08-21\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"La Marche verte\",\n        \"day\": 6,\n        \"month\": 11,\n        \"date\": \"2025-11-06\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fête de l'Indépendance\",\n        \"day\": 18,\n        \"month\": 11,\n        \"date\": \"2025-11-18\",\n        \"holiday_type\": \"National\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Jour spécial pour l'Aid\",\n        \"day\": 9,\n        \"month\": 6,\n        \"date\": \"2025-06-09\",\n        \"holiday_type\": \"Exceptional\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Fatih Moharram\",\n        \"day\": 27,\n        \"month\": 6,\n        \"date\": \"2025-06-27\",\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Aid Al Mawlid\",\n        \"day\": 5,\n        \"month\": 9,\n        \"date\": \"2025-09-05\",\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Aid al Fitr\",\n        \"day\": 31,\n        \"month\": 3,\n        \"date\": \"2025-03-31\",\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    },\n    {\n        \"description\": \"Aid al Fitr\",\n        \"day\": 1,\n        \"month\": 4,\n        \"date\": \"2025-04-01\",\n        \"holiday_type\": \"Religious\",\n        \"country_code\": \"MA\",\n        \"status\": \"Official\"\n    }\n]"}],"_postman_id":"42e52758-c0e3-4eb6-8293-6e41bc7f3e9b"},{"name":"Check if a date is a Holiday","id":"7cb53638-4e31-4ea0-9888-f32e276cc2e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://calendar-api.ma/api/v1/holidays/is-holiday?date=2025-07-22","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}},"urlObject":{"path":["api","v1","holidays","is-holiday"],"host":["https://calendar-api.ma"],"query":[{"description":{"content":"<p>Check if this date is a Holiday</p>\n","type":"text/plain"},"key":"date","value":"2025-07-22"}],"variable":[]}},"response":[{"id":"785b18d3-aa00-4cc7-88e5-5b836ea524e1","name":"Request fulfilled, document follows","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/is-holiday?date=2025-07-22","host":["https://calendar-api.ma"],"path":["api","v1","holidays","is-holiday"],"query":[{"description":"Check if this date is a Holiday","key":"date","value":"2025-07-22"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_code\": \"string\",\n  \"date\": \"2021-12-04\",\n  \"description\": \"string\",\n  \"holiday_type\": \"ND\",\n  \"is_holiday\": true,\n  \"status\": \"Estimated\"\n}"},{"id":"1b8c40d8-1360-4d1b-a962-0f688b8bdc4c","name":"Bad request syntax or unsupported method","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"X-API-KEY","value":"<API Key>"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/is-holiday?date=2025-07-22","host":["https://calendar-api.ma"],"path":["api","v1","holidays","is-holiday"],"query":[{"description":"Check if this date is a Holiday","key":"date","value":"2025-07-22"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status_code\": 400,\n  \"detail\": \"Bad Request\",\n  \"extra\": {}\n}"},{"id":"ccea78b7-9cb1-4e07-bfff-188e25dd41ce","name":"Check if a date is a holiday","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/is-holiday?date=2026-08-26","host":["https://calendar-api.ma"],"path":["api","v1","holidays","is-holiday"],"query":[{"key":"date","value":"2026-08-26","description":"Check if this date is a Holiday"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:19:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"162"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2026-08-26\",\n    \"is_holiday\": true,\n    \"description\": \"Naissance du Prophète Mohammad (pbsl)\",\n    \"holiday_type\": \"Religious\",\n    \"status\": \"Estimated\",\n    \"country_code\": \"MA\"\n}"},{"id":"d2d704a7-1a67-4193-a30a-dd19af8cfa8d","name":"Date is NOT a Holiday","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://calendar-api.ma/api/v1/holidays/is-holiday?date=2026-07-22","host":["https://calendar-api.ma"],"path":["api","v1","holidays","is-holiday"],"query":[{"key":"date","value":"2026-07-22","description":"Check if this date is a Holiday"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.24.0 (Ubuntu)"},{"key":"Date","value":"Tue, 18 Aug 2026 16:21:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"},{"key":"ratelimit-policy","value":"180; w=60"},{"key":"ratelimit-limit","value":"180"},{"key":"ratelimit-remaining","value":"179"},{"key":"ratelimit-reset","value":"60"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2026-07-22\",\n    \"is_holiday\": false,\n    \"description\": null,\n    \"holiday_type\": null,\n    \"status\": null,\n    \"country_code\": \"MA\"\n}"}],"_postman_id":"7cb53638-4e31-4ea0-9888-f32e276cc2e0"}],"id":"77842b43-3ec8-4968-889c-333abe16166d","description":"<p>Moroccanl holidays of any year and Religious holidays of past years</p>\n","_postman_id":"77842b43-3ec8-4968-889c-333abe16166d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]},"isInherited":true,"source":{"_postman_id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","id":"5670ab5f-fcb8-4be7-9580-09801ddf2177","name":"Calendar API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-KEY"},{"key":"value","value":"YOUR_API_KEY"}]}},"event":[{"listen":"prerequest","script":{"id":"9160d112-a736-4c56-8ef5-d846a9040501","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ae2a979c-16c2-4f82-ba81-80c18c1cf27b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://calendar-api.ma"},{"key":"healthUrl","value":"https://calendar-api.ma"},{"key":"apiKey","value":"YOUR_API_KEY"}]}