What is 3Dassets.one?
3Dassets.one is a search engine that combines the libraries of many independent CG asset websites like Poly Haven, ambientCG and others and allows you to look for the right texture, HDRI or model without having to open half a dozen browser tabs.
The site automatically polls the websites of all creators for new assets and automatically lists them. You can filter the results by creator or using keywords, categories and licenses. When clicking on an asset you will be redirected to the creators website. 3Dassets.one does not copy, archive or re-upload the assets.
Can I get my assets listed?
Yes, you can submit your assets, but there are a few requirements:
- Your collection must already be available on the internet. You don't need to have your own website with a custom domain, a page on Gumroad, Sketchfab or other platforms works as well.
- The assets must be available for free. There are no precise restrictions regarding the exact license, but 3Dassets.one currently does not list paid models.
- Your collection should have at least ~20 assets.
- Every asset must be adressable individually using a unique URL.
The URL should ideally point to a dedicated page for just this asset:
https://example.com/assets/bricks01
But it can also use anchor tags:https://example.com/assets#bricks01
This rule means that asset packs (which bundle multiple materials/models/HDRIs in one download) cannot be supported.
API
Below is a description for v2
of the API for 3Dassets.one. Please keep in mind that the API does not come with any uptime/availability guarantees.
If you are using data from the API in another product I would appreciate a link back to the site, along the lines of:
"Search results powered by 3Dassets.one."
/api/v2/assets
This endpoint allows searching the link database. Its HTTP parameters are identical to those of the main search page.
Below is a table with all possible parameters. Values with the []
-suffix can be included multiple times in the query string to filter for multiple values.
q | The search string, a list of tags. |
id[] | Allows searching for specific asset ids. |
creator[] | Allows searching for specific creators using their slug. Check the /creators -endpoint to see a list of possible values. |
type[] | Allows searching for specific types using their slug. Check the /types -endpoint to see a list of possible values. |
license[] | Allows searching for specific licenses using their slug. Check the /licenses -endpoint to see a list of possible values. |
avoid[] | Allows excluding assets with certain quirks (like requiring a sign-up) using their slug. Check the /quirks -endpoint to see a list of possible values. |
limit | Determines how many assets are returned. Default is 150, maximum is 500 per request. |
offset | Allows shifting the results to allow pagination. |
sort | Determines the sorting order of the result. Possible values are: popular latest oldest random most-clicked least-clicked most-tagged least-tagged oldest-validation-success latest-validation-success |
thumbnail-format | Determines the format used in the thumbnailUrl field. Possible values are: 128-PNG 256-PNG 128-JPG-FFFFFF 256-JPG-FFFFFF |
/api/v2/assets_rss
This endpoint generates a customizable RSS feed of newly indexed assets. Filters from the regular /assets
endpoint can be used here as well.
/api/v2/licenses
This endpoint returns all licenses currently featured on 3Dassets.one. It does not accept any parameters.
/api/v2/types
This endpoint returns all asset types currently featured on 3Dassets.one. It does not accept any parameters.
/api/v2/quirks
This endpoint returns all quirks assets on 3Dassets.one can have. It does not accept any parameters.
/api/v2/creators
This endpoint returns all creators currently featured on 3Dassets.one. It does not accept any parameters.
Creative Commons Attributions
Icons
- Calendar by Iconika from Noun Project (CC BY 3.0)
- feather by Monjin Friends from Noun Project (CC BY 3.0)
- storage by Cuputo from Noun Project (CC BY 3.0)
- user login by JS from Noun Project (CC BY 3.0)
- ads by DinosoftLabs from Noun Project (CC BY 3.0)
- pop up by kumakamu from Noun Project (CC BY 3.0)
- bundle by Mark Jayvee Pabilonia from Noun Project (CC BY 3.0)
- network check by Justin Blake from Noun Project (CC BY 3.0)