I've written a simple parser for the full Top 5000 Primes list found at https://t5k.org/primes/lists/all.txt in PHP and NodeJS.

Code should be straightforward to use or port to other languages.

Possible use-case: parse the list periodically and store the results in a database to see what primes were added to or dropped from the list.

Find the code at: https://gist.github.com/mrpapercut/6c11e215b4b5b528ac0ff678dae1e297