Just a heads up that I'm deploying my stuff to the canary version on
App Engine. So for example, the latest prototype search API can be
called like this:
http://canary.vert-net.appspot.com/api/search?q=california,aves&genus=limnodromus&county=alameda
Right now we have about 1000 test records in the datastore. Most of
you have access to the admin datastore viewer so you can see what's in
there, query it, etc. Here's a link to the RecordIndex data:
https://appengine.google.com/datastore/explorer?submitted=1&app_id=vert-net&kind=RecordIndex
The RecordIndex.corpus contains keywords that are searchable using the
q= parameter in the API. The other properties are from Darwin Core.
Here's documentation on the prototype search API parameters:
https://github.com/VertNet/Software/wiki/Prototype-Search-API
Let me know if you have any questions or if you need access to the
admin datastore viewer.