FREE Lotto API for aspiring filipino devs! 
Endpoint:
Documentation:
Features:
Sample Code (PHP):
Original Thread: https://phcorner.org/threads/647965/
Please read the documentation for more info on how to use this API!

Endpoint:
Code:
https://api.botscripts.net/pcso
Documentation:
Code:
https://api.botscripts.net/document/pcso/
Features:
- Fetch latest lotto results
- Search lotto results by date and/or game type
- Well documented
- 100% server uptime
Sample Code (PHP):
PHP:
<?php
/**
* Today's latest results
*/
$results = json_decode(file_get_contents("https://api.botscripts.net/pcso"), true);
echo "<pre>";
print_r($results["data"]);
echo "</pre>";
Original Thread: https://phcorner.org/threads/647965/
Please read the documentation for more info on how to use this API!