diff --git a/templates/api.mako b/templates/api.mako index 3bacf69..cf62fa6 100644 --- a/templates/api.mako +++ b/templates/api.mako @@ -18,7 +18,7 @@

The API responds to GET requests made to https://tools.wmflabs.org/copyvios/api.json. Parameters are described in the tables below:

- + @@ -47,7 +47,7 @@
AlwaysAlways
Parameter
- + @@ -88,7 +88,7 @@
compare Modecompare Mode
Parameter
- + @@ -167,7 +167,7 @@ "time": (float) time to generate results, in seconds, "queries": (int) number of search engine queries made, "cached": (boolean) whether or not these results are cached from an earlier search (always false in the case of action=compare), - (only if cached=true) "cache_time": (float) time to generate the original, uncached results, in seconds + (only if cached=true) "cache_time": (string) human-readable time of the original search that the results are cached from "redirected": (boolean) whether or not a redirect was followed }, "page": { @@ -215,6 +215,58 @@ }

Example

GET https://tools.wmflabs.org/copyvios/api.json?version=1&action=search&project=wikipedia&lang=en&title=User:The_Earwig/Sandbox/CopyvioExample

+
+{
+    "status": "ok",
+    "meta": {
+        "time": 2.2474379539489746,
+        "queries": 1,
+        "cached": false,
+        "redirected": false
+    },
+    "page": {
+        "title": "User:The Earwig/Sandbox/CopyvioExample",
+        "url": "https://en.wikipedia.org/wiki/User:The_Earwig/Sandbox/CopyvioExample"
+    },
+    "best": {
+        "url": "http://www.whitehouse.gov/administration/president-obama/",
+        "confidence": 0.9886608511242603,
+        "violation": "suspected"
+    }
+    "sources": [
+        {
+            "url": "http://www.whitehouse.gov/administration/president-obama/",
+            "confidence": 0.9886608511242603,
+            "violation": "suspected",
+            "skipped": false
+        },
+        {
+            "url": "http://maige2009.blogspot.com/2013/07/barack-h-obama-is-44th-president-of.html",
+            "confidence": 0.9864798816568047,
+            "violation": "suspected",
+            "skipped": false
+        },
+        {
+            "url": "http://jeuxdemonstre-apkdownload.rhcloud.com/luo-people-of-kenya-and-tanzania---wikipedia--the-free",
+            "confidence": 0.0,
+            "violation": "none",
+            "skipped": false
+        },
+        {
+            "url": "http://www.whitehouse.gov/about/presidents/barackobama",
+            "confidence": 0.0,
+            "violation": "none",
+            "skipped": true
+        },
+        {
+            "url": "http://jeuxdemonstre-apkdownload.rhcloud.com/president-barack-obama---the-white-house",
+            "confidence": 0.0,
+            "violation": "none",
+            "skipped": true
+        }
+    ]
+}
+
% endif % if result:
search Modesearch Mode
Parameter