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

Supported Formats

json

GET /v1/pressrooms/:pressroom_id/archive/press_releases.json

Retrieves a list of press releases for a specific pressroom

Supported Formats

json

Errors

Code Description
404 Missing

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

includes
optional

Include attachments (e.g. use 'featured_images' to include featured images)

Validations:

  • Must be a String

year
optional

Year to filter press releases on

Validations:

  • Must be a number.

month
optional

Month to filter press releases on

Validations:

  • Must be a number.

tags
optional

Comma separated list of tags to filter press releases on

Validations:

  • Must be a String

match
optional

Match 'all' or 'any' of the tags, defaults to 'all'

Validations:

  • Must be a String

language
optional

Comma separated list of locales for which to return press releases

Validations:

  • Must be a String

country_code
optional

Country to display press releases from if there is multicountry support

Validations:

  • Must be a String

order
optional

Comma seperated list of attributes to orders results by (e.g. id desc, release_date asc)

Validations:

  • Must be a String

page
optional

Page

Validations:

  • Must be a number.

limit
optional

Number of press releases returned, defaults to 10

Validations:

  • Must be a String