this post was submitted on 13 Jan 2024
12 points (75.0% liked)

Asklemmy

43908 readers
1020 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
12
Deleted (lemmy.ml)
submitted 10 months ago* (last edited 10 months ago) by THE_ANON@lemmy.ml to c/asklemmy@lemmy.ml
 

Deleted

you are viewing a single comment's thread
view the rest of the comments
[โ€“] CaptainBasculin@lemmy.ml 3 points 10 months ago (1 children)

API is like an easy gateway sites offer to make sure other developers can integrate data from themselves to their apps. Reddit used to be more permissive towards third party apps back when they didn't have an official one; but now that their data is used for other purposes and they have an official app; they didn't want to give out their data for free anymore.

All fediverse sites use an API called "ActivityPub" to have their content work with each other, so a lemmy account from lemmy.ml can follow another user from lemmy.world and their posts can be seen on a third party app.

NewPipe uses data scraping to get the data from youtube from the data the site gives. This is not using an API, it instead acts like a user and gets the data from the site itself. Sites can introduce various methods to distrupt data scraping; but cannot truly do it without crippling the anonymous user experience a lot. Lots of modern media sites have started to do so you might have realised.

[โ€“] breadsmasher@lemmy.world 3 points 10 months ago

Just to be super pedantic, ActivityPub is the protocol used to federate. Mastodon, Lemmy, KBin all have different APIs which use the activitypub protocol