Skip to content
jamiew edited this page Sep 11, 2010 · 1 revision

Downloading GML

  • every tag page contains a handy ‘Download GML’ button
  • or simply append “.gml” to the URL of any Blackbook data page, e.g. http://000000book.com/data/154.gml
  • you can also download in other formats — .json includes the full GML as JSON, and .xml (for metadata-only) — for more on JSON (GSON!) see Drawing GML with Javascript & JSON

Other handy API access points

  • latest tag uploaded site-wide: curl http://000000book.com/latest.gml
  • random tag: curl http://000000book.com/random.gml
  • latest tag by user “tempt1”: curl http://000000book.com/tempt1/latest.gml
  • latest from application “eyewriter”: curl http://000000book.com/latest.gml?application=eyewriter

Clone this wiki locally