How To Learn To Use APIs

18 replies
Hi,

There are lots of places that offer APIs and I would like to lean how to harness them.

Where is a good resource for a non-programmer to learn how to use APIs, please?

Thanks,

John
#apis #learn
  • Profile picture of the author Deevoo
    If you are a non-programmer, you need to have at least some programming background, in order to write some code that uses APIs. I recommend Python, I don't know it myself, but I keep hearing that it is a simplified programming language to make programming easy for new developers.

    Next step is to find a website that offers an API and write some code that uses that API to display results or modify things.
    {{ DiscussionBoard.errors[11423264].message }}
    • Profile picture of the author John Marshall
      Thanks, Deevo.

      Thanks, barryzhang.

      More ideas would be appreciated.
      {{ DiscussionBoard.errors[11423447].message }}
  • Profile picture of the author barryzhang
    Hey, dude, if u wanna integrate advertiser by API, U need to write some code to do it.
    And u also can find the third service about API integration, such as Apidge, www.apidge.com.
    The System has integrated more than 20 system. U also can supply a new system to them, they will integrate it in 30 minutes!
    {{ DiscussionBoard.errors[11423303].message }}
  • Profile picture of the author KaratLopa
    When you'll learn programming you'll understand how to use the API
    {{ DiscussionBoard.errors[11449225].message }}
  • Profile picture of the author QiSoftware
    I use Java (servlets) to develop a lot of tools using API resources. I think you really need a programming background to use API resources effectively. That said here is an article about APIs for non programmers- https://technologyadvice.com/blog/in...to-use-an-api/ , which may be useful.

    Q...
    {{ DiscussionBoard.errors[11450882].message }}
  • Profile picture of the author skibidi
    If u are smart, u have no need to go deeply in programming. Most names of functions talk about what they're created for, so step by step u can change any line the way u want. Use forums to ask and learn.
    {{ DiscussionBoard.errors[11450904].message }}
  • Profile picture of the author ncodetech
    First, you need a sound knowledge of any programming language. And try to follow API development steps which are available online.
    {{ DiscussionBoard.errors[11464669].message }}
  • Profile picture of the author samsularifin
    Every site is unique in Database structure. You should know basic of Programming and Database, so you can understand the concept of API. PHP is simple programming language if you know
    {{ DiscussionBoard.errors[11468006].message }}
  • Profile picture of the author masternet
    very interesting topic
    i am in the same situation, but i have small programming background.
    thank you guys
    {{ DiscussionBoard.errors[11468012].message }}
  • Profile picture of the author Azahra FianyDina
    You just have to get the response by providing suitable credentials and then just add logics to take the data out and show it.
    {{ DiscussionBoard.errors[11474068].message }}
  • Profile picture of the author AndyOrel90
    You need to have some knowledge of the programming language you'll be using on the API. Some knowledge of basic programming concepts. Then once you have that find the API documentation to help guide you. Depending on the API documentation it might be easy to setup and use or difficult. Hopefully the one your looking at has really good documentation. Good luck.
    {{ DiscussionBoard.errors[11495981].message }}
  • Profile picture of the author codingku
    Read their documentation
    Signature
    {{ DiscussionBoard.errors[11504661].message }}
  • Profile picture of the author sendizo
    Check out Udemy courses
    {{ DiscussionBoard.errors[11504843].message }}
  • Profile picture of the author Arpit N
    Use Postman (chrome plugin) and API documentation.
    It will take hardly 10 minutes to learn how RESTful API works
    {{ DiscussionBoard.errors[11506138].message }}
    • Profile picture of the author John Marshall
      Many thanks. I've found their website and I'm looking into it. I appreciate the tip!
      {{ DiscussionBoard.errors[11506408].message }}
  • Profile picture of the author Gijo George
    Ever API provider gives SDK for different programming languages. The documentation has clear instructions on how to use these SDKs to query API to get data. One has to familiarize with the API methods and then start coding.
    {{ DiscussionBoard.errors[11506769].message }}
  • Profile picture of the author Joee Chiang
    just to follow up a question, why some ppl not using google maps api? any problem? check the maps they used https://ipdetectives.io/
    {{ DiscussionBoard.errors[11508907].message }}
  • Profile picture of the author docotor
    If you are not a developer, then API will be kind of hard to use knowledge. Reason for this is primary target of those API are developers, and not ordinary users. It's like command prompt. Is it convenient for you to use it? Or consider another example. In order to fix engine in your car you may need to have plenty of devices and potentially separate building. The same is with API. In order to benefit from usage of them start with learning some language, and you'll use them with one or two lines of code in that language.
    {{ DiscussionBoard.errors[11583210].message }}

Trending Topics