தமிழ் ஜோதிட கணிதம்

$requestData = [ "jsonrpc" => "2.0", "id" => 1, "method" => "tools/call", "params" => [ "name" => "astro_details", // The tool name from your tools/list "arguments" => [ "day" => 28, "month" => 3, "year" => 2026, "hour" => 17, "min" => 30, "lat" => 13.0827, "lon" => 80.2707, "tzone" => 5.5 ] ] ]; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'Authorization: Basic ' . base64_encode("$userId:$apiKey") ]); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($requestData)); $response = curl_exec($ch); $result = json_decode($response, true); // Accessing the Tamil data echo "நட்சத்திரம்: " . $result['result']['content'][0]['text']; ?> தமிழ் ஜோதிடம்

ஜாதக கணிதம் (Astrology Calculator)