コアサービス API

Print News Search Direct API

新聞、雑誌、業界出版物、編集結果、プレス報道、印刷ジャーナリズム。

APIリファレンス バージョン: 1.0.0 4 エンドポイント 認証
印刷メディア

ベース URL

https://api.pressmonitor.com/news-print/v1

認証

すべてのリクエストはベアラートークン認証を使用します。すべての呼び出しにAuthorizationヘッダーを追加してください。

Authorization: Bearer YOUR_TOKEN
GET /headlines

News Headlines

News Headlines

パラメータ

名前 タイプ 場所 必須 説明
keywords_text string query はい Keywords text
lang_code string query いいえ Lang code
country_code string query いいえ Country code
count integer query いいえ Count
cursor string query いいえ Cursor

コード例

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/headlines?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

レスポンス

200 Success
GET /briefs

News Briefs

News Briefs

パラメータ

名前 タイプ 場所 必須 説明
keywords_text string query はい Keywords text
lang_code string query いいえ Lang code
country_code string query いいえ Country code
count integer query いいえ Count
cursor string query いいえ Cursor

コード例

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/briefs?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

レスポンス

200 Success
GET /fulltext

News Fulltext

News Fulltext

パラメータ

名前 タイプ 場所 必須 説明
keywords_text string query はい Keywords text
lang_code string query いいえ Lang code
country_code string query いいえ Country code
count integer query いいえ Count
cursor string query いいえ Cursor

コード例

curl --request GET --url 'https://api.pressmonitor.com/news-print/v1/fulltext?keywords_text=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

レスポンス

200 Success
GET /clip

Clip

Clip

パラメータ

名前 タイプ 場所 必須 説明
id string query はい Id
ns string query はい Ns
date string query はい Date
host string query いいえ Host
ttl integer query いいえ Ttl

レスポンス

200 Success