diff options
author | Francis Irving <francis@mysociety.org> | 2010-10-09 02:18:37 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-10-09 02:18:37 +0100 |
commit | 9d9b975ce5db723ca30edcae43bcaadaf5273384 (patch) | |
tree | e0e536dc8facfcfc8ecbaba91781db4f349ead47 /app/views/help/api.rhtml | |
parent | f656f1700beb4dea3e70dd4be3e55d3590394551 (diff) |
Send basic info about public bodies.
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r-- | app/views/help/api.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index 9679f3cc7..6f34755b2 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -50,8 +50,8 @@ tips</a> for details. <h2> 3. JSON structured data </h2> -<p>Some pages have JSON feeds, which let you download information about objects -in a structured form. Find them by: +<p>Request and public authority pages have JSON feeds, which let you download +information about objects in a structured form. Find them by: <ul> <li>Adding <tt>.json</tt> to the end of the URL. </li> <li>Look for the <tt><link rel="alternate" type="application/json"></tt> tag in the head of the HTML. </li> |