GET /v2/sfx/search
Operation ID: searchSFX
Auth: unknown
Description
This endpoint searches for sound effects. If you specify more than one search parameter, the API uses an AND condition.
Parameters (13)
(string, query, optional)
Show sound effects added on the specified date
(string, query, optional)
Show sound effects added before the specified date
(string, query, optional)
Show sound effects added on or after the specified date
(integer, query, optional)
Show sound effects with the specified duration in seconds
(integer, query, optional)
Show sound effects with the specified duration or longer in seconds
(integer, query, optional)
Show sound effects with the specified duration or shorter in seconds
(?, query, optional)
Set query and result language (uses Accept-Language header if not set)
(integer, query, optional, default: 1)
Page number
Constraints: {'minimum': 1}
(integer, query, optional, default: 20)
Number of results per page
Constraints: {'minimum': 1, 'maximum': 500}
(string, query, optional)
One or more search terms separated by spaces
(boolean, query, optional, default: True)
Enable or disable safe search
(string, query, optional, default: popular)
Sort by
Constraints: {'enum': ['popular', 'newest', 'relevance', 'random', 'oldest']}
(string, query, optional, default: minimal)
Amount of detail to render in the response
Constraints: {'enum': ['minimal', 'full']}
No probe data for this endpoint yet.