Skip to content

/full_json

This endpoint is the most comprehensive endpoint. It delivers metadata and downloadable files for all assets in a JSON-format.

Try it out with default settings.

Tip

The parameters used for this endpoint are nearly identical to the search parameters used on the website. You can make your selection on ambientCG.com/list and simply copy the parameters, like this:

            https://ambientcg.com/list?method=PBRPhotogrammetry&type=Material&sort=Popular
https://ambientCG.com/api/v2/full_json?method=PBRPhotogrammetry&type=Material&sort=Popular

Parameters

Parameter Description Allowed values Notes
q Search Query. A list of keywords, separated by commas or spaces.
type The data type of the assets. 3DModel
Atlas
Brush
Decal
HDRI
Material
PlainTexture
Substance
Terrain
Multiple values can be concatenated using a comma which will be interpreted as a logical OR.

Not setting the parameter or setting it to an empty string wil disable the filter.

Any invalid value will lead to zero results.
method Method used to create the asset. PBRApproximated
PBRPhotogrammetry
PBRProcedural
PBRMultiAngle
3DPhotogrammetry
HDRIStitched
HDRIStitchedEdited
PlainPhoto
UnknownOrOther
Multiple can be concatenated using commas which will be interpreted as a logical OR.

Not setting the parameter or setting it to an empty string will disable the filter.

Any invalid value will lead to zero results.
sort Defines the order of the results. Latest
Popular
Alphabet
Downloads
Not setting the parameter, setting it to an empty string or any other value will be interpreted as Latest
id Can be used to select specific assets by their id. PavingStones036
Plastic015A
3DApple001
RockSubstance003
...
Multiple values can be concatenated using a comma.

Non-existent ids will be ignored.
date Returns all assets released on one specific day. Date string formatted as YYYY-MM-DD Invalid values will lead to zero results.
limit Defines the maximum number of results to be shown. Integer between 1 and 250.
offset Defines the offset in the results. Integer >= 0 Setting it to a positive number causes this number of assets to be skipped. The offset will only take effect if a limit (see above) has been set.
include Controls what data should be returned. statisticsData
tagData
displayData
dimensionsData
relationshipData
neighbourData
downloadData
previewData
mapData
usdData
imageData
Multiple values can be concatenated using a comma.