# Antworten
Die Antwort besteht aus einem JSON-Objekt oder dem HTML-Code der Seite und der Option, die Sie mit der Option ausgewählt haben &format=
Parameter (der Standardwert ist HTML).
Hinweis: Eine Antwort auf den Staatscode 404 bedeutet, dass die durchsuchte Seite nicht auf die Lagerzone geachtet hat oder dass die Seite abgesandt wurde rid
or url
ist falsch.
# Format HTML
Cela se produira lorsque you appellerez l'API avec le &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 formatieren
Cela se produira lorsque you appellerez l'API avec le &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"
}