com.suibari.nagi.getNewsSubmissionPreview

suibari.com

Documentation

公開記事URLから、ユーザー追加ニュース用の編集不可メタデータを取得する。

main query

公開記事URLから、ユーザー追加ニュース用の編集不可メタデータを取得する。

Parameters

url string uri Required

A valid URI.

Output

Encodingapplication/json
articleId string Required

No description available.

image stringuri Optional

A valid URI.

publishedAt stringdatetime Optional

An RFC 3339 formatted timestamp.

sourceName string Required

No description available.

sourceUrl stringuri Required

A valid URI.

title string Required

No description available.

url stringuri Required

A valid URI.

Errors

MetadataUnavailable
Duplicate
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
A valid URI.
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "MetadataUnavailable"
    },
    {
      "name": "Duplicate"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "articleId",
        "url",
        "title",
        "sourceName",
        "sourceUrl"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "image": {
          "type": "string",
          "format": "uri"
        },
        "title": {
          "type": "string"
        },
        "articleId": {
          "type": "string"
        },
        "sourceUrl": {
          "type": "string",
          "format": "uri"
        },
        "sourceName": {
          "type": "string"
        },
        "publishedAt": {
          "type": "string",
          "format": "datetime"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "format": "uri",
        "maxLength": 2048
      }
    }
  },
  "description": "公開記事URLから、ユーザー追加ニュース用の編集不可メタデータを取得する。"
}

Lexicon Garden

@