Combined list of users

Your users are served as JSON from api/users.php (backed by data/users.txt). This page uses CURL to call that URL plus each teammate’s API, then shows one merged table.

Parth (parthgala) (https://parthgala.infinityfree.me/api/users.php): Remote host returned a browser-only security page (not JSON). InfinityFree often blocks server-to-server CURL with a JavaScript challenge (aes.js). Your browser can pass it; PHP CURL cannot. Fix: teammate should expose the API on a host/path that allows direct CURL, or use a static JSON URL (GitHub raw, etc.) for the lab demo.

Total rows: 7

ID Name Email Company Source
Alex Bington alex.bington@purrfectmatch.test Alicia (aliciayerinkim.com)
John Wang john.wang@purrfectmatch.test Alicia (aliciayerinkim.com)
Mary Smith mary.smith@purrfectmatch.test Alicia (aliciayerinkim.com)
Mina Kim mina.kim@purrfectmatch.test Alicia (aliciayerinkim.com)
2 Alex Chen alex@noirium.example.com Noirium Noirium (my API via CURL)
3 Jordan Park jordan@noirium.example.com Noirium Noirium (my API via CURL)
1 Sarah Mai sarah@noirium.example.com Noirium Noirium (my API via CURL)