Integrate our 30 student calculators into your app or website. No API key. No auth. Clean JSON. Free forever — just add a backlink.
All endpoints are HTTP GET requests. No authentication headers. CORS is enabled on every response — call directly from browser JavaScript.
https://studycalcshub.com/api.php?format=json&calc=
attribution and link field. Display a visible "Powered by Study Calcs Hub" credit with a dofollow link to studycalcshub.com when showing results to users.
Click any endpoint to expand it, fill in parameters, and run a real request against our server.
| Parameter | Type | Example | Required |
|---|---|---|---|
grades | CSV numbers (0–100) | 90,85,78,92 | Required |
credits | CSV numbers | 3,3,4,3 | Required |
scale | 4.0 | 5.0 | 10.0 | 4.0 | Optional |
| Parameter | Description | Example | Required |
|---|---|---|---|
current | Current grade % | 72 | Required |
target | Target final grade % | 80 | Required |
weight | Final exam weight % | 40 | Required |
| Parameter | Values | Example | Required |
|---|---|---|---|
cgpa | Decimal number | 8.5 | Required |
system | india10 | india4 | pakistan | us | uk | india10 | Required |
Access-Control-Allow-Origin: * on every response. Call it directly from browser JavaScript.Cache-Control: no-store since all calculations are deterministic. You can safely cache results client-side.