-
-
Notifications
You must be signed in to change notification settings - Fork 114
Data
Clojars provides a couple of data feeds which you might find useful.
Restful API provides few endpoints which can be used to retrieve data for users, groups and artifacts. The API supports multiple output formats which can be selected using request’s Accept-header.
Example:
curl -H "Accept: application/edn" https://clojars.org/api/groups/cljsjs
Format | Content-type |
---|---|
JSON (default) | application/json |
EDN | application/edn |
YAML | application/x-yaml |
Transit | application/transit+json |
https://clojars.org/api/users/deraen
https://clojars.org/api/groups/cljsjs
https://clojars.org/api/artifacts/leiningen
https://clojars.org/api/artifacts/cljsjs/react
Note that the download counts provided by the API are calculated once daily, at 07:00 UTC.
Add &format=json
to the end of the normal search URL to get a JSON version of the results (click to see the format):
https://clojars.org/search?q=incanter&format=json
If the search query is invalid, the response will have a status of 400, and have only an error
key (example).
Add &format=xml
to the end of the normal search URL to get a XML version of the results (click to see the format):
https://clojars.org/search?q=incanter&format=xml
If the search query is invalid, the response will have a status of 400, and have only an error
element (example).
http://clojars.org/repo/all-poms.txt
http://clojars.org/repo/all-poms.txt.gz
It looks like this:
./compojure/compojure/0.3.2/compojure-0.3.2.pom
./compojure/compojure/0.4.0-SNAPSHOT/compojure-0.4.0-20100308.145053-1.pom
./compojure/compojure/0.4.0-SNAPSHOT/compojure-0.4.0-20100308.145053-2.pom
This list is regenerated once per hour.
http://clojars.org/repo/all-jars.clj
http://clojars.org/repo/all-jars.clj.gz
It looks like this:
[compojure "0.3.2"]
[compojure "0.4.0-SNAPSHOT"]
[concurrent "1.3.4"]
This list is regenerated once per hour.
http://clojars.org/repo/feed.clj.gz
The format is Clojure maps, one per line. It looks like this:
{:description "Swank server connecting Clojure to Emacs SLIME", :scm {:connection "scm:git:git://github.com/technomancy/swank-clojure.git", :developer-connection "scm:git:ssh://[email protected]/technomancy/swank-clojure.git", :tag "1e4a12001bb52c4341b9bfbe1d9439cf698bc1e1", :url "https://github.com/technomancy/swank-clojure"}, :homepage "http://github.com/technomancy/swank-clojure", :group-id "org.tcrawley", :artifact-id "swank-clojure", :url "http://github.com/technomancy/swank-clojure", :versions ["1.5.0-sd" "1.5.0-sd-SNAPSHOT"], :versions-meta [{:version "1.5.0-sd", :release-date #inst "2012-03-08T21:38:31.525000000-00:00", :scm-tag "1e4a12001bb52c4341b9bfbe1d9439cf698bc1e1"} {:version "1.5.0-sd-SNAPSHOT", :release-date #inst "2012-03-02T02:38:34.060000000-00:00", :scm-tag "c9a36c5910c00416e26c698b542b617ac5066ffb"}]}
{:description "TJP Extensions for Clojure", :scm {:connection "scm:git:git://github.com/timothypratley/tjpext.git", :developer-connection "scm:git:ssh://[email protected]/timothypratley/tjpext.git", :tag "0afe7de60218d2a7fbf5ddd510a3644350b06cf6", :url "http://github.com/timothypratley/tjpext"}, :group-id "tjpext", :artifact-id "tjpext", :versions ["1.0.0-SNAPSHOT"], :versions-meta [{:version "1.0.0-SNAPSHOT", :release-date #inst "2010-02-25T13:43:47.766000000-00:00", :scm-tag "0afe7de60218d2a7fbf5ddd510a3644350b06cf6"}]}
This list is regenerated once per hour.
Generated by the Nexus Indexer. This should be usable by M2eclipse, Netbeans, Nexus etc for searching jars.
http://clojars.org/repo/.index/
See Sonatype’s blog post for more about how to use this.
Daily download stats are calculated and stored at
“https://repo.clojars.org/stats/downloads-yyyyMMdd.edn”
There is a combined file of downloads for all time at
https://repo.clojars.org/stats/all.edn.
New stat files and the combined all.edn file are generated daily. Older stat files are immutable and can be cached indefinitely. N.B. There are some gaps in the date range. You can see a list of all stat files at
All clojars-web wiki content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License