Difference between API calling and Web Request?

Manish Goyal

Manish Goyal

@manish-r2Hoep Oct 21, 2024
Is there any difference between api calling and making web request?

Are they identical or api calling is sub part of web request?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    API Calling is directly talking with the API in the backend, where there is no client side request, and its a pure server side call!
    Web Request is a client-side HTTP Request! 😀
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 22, 2011

    sorry not satisfied

    How can you say api calling is just a server side calling ,Can you explain this with an example?
  • Pensu

    Pensu

    @pensu-8tNeGU Dec 22, 2011

    I will say API calling is a web request only. I mean when you are using an API, practically you are sending a web request, no matter if its only between the servers.
  • PraveenKumar Purushothaman

    PraveenKumar Purushothaman

    @praveenkumar-66Ze92 Dec 22, 2011

    goyal420
    sorry not satisfied

    How can you say api calling is just a server side calling ,Can you explain this with an example?
    Er... Include & AJAX Request??? Got the difference?