Thanks for the quick reply! >> What I'm after is something that will take a dist name and return #passes, # >> fails, #unknowns > > The JSON from > http://www.cpantesters.org/distro/<firstletter>/<distro>.json > e.g. http://www.cpantesters.org/distro/m/marc-moose.json
I had a moment of confusion (it happens, far too regularly in fact, but I digress). You have the URL all lower case (I knew the class was MARC::Moose, so assumed the distname was MARC-Moose). So I looked at the following, for my Module-Path dist: http://www.cpantesters.org/distro/m/module-path.json That has 7 records in it. But then I looked at the metadata for MARC::Moose, and realised that I should have looked at: http://www.cpantesters.org/distro/M/Module-Path.json And there's the data I was expecting to see. So just mentioning it, because there's a small number of downcased reports, perhaps not being included? Neil