F

Freesound

by Freesound Free tier

With the Freesound APIv2 you can browse, search, and retrieve information about Freesound users, packs, and the sounds themselves of course. You can find similar sounds to a given target (based on content analysis) and retrieve automatically extracted features from audio files, as well as perform ad

storagefreesound

Quick Reference

Base URL http://www.freesound.org/apiv2 Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation http://groups.google.com/group/freesound-api Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)4.09s (checked Mar 29, 2026) Builder score D 29% builder-friendly
Pricing
28
Latency
10
Depth
44

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /search/text Search sounds
GET /sounds/{soundId} Details of a sound

Sample Request

curl -X GET 'http://www.freesound.org/apiv2/search/text' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Freesound documentation.