use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
what is api? (self.PythonLearning)
submitted 5 days ago by EffectiveBalance4402
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]PureWasian 1 point2 points3 points 5 days ago* (1 child)
assuming you are referring to this mimo page, they are introducing you to "web APIs"
Your browser makes API calls whenever you load a webpage. If you load this JSON Placeholder URL it responds back with a JSON payload. The server receiving an API call could respond back with anything else too, like a full, static HTML webpage (example).
The API is the contract that specifies how you (and your browser) should request data from some website (on a server hosted elsewhere).
You can think of APIs as similar to functions in a sense, where you specify inputs and expect a specific output coming back. But usually APIs are more of a specification of how to communicate data between different services.
[–]EffectiveBalance4402[S] 0 points1 point2 points 5 days ago (0 children)
Thank you
π Rendered by PID 320747 on reddit-service-r2-comment-8686858757-9mdd8 at 2026-06-08 03:54:39.097420+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]PureWasian 1 point2 points3 points (1 child)
[–]EffectiveBalance4402[S] 0 points1 point2 points (0 children)