---
title: "Details of a sound"
method: GET
path: "/sounds/{soundId}"
tags: ["sound"]
---

# Details of a sound

`GET /sounds/{soundId}`

This resource allows the retrieval of detailed information about a sound.

## Path parameters

- `soundId` integer, required

## Response `200`

successful operation

- Sound
  - `id` integer — The sound’s unique identifier.
  - `url` string — The URI for this sound on the Freesound website.
  - `name` string — The name user gave to the sound.

## Other responses

- `400` — Invalid ID supplied
- `404` — Order not found

---

[API](https://skmtc.dev/miguel76/apis/freesound.md) · [All operations](https://skmtc.dev/miguel76/apis/freesound/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miguel76/freesound/revisions/52b69f149496/schema)
