Skip to content

Markdown ソース

生の markdown をそのまま参照でき、コピー、自動化、AI agent に使えます。

Markdown を表示

Explore API

トレンド記事

prolog
GET API_BASE/explore/trending/posts?offset=:offset&limit=:limit&lang=:lang

クエリパラメータ

ParameterTypeDescription
offsetnumberページネーション offset
limitnumberページネーション limit(デフォルト: 16)
langstring任意の言語コード(デフォルトはリクエストに応じて決定)

レスポンス

json
{
  "data": {
    "pagination": {
      "total": 0,
      "offset": 0,
      "next_offset": 16,
      "limit": 16
    },
    "items": [PostObject, ...],
    "langs": ["en"]
  },
  "ts": 1723923923
}

トレンド List

prolog
GET API_BASE/explore/trending/lists

レスポンス

json
{
  "data": null,
  "ts": 1723923923
}