API Development

DistanceSearch.com
DistanceSearch.com offers a variety of services to help clients with their distance and radius related needs. We offer web based searches as well as web services that will allow clients to send HTTP Request to one of our services and get a simple response in either XML or JSON format.

Website


Legacy-Games API (under development)
This API is being built to help integrate back-end services for a mobile app game my brother and I have started to developer for fun. It may be made open to the public at some point and will allow developers to query highly detailed information for all available NBA players.

Detailed documentations for the API can be seen below.

Website


Pro Pick’em API (under development)
The Pro Pick’em API will allow developers to build their own applications using data made available by Pro Pick’em. This API will offer close to live scoring for NFL games, Over/Under and Spread data for each game, Pro Pick’em predictions, and many other features.

Development progress for this API can be seen below.

Website


API Template
This is a basic template for building a simple PHP REST API that leverages stored procedures and their schema to allow a MySQL database to manage all possible API endpoints. No PHP code should ever really need to be written or modified to add or modify API endpoints. Just start creating new stored procedures and they will automatically become available as endpoints for your API.

This code is available on GitHub (link below).

Website