fetch

API Tutorial - Fetch Data with Axios - (Example in React)

0:00
↔️ ↕️

Timecodes:

what's going on guys

today i'm going to show you how to make

api calls with axios

api stands for application program

interface

it's basically a url that you can put

together in a certain way to query for

certain data from a given application or

website for example spotify could have a

public api which lets you get access to

artists and albums

and it have documentation on how to make

a url that spotify server can understand

and you can correctly retrieve the data

that you want

using axios and making api calls doesn't

have to be for third-party apis either

you can use axios to make calls to your

own backend in your own application

so i have a button here that will fetch

a quote from an api and display that


Related queries:


how to fetch data from api using axios in react
how to get data from api in react using axios
fetch data from api using axios
how to get data using axios in react