I've tried to google some answers, but I didn't get any clear ones. So going into more detail - What are the differences between a backend, and an API? What is a backend web API even?
I know an API will receive requests and behave accordingly. Such as getting data with a GET requests, and making a new entry with a POST request. But when it came it finding out what a backend is, I get vague answers, that don't really answer my question.
And what is a backend web API? Is it just a combination of the two?