The 3D Asset Search Engine

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:

If your asset collection fulfills these criterias you can write to info [at] 3Dassets.one to discuss an integration.

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.

qThe 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.
limitDetermines how many assets are returned. Default is 150, maximum is 500 per request.
offsetAllows shifting the results to allow pagination.
sortDetermines 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-formatDetermines 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