# ScaleExplorer > Compare anything — discover dimensions, weights, speeds and more. ScaleExplorer is a collaborative measurement comparison tool. Search for any object, discover its dimensions, and see how it compares to everyday items. ## Features - **Universal Search**: Search for anything — AI resolves dimensions from global knowledge - **Measurement Comparisons**: Compare weight vs weight, speed vs speed, height vs height, etc. - **Battle Mode**: Pick two objects and see which one is bigger, heavier, faster - **Scale Quest**: Quiz game — guess the dimensions of everyday objects - **Collaborative Database**: Every search enriches the database for everyone ## Pages - `/` — Homepage with search, measurement selection, and comparisons - `/item/{slug}` — Individual item page with all measurements and comparisons - `/battle` — Interactive battle mode to compare two objects - `/battle/{slugA}-vs-{slugB}` — SEO battle page for specific matchups - `/game` — Scale Quest quiz game ## API - `GET /api/resolve?q={query}` — Search items by name or slug - `POST /api/resolve` — AI-powered resolution of any object (body: `{"query": "..."}`) - `GET /api/items/trending?limit={n}` — Popular items - `GET /api/items/compare?value={n}&unit={unit}&type={type}` — Find comparable items ## Measurement Types Supports 20+ measurement types including: length, height, width, weight, speed, area, volume, capacity, temperature, power, price, age, population, and more. ## Details For full documentation: /llms-full.txt