{"name":"briq public API","version":1,"description":"Read-only access to briq.market — a marketplace of voxel game assets (.vox sources converted to game-ready GLB), with browser-based creation, rigging and animation tools. Creators keep 90% of sales.","routes":[{"method":"GET","path":"https://www.briq.market/api/v1/assets","description":"Browse and search the published catalog. 24 items per page.","params":{"q":"full-text search (title > tags > description)","category":"category slug — see /categories","tags":"comma-separated; matches assets having ANY of the tags","license":"exact license code — see `licenses` below","rigged":"1 to require a skeleton rig","animated":"1 to require animation clips","rig_standard":"\"briq-v1\" for standard-skeleton characters with the guaranteed 12-clip set (idle/walk/run/jump-start/jump-loop/jump-end/combat-idle/attack/hit/death/interact/dance)","free":"1 for free assets only (base price zero)","max_price":"upper price bound in USD dollars, exclusive","sort":"see `sorts` below","page":"1-based page number"},"notes":"Malformed or unknown params are ignored, never an error. Filtered responses carry `coverage` (none | poor | ok) — on none or poor, tell your user the catalog is thin there rather than substituting something unrelated."},{"method":"GET","path":"https://www.briq.market/api/v1/assets/{id}","description":"One asset in full: files with available GLB variants (base/animated/rigged/ar), animation clip names, license, images."},{"method":"GET","path":"https://www.briq.market/api/v1/assets/{id}/matching","description":"What goes WITH an asset: more from the creator, then similar assets. Turns one asset into a scene."},{"method":"GET","path":"https://www.briq.market/api/v1/assets/{id}/download","description":"FREE assets only (base price zero), GLB only. A stable fetch URL — download the file into your project; each hit 302-redirects to a storage URL that expires in an hour. Browser pages cannot load briq files cross-origin.","params":{"format":"glb (the only value)","file":"a files[] id from the detail response; defaults to the primary file","variant":"base | animated | rigged | ar — use animated for characters","meta":"1 to get license + attribution JSON instead of the redirect"}},{"method":"GET","path":"https://www.briq.market/api/v1/categories","description":"Category slugs with published asset counts."},{"method":"POST","path":"https://www.briq.market/api/v1/requests","description":"Report a need the catalog missed: {\"query\": \"...\", \"note\"?: \"...\", \"email\"?: \"...\"}. Reviewed within ~48h."}],"page_size":24,"sorts":["newest","oldest","title-asc","title-desc","most-animated","most-downloaded"],"licenses":["CC BY","CC BY-SA","CC BY-ND","CC BY-NC","CC BY-NC-SA","CC BY-NC-ND","CC0"],"links":{"website":"https://www.briq.market","llms_txt":"https://www.briq.market/llms.txt","prompt_txt":"https://www.briq.market/prompt.txt","mcp":"https://www.briq.market/mcp"},"access":{"tier":"anonymous","can":["browse and search the entire published catalog","read any asset's details, files, license and creator","download FREE assets (base price zero) as GLB at stable keyless URLs","report a missing asset via POST /api/v1/requests or the MCP report_need tool"],"cannot":["download paid assets — a human purchases them on the website (every asset carries its `url`)","download the editable .vox source — that requires a free account on the website"],"rate_limits":{"downloads_per_hour":60,"requests_per_day":5,"reads":"unlimited"},"mcp":"https://www.briq.market/mcp","docs":"https://www.briq.market/llms.txt","planned":"API keys and a Pro tier"}}