API for Comment Search

Does anyone know what the full API options for comment search is? For example, if I go to:

It’ll show me all observations where someone wrote “strange” in the comment. Is there some other bit of the API that would narrow it to a region, taxon, user ID, etc?

1 Like

i don’t think API is the right way to characterize that page, but based on the code for the page, it looks like it’ll accept the following parameters:

  • for_me=[any value]
  • mine=[any value]
  • page=[a page number]
  • q=[any string]
  • partial=[blank or any value]
4 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.