Skip to content
oalders edited this page Nov 2, 2010 · 16 revisions

The API itself is in its very early stages. Everything will change, but here are some sample URLs to play with. Keep in mind that these URLs all return JSON.

Search for a Module by Distribution Name:

http://cpan-api.wundercounter.com:9200/cpan-modules/module/_search?q=dist:moose

Search for a Module by id:

http://cpan-api.wundercounter.com:9200/cpan-modules/module/1

Clone this wiki locally