PHPKopieren<?php header("Content-Type: application/json; charset=UTF-8"); http_response_code(200); echo json_encode([ "ok" => true, "time" => date(DATE_ATOM), ], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);Hinweis: Bei APIs zusätzlich Authentifizierung, Eingabevalidierung und Rate-Limits berücksichtigen.PHPJSONAPIHTTP← Zur CodebibliothekUnterstützung anfragen