···404041414242# Does it even work right now?
4343-Kind of? The most feature complete endpoints atm are the `app.bsky.actor.getProfile` and `app.bsky.actor.getAuthorFeed` which allows me to load the profile page in a social-app, like below in a local fork of [blacksky.communty](https://blacksky.communty).
4343+Kind of? The most feature complete endpoints atm are the `app.bsky.actor.getProfile` and `app.bsky.actor.getAuthorFeed` which allows me to load the profile page in a social-app, like below in a local fork of [blacksky.community](https://blacksky.community).
44444545You can see that it is loading in my profile pictures, as well as details from my profile record, as well as my posts below that. But some counts like `following` and `posts` are funny numbers, or empty. This is because those are not as easy to grab without a backfill of some sort.
4646