Free Tier -- 100 API Calls
Get your
free API key
Enter your email and get 100 free calls to all 65 physics endpoints. No card required. Setup auto-fills for your platform.
Your API Key
Setup for your platform
Your key auto-fills in the code once you sign up. Copy and run.
Windows
macOS
Linux
Docker
Colab
Step 1 -- Install
Open PowerShell:
pip install httpx
Step 2 -- First call
Step 1 -- Install
Open Terminal:
pip3 install httpx
Step 2 -- First call
Step 1 -- Install
Open terminal:
pip3 install httpx
Step 2 -- First call
Dockerfile
RUN pip install httpx
In your container
Cell 1 -- Install
!pip install httpx -q
Cell 2 -- First call
⚡ Always Use CUDA Farm
Drop
cudafarm_client.py in your project. Automatically routes all physics lookups through the API -- zero GPU cost.Save as cudafarm_client.py
Then import anywhere
from cudafarm_client import farm
higgs = farm.higgs_properties()
masses = farm.fermion_masses()
alpha = farm.running_coupling(energy_scale=1000)
print(f"Higgs: {higgs['mass']} GeV")