{
  "info": {
    "name": "Rajvidya Astro API",
    "description": "Authentic Vedic astrology analysis via REST API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "Birth charts",
      "description": "**Scope:** charts\n\n**Credits:** 1.0\n\nCreate and read the birth records every other endpoint refers to.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/charts/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "charts"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Birth charts",
      "description": "**Scope:** charts\n\n**Credits:** 1.0\n\nCreate and read the birth records every other endpoint refers to.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/charts/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "charts"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"name\": \"Test Person\",\n  \"gender\": \"MALE\",\n  \"date_of_birth\": \"1990-05-15\",\n  \"time_of_birth\": \"14:30\",\n  \"place_of_birth\": \"Pune, India\",\n  \"latitude\": 18.52,\n  \"longitude\": 73.85,\n  \"timezone_offset\": 5.5\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Kundli",
      "description": "**Scope:** kundli\n\n**Credits:** 1.0\n\nFull birth chart: planets, houses, vargas, strengths and yogas.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/kundli/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "kundli"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Dasha periods",
      "description": "**Scope:** dasha\n\n**Credits:** 1.0\n\nVimshottari mahadasha, antardasha and pratyantardasha timelines.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/dasha/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "dasha"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Dosha analysis",
      "description": "**Scope:** doshas\n\n**Credits:** 2.0\n\nManglik, Kaal Sarp, Pitra and Sade Sati detection with severity.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/doshas/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "doshas"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Daily horoscope",
      "description": "**Scope:** horoscope\n\n**Credits:** 1.0\n\nMoon-sign horoscope driven by live transits.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/rashifal/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "rashifal"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Today snapshot",
      "description": "**Scope:** horoscope\n\n**Credits:** 1.0\n\nOne call for the day: transits, panchang and personalised guidance.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/today/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "today"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Cosmic planner",
      "description": "**Scope:** horoscope\n\n**Credits:** 2.0\n\nDay-by-day favourability scoring for planning ahead.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/cosmic-planner/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "cosmic-planner"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Festival calendar",
      "description": "**Scope:** panchang\n\n**Credits:** 1.0\n\nRegional Hindu festival dates with observance rules.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/festivals/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "festivals"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Choghadiya",
      "description": "**Scope:** panchang\n\n**Credits:** 1.0\n\nAuspicious and inauspicious time bands for any date and place.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/choghadiya/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "choghadiya"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Panchang image",
      "description": "**Scope:** panchang\n\n**Credits:** 1.0\n\nRendered daily panchang card, ready to post.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/panchang/share-image/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "panchang",
            "share-image"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Marriage muhurta",
      "description": "**Scope:** muhurta\n\n**Credits:** 2.0\n\nRanked wedding dates screened against both charts.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/muhurta/marriage/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "muhurta",
            "marriage"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 2317,\n  \"partner_chart_id\": 2318,\n  \"date_from\": \"2026-11-01\",\n  \"date_to\": \"2027-02-28\",\n  \"limit\": 10\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Gochar transits",
      "description": "**Scope:** transit\n\n**Credits:** 1.0\n\nCurrent planetary transits over the natal chart with effects.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/gochar/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "gochar"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Live sky",
      "description": "**Scope:** transit\n\n**Credits:** 1.0\n\nReal-time planetary positions and a rendered sky chart.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/live-sky/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "live-sky"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Numerology profile",
      "description": "**Scope:** numerology\n\n**Credits:** 1.0\n\nChaldean and Vedic numbers from name and date of birth.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/numerology/dashboard/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "numerology",
            "dashboard"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Numerology deep report",
      "description": "**Scope:** numerology\n\n**Credits:** 2.0\n\nName correction, business-name scoring and lucky-number analysis.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/numerology/pro/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "numerology",
            "pro"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Baby names",
      "description": "**Scope:** numerology\n\n**Credits:** 1.0\n\nNakshatra-correct name suggestions by syllable.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/baby-names/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "baby-names"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 2317,\n  \"gender\": \"FEMALE\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Biorhythm",
      "description": "**Scope:** numerology\n\n**Credits:** 1.0\n\nPhysical, emotional and intellectual cycles.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/biorhythm/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "biorhythm"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Compatibility match",
      "description": "**Scope:** matching\n\n**Credits:** 6.0\n\nTwenty-plus module compatibility, far past the standard 36-point check.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/compatibility/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "compatibility"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 2317,\n  \"partner_chart_id\": 2318\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Matching report",
      "description": "**Scope:** matching\n\n**Credits:** 6.0\n\nFull narrative matching report, in any supported language.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/matching/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "matching"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Vastu analysis",
      "description": "**Scope:** vastu\n\n**Credits:** 4.0\n\nScored, severity-ranked Vastu audit of a floor plan with remedies.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/analyze/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "analyze"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"facing\": \"NORTH\",\n  \"rooms\": [\n    {\n      \"name\": \"kitchen\",\n      \"zone\": \"SE\"\n    },\n    {\n      \"name\": \"master_bedroom\",\n      \"zone\": \"SW\"\n    }\n  ]\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Vastu surroundings",
      "description": "**Scope:** vastu\n\n**Credits:** 2.0\n\nDirectional analysis of roads, water and structures around a plot.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/surroundings/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "surroundings"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Astro-Vastu",
      "description": "**Scope:** vastu\n\n**Credits:** 2.0\n\nVastu read against the occupant birth chart.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/astro/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "astro"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Vastu muhurta",
      "description": "**Scope:** vastu\n\n**Credits:** 2.0\n\nAuspicious timing for construction, entry and renovation.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/muhurta/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "muhurta"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Vastu catalog",
      "description": "**Scope:** vastu\n\n**Credits:** 0.0\n\nReference list of zones, defects and remedies. Free.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/catalog/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "catalog"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Vastu comparison",
      "description": "**Scope:** vastu\n\n**Credits:** 2.0\n\nSide-by-side scoring of two properties.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/vastu/compare/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "vastu",
            "compare"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Remedy prescription",
      "description": "**Scope:** remedies\n\n**Credits:** 2.0\n\nGemstone, mantra, charity and ritual remedies matched to the chart.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/remedies/prescription/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "remedies",
            "prescription"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Translation",
      "description": "**Scope:** translate\n\n**Credits:** 1.0\n\nPOST a batch of strings; get them back in any of 20 languages, 12 of them Indian. Jyotish terms are preserved rather than literally translated.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/translate/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "translate"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"texts\": [\n    \"Saturn is transiting your seventh house\"\n  ],\n  \"target_lang\": \"mr\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Varshafal",
      "description": "**Scope:** varshafal\n\n**Credits:** 3.0\n\nAnnual horoscope on the Tajika system \u2014 a fresh reading every year.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/varshafal/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "varshafal"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Varshafal",
      "description": "**Scope:** varshafal\n\n**Credits:** 3.0\n\nAnnual horoscope on the Tajika system \u2014 a fresh reading every year.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/varshafal/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "varshafal"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "KP system",
      "description": "**Scope:** kp\n\n**Credits:** 2.0\n\nKrishnamurti Paddhati sub-lord analysis and ruling planets.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/kp/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "kp"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "KP system",
      "description": "**Scope:** kp\n\n**Credits:** 2.0\n\nKrishnamurti Paddhati sub-lord analysis and ruling planets.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/kp/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "kp"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Jaimini",
      "description": "**Scope:** jaimini\n\n**Credits:** 2.0\n\nChara karakas, arudha padas and Jaimini rashi dasha.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/jaimini/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "jaimini"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Jaimini",
      "description": "**Scope:** jaimini\n\n**Credits:** 2.0\n\nChara karakas, arudha padas and Jaimini rashi dasha.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/jaimini/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "jaimini"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Marriage timing",
      "description": "**Scope:** marriage\n\n**Credits:** 3.0\n\nMarriage prospects, timing windows and spouse indications.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/marriage/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "marriage"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Marriage timing",
      "description": "**Scope:** marriage\n\n**Credits:** 3.0\n\nMarriage prospects, timing windows and spouse indications.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/marriage/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "marriage"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Childbirth",
      "description": "**Scope:** childbirth\n\n**Credits:** 3.0\n\nProgeny indications and favourable periods for conception.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/childbirth/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "childbirth"
          ],
          "query": [
            {
              "key": "chart_id",
              "value": "2317",
              "disabled": false
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "Childbirth",
      "description": "**Scope:** childbirth\n\n**Credits:** 3.0\n\nProgeny indications and favourable periods for conception.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/childbirth/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "childbirth"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Prashna",
      "description": "**Scope:** prashna\n\n**Credits:** 3.0\n\nHorary astrology \u2014 an answer from the moment the question is asked. No birth chart needed.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/prashna/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "prashna"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"method\": \"TIME_BASED\",\n  \"question_category\": \"Career\",\n  \"location\": {\n    \"latitude\": 18.52,\n    \"longitude\": 73.85,\n    \"timezone\": 5.5\n  }\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Report modules",
      "description": "**Scope:** reports\n\n**Credits:** 0.0\n\nWhich report modules this key may generate.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Usage",
      "description": "**Scope:** account\n\n**Credits:** 0.0\n\nCurrent period usage, quota and scopes.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/usage/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "usage"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Catalog",
      "description": "**Scope:** account\n\n**Credits:** 0.0\n\nEvery endpoint and its credit cost.",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/catalog/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "catalog"
          ],
          "query": []
        }
      },
      "response": []
    },
    {
      "name": "Yoga analysis",
      "description": "**Scope:** yogas\n\n**Credits:** 3.0\n\nRaja, Dhana and Arishta yogas present in the chart, with strength and activation timing.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/yogas/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "yogas"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Dosha MRI",
      "description": "**Scope:** doshas\n\n**Credits:** 3.0\n\nFull dosha report: Manglik, Kaal Sarp, Pitra and Sade Sati with severity and remedies.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/doshas/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "doshas"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Career analysis",
      "description": "**Scope:** career\n\n**Credits:** 4.0\n\nProfession indicators, suitable fields, business-versus-service leaning and timing.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/career/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "career"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Education analysis",
      "description": "**Scope:** education\n\n**Credits:** 4.0\n\nAcademic strengths, subject suitability and the periods that favour study.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/education/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "education"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Skill discovery",
      "description": "**Scope:** skills\n\n**Credits:** 4.0\n\nInnate aptitudes read through Nadi and divisional charts.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/skills/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "skills"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Health analysis",
      "description": "**Scope:** health\n\n**Credits:** 4.0\n\nConstitutional tendencies and vulnerable periods, read through Astro-Ayurveda.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/health/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "health"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Past karma",
      "description": "**Scope:** past_karma\n\n**Credits:** 4.0\n\nKarmic inheritance and its imprint on this life, from the Moon and the nodes.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/past_karma/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "past_karma"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Spiritual path",
      "description": "**Scope:** spirituality\n\n**Credits:** 4.0\n\nMoksha indicators, spiritual inclination and the practices that suit the chart.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/spirituality/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "spirituality"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Astrocartography",
      "description": "**Scope:** astrocartography\n\n**Credits:** 5.0\n\nRelocation astrology \u2014 how the chart changes by place, for migration and travel.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/astrocartography/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "astrocartography"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    },
    {
      "name": "Karmic blueprint",
      "description": "**Scope:** karmic_blueprint\n\n**Credits:** 5.0\n\nComposite life blueprint across the twelve domains.",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "X-API-Key",
            "value": "{{api_key}}",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "value": "application/json",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{base_url}}/api/v1/reports/karmic_blueprint/",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "api",
            "v1",
            "reports",
            "karmic_blueprint"
          ]
        },
        "body": {
          "mode": "raw",
          "raw": "{\n  \"chart_id\": 123\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      },
      "response": []
    }
  ],
  "variable": [
    {
      "key": "base_url",
      "value": "https://rajvidya.com",
      "type": "string"
    },
    {
      "key": "api_key",
      "value": "rv_live_xxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxx",
      "type": "string"
    }
  ],
  "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"
      }
    ]
  }
}