GET /v2/sfx/search

shutterstock.com

Summary: Search for sound effects
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)

added_date (string, query, optional)

Show sound effects added on the specified date

added_date_end (string, query, optional)

Show sound effects added before the specified date

added_date_start (string, query, optional)

Show sound effects added on or after the specified date

duration (integer, query, optional)

Show sound effects with the specified duration in seconds

duration_from (integer, query, optional)

Show sound effects with the specified duration or longer in seconds

duration_to (integer, query, optional)

Show sound effects with the specified duration or shorter in seconds

language (?, query, optional)

Set query and result language (uses Accept-Language header if not set)

page (integer, query, optional, default: 1)

Page number

Constraints: {'minimum': 1}

per_page (integer, query, optional, default: 20)

Number of results per page

Constraints: {'minimum': 1, 'maximum': 500}

query (string, query, optional)

One or more search terms separated by spaces

safe (boolean, query, optional, default: True)

Enable or disable safe search

sort (string, query, optional, default: popular)

Sort by

Constraints: {'enum': ['popular', 'newest', 'relevance', 'random', 'oldest']}

view (string, query, optional, default: minimal)

Amount of detail to render in the response

Constraints: {'enum': ['minimal', 'full']}

No probe data for this endpoint yet.