API Rest in basic PHP

Job ID: 36767183

Budget: $10 – $30 USD

I am looking for a developer to create an API Rest in basic PHP that will serve as a data source for my mobile application. The specific API endpoint has already been identified and I am looking for someone who can build it out to my specifications.

The API will not require any authentication, so the developer will not need to create an API key or use OAuth. The expected response format for the API will be JSON.

Ideal skills and experience for this job include:
- Strong proficiency in PHP
- Experience with API development
- Familiarity with JSON response format

I have a website in php that simulates some functions of a clinic such as creating patients, specialties, appointment generation, etc.
I need REST services to be exposed in PHP for these functionalities already using the existing tables, I have an example of the request and response that I need.
There are 10 endpoints, of these 9 are of the GET type and 1 of the POST type.
The general idea is that the screens that already work in the web application can be replicated through endpoints.