-
Notifications
You must be signed in to change notification settings - Fork 194
API docs
oalders edited this page Nov 4, 2010
·
33 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.
http://api.metacpan.org:9200/cpan-modules/module/_search?q=dist:moose
http://api.metacpan.org:9200/cpan-modules/module/1
http://api.metacpan.org/author/DROLSKY
http://api.metacpan.org/author/_search?q=author:D*
http://api.metacpan.org/author/_search?q=name:Dave
http://api.metacpan.org/author/_search?q=name:"dave%20rolsky"