# EVE Ref by thenug Every page has three forms: HTML at its canonical path, Markdown at .md, and JSON at .json. The JSON twin matches its /api/v1 response byte for byte. - /: Home and primary navigation. - /categories: Item categories. - /groups/{id}-{slug}: Item groups. - /market: Market browser: search/tree, All Regions or regional buy/sell orders, sorting, pagination, and regional price history. Query: type, region (0 for All Regions), tab (orders/history). - /api/v1/market-browser: JSON matching /market.json, with the same query selections. - /trade: Cargo opportunities for a fixed trip between NPC stations, using budget, cargo capacity and sales tax. Single-item alternatives, not a combined load. - /api/v1/trade: JSON matching /trade.json with source, destination, budget, cargo and tax query controls. - /bases: ranked high-sec bases by belts, regular level-4 Security agents and low-sec/null pipes; historical ice scoring is opt-in. - /api/v1/bases: filtered base rankings, score components and source dates. - /gateways: nearest high-sec exits through low-sec into null-sec, with region/search filters and route steps. - /api/v1/gateways: filtered gateway routes, map build and tied shortest-path counts. - /resupply: Thin or missing station stock compared with regional trading activity. Coverage-aware candidates and optional listed-sale trial scenarios, not station-demand forecasts. - /api/v1/resupply: JSON matching /resupply.json; same selected stations, history window, evidence thresholds and trial controls. - /reprocess: What an item is worth broken down: effective refining yield with every multiplier, the materials it returns, the estimated reprocessing tax, and whether selling it intact pays more. Query: type, quantity, facility, station, rig, sec, skill levels, implant, tax. - /api/v1/reprocess: JSON matching /reprocess.json with the same query controls. - /industry: What a blueprint costs to build: every material after Material Efficiency, the structure role bonus and a material rig, plus an estimated job installation cost split into system cost index, facility tax and SCC surcharge. Manufacturing only; single level; the installation cost is an estimate. Query: blueprint, runs, me, structure, rig, sec, tax, alpha, system, station. - /api/v1/industry: JSON matching /industry.json with the same query controls. - /regions: EVE regions. - /activity: Collected solar-system traffic and combat activity, with coverage and long-term history; not population. - /constellations/{id}-{slug}: EVE constellations. - /systems/{id}-{slug}: EVE solar systems. - /types/{id}-{slug}: Published and unpublished item types. - /blueprints/{id}-{slug}: Industry blueprints. - /search?q=rifter: Reference search. - /about: Sources, build, and legal notice. - /docs/api: API usage and examples. - /api/v1: JSON API root. - /openapi.json: OpenAPI description. - /mcp: Stateless Streamable HTTP MCP endpoint. Tools: search, get_type, get_blueprint, get_prices, get_history, list_regions, appraise, reprocess, industry_cost. © 2014 CCP hf. All rights reserved. "EVE", "EVE Online", "CCP", and all related logos and images are trademarks or registered trademarks of CCP hf.