{
  "info": {
    "_postman_id": "d52fd9b4-fbcb-4b18-9807-972260b52270",
    "name": "The Indian Astrology Native API v2",
    "description": "Synthetic, stateless examples for integration-kit.1. Replace inputs only in a private server-side environment.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://theindianastrology.com/api/v2",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Catalogue",
      "request": {
        "method": "GET",
        "header": [],
        "url": "{{baseUrl}}"
      }
    },
    {
      "name": "Integration capabilities",
      "request": {
        "method": "GET",
        "header": [],
        "url": "{{baseUrl}}/capabilities"
      }
    },
    {
      "name": "Mahaguru public-form migration synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"formIdentifier\":\"ascendant\",\"birthday\":1,\"birthmonth\":1,\"birthyear\":1990,\"birthtime\":12,\"birthminute\":0,\"lat\":28.6139,\"lang\":77.209,\"timezone\":5.5,\"language\":\"en\",\"referenceDate\":\"2026-09-10\"}",
          "options": { "raw": { "language": "json" } }
        },
        "description": "Returns a TIA native envelope. It does not imitate an AstrologyAPI or legacy Mahaguru response.",
        "url": "{{baseUrl}}/migrations/mahaguru/public-form"
      }
    },
    {
      "name": "Kundli synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/kundli"
      }
    },
    {
      "name": "Atmakaraka and Ishta indicators synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\",\"karakaProfile\":\"seven\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/atmakaraka-ishta"
      }
    },
    {
      "name": "Rudraksha and gemstone review synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\",\"karakaProfile\":\"seven\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/rudraksha-gemstone-guidance"
      }
    },
    {
      "name": "Jaimini foundations synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\",\"karakaProfile\":\"seven\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/jaimini-foundations"
      }
    },
    {
      "name": "Panchang synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"localDate\":\"2026-09-10\",\"localTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"ayanamsha\":\"lahiri\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/panchang"
      }
    },
    {
      "name": "Daily Moon-sign prediction",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"localDate\":\"2026-09-10\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/predictions/daily"
      }
    },
    {
      "name": "Weekly Moon-sign prediction synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-09-10\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/predictions/weekly"}
    },
    {
      "name": "Monthly Moon-sign prediction synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-09-10\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/predictions/monthly"}
    },
    {
      "name": "Nakshatra Tara prediction synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-09-10\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"birthNakshatra\":23,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/predictions/nakshatra"}
    },
    {
      "name": "Personal Dasha and Tara planner synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"localDate\":\"2026-09-10\",\"timezone\":\"America/New_York\",\"latitude\":40.7128,\"longitude\":-74.006,\"period\":\"weekly\",\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/predictions/personal"}
    },
    {
      "name": "Annual Vedic Moon-sign prediction",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"localDate\":\"2026-01-01\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/predictions/annual/rashi"
      }
    },
    {
      "name": "Annual Western Sun-sign prediction",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"year\":2026,\"timezone\":\"Asia/Kolkata\",\"sunSign\":1,\"locale\":\"both\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/predictions/annual/sun-sign"
      }
    },
    {
      "name": "Varshaphal solar-return fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"targetAge\":36,\"returnTimezone\":\"Asia/Kolkata\",\"returnLatitude\":28.6139,\"returnLongitude\":77.209,\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/varshaphal"
      }
    },
    {
      "name": "Classical Pitri Shaapa audit fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/pitri-shapa"
      }
    },
    {
      "name": "Compatibility readiness manifest",
      "request": {
        "method": "GET",
        "header": [],
        "url": "{{baseUrl}}/compatibility/astrologyapi"
      }
    },
    {
      "name": "Numerology guidance synthetic fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"birthDate\":\"1990-01-01\",\"targetDate\":\"2026-09-10\",\"vehicleNumber\":\"DL 01 AB 1234\",\"locale\":\"both\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/numerology-guidance"
      }
    },
    {
      "name": "Specialized Vivaha Muhurat fixture",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\"localDate\":\"2026-01-01\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"event\":\"vivaha\",\"ayanamsha\":\"lahiri\"}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{baseUrl}}/calculations/specialized-muhurat"
      }
    },
    {
      "name": "Basic Kundli PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/kundli.pdf"}
    },
    {
      "name": "Advanced Kundli PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/kundli-advanced.pdf"}
    },
    {
      "name": "Basic Match Making PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"groom\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"bride\":{\"birthDate\":\"1992-06-15\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":19.07283,\"longitude\":72.88261},\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/match-making.pdf"}
    },
    {
      "name": "Advanced Match Making PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"groom\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"bride\":{\"birthDate\":\"1992-06-15\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":19.07283,\"longitude\":72.88261},\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/match-making-advanced.pdf"}
    },
    {
      "name": "Ayadi worksheet PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"length\":30,\"breadth\":40,\"unit\":\"foot\",\"quantizationMode\":\"nearest\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/ayadi-shadvarga.pdf"}
    },
    {
      "name": "Vastu layout PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"project\":{\"schemaVersion\":\"vastu-layout.1\",\"projectId\":\"synthetic-layout\",\"title\":\"Sample plan\",\"unit\":\"feet\",\"siteWidth\":40,\"siteHeight\":30,\"northRotation\":0,\"rooms\":[{\"id\":\"room-1\",\"label\":\"Living / बैठक\",\"x\":2,\"y\":2,\"width\":10,\"height\":10,\"color\":\"#F8E7BA\"}],\"walls\":[],\"doors\":[],\"createdAt\":\"2026-08-25T00:00:00Z\",\"updatedAt\":\"2026-08-25T00:00:00Z\"}}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/vastu-layout.pdf"}
    },
    {
      "name": "Vastu analysis PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"project\":{\"schemaVersion\":\"vastu-layout.1\",\"projectId\":\"synthetic-layout\",\"title\":\"Sample plan\",\"unit\":\"feet\",\"siteWidth\":40,\"siteHeight\":30,\"northRotation\":0,\"rooms\":[{\"id\":\"room-1\",\"label\":\"Living / बैठक\",\"x\":2,\"y\":2,\"width\":10,\"height\":10,\"color\":\"#F8E7BA\"}],\"walls\":[],\"doors\":[],\"createdAt\":\"2026-08-25T00:00:00Z\",\"updatedAt\":\"2026-08-25T00:00:00Z\"},\"zoneCount\":16,\"roomTypes\":{\"room-1\":\"living\"}}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/vastu-analysis.pdf"}
    },
    {
      "name": "Vastu Muhurat PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-02-20\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"event\":\"foundation\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/vastu-muhurat.pdf"}
    },
    {
      "name": "Annual Rashi PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-07-19\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/annual-rashi.pdf"}
    },
    {
      "name": "Annual Sun-sign PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"year\":2026,\"timezone\":\"Asia/Kolkata\",\"sunSign\":1,\"locale\":\"both\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/annual-sun-sign.pdf"}
    },
    {
      "name": "Daily Moon-sign PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-07-19\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/predictions-daily.pdf"}
    },
    {
      "name": "Weekly Moon-sign PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-07-19\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/predictions-weekly.pdf"}
    },
    {
      "name": "Monthly Moon-sign PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-07-19\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"moonSign\":1,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/predictions-monthly.pdf"}
    },
    {
      "name": "Panchang day PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-09-10\",\"localTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/panchang-day.pdf"}
    },
    {
      "name": "Indian Calendar year PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"year\":2026,\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/indian-calendar-year.pdf"}
    },
    {
      "name": "Numerology PDF anonymous synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birthDate\":\"1990-01-01\",\"referenceYear\":2026,\"locale\":\"both\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/numerology.pdf"}
    },
    {
      "name": "Numerology guidance PDF anonymous synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birthDate\":\"1990-01-01\",\"targetDate\":\"2026-09-10\",\"locale\":\"both\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/numerology-guidance.pdf"}
    },
    {
      "name": "Muhurat Finder PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-02-20\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"event\":\"business-purchase\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/muhurat-finder.pdf"}
    },
    {
      "name": "Specialized Muhurat PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-01-01\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"event\":\"vivaha\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/specialized-muhurat.pdf"}
    },
    {
      "name": "Personal prediction planner PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"birth\":{\"birthDate\":\"1990-01-01\",\"birthTime\":\"12:00:00\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209},\"localDate\":\"2026-09-10\",\"timezone\":\"America/New_York\",\"latitude\":40.7128,\"longitude\":-74.006,\"period\":\"weekly\",\"locale\":\"both\",\"ayanamsha\":\"lahiri\",\"chartStyle\":\"north\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/personal-predictions.pdf"}
    },
    {
      "name": "Nakshatra Tara Bala PDF synthetic fixture",
      "request": {"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"localDate\":\"2026-09-10\",\"timezone\":\"Asia/Kolkata\",\"latitude\":28.6139,\"longitude\":77.209,\"birthNakshatra\":23,\"locale\":\"both\",\"ayanamsha\":\"lahiri\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/reports/nakshatra-prediction.pdf"}
    }
  ]
}
