We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484cd2d commit 0604925Copy full SHA for 0604925
content/js-http/ajax-api.md
@@ -62,7 +62,7 @@ In PHP ist der Zugriff auf die API ohne Problem möglich:
62
<php caption="zugriff auf die wetter-at.tk API">
63
header('Content-Type: application/json');
64
...
65
-$url = "http://at-wetter.tk/api/v1/station/11150/t/$date/7";
+$url = "http://api.openweathermap.org/data/2.5/weather?&units=metric&q=London,uk&apikey=$key";
66
$text=file_get_contents( $url );
67
68
</php>
0 commit comments