Originally Answered: Which language is best for learning to create REST API? Better go with Python . People/companies are moving away from PHP to Python as a language. Don’t know much about PHP but when you go with Python you are gifted with a beautiful framework for REST APIs.
Read moreHow do I run REST API?
Use a REST API Method in your Application
Read moreIs FastAPI a REST API?
FastAPI is a Python framework and set of tools that enables developers to use a REST interface to call commonly used functions to implement applications. It is accessed through a REST API to call common building blocks for an app.
Read moreHow do I create a REST API service in Python?
Writing API Methods
Read more