/downloads_csv¶
Danger
Version 1 of the API does not receive updates anymore. New projects should use v2 instead
This endpoint lists downloadable files in an easy to parse CSV-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/downloads_csv?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 id s 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. |