🔒 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
602
Guests online
990
Total visitors
1,592

Forum statistics

Threads
2,277,844
Posts
28,979,216
Members
1,229,107
Latest member
worldteens2021
Back
Top