What things are misidentified as large milkweed bug?

it looks like the similar species endpoint only does comparisons at the same rank. so species would only compare to other species and genera to other genera. so you wouldn’t be able to use that particular endpoint to do genus to species.

however, this will identify cases where there is a species-level id on a genus-level research grade observation of Anolis: http://api.inaturalist.org/v1/identifications?current_taxon=false&rank=species&observation_rank=genus&current=true&quality_grade=research&taxon_id=36362&observation_taxon_id=36362&order=desc&order_by=created_at. so you can visualize or otherwise use those results as you like.

UPDATE: i made something (see https://forum.inaturalist.org/t/search-and-filter-identifications/1304/23) that might presents the results of the API identifications endpoint in a more human-friendly format. so if you just wanted to see a list of identifications – not charts and other visualizations – you could use it. for example: https://jumear.github.io/stirfry/iNatAPIv1_identifications.html?current_taxon=false&rank=species&observation_rank=genus&current=true&quality_grade=research&taxon_id=36362&observation_taxon_id=36362.

1 Like