Search for IDs of "Life"

I find myself in need to search for observations that I have ID’d as Life. I tried: https://www.inaturalist.org/identifications?taxon_id=48460&user_id=schoenitz&current=any, but that does not return any ID’s.

I’m not sure of 48460 for the taxon ID, but https://www.inaturalist.org/observations?taxon_id=48460 seems to suggest that’s what it is.

The /identifications?taxon_id= filter appears to return results for the taxon specified and everything below it in the taxon tree. So I would expect a search for ‘life’ to return all your identifications as it is at the top of our taxon tree. So its not going to get what you want, even if it acted as a normal taxon entry.

But I don’t have a solution :-)

Sorry if I am misunderstanding, but perhaps:
https://www.inaturalist.org/observations/identify?verifiable=true&lrank=stateofmatter&place_id=any&user_id=schoenitz

@danaleeling – this finds my own observations, in the ID modal. What I’m looking for are others’ observations where I have entered a Life ID. Like this: https://www.inaturalist.org/identifications?taxon_id=47603&user_id=schoenitz&current=any finds observations that I have ID’d as taraxacum (or lower).

So I’d expect https://www.inaturalist.org/identifications?taxon_id=48460&user_id=schoenitz&current=any to return observations that I have ID’d as “Life” (or lower - thanks @tony_wills). But it returns no observations at all.

1 Like

Instead of user_id use ident_user_id - does this give you what you’re looking for?

1 Like

https://www.inaturalist.org/observations/identify?verifiable=true&lrank=stateofmatter&place_id=any&ident_user_id=schoenitz

That produces an interesting set of observations, but it is observations with a current community ID of ‘life’ (ie unknown) where schoenitz has added an ID. But his ID could have been anything if others have also added an ID (eg he says it is a plant, someone else says its a fungi, and the community ID ends up as ‘life’). It also misses the observations (if any) where he has identified as ‘life’ but the community has over-ridden this with another ID.

1 Like

That again brings up the identify interface. I’m looking for results in this format: https://www.inaturalist.org/identifications, i.e., I don’t want to identify something, I want to look at something I have previously identified. The link I posted earlier,

which I got from @bouteloua’s post further upthread seems to not return the expected results. For one, I don’t know how to specify my ID’s as a taxon, and only that taxon, excluding lower ones. For another, the Life taxon (48460) should at least return every ID I ever made, so this:

https://www.inaturalist.org/identifications?taxon_id=48460&user_id=schoenitz&current=any
should be redundant with:
https://www.inaturalist.org/identifications?user_id=schoenitz&current=any
– but it doesn’t seem to be.

That makes me think it’s not possible to find an observation that I have ID’d as Life. Or maybe that 48460 is not the taxon ID for Life, despite appearances.

I think just with the API:
https://api.inaturalist.org/v1/identifications?user_id=schoenitz&current=true&lrank=stateofmatter&order=desc&order_by=created_at

Which finds, for example:
https://www.inaturalist.org/observations/25110554
https://www.inaturalist.org/observations/25059338
https://www.inaturalist.org/observations/3355876
https://www.inaturalist.org/observations/20388489

2 Likes

Thank you. The format is a bit rough, but I can scan for observation URLs. It works well enough.

2 Likes

Yeah, would be nice to have these tools available on the website proper.

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