All API Endpoints

Complete reference of all available API endpoints

Mathematics APIs

Number Theory

GET/math/number-theory/is-prime/{number}
GET/math/number-theory/primes-up-to/{limit}
GET/math/number-theory/prime-factors/{number}
GET/math/number-theory/divisors/{number}
GET/math/number-theory/gcd/{a}/{b}
GET/math/number-theory/lcm/{a}/{b}
GET/math/number-theory/fibonacci/{n}
GET/math/number-theory/factorial/{n}
GET/math/number-theory/combination/{n}/{r}

Vector Mathematics

GET/math/vectors/add?a1=1&a2=2&b1=3&b2=4
GET/math/vectors/subtract?a1=1&a2=2&b1=3&b2=4
GET/math/vectors/dot-product?a1=1&a2=2&b1=3&b2=4
GET/math/vectors/magnitude?x=3&y=4
GET/math/vectors/angle-between?a1=1&a2=0&b1=0&b2=1

Quiz Generator

GET/math/quiz/number-theory?count=5&difficulty=medium
GET/math/quiz/arithmetic?count=10&difficulty=easy

Linear Algebra (Coming Soon)

GET/math/linear-algebra/matrix/{id}
GET/math/linear-algebra/determinant/{id}

Physics APIs

Mechanics (Coming Soon)

GET/physics/mechanics/force
GET/physics/mechanics/energy

Waves (Coming Soon)

GET/physics/waves/speed
GET/physics/waves/frequency

Optics (Coming Soon)

GET/physics/optics/lens
GET/physics/optics/magnification

Utility Endpoints

GET/health
GET/docs
GET/api-docs.html
GET/all-endpoints.html