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

Supported Formats

json

GET /v1/pressrooms/:pressroom_id/tags.json

Retrieves the tags for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Examples

GET /v1/pressrooms/1026/tags
200
{
  "data": [
    {
      "name": "Mars",
      "slug": "mars",
      "description": "Tag from mars",
      "pressroom_id": 1026,
      "image": {
        "small": {
          "width": 250,
          "height": 250,
          "url": "https://d3gvv7thuwd750.cloudfront.net/1026/tag_images/thumbnail-1410265197-2278.strip.gif"
        },
        "medium": {
          "width": 500,
          "height": 500,
          "url": "https://d3gvv7thuwd750.cloudfront.net/1026/tag_images/medium-1410265197-2278.strip.gif"
        },
        "thumbnail": {
          "width": 480,
          "height": 320,
          "url": "https://d3gvv7thuwd750.cloudfront.net/1026/tag_images/thumbnail-1410265197-2278.strip.gif"
        },
        "moodbanner": {
          "width": 1670,
          "height": 320,
          "url": "https://d3gvv7thuwd750.cloudfront.net/1026/tag_images/moodbanner-1410265197-2278.strip.gif"
        },
        "original": {
          "width": null,
          "height": null,
          "url": "https://d3gvv7thuwd750.cloudfront.net/1026/tag_images/original-1410265197-2278.strip.gif"
        }
      }
    }
  ],
  "paging": {
    "page": 0,
    "limit": 10000,
    "total": 10000
  }
}

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String