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 e19aef7 commit 37cfd71Copy full SHA for 37cfd71
README.md
@@ -28,6 +28,14 @@ will give the following JSON output:
28
"cheat_url": "http://www.gamefaqs.com/console/pc/code/615805.html"
29
}```
30
31
+On error
32
+--------
33
+When for some reason the page couldn't be loaded / found or parsed, you will get the following JSON response:
34
+
35
+```
36
+ {"error":"Page could not be loaded!"}
37
38
39
Code example
40
------------
41
Please, see [example.php](example.php)
0 commit comments