Newsroom API Documentation
Everything you need to integrate pr.co into your website or app.

Retrieves a list of sounds for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Examples

GET /v1/pressrooms/1010/sounds.json
200
{
  "data": [
    {
      "title": "Sound from mars",
      "url": "https://d3gvv7thuwd750.cloudfront.net/1010/sounds/1-sound_from_mars.mp3",
      "id": 1,
      "permalink": "/sounds/1",
      "content_type": "mp3",
      "file_size": 80643,
      "type": "sound"
    }
  ],
  "paging": {
    "page": 0,
    "limit": 30,
    "total": 30
  }
}

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String