Automatische Aktualisierungen Leider ist dieser Artikel auf Englisch verfügbar This API allows you to remotely request the desired player without authorization. https://playerjs.com/api.php?key=KEY&player=PLAYER KEY - the key that you can get in your account. PLAYER - identifier of the player, which can be found in the address bar of the builder. For PHP, the simplest query: $player = file_get_contents("https://playerjs.com/api.php?key=KEY&player=PLAYER"); In case of an error the service will return an object with the error parameter {"error":"player_not_found"} API is limited to 1 request per second. |