Pro Pick’em API’s
Pro Pick’em API’s are built with Python using FastAPI as well as custom AWS Lambda functions. All FastAPI endpoints use OAuth for authentication while Lambda API endpoints are secured with a custom token based authentication method using hashing algorithms that are validated on the server, reducing the amount of API calls needed for each endpoint, also reducing the number of Lambda function calls needed.
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
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