List popular sounds
Returns sounds by all-time download count, highest first. Requires a **Pro** or **Enterprise** subscription.
Returns sounds by all-time download count, highest first.
Requires a Pro or Enterprise subscription.
Authorization
apiKey x-api-key<token>
Your API key. Generate one from the dashboard.
Keys are prefixed with los_.
In: header
Query Parameters
limit?integer
Number of sounds to return
Default
30Range
1 <= value <= 100Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.lotsofsounds.com/api/v1/sounds/popular"{
"data": [
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Thunder Rumble",
"description": "Deep rolling thunder with rain",
"tags": [
"nature",
"weather",
"thunder"
],
"duration": 12.5,
"stream_url": "http://example.com",
"download_url": "http://example.com",
"category": "SFX",
"license": "CC0",
"numDownloads": 4200
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 342,
"totalPages": 18
}
}{
"error": "Missing x-api-key header"
}{
"error": "API access requires a Pro or Enterprise subscription",
"upgrade_url": "https://lotsofsounds.com/pricing"
}{
"error": "Rate limit exceeded",
"limit": 2500,
"reset": 1711411200
}{
"error": "Internal server error"
}