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

Supported Formats

json

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

Full text search of the press releases in this pressroom

Supported Formats

json

Errors

Code Description
404 Missing
422 You must provide a search term in the query parameter.

Params

Param name Description
pressroom_id
required

Pressroom id or pressroom domain

Validations:

  • Must be a String

query
required

Text to search releases for

Validations:

  • Must be a String

country_code
optional

Country to display releases from if there is multicountry support

Validations:

  • Must be a String

language
optional

Language for which to return press releases

Validations:

  • Must be a String

page
optional

Page

Validations:

  • Must be a number.

includes
optional

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

Validations:

  • Must be a String