# 回答

该 Antwort 是 JSON 对象或 HTML 代码中的一个选项,与该选项相关 &format= 参数(标准 ist html)。

注: 与 Statuscode 404 相关的 Antwort,将在 Speicherbereich nicht erreicht hat oder die gesendete 中插入 rid or url 是错误的。

# 格式化 HTML

Dies geschieht, wenn Sie die API aufrufen mit dem &format=html.

Headers:
  "Content-Type" => "text/plain"
  "Content-Encoding" => "gzip"
  "stored_at" => "2020-10-01T18:24:23+03:00"
  "original_status" => 200
  "pc_status" => 200
  "rid" => RID
  "url" => URL

Body:
  The HTML of the page

# 格式 JSON

Dies geschieht, wenn Sie die API aufrufen mit dem &format=json.

Headers:
  "Content-Type" => "application/json"
Body:
{
  stored_at: "2020-10-01T18:24:23+03:00",
  pc_status: 200,
  original_status: 200,
  rid: RID,
  url: URL,
  body: "The HTML of the page"
}