{
  "info": {
    "name": "liciousAPIs",
    "description": "One API key. 34 live namespaces. 148+ endpoints of real data — numerology, weather, finance, health, faith, space, sports, and much more.\n\nBase URL: `https://aplicious.com`\n\nAuthentication: Pass your key as the `X-API-Key` header on every request.\n\nGet your free key at https://aplicious.com/auth?mode=signup",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-API-Key",
        "type": "string"
      },
      {
        "key": "value",
        "value": "{{api_key}}",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://aplicious.com",
      "type": "string"
    },
    {
      "key": "api_key",
      "value": "lapi_live_your_key_here",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Calendar",
      "item": [
        {
          "name": "Age calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/age?dob=1990-05-06&as_of=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "age"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "1990-05-06",
                  "description": "Date of birth in YYYY-MM-DD format",
                  "disabled": false
                },
                {
                  "key": "as_of",
                  "value": "2026-06-21",
                  "description": "Reference date (YYYY-MM-DD); defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates exact age in years/months/days plus totals (days, weeks, months, hours), next birthday, generation, and Western/Chinese zodiac from a date of birth."
          },
          "response": []
        },
        {
          "name": "Countdown to a target datetime",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/countdown?target=2026-12-31T00%3A00%3A00&label=Event&timezone=UTC",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "countdown"
              ],
              "query": [
                {
                  "key": "target",
                  "value": "2026-12-31T00:00:00",
                  "description": "Target ISO datetime",
                  "disabled": false
                },
                {
                  "key": "label",
                  "value": "Event",
                  "description": "Label for the event",
                  "disabled": true
                },
                {
                  "key": "timezone",
                  "value": "UTC",
                  "description": "Timezone label (informational only)",
                  "disabled": true
                }
              ]
            },
            "description": "Computes a countdown (or count-up if past) to a target ISO datetime, returning years/weeks/days/hours/minutes/seconds and a human-readable string."
          },
          "response": []
        },
        {
          "name": "Difference between two dates",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/date-diff?from=2026-01-01&to=2026-12-31",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "date-diff"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-01-01",
                  "description": "Start date (YYYY-MM-DD)",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "2026-12-31",
                  "description": "End date (YYYY-MM-DD); defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Computes the difference between two dates in days, weeks, weekdays, weekends, years, months, hours, minutes, and seconds, with a human-readable summary."
          },
          "response": []
        },
        {
          "name": "Public holidays by country and year",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/holidays?country=IN&year=2026",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "holidays"
              ],
              "query": [
                {
                  "key": "country",
                  "value": "IN",
                  "description": "ISO 3166-1 alpha-2 country code",
                  "disabled": false
                },
                {
                  "key": "year",
                  "value": "2026",
                  "description": "4-digit year (1900-2200)",
                  "disabled": false
                }
              ]
            },
            "description": "Resolves the list of public holidays for a supported ISO 3166-1 alpha-2 country and year using built-in holiday rules."
          },
          "response": []
        },
        {
          "name": "Monthly moon phase calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/moon-calendar?month=6&year=2026",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "moon-calendar"
              ],
              "query": [
                {
                  "key": "month",
                  "value": "6",
                  "description": "Month number (1-12)",
                  "disabled": false
                },
                {
                  "key": "year",
                  "value": "2026",
                  "description": "4-digit year (1900-2200)",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the dates of new moons, full moons, and quarter moons for a given month and year using a synodic month phase calculation."
          },
          "response": []
        },
        {
          "name": "ISO week number and date metadata",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/week-number?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "week-number"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date (YYYY-MM-DD); defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the ISO week number, day of week/year, quarter, leap-year status, and week start/end dates for a given date (defaults to today)."
          },
          "response": []
        },
        {
          "name": "Working days in a date range",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/calendar/working-days?start=2026-06-01&end=2026-06-30&country=IN",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "calendar",
                "working-days"
              ],
              "query": [
                {
                  "key": "start",
                  "value": "2026-06-01",
                  "description": "Start date (YYYY-MM-DD)",
                  "disabled": false
                },
                {
                  "key": "end",
                  "value": "2026-06-30",
                  "description": "End date (YYYY-MM-DD)",
                  "disabled": false
                },
                {
                  "key": "country",
                  "value": "IN",
                  "description": "ISO 3166-1 alpha-2 country code to exclude public holidays",
                  "disabled": true
                }
              ]
            },
            "description": "Counts total days, weekend days, holidays, and working days between a start and end date, optionally excluding public holidays for a given country."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Color",
      "item": [
        {
          "name": "WCAG contrast ratio",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/color/contrast?foreground=FFFFFF&background=000000",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "color",
                "contrast"
              ],
              "query": [
                {
                  "key": "foreground",
                  "value": "FFFFFF",
                  "description": "Foreground color in hex format",
                  "disabled": false
                },
                {
                  "key": "background",
                  "value": "000000",
                  "description": "Background color in hex format",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates the WCAG contrast ratio between a foreground and background hex color and reports AA/AAA pass/fail for normal and large text."
          },
          "response": []
        },
        {
          "name": "Convert color between formats",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/color/convert?hex=FF5733&rgb=255%2C87%2C51&hsl=11%2C100%2C60",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "color",
                "convert"
              ],
              "query": [
                {
                  "key": "hex",
                  "value": "FF5733",
                  "description": "Color in hex format (one of hex/rgb/hsl is required)",
                  "disabled": true
                },
                {
                  "key": "rgb",
                  "value": "255,87,51",
                  "description": "Color as r,g,b (each 0-255)",
                  "disabled": true
                },
                {
                  "key": "hsl",
                  "value": "11,100,60",
                  "description": "Color as h,s,l (h 0-360, s/l 0-100)",
                  "disabled": true
                }
              ]
            },
            "description": "Converts a color supplied as hex, rgb, or hsl into hex, rgb, hsl, hsv, and cmyk representations."
          },
          "response": []
        },
        {
          "name": "Generate a color palette",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/color/palette?hex=FF5733&type=complementary",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "color",
                "palette"
              ],
              "query": [
                {
                  "key": "hex",
                  "value": "FF5733",
                  "description": "Base color in hex format",
                  "disabled": false
                },
                {
                  "key": "type",
                  "value": "complementary",
                  "description": "Palette type",
                  "disabled": true
                }
              ]
            },
            "description": "Generates a complementary, analogous, triadic, or monochromatic color palette from a base hex color."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Currency",
      "item": [
        {
          "name": "Convert an amount between currencies",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/currency/convert?from=USD&to=INR&amount=100",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "currency",
                "convert"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "USD",
                  "description": "Source currency ISO code",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "INR",
                  "description": "Target currency ISO code",
                  "disabled": false
                },
                {
                  "key": "amount",
                  "value": "100",
                  "description": "Positive amount to convert",
                  "disabled": false
                }
              ]
            },
            "description": "Converts an amount from one currency to another using live European Central Bank rates (via Frankfurter), returning the converted amount and rate."
          },
          "response": []
        },
        {
          "name": "Live exchange rates for a base currency",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/currency/rates?base=USD",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "currency",
                "rates"
              ],
              "query": [
                {
                  "key": "base",
                  "value": "USD",
                  "description": "Base currency ISO code",
                  "disabled": true
                }
              ]
            },
            "description": "Returns all live exchange rates relative to a base currency using European Central Bank data via Frankfurter."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Domain",
      "item": [
        {
          "name": "Check domain availability",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/domain/availability?domain=somecoolname.com",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "domain",
                "availability"
              ],
              "query": [
                {
                  "key": "domain",
                  "value": "somecoolname.com",
                  "description": "Domain name to check",
                  "disabled": false
                }
              ]
            },
            "description": "Checks whether a domain name is available for registration via an RDAP lookup."
          },
          "response": []
        },
        {
          "name": "DNS record lookup",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/domain/dns?domain=google.com&type=A",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "domain",
                "dns"
              ],
              "query": [
                {
                  "key": "domain",
                  "value": "google.com",
                  "description": "Domain name to query",
                  "disabled": false
                },
                {
                  "key": "type",
                  "value": "A",
                  "description": "DNS record type",
                  "disabled": true
                }
              ]
            },
            "description": "Queries DNS records of a specified type for a domain via Cloudflare DNS-over-HTTPS."
          },
          "response": []
        },
        {
          "name": "WHOIS / RDAP lookup",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/domain/whois?domain=google.com",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "domain",
                "whois"
              ],
              "query": [
                {
                  "key": "domain",
                  "value": "google.com",
                  "description": "Domain name to query",
                  "disabled": false
                }
              ]
            },
            "description": "Fetches registration data for a registered domain name via RDAP, including registrar, status, dates, and nameservers."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Education",
      "item": [
        {
          "name": "Countries covered by the universities directory",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/education/countries",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "education",
                "countries"
              ],
              "query": []
            },
            "description": "Returns the static list of countries (name and ISO code) covered by the Hipolabs Universities directory."
          },
          "response": []
        },
        {
          "name": "Search universities by country or name",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/education/universities?country=India&search=IIT",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "education",
                "universities"
              ],
              "query": [
                {
                  "key": "country",
                  "value": "India",
                  "description": "Country name to filter by (one of country/search is required)",
                  "disabled": true
                },
                {
                  "key": "search",
                  "value": "IIT",
                  "description": "University name search term",
                  "disabled": true
                }
              ]
            },
            "description": "Searches the Hipolabs Universities directory by country and/or name search term; at least one is required."
          },
          "response": []
        },
        {
          "name": "Wikipedia article summary",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/education/wikipedia?query=quantum%20computing",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "education",
                "wikipedia"
              ],
              "query": [
                {
                  "key": "query",
                  "value": "quantum computing",
                  "description": "Search query",
                  "disabled": false
                }
              ]
            },
            "description": "Searches Wikipedia for the best matching article title and returns its summary, URL, and thumbnail."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Email",
      "item": [
        {
          "name": "Detect likely typos in an email domain",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/email/typo-check?email=user%40gmial.com",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "email",
                "typo-check"
              ],
              "query": [
                {
                  "key": "email",
                  "value": "user@gmial.com",
                  "description": "Email address to check",
                  "disabled": false
                }
              ]
            },
            "description": "Checks an email's domain against ~20 common providers using Levenshtein edit distance and suggests a correction if a likely typo is detected."
          },
          "response": []
        },
        {
          "name": "Validate an email address",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/email/validate?email=user%40example.com",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "email",
                "validate"
              ],
              "query": [
                {
                  "key": "email",
                  "value": "user@example.com",
                  "description": "Email address to validate",
                  "disabled": false
                }
              ]
            },
            "description": "Validates email syntax (RFC 5322 subset), checks for MX records via DNS-over-HTTPS, and flags disposable/temp-mail domains."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Faith",
      "item": [
        {
          "name": "Thai Buddhist calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/buddhist?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "buddhist"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the Buddhist Era year, Pali lunar month, uposatha (observance) days for the month, Vassa (Buddhist Lent) status, and upcoming Buddhist holidays for a date."
          },
          "response": []
        },
        {
          "name": "Jain calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/jain?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "jain"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the Mahavir Nirvana Samvat year, approximate current lunar month, Paryushana Parva dates for both Shvetambara and Digambara traditions, and upcoming Jain festivals."
          },
          "response": []
        },
        {
          "name": "Christian liturgical calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/liturgical?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "liturgical"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the Christian liturgical season, season color, liturgical year cycle (A/B/C), and days until Easter for a given date."
          },
          "response": []
        },
        {
          "name": "Hindu panchang (almanac)",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/panchang?date=2026-06-21&lat=12.97&lon=77.59&tz_offset=5.5",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "panchang"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format",
                  "disabled": false
                },
                {
                  "key": "lat",
                  "value": "12.97",
                  "description": "Latitude (defaults to Bengaluru, 12.97)",
                  "disabled": true
                },
                {
                  "key": "lon",
                  "value": "77.59",
                  "description": "Longitude (defaults to Bengaluru, 77.59)",
                  "disabled": true
                },
                {
                  "key": "tz_offset",
                  "value": "5.5",
                  "description": "Timezone offset in hours from UTC (e.g. 5.5 for IST); estimated from longitude if omitted",
                  "disabled": true
                }
              ]
            },
            "description": "Computes the Hindu panchang for a date and location: tithi, nakshatra, yoga, karana, lunar month, sunrise/sunset/moonrise/moonset, Rahu Kaal, and Abhijit Muhurta."
          },
          "response": []
        },
        {
          "name": "Shabbat candle-lighting and Havdalah times",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/shabbat?date=2026-06-19&lat=12.97&lon=77.59",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "shabbat"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-19",
                  "description": "Date in YYYY-MM-DD format",
                  "disabled": false
                },
                {
                  "key": "lat",
                  "value": "12.97",
                  "description": "Latitude (defaults to Bengaluru, 12.97)",
                  "disabled": true
                },
                {
                  "key": "lon",
                  "value": "77.59",
                  "description": "Longitude (defaults to Bengaluru, 77.59)",
                  "disabled": true
                }
              ]
            },
            "description": "Estimates the upcoming Friday/Saturday Shabbat candle-lighting and Havdalah times and the weekly Torah parsha for a date and location."
          },
          "response": []
        },
        {
          "name": "Nanakshahi (Sikh) calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/sikh?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "sikh"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Converts a Gregorian date to the Nanakshahi solar calendar date and lists upcoming Gurpurabs (Sikh festivals) within 60 days."
          },
          "response": []
        },
        {
          "name": "Chinese zodiac animal and element",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/zodiac-chinese?year=1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "zodiac-chinese"
              ],
              "query": [
                {
                  "key": "year",
                  "value": "1990",
                  "description": "Birth year",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the Chinese zodiac animal, element, yin/yang polarity, and personality traits for a given birth year."
          },
          "response": []
        },
        {
          "name": "Zoroastrian (Parsi) calendar",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/faith/zoroastrian?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "faith",
                "zoroastrian"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the Shenshai calendar date (Yazdegerdi year, month, day), the Fasli year, and upcoming Zoroastrian festivals and Gahambars within 60 days."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Finance",
      "item": [
        {
          "name": "Cryptocurrency price",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/finance/crypto/price?coin=bitcoin",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "finance",
                "crypto",
                "price"
              ],
              "query": [
                {
                  "key": "coin",
                  "value": "bitcoin",
                  "description": "Coin name or symbol (e.g. bitcoin, btc, ethereum)",
                  "disabled": false
                }
              ]
            },
            "description": "Fetches the current USD price, 24h change, and day high/low for a cryptocurrency by common name (e.g. bitcoin) or ticker symbol via Yahoo Finance."
          },
          "response": []
        },
        {
          "name": "Loan EMI calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/finance/emi?principal=500000&rate=8.5&tenure=240",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "finance",
                "emi"
              ],
              "query": [
                {
                  "key": "principal",
                  "value": "500000",
                  "description": "Loan principal amount",
                  "disabled": false
                },
                {
                  "key": "rate",
                  "value": "8.5",
                  "description": "Annual interest rate percentage",
                  "disabled": false
                },
                {
                  "key": "tenure",
                  "value": "240",
                  "description": "Loan tenure in months",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates the monthly EMI, total payment, total interest, and the first three amortization rows for a loan given principal, annual rate, and tenure in months."
          },
          "response": []
        },
        {
          "name": "Forex exchange rate",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/finance/forex/rate?from=USD&to=INR",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "finance",
                "forex",
                "rate"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "USD",
                  "description": "Base currency ISO code",
                  "disabled": false
                },
                {
                  "key": "to",
                  "value": "INR",
                  "description": "Quote currency ISO code",
                  "disabled": false
                }
              ]
            },
            "description": "Fetches the live forex exchange rate between two currency codes using European Central Bank data via Frankfurter."
          },
          "response": []
        },
        {
          "name": "Stock quote",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/finance/stock/quote?symbol=AAPL",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "finance",
                "stock",
                "quote"
              ],
              "query": [
                {
                  "key": "symbol",
                  "value": "AAPL",
                  "description": "Stock ticker symbol",
                  "disabled": false
                }
              ]
            },
            "description": "Fetches a real-time stock quote (price, change, 52-week high/low, volume) for a ticker symbol via Yahoo Finance."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Fitness",
      "item": [
        {
          "name": "BMI calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/fitness/bmi?height_cm=175&weight_kg=70",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "fitness",
                "bmi"
              ],
              "query": [
                {
                  "key": "height_cm",
                  "value": "175",
                  "description": "Height in centimeters",
                  "disabled": false
                },
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Weight in kilograms",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates BMI, health category, healthy weight range, and ideal weight (Devine formula) from height and weight."
          },
          "response": []
        },
        {
          "name": "Calories burned calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/fitness/calories?activity=running&mins=30&weight_kg=70",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "fitness",
                "calories"
              ],
              "query": [
                {
                  "key": "activity",
                  "value": "running",
                  "description": "Activity type (e.g. running, walking, cycling, swimming, yoga, hiit, weightlifting, basketball, tennis)",
                  "disabled": false
                },
                {
                  "key": "mins",
                  "value": "30",
                  "description": "Duration in minutes",
                  "disabled": false
                },
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Body weight in kilograms",
                  "disabled": false
                }
              ]
            },
            "description": "Estimates calories burned for an activity using MET values, given duration and body weight."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Food",
      "item": [
        {
          "name": "Food nutrient detail by FDC ID",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/food/nutrients?fdc_id=1105314",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "food",
                "nutrients"
              ],
              "query": [
                {
                  "key": "fdc_id",
                  "value": "1105314",
                  "description": "USDA FoodData Central FDC ID",
                  "disabled": false
                }
              ]
            },
            "description": "Fetches full nutrient detail for a specific food item by its USDA FoodData Central FDC ID."
          },
          "response": []
        },
        {
          "name": "Search foods",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/food/search?query=banana&limit=10",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "food",
                "search"
              ],
              "query": [
                {
                  "key": "query",
                  "value": "banana",
                  "description": "Food name to search",
                  "disabled": false
                },
                {
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum number of results (1-25)",
                  "disabled": true
                }
              ]
            },
            "description": "Searches the USDA FoodData Central database by name and returns matching foods with calories, protein, carbs, fat, and fiber per 100g."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Geocode",
      "item": [
        {
          "name": "Forward geocode an address",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/geocode/forward?address=Bengaluru&limit=1",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "geocode",
                "forward"
              ],
              "query": [
                {
                  "key": "address",
                  "value": "Bengaluru",
                  "description": "Address or place name to geocode",
                  "disabled": false
                },
                {
                  "key": "limit",
                  "value": "1",
                  "description": "Maximum number of matches to return (1-10)",
                  "disabled": true
                }
              ]
            },
            "description": "Converts an address or place name into one or more latitude/longitude matches with admin region, country, elevation, timezone, and population."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Health",
      "item": [
        {
          "name": "Basal metabolic rate",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/health/bmr?weight_kg=70&height_cm=175&age=30&gender=male",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "health",
                "bmr"
              ],
              "query": [
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Weight in kilograms",
                  "disabled": false
                },
                {
                  "key": "height_cm",
                  "value": "175",
                  "description": "Height in centimeters",
                  "disabled": false
                },
                {
                  "key": "age",
                  "value": "30",
                  "description": "Age in years",
                  "disabled": false
                },
                {
                  "key": "gender",
                  "value": "male",
                  "description": "Gender",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates BMR using the Mifflin-St Jeor equation from weight, height, age, and gender."
          },
          "response": []
        },
        {
          "name": "Total daily energy expenditure",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/health/tdee?weight_kg=70&height_cm=175&age=30&gender=male&activity=moderate",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "health",
                "tdee"
              ],
              "query": [
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Weight in kilograms",
                  "disabled": false
                },
                {
                  "key": "height_cm",
                  "value": "175",
                  "description": "Height in centimeters",
                  "disabled": false
                },
                {
                  "key": "age",
                  "value": "30",
                  "description": "Age in years",
                  "disabled": false
                },
                {
                  "key": "gender",
                  "value": "male",
                  "description": "Gender",
                  "disabled": false
                },
                {
                  "key": "activity",
                  "value": "moderate",
                  "description": "Activity level",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates TDEE from BMR and activity level, plus maintenance, weight-loss, and weight-gain calorie targets."
          },
          "response": []
        },
        {
          "name": "Daily water intake recommendation",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/health/water-intake?weight_kg=70&activity_mins=0",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "health",
                "water-intake"
              ],
              "query": [
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Weight in kilograms",
                  "disabled": false
                },
                {
                  "key": "activity_mins",
                  "value": "0",
                  "description": "Minutes of physical activity per day",
                  "disabled": true
                }
              ]
            },
            "description": "Recommends daily water intake in ml, liters, and glasses based on body weight and optional activity minutes."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Image",
      "item": [
        {
          "name": "Analyze an image",
          "request": {
            "method": "POST",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/image/analyze",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "image",
                "analyze"
              ],
              "query": []
            },
            "description": "Analyzes an image (via URL JSON body or multipart file upload) and returns format, dimensions, aspect ratio, color space, dominant color, per-channel stats, entropy, sharpness, and estimated quality."
          },
          "response": []
        },
        {
          "name": "Extract dominant colors from an image",
          "request": {
            "method": "POST",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/image/dominant-colors",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "image",
                "dominant-colors"
              ],
              "query": []
            },
            "description": "Downloads an image by URL, samples pixels, and returns the top N dominant colors by frequency with hex value and coverage percentage."
          },
          "response": []
        },
        {
          "name": "Resize an image",
          "request": {
            "method": "POST",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/image/resize",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "image",
                "resize"
              ],
              "query": []
            },
            "description": "Downloads an image by URL, resizes it to the given width/height with a fit mode, and returns the resized image as a PNG binary response."
          },
          "response": []
        }
      ]
    },
    {
      "name": "IP",
      "item": [
        {
          "name": "IP geolocation lookup",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/ip/lookup?ip=8.8.8.8",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "ip",
                "lookup"
              ],
              "query": [
                {
                  "key": "ip",
                  "value": "8.8.8.8",
                  "description": "IPv4 address to look up; inferred from the request if omitted",
                  "disabled": true
                }
              ]
            },
            "description": "Returns approximate geolocation (city, country, coordinates, ISP) for an IP address, or for the requester's IP if none is supplied."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Jobs",
      "item": [
        {
          "name": "List remote job categories",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/jobs/categories",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "jobs",
                "categories"
              ],
              "query": []
            },
            "description": "Returns the static list of remote job categories supported by the Remotive job board."
          },
          "response": []
        },
        {
          "name": "Search remote job listings",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/jobs/remote?category=software-dev&limit=20&search=react",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "jobs",
                "remote"
              ],
              "query": [
                {
                  "key": "category",
                  "value": "software-dev",
                  "description": "Job category slug (e.g. software-dev, design, marketing, all)",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum number of jobs to return (1-100)",
                  "disabled": true
                },
                {
                  "key": "search",
                  "value": "react",
                  "description": "Free-text search term",
                  "disabled": true
                }
              ]
            },
            "description": "Searches remote job listings from Remotive by category and/or search term, with descriptions truncated to 500 characters."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Legal",
      "item": [
        {
          "name": "Legal age of majority by country",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/legal/age-of-majority?country=US",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "legal",
                "age-of-majority"
              ],
              "query": [
                {
                  "key": "country",
                  "value": "US",
                  "description": "ISO 3166-1 alpha-2 country code",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the general civil age of majority for a supported ISO 3166-1 alpha-2 country code from a curated dataset."
          },
          "response": []
        },
        {
          "name": "Business entity types by country",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/legal/business-entity-types?country=IN",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "legal",
                "business-entity-types"
              ],
              "query": [
                {
                  "key": "country",
                  "value": "IN",
                  "description": "ISO 3166-1 alpha-2 country code",
                  "disabled": false
                }
              ]
            },
            "description": "Returns common business entity types (e.g. LLC, Pvt Ltd, GmbH) for a supported country with regulator, liability, and shareholder details."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Names",
      "item": [
        {
          "name": "Analyze a name",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/names/analyze?name=Mahesh",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "names",
                "analyze"
              ],
              "query": [
                {
                  "key": "name",
                  "value": "Mahesh",
                  "description": "Name to analyze (max 50 characters)",
                  "disabled": false
                }
              ]
            },
            "description": "Analyzes a name for length category, vowel/consonant/syllable counts, Pythagorean numerology value, likely gender, likely cultural origin, and lucky letters."
          },
          "response": []
        },
        {
          "name": "Browse baby names",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/names/baby-names?gender=all&origin=hindu&starts_with=A&limit=20&page=1",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "names",
                "baby-names"
              ],
              "query": [
                {
                  "key": "gender",
                  "value": "all",
                  "description": "Filter by gender",
                  "disabled": true
                },
                {
                  "key": "origin",
                  "value": "hindu",
                  "description": "Filter by origin (hindu, muslim, sikh, south-indian, english, french, german, spanish, italian, african, japanese, chinese, arabic, hebrew)",
                  "disabled": true
                },
                {
                  "key": "starts_with",
                  "value": "A",
                  "description": "Filter to names starting with this prefix",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "20",
                  "description": "Results per page (default 20, max 100)",
                  "disabled": true
                },
                {
                  "key": "page",
                  "value": "1",
                  "description": "Page number (default 1)",
                  "disabled": true
                }
              ]
            },
            "description": "Searches a curated list of 200+ baby names with gender, origin, and meaning, filterable by gender, origin, starting letters, with pagination."
          },
          "response": []
        }
      ]
    },
    {
      "name": "News",
      "item": [
        {
          "name": "List news categories and sources",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/news/categories",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "news",
                "categories"
              ],
              "query": []
            },
            "description": "Returns the configured news categories (world, technology, business, science, india, sports) with their RSS source feeds."
          },
          "response": []
        },
        {
          "name": "Search news articles",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/news/search?query=artificial%20intelligence&category=technology&limit=20",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "news",
                "search"
              ],
              "query": [
                {
                  "key": "query",
                  "value": "artificial intelligence",
                  "description": "Search query (every word must match)",
                  "disabled": false
                },
                {
                  "key": "category",
                  "value": "technology",
                  "description": "News category to search within",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum number of articles (1-50)",
                  "disabled": true
                }
              ]
            },
            "description": "Fetches and aggregates RSS feeds for a category, then filters articles whose title or description contain every word of the query."
          },
          "response": []
        },
        {
          "name": "Top headlines by category",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/news/top?category=world&limit=20",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "news",
                "top"
              ],
              "query": [
                {
                  "key": "category",
                  "value": "world",
                  "description": "News category",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "20",
                  "description": "Maximum number of articles (1-50)",
                  "disabled": true
                }
              ]
            },
            "description": "Fetches and aggregates RSS feeds for a news category, deduplicates by link, and returns the most recent articles."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Numerology",
      "item": [
        {
          "name": "Life path number",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/life-path?dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "life-path"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth in DD/MM/YYYY format",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates the life path number from a date of birth, including karmic debt, meaning, strengths, challenges, famous people, compatibility, pinnacles, and life challenges."
          },
          "response": []
        },
        {
          "name": "Name number breakdown",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/name-number?name=Mahesh%20Naidu&system=pythagorean",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "name-number"
              ],
              "query": [
                {
                  "key": "name",
                  "value": "Mahesh Naidu",
                  "description": "Name to analyze",
                  "disabled": false
                },
                {
                  "key": "system",
                  "value": "pythagorean",
                  "description": "Numerology system to use",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates expression, soul urge, and personality numbers for a name using the Pythagorean or Chaldean system, plus hidden passion and karmic lesson numbers."
          },
          "response": []
        },
        {
          "name": "Destiny (expression) number",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/destiny-number?full_birth_name=Mahesh%20Naidu",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "destiny-number"
              ],
              "query": [
                {
                  "key": "full_birth_name",
                  "value": "Mahesh Naidu",
                  "description": "Full birth name (alias: name)",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates the destiny number from a full birth name, returning life purpose, talents, and challenges. Optionally factors in owner_dob-style alignment."
          },
          "response": []
        },
        {
          "name": "Numerology compatibility between two people",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/compatibility?name1=Alice&dob1=12%2F03%2F1988&name2=Bob&dob2=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "compatibility"
              ],
              "query": [
                {
                  "key": "name1",
                  "value": "Alice",
                  "description": "First person's name",
                  "disabled": false
                },
                {
                  "key": "dob1",
                  "value": "12/03/1988",
                  "description": "First person's date of birth (DD/MM/YYYY)",
                  "disabled": false
                },
                {
                  "key": "name2",
                  "value": "Bob",
                  "description": "Second person's name",
                  "disabled": false
                },
                {
                  "key": "dob2",
                  "value": "06/05/1990",
                  "description": "Second person's date of birth (DD/MM/YYYY)",
                  "disabled": false
                }
              ]
            },
            "description": "Scores compatibility between two people using life path, expression, and soul urge number comparisons, with relationship strengths/challenges and interpretation."
          },
          "response": []
        },
        {
          "name": "Personal year forecast",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/personal-year?dob=06%2F05%2F1990&year=2026",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "personal-year"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY)",
                  "disabled": false
                },
                {
                  "key": "year",
                  "value": "2026",
                  "description": "Target year (defaults to current year)",
                  "disabled": true
                }
              ]
            },
            "description": "Computes the personal year number for a date of birth and year, including theme, opportunities, challenges, best months, and monthly numbers."
          },
          "response": []
        },
        {
          "name": "Lucky numbers, colors, days, gemstones",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/lucky-numbers?dob=06%2F05%2F1990&full_name=Mahesh%20Naidu",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "lucky-numbers"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY)",
                  "disabled": false
                },
                {
                  "key": "full_name",
                  "value": "Mahesh Naidu",
                  "description": "Full name (alias: name)",
                  "disabled": true
                }
              ]
            },
            "description": "Derives lucky numbers, power number, lucky colors, lucky days, lucky gemstones, lucky metal, personal year, and pinnacle numbers from a date of birth and optional full name."
          },
          "response": []
        },
        {
          "name": "Universal and personal daily number",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/daily-number?date=21%2F06%2F2026&dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "daily-number"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "21/06/2026",
                  "description": "Date in DD/MM/YYYY format (defaults to today)",
                  "disabled": true
                },
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY) to also compute personal day number",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the universal day number for a date (default today) with recommended/avoid actions, and the personal day number if a date of birth is supplied."
          },
          "response": []
        },
        {
          "name": "Four pinnacle cycles",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/pinnacles?dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "pinnacles"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY)",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the four pinnacle cycle numbers derived from a date of birth, each with its active age range and theme."
          },
          "response": []
        },
        {
          "name": "Four challenge numbers",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/challenges?dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "challenges"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY)",
                  "disabled": false
                }
              ]
            },
            "description": "Returns the four challenge numbers derived from a date of birth."
          },
          "response": []
        },
        {
          "name": "Missing numbers (karmic lessons)",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/missing-numbers?full_birth_name=Mahesh%20Naidu",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "missing-numbers"
              ],
              "query": [
                {
                  "key": "full_birth_name",
                  "value": "Mahesh Naidu",
                  "description": "Full birth name (alias: name)",
                  "disabled": false
                }
              ]
            },
            "description": "Identifies digits absent from a full name's numerology breakdown, representing karmic lessons to develop."
          },
          "response": []
        },
        {
          "name": "Business name numerology score",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/business-name?business_name=liciousAPIs&owner_dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "business-name"
              ],
              "query": [
                {
                  "key": "business_name",
                  "value": "liciousAPIs",
                  "description": "Business name to evaluate",
                  "disabled": false
                },
                {
                  "key": "owner_dob",
                  "value": "06/05/1990",
                  "description": "Owner's date of birth (DD/MM/YYYY) for alignment scoring",
                  "disabled": true
                }
              ]
            },
            "description": "Scores a business name numerologically, returning a success score, meaning, three alternative name suggestions, and auspicious launch years. Optionally aligns with an owner's date of birth."
          },
          "response": []
        },
        {
          "name": "Compare and rank multiple names",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/numerology/name-comparison?names=Alice%2CBob%2CCharlie&dob=06%2F05%2F1990",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "numerology",
                "name-comparison"
              ],
              "query": [
                {
                  "key": "names",
                  "value": "Alice,Bob,Charlie",
                  "description": "Comma-separated list of names to compare (2-5 names)",
                  "disabled": false
                },
                {
                  "key": "dob",
                  "value": "06/05/1990",
                  "description": "Date of birth (DD/MM/YYYY) to weight compatibility",
                  "disabled": true
                }
              ]
            },
            "description": "Ranks 2-5 comma-separated names by a numerology score (expression, soul urge, personality), optionally weighted by compatibility with a date of birth, and returns a top recommendation."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Nutrition",
      "item": [
        {
          "name": "Search foods for nutrition data",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/nutrition/food-lookup?query=chicken%20breast&limit=10",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "nutrition",
                "food-lookup"
              ],
              "query": [
                {
                  "key": "query",
                  "value": "chicken breast",
                  "description": "Food name to search",
                  "disabled": false
                },
                {
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum number of results (1-25)",
                  "disabled": true
                }
              ]
            },
            "description": "Searches the USDA FoodData Central database by name and returns matching foods with calories, protein, carbs, fat, and fiber per 100g."
          },
          "response": []
        },
        {
          "name": "Daily macro targets",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/nutrition/macros?weight_kg=70&height_cm=175&age=30&gender=male&activity=moderate&goal=maintain",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "nutrition",
                "macros"
              ],
              "query": [
                {
                  "key": "weight_kg",
                  "value": "70",
                  "description": "Weight in kilograms",
                  "disabled": false
                },
                {
                  "key": "height_cm",
                  "value": "175",
                  "description": "Height in centimeters",
                  "disabled": false
                },
                {
                  "key": "age",
                  "value": "30",
                  "description": "Age in years (1-120)",
                  "disabled": false
                },
                {
                  "key": "gender",
                  "value": "male",
                  "description": "Gender",
                  "disabled": false
                },
                {
                  "key": "activity",
                  "value": "moderate",
                  "description": "Activity level",
                  "disabled": true
                },
                {
                  "key": "goal",
                  "value": "maintain",
                  "description": "Goal",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates BMR, TDEE, target calories, and protein/fat/carb macro targets (grams and percentages) based on weight, height, age, gender, activity, and goal."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Phone",
      "item": [
        {
          "name": "Format a phone number",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/phone/format?number=%2B919876543210&format=international",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "phone",
                "format"
              ],
              "query": [
                {
                  "key": "number",
                  "value": "+919876543210",
                  "description": "Phone number with country code",
                  "disabled": false
                },
                {
                  "key": "format",
                  "value": "international",
                  "description": "Output format",
                  "disabled": true
                }
              ]
            },
            "description": "Formats a phone number into international, national, E.164, or RFC3966 format using libphonenumber-js."
          },
          "response": []
        },
        {
          "name": "Validate a phone number",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/phone/validate?number=%2B919876543210",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "phone",
                "validate"
              ],
              "query": [
                {
                  "key": "number",
                  "value": "+919876543210",
                  "description": "Phone number with country code",
                  "disabled": false
                }
              ]
            },
            "description": "Validates a phone number using libphonenumber-js and returns validity, possibility, number type, country, calling code, and multiple formatted representations."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Property",
      "item": [
        {
          "name": "Mortgage affordability calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/property/mortgage-affordability?annual_income=1200000&monthly_debts=0&down_payment=0&interest_rate=8.5&loan_term_years=20&currency=INR",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "property",
                "mortgage-affordability"
              ],
              "query": [
                {
                  "key": "annual_income",
                  "value": "1200000",
                  "description": "Annual income",
                  "disabled": false
                },
                {
                  "key": "monthly_debts",
                  "value": "0",
                  "description": "Existing monthly debt obligations",
                  "disabled": true
                },
                {
                  "key": "down_payment",
                  "value": "0",
                  "description": "Available down payment",
                  "disabled": true
                },
                {
                  "key": "interest_rate",
                  "value": "8.5",
                  "description": "Annual interest rate percentage",
                  "disabled": false
                },
                {
                  "key": "loan_term_years",
                  "value": "20",
                  "description": "Loan term in years (1-40)",
                  "disabled": true
                },
                {
                  "key": "currency",
                  "value": "INR",
                  "description": "Currency code for display",
                  "disabled": true
                }
              ]
            },
            "description": "Estimates maximum loan amount and property price affordable under a 43% debt-to-income ratio, given annual income, monthly debts, down payment, interest rate, and loan term."
          },
          "response": []
        },
        {
          "name": "Rental yield calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/property/rental-yield?property_value=5000000&monthly_rent=25000&annual_expenses=0&currency=INR",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "property",
                "rental-yield"
              ],
              "query": [
                {
                  "key": "property_value",
                  "value": "5000000",
                  "description": "Property value",
                  "disabled": false
                },
                {
                  "key": "monthly_rent",
                  "value": "25000",
                  "description": "Monthly rental income",
                  "disabled": false
                },
                {
                  "key": "annual_expenses",
                  "value": "0",
                  "description": "Annual property expenses",
                  "disabled": true
                },
                {
                  "key": "currency",
                  "value": "INR",
                  "description": "Currency code for display",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates gross and net rental yield, rental multiplier, and payback period for a property given its value, monthly rent, and annual expenses."
          },
          "response": []
        }
      ]
    },
    {
      "name": "QR",
      "item": [
        {
          "name": "Generate a QR code",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/qr/generate?data=https%3A%2F%2Faplicious.com&size=300&format=png",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "qr",
                "generate"
              ],
              "query": [
                {
                  "key": "data",
                  "value": "https://aplicious.com",
                  "description": "Text or URL to encode (max 2000 characters)",
                  "disabled": false
                },
                {
                  "key": "size",
                  "value": "300",
                  "description": "Image size in pixels (50-1000)",
                  "disabled": true
                },
                {
                  "key": "format",
                  "value": "png",
                  "description": "Output image format",
                  "disabled": true
                }
              ]
            },
            "description": "Generates a QR code image (PNG or SVG) encoding arbitrary text or a URL."
          },
          "response": []
        },
        {
          "name": "Generate a vCard QR code",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/qr/vcard?name=Mahesh%20Naidu&phone=%2B919876543210&email=mahesh%40aplicious.com&org=liciousAPIs&url=https%3A%2F%2Faplicious.com&size=300",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "qr",
                "vcard"
              ],
              "query": [
                {
                  "key": "name",
                  "value": "Mahesh Naidu",
                  "description": "Contact full name",
                  "disabled": false
                },
                {
                  "key": "phone",
                  "value": "+919876543210",
                  "description": "Contact phone number",
                  "disabled": true
                },
                {
                  "key": "email",
                  "value": "mahesh@aplicious.com",
                  "description": "Contact email address",
                  "disabled": true
                },
                {
                  "key": "org",
                  "value": "liciousAPIs",
                  "description": "Contact organization",
                  "disabled": true
                },
                {
                  "key": "url",
                  "value": "https://aplicious.com",
                  "description": "Contact website URL",
                  "disabled": true
                },
                {
                  "key": "size",
                  "value": "300",
                  "description": "Image size in pixels (50-1000)",
                  "disabled": true
                }
              ]
            },
            "description": "Generates a QR code (PNG) encoding a vCard 3.0 contact card from name, phone, email, organization, and URL."
          },
          "response": []
        },
        {
          "name": "Generate a WiFi QR code",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/qr/wifi?ssid=MyHomeNetwork&password=supersecret&security=WPA&size=300",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "qr",
                "wifi"
              ],
              "query": [
                {
                  "key": "ssid",
                  "value": "MyHomeNetwork",
                  "description": "WiFi network name (SSID)",
                  "disabled": false
                },
                {
                  "key": "password",
                  "value": "supersecret",
                  "description": "WiFi password (omit for open networks)",
                  "disabled": true
                },
                {
                  "key": "security",
                  "value": "WPA",
                  "description": "Security type",
                  "disabled": true
                },
                {
                  "key": "size",
                  "value": "300",
                  "description": "Image size in pixels (50-1000)",
                  "disabled": true
                }
              ]
            },
            "description": "Generates a QR code (PNG) that connects a device to a WiFi network when scanned."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Space",
      "item": [
        {
          "name": "Astronomy picture of the day fact",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/apod?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "apod"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in ISO format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Returns a daily-rotating astronomy fact (title, description, object type, distance, fun fact) selected deterministically from a 73-entry pool by day of year."
          },
          "response": []
        },
        {
          "name": "Constellation lookup by coordinates",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/constellation?ra=83.82&dec=-5.39",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "constellation"
              ],
              "query": [
                {
                  "key": "ra",
                  "value": "83.82",
                  "description": "Right ascension in degrees (0-360)",
                  "disabled": false
                },
                {
                  "key": "dec",
                  "value": "-5.39",
                  "description": "Declination in degrees (-90 to 90)",
                  "disabled": false
                }
              ]
            },
            "description": "Identifies the IAU constellation containing a given right ascension and declination, with metadata (abbreviation, meaning, brightest star, area)."
          },
          "response": []
        },
        {
          "name": "Solar and lunar eclipses for a year",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/eclipse?year=2026&type=all",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "eclipse"
              ],
              "query": [
                {
                  "key": "year",
                  "value": "2026",
                  "description": "Year (1900-2200); defaults to current year",
                  "disabled": true
                },
                {
                  "key": "type",
                  "value": "all",
                  "description": "Eclipse type filter",
                  "disabled": true
                }
              ]
            },
            "description": "Lists solar and/or lunar eclipses occurring within a given year, computed via the astronomy-engine library, with type, duration, and visibility."
          },
          "response": []
        },
        {
          "name": "ISS current location",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/iss/location",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "iss",
                "location"
              ],
              "query": []
            },
            "description": "Returns a deterministically simulated current latitude/longitude, altitude, velocity, and visibility for the International Space Station."
          },
          "response": []
        },
        {
          "name": "Moon phase for a date",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/moon/phase?date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "moon",
                "phase"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in YYYY-MM-DD format; defaults to today",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates the moon phase name, illumination percentage, age in days, and dates of the next full and new moon for a given date."
          },
          "response": []
        },
        {
          "name": "Next astronomical events",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/next-event?from=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "next-event"
              ],
              "query": [
                {
                  "key": "from",
                  "value": "2026-06-21",
                  "description": "Reference date (YYYY-MM-DD); defaults to now",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the next full moon, new moon, equinox/solstice, lunar eclipse, and solar eclipse occurring after a given date, sorted chronologically."
          },
          "response": []
        },
        {
          "name": "Planetary positions",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/space/planets?date=2026-06-21&observer_lat=0&observer_lon=0",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "space",
                "planets"
              ],
              "query": [
                {
                  "key": "date",
                  "value": "2026-06-21",
                  "description": "Date in ISO format; defaults to now",
                  "disabled": true
                },
                {
                  "key": "observer_lat",
                  "value": "0",
                  "description": "Observer latitude (-90 to 90)",
                  "disabled": true
                },
                {
                  "key": "observer_lon",
                  "value": "0",
                  "description": "Observer longitude (-180 to 180)",
                  "disabled": true
                }
              ]
            },
            "description": "Computes the Sun, Moon, and planets' distance, phase angle, magnitude, rise/set times, constellation, and equatorial coordinates for a date and observer location."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Sports",
      "item": [
        {
          "name": "Cricket player career stats",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/cricket/player-stats?name=&format=",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "cricket",
                "player-stats"
              ],
              "query": [
                {
                  "key": "name",
                  "value": "",
                  "description": "Player name as recorded on the scorecard, e.g. \"V Kohli\"",
                  "disabled": false
                },
                {
                  "key": "format",
                  "value": "",
                  "description": "Filter to one format",
                  "disabled": true
                }
              ]
            },
            "description": "Career batting, bowling, and fielding stats for a cricketer, aggregated from 22,000+ real matches we own in our own database (sourced from Cricsheet, ODC-BY 1.0). Breaks down by format."
          },
          "response": []
        },
        {
          "name": "Cricket team head-to-head record",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/cricket/head-to-head?team1=&team2=&format=",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "cricket",
                "head-to-head"
              ],
              "query": [
                {
                  "key": "team1",
                  "value": "",
                  "description": "First team name",
                  "disabled": false
                },
                {
                  "key": "team2",
                  "value": "",
                  "description": "Second team name",
                  "disabled": false
                },
                {
                  "key": "format",
                  "value": "",
                  "description": "Filter to one format",
                  "disabled": true
                }
              ]
            },
            "description": "Win/loss record between two teams across our owned database of 22,000+ matches, broken down by format."
          },
          "response": []
        },
        {
          "name": "Search cricket match archive",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/cricket/matches?team=&competition=&format=&season=&limit=20",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "cricket",
                "matches"
              ],
              "query": [
                {
                  "key": "team",
                  "value": "",
                  "description": "Filter by team name (required if competition is omitted)",
                  "disabled": true
                },
                {
                  "key": "competition",
                  "value": "",
                  "description": "Filter by competition name (required if team is omitted)",
                  "disabled": true
                },
                {
                  "key": "format",
                  "value": "",
                  "description": "Filter by format",
                  "disabled": true
                },
                {
                  "key": "season",
                  "value": "",
                  "description": "Season string as recorded, e.g. \"2025/26\"",
                  "disabled": true
                },
                {
                  "key": "limit",
                  "value": "20",
                  "description": "Max results, 1-100",
                  "disabled": true
                }
              ]
            },
            "description": "Search our owned archive of 22,000+ real cricket matches by team, competition, format, or season."
          },
          "response": []
        },
        {
          "name": "Cricket match detail and scorecard",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/cricket/match?id=",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "cricket",
                "match"
              ],
              "query": [
                {
                  "key": "id",
                  "value": "",
                  "description": "Cricsheet match id (find ids via /cricket/matches)",
                  "disabled": false
                }
              ]
            },
            "description": "Full details and innings-by-innings scorecard for one match, by id."
          },
          "response": []
        },
        {
          "name": "Formula 1 race schedule",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/f1/schedule?season=current",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "f1",
                "schedule"
              ],
              "query": [
                {
                  "key": "season",
                  "value": "current",
                  "description": "Season year or 'current'",
                  "disabled": true
                }
              ]
            },
            "description": "Returns the Formula 1 race schedule for a season via the Jolpica F1 API (Ergast-compatible), with round, circuit, country, city, and date/time."
          },
          "response": []
        },
        {
          "name": "Formula 1 driver and constructor standings",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/f1/standings?season=current",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "f1",
                "standings"
              ],
              "query": [
                {
                  "key": "season",
                  "value": "current",
                  "description": "Season year or 'current'",
                  "disabled": true
                }
              ]
            },
            "description": "Returns current or historical Formula 1 driver and constructor championship standings via the Jolpica F1 API (Ergast-compatible)."
          },
          "response": []
        },
        {
          "name": "Live football (soccer) scores",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/sports/football/scores?league=premier-league",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "sports",
                "football",
                "scores"
              ],
              "query": [
                {
                  "key": "league",
                  "value": "premier-league",
                  "description": "Football league",
                  "disabled": true
                }
              ]
            },
            "description": "Fetches live and recent football match scores for a league (Premier League, La Liga, Bundesliga, Serie A, Ligue 1, Champions League, ISL) via ESPN's scoreboard API."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Text",
      "item": [
        {
          "name": "Extract top keywords",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/text/keywords?text=Artificial%20intelligence%20is%20transforming%20the%20modern%20economy.&limit=10",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "text",
                "keywords"
              ],
              "query": [
                {
                  "key": "text",
                  "value": "Artificial intelligence is transforming the modern economy.",
                  "description": "Text to extract keywords from",
                  "disabled": false
                },
                {
                  "key": "limit",
                  "value": "10",
                  "description": "Maximum number of keywords to return (1-50)",
                  "disabled": true
                }
              ]
            },
            "description": "Tokenizes text, removes stop words, and returns the most frequent remaining words with count and term frequency."
          },
          "response": []
        },
        {
          "name": "Detect text language",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/text/language-detect?text=Bonjour%20le%20monde",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "text",
                "language-detect"
              ],
              "query": [
                {
                  "key": "text",
                  "value": "Bonjour le monde",
                  "description": "Text to identify the language of",
                  "disabled": false
                }
              ]
            },
            "description": "Detects the language of a text snippet by matching tokens against stop-word profiles for English, Spanish, French, German, Portuguese, Italian, Dutch, and Polish."
          },
          "response": []
        },
        {
          "name": "Readability scoring",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/text/readability?text=The%20quick%20brown%20fox%20jumps%20over%20the%20lazy%20dog.",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "text",
                "readability"
              ],
              "query": [
                {
                  "key": "text",
                  "value": "The quick brown fox jumps over the lazy dog.",
                  "description": "Text to analyze",
                  "disabled": false
                }
              ]
            },
            "description": "Computes word/sentence/syllable counts and Flesch Reading Ease and Flesch-Kincaid Grade Level scores for a text, with a grade and readability level description."
          },
          "response": []
        },
        {
          "name": "Sentiment analysis",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/text/sentiment?text=I%20love%20this%20product!",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "text",
                "sentiment"
              ],
              "query": [
                {
                  "key": "text",
                  "value": "I love this product!",
                  "description": "Text to analyze",
                  "disabled": false
                }
              ]
            },
            "description": "Scores text sentiment using an AFINN-style word lexicon, classifying it as positive, negative, or neutral with a normalized score and magnitude."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Timezone",
      "item": [
        {
          "name": "Convert time between timezones",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/timezone/convert?time=2026-06-20T15%3A00%3A00&from_tz=Asia%2FKolkata&to_tz=America%2FNew_York",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "timezone",
                "convert"
              ],
              "query": [
                {
                  "key": "time",
                  "value": "2026-06-20T15:00:00",
                  "description": "Datetime string without timezone suffix",
                  "disabled": false
                },
                {
                  "key": "from_tz",
                  "value": "Asia/Kolkata",
                  "description": "Source timezone (one of: Asia/Kolkata, America/New_York, America/Los_Angeles, Europe/London, Asia/Tokyo, Asia/Singapore, Australia/Sydney, UTC)",
                  "disabled": false
                },
                {
                  "key": "to_tz",
                  "value": "America/New_York",
                  "description": "Target timezone (same supported list as from_tz)",
                  "disabled": false
                }
              ]
            },
            "description": "Converts a naive datetime from one supported timezone to another using a fixed-offset lookup table (does not handle DST transitions beyond the hardcoded offset)."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Travel",
      "item": [
        {
          "name": "Flight distance and time estimate",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/travel/flight-distance?from_lat=12.9716&from_lon=77.5946&to_lat=40.7128&to_lon=-74.006&from_name=Origin&to_name=Destination",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "travel",
                "flight-distance"
              ],
              "query": [
                {
                  "key": "from_lat",
                  "value": "12.9716",
                  "description": "Origin latitude (-90 to 90)",
                  "disabled": false
                },
                {
                  "key": "from_lon",
                  "value": "77.5946",
                  "description": "Origin longitude (-180 to 180)",
                  "disabled": false
                },
                {
                  "key": "to_lat",
                  "value": "40.7128",
                  "description": "Destination latitude (-90 to 90)",
                  "disabled": false
                },
                {
                  "key": "to_lon",
                  "value": "-74.006",
                  "description": "Destination longitude (-180 to 180)",
                  "disabled": false
                },
                {
                  "key": "from_name",
                  "value": "Origin",
                  "description": "Label for the origin",
                  "disabled": true
                },
                {
                  "key": "to_name",
                  "value": "Destination",
                  "description": "Label for the destination",
                  "disabled": true
                }
              ]
            },
            "description": "Computes great-circle (Haversine) distance between two coordinates, an estimated flight time at typical cruise speed, and compass bearing."
          },
          "response": []
        },
        {
          "name": "Timezone difference between two IANA zones",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/travel/timezone-difference?from_tz=Asia%2FKolkata&to_tz=America%2FNew_York",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "travel",
                "timezone-difference"
              ],
              "query": [
                {
                  "key": "from_tz",
                  "value": "Asia/Kolkata",
                  "description": "Source IANA timezone name",
                  "disabled": false
                },
                {
                  "key": "to_tz",
                  "value": "America/New_York",
                  "description": "Target IANA timezone name",
                  "disabled": false
                }
              ]
            },
            "description": "Computes the current UTC offset, time difference, and current local time for two IANA timezone names."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Vehicles",
      "item": [
        {
          "name": "Trip fuel cost and CO2 estimate",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/vehicles/fuel-cost?distance_km=250&fuel_efficiency_l_per_100km=7.5&fuel_price_per_liter=100&currency=INR",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "vehicles",
                "fuel-cost"
              ],
              "query": [
                {
                  "key": "distance_km",
                  "value": "250",
                  "description": "Trip distance in kilometers",
                  "disabled": false
                },
                {
                  "key": "fuel_efficiency_l_per_100km",
                  "value": "7.5",
                  "description": "Fuel efficiency in liters per 100km",
                  "disabled": false
                },
                {
                  "key": "fuel_price_per_liter",
                  "value": "100",
                  "description": "Fuel price per liter",
                  "disabled": false
                },
                {
                  "key": "currency",
                  "value": "INR",
                  "description": "Currency code for display",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates fuel needed, total fuel cost, cost per km, and estimated CO2 emissions for a trip given distance, fuel efficiency, and fuel price."
          },
          "response": []
        },
        {
          "name": "Vehicle loan EMI calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/vehicles/loan-calculator?vehicle_price=1000000&down_payment=0&interest_rate=9.5&loan_term_months=60&currency=INR",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "vehicles",
                "loan-calculator"
              ],
              "query": [
                {
                  "key": "vehicle_price",
                  "value": "1000000",
                  "description": "Vehicle purchase price",
                  "disabled": false
                },
                {
                  "key": "down_payment",
                  "value": "0",
                  "description": "Down payment amount",
                  "disabled": true
                },
                {
                  "key": "interest_rate",
                  "value": "9.5",
                  "description": "Annual interest rate percentage",
                  "disabled": false
                },
                {
                  "key": "loan_term_months",
                  "value": "60",
                  "description": "Loan term in months (1-120)",
                  "disabled": true
                },
                {
                  "key": "currency",
                  "value": "INR",
                  "description": "Currency code for display",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates monthly EMI, total payment, and total interest for a vehicle loan given price, down payment, interest rate, and loan term in months."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Weather",
      "item": [
        {
          "name": "Current weather conditions",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/weather/current?city=Bengaluru&lat=12.9716&lon=77.5946",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "weather",
                "current"
              ],
              "query": [
                {
                  "key": "city",
                  "value": "Bengaluru",
                  "description": "City name (use city OR lat+lon)",
                  "disabled": true
                },
                {
                  "key": "lat",
                  "value": "12.9716",
                  "description": "Latitude (use with lon)",
                  "disabled": true
                },
                {
                  "key": "lon",
                  "value": "77.5946",
                  "description": "Longitude (use with lat)",
                  "disabled": true
                }
              ]
            },
            "description": "Fetches live weather conditions for a city name or explicit lat/lon via Open-Meteo, including temperature, humidity, wind, pressure, and UV index."
          },
          "response": []
        },
        {
          "name": "Multi-day weather forecast",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/weather/forecast?city=Mumbai&lat=19.076&lon=72.8777&days=7",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "weather",
                "forecast"
              ],
              "query": [
                {
                  "key": "city",
                  "value": "Mumbai",
                  "description": "City name (use city OR lat+lon)",
                  "disabled": true
                },
                {
                  "key": "lat",
                  "value": "19.076",
                  "description": "Latitude (use with lon)",
                  "disabled": true
                },
                {
                  "key": "lon",
                  "value": "72.8777",
                  "description": "Longitude (use with lat)",
                  "disabled": true
                },
                {
                  "key": "days",
                  "value": "7",
                  "description": "Number of forecast days (1-16)",
                  "disabled": true
                }
              ]
            },
            "description": "Returns a daily weather forecast (high/low temp, conditions, rain chance, wind, UV, sunrise/sunset) for a city or coordinates via Open-Meteo."
          },
          "response": []
        }
      ]
    },
    {
      "name": "Wellness",
      "item": [
        {
          "name": "Biorhythm cycle calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/biorhythm?dob=1990-06-05&target_date=2026-06-21",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "biorhythm"
              ],
              "query": [
                {
                  "key": "dob",
                  "value": "1990-06-05",
                  "description": "Date of birth (YYYY-MM-DD)",
                  "disabled": false
                },
                {
                  "key": "target_date",
                  "value": "2026-06-21",
                  "description": "Target date (YYYY-MM-DD)",
                  "disabled": false
                }
              ]
            },
            "description": "Calculates physical (23-day), emotional (28-day), and intellectual (33-day) biorhythm cycle values for a target date based on date of birth."
          },
          "response": []
        },
        {
          "name": "Circadian rhythm schedule",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/circadian?wake_time=06%3A30&chronotype=intermediate",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "circadian"
              ],
              "query": [
                {
                  "key": "wake_time",
                  "value": "06:30",
                  "description": "Wake time in 24-hour HH:MM format",
                  "disabled": false
                },
                {
                  "key": "chronotype",
                  "value": "intermediate",
                  "description": "Chronotype offset",
                  "disabled": true
                }
              ]
            },
            "description": "Builds a personalized circadian schedule (morning light window, cortisol peak, focus windows, exercise window, wind-down, melatonin onset) from a wake time and chronotype."
          },
          "response": []
        },
        {
          "name": "Ayurvedic dosha calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/dosha?answers=vvpkk",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "dosha"
              ],
              "query": [
                {
                  "key": "answers",
                  "value": "vvpkk",
                  "description": "String of v/p/k characters representing questionnaire answers",
                  "disabled": false
                }
              ]
            },
            "description": "Determines dominant Ayurvedic dosha (Vata/Pitta/Kapha) percentages and lifestyle recommendations from a string of questionnaire answers."
          },
          "response": []
        },
        {
          "name": "Intermittent fasting schedule",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/fasting?protocol=16%3A8&start_time=20%3A00",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "fasting"
              ],
              "query": [
                {
                  "key": "protocol",
                  "value": "16:8",
                  "description": "Fasting protocol",
                  "disabled": true
                },
                {
                  "key": "start_time",
                  "value": "20:00",
                  "description": "Fast start time in 24-hour HH:MM format",
                  "disabled": true
                }
              ]
            },
            "description": "Builds a fasting and eating window schedule for a chosen protocol (16:8, 18:6, 20:4, 5:2, OMAD, 36h), including science-backed benefit milestones and tips."
          },
          "response": []
        },
        {
          "name": "Optimal bedtime calculator",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/sleep-cycle?wake_time=07%3A00&cycles=5",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "sleep-cycle"
              ],
              "query": [
                {
                  "key": "wake_time",
                  "value": "07:00",
                  "description": "Desired wake time in 24-hour HH:MM format",
                  "disabled": false
                },
                {
                  "key": "cycles",
                  "value": "5",
                  "description": "Additional custom number of sleep cycles to include (default 5)",
                  "disabled": true
                }
              ]
            },
            "description": "Calculates optimal bedtimes based on 90-minute sleep cycles working backward from a desired wake time, for 4, 5, 6, and a custom cycle count."
          },
          "response": []
        },
        {
          "name": "Stress and recovery score",
          "request": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{base_url}}/api/v1/wellness/stress?sleep_hours=7.5&exercise_days_week=4&work_hours_day=8&social_score=7&nutrition_score=7&hrv=55",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "v1",
                "wellness",
                "stress"
              ],
              "query": [
                {
                  "key": "sleep_hours",
                  "value": "7.5",
                  "description": "Hours slept last night (0-24)",
                  "disabled": false
                },
                {
                  "key": "exercise_days_week",
                  "value": "4",
                  "description": "Days of exercise per week (0-7)",
                  "disabled": false
                },
                {
                  "key": "work_hours_day",
                  "value": "8",
                  "description": "Average work hours per day (0-24)",
                  "disabled": false
                },
                {
                  "key": "social_score",
                  "value": "7",
                  "description": "Self-rated social connection score (1-10)",
                  "disabled": false
                },
                {
                  "key": "nutrition_score",
                  "value": "7",
                  "description": "Self-rated nutrition quality score (1-10)",
                  "disabled": false
                },
                {
                  "key": "hrv",
                  "value": "55",
                  "description": "Heart rate variability in milliseconds (1-300)",
                  "disabled": true
                }
              ]
            },
            "description": "Computes a weighted stress score, recovery score, and resilience score from sleep hours, exercise frequency, work hours, social score, nutrition score, and optional HRV, with evidence-based recommendations."
          },
          "response": []
        }
      ]
    }
  ]
}