🔒 Closed PCSO Lotto API v2

Status
Not open for further replies.

nogats07

Honorary Poster
FREE Lotto API for aspiring filipino devs! ;)

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!
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 3K
    Views
  • 6
    Participants
Last reply from:
divinista

Online now

Members online
651
Guests online
4,250
Total visitors
4,901

Forum statistics

Threads
2,323,059
Posts
29,218,328
Members
1,175,879
Latest member
Enriel
Back
Top