# Die meisten Sex-Szenen
Das Objekt JSON oder die HTML-Code-Seite wird von ausgewählten Parametern ausgewählt. &format=
Parameter (zur HTML-Erfassung).
Beispiel: Nach Code-Status 404 wurde festgestellt, dass die gewünschte Website nicht zur Verfügung steht und daher nicht verfügbar ist rid
or url
falsch
# HTML-Format
Um dies zu erreichen, müssen Sie die API auswählen &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-Format
Um dies zu erreichen, müssen Sie die API auswählen &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"
}