REST API's

We make API's for any need

And in any language with any database backend

Some simple generic examples:

REST API made with PHP and a MYSQL database.

Click here to test this API

Code for this API

REST API made with Javascript/Node and a MYSQL database with the Express framework

Click here to test this API

Code for this API

REST API made with Python and a MYSQL database with the Flask framework

Click here to test this API

Code for this API
Here's a useful article covering some main points about API design.

Consuming an API: using JS with AJAX and PHP, with JSON returning multiple values:

Click here to test this API