Hey all,

Trying to figure out the Lemmy API but I think I’m missing something basic, and the api docs don’t seem to offer any documentation besides just the basic types.

If I have the URL of a post or comment (like https://lemmy.ml/post/1636476), how can I call getPost for that post from my home instance (e.g. lemm.ee)? The replicated post on lemm.ee has a different post id. Am I supposed to use the search instead? If so, what’s the syntax for that?